Football API
API Playground
Test the live football endpoints here with editable parameters and see the exact response. The explorer uses a server-side free-tier token, so you can try requests without creating an account first.
Standings
League table as JSON or an embeddable HTML widget.
/Standings/{league}/{season} or /Standings/{league}/{season}/format/widget
Proxy request
cURL
Run the request to see the response.
Fixtures
Filter fixtures by date, team, competition, season, status, and output format.
/Fixtures/{key}/{value}/...
Active includes in-play minute statuses plus HT and FT. All other options map directly to the underlying MATCH_STATUS value. Competition fields support type-ahead suggestions.
Proxy request
cURL
Run the request to see the response.
Competitions
List competitions, optionally filtered by country.
/Competitions/{key}/{value}/...
Proxy request
cURL
Run the request to see the response.
Competition Seasons
Find season rows for a competition and season description.
/CompetitionSeasons
Proxy request
cURL
Run the request to see the response.
Competition Teams
Return the teams for a competition season, with optional division filtering.
/Competition
Proxy request
cURL
Run the request to see the response.
Query Builder
Ask derived historical football questions using natural language or a controlled pattern type.
/QueryBuilder/Search
Choose a supported pattern, then narrow it with competition, team, date range, and late-minute threshold where relevant.
Proxy request
cURL
Run the request to see the response.