UseDocumentation Index
Fetch the complete documentation index at: https://docs.nextsportsapi.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Recommended workflow
- Use
GET /v1/football/leaguesto discover supported league public IDs and coverage. - Use
GET /v1/football/fixtures?date=YYYY-MM-DDfor daily schedule pages. - Use
GET /v1/football/fixtures?live=allonly for live score surfaces. - Use
GET /v1/football/fixtures/events,lineups, andstatisticsfor match detail pages.