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.

GET

Standings

League table as JSON or an embeddable HTML widget.

/Standings/{league}/{season} or /Standings/{league}/{season}/format/widget

Proxy request


                

cURL


            
Ready
Run the request to see the response.
GET

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


            
Ready
Run the request to see the response.
GET

Competitions

List competitions, optionally filtered by country.

/Competitions/{key}/{value}/...

Proxy request


                

cURL


            
Ready
Run the request to see the response.
GET

Competition Seasons

Find season rows for a competition and season description.

/CompetitionSeasons

Proxy request


                

cURL


            
Ready
Run the request to see the response.
GET

Competition Teams

Return the teams for a competition season, with optional division filtering.

/Competition

Proxy request


                

cURL


            
Ready
Run the request to see the response.
POST

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


            
Ready
Run the request to see the response.