Trust Center

Security, reliability, and data integrity commitments.

NFLMeta is built as an API-first data product. This page explains how we handle authentication, quotas, data quality, privacy, and operational practices.

Access Security

  • Customer sign-in is managed through Clerk-hosted authentication flows.
  • API key authentication is required for protected endpoints.
  • Per-key controls support activation status, billing plan, and monthly quota overrides.
  • We recommend server-side key storage and key rotation for production workloads.

Reliability Posture

  • Request quotas are enforced monthly with transparent response headers.
  • API responses include structured error payloads for client-side handling.
  • We maintain backward-compatible endpoint evolution via versioned routes under /api/v1.

Data Quality

  • Coverage includes games, seasons, standings, playoffs, team history, and metadata.
  • Schema is documented in OpenAPI for predictable integration behavior.
  • Data anomalies are corrected continuously as part of maintenance cycles.

Privacy and Governance

  • Usage telemetry is limited to operational API metadata (key usage, endpoint, timestamp, source IP).
  • Customer policies are published in Terms of Service and Privacy.
  • No consumer personal data product is sold through NFLMeta APIs.

Current State

Production API, authentication, plan-based quotas, and full endpoint docs are active.