Skip to main content
Use GET /v1/football/fixtures to build fixture lists, live score pages, match centers, and daily schedules.

Request fixtures by date

Filter by league and season

Get live fixtures

  1. Use GET /v1/football/leagues to discover supported league public IDs and coverage.
  2. Use GET /v1/football/fixtures?date=YYYY-MM-DD for daily schedule pages.
  3. Use GET /v1/football/fixtures?live=all only for live score surfaces.
  4. Use GET /v1/football/fixtures/events, lineups, and statistics for match detail pages.

Caching

Upcoming fixture schedules can be cached longer than live fixtures. Once a fixture is live, poll only active fixture IDs or active league IDs instead of repeatedly polling all competitions.
Last modified on May 19, 2026