Integrate the Sportmonks sports data APIs into the workflow from a single block. Football: fixtures, livescores, leagues, seasons, stages, rounds, teams, squads, players, coaches, referees, venues, standings, topscorers, transfers, schedules, commentaries, TV stations, rivals, expected goals (xG), and predictions. Motorsport: sessions, drivers, teams, championship standings, laps, and pitstops. Odds: pre-match and in-play odds, bookmakers, and markets. Core: continents, countries, regions, cities, types, and time zones.
Retrieve lineup-level expected goals (xG) values per player from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. fixture;player;team;type) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
expected | array | Array of player-level expected goals (xG) entries |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve fixture-level expected goals (xG) values per team from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. fixture;participant;type) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
expected | array | Array of team-level expected goals (xG) entries |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all textual commentaries available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. fixture;player) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
commentaries | array | Array of commentary entries |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all football fixtures available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;scores) |
filters | string | No | Filters to apply (e.g. fixtureLeagues:501) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of fixture objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all football players available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. nationality;position) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order players by id (asc or desc) |
| Parameter | Type | Description |
|---|
players | array | Array of player objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all teams with their rivals information from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. team;rival) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
rivals | array | Array of rival relationships |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all football teams available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;venue) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order teams by id (asc or desc) |
| Parameter | Type | Description |
|---|
teams | array | Array of team objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all transfer rumours available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
transferRumours | array | Array of transfer rumour objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all transfers available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam) |
filters | string | No | Filters to apply (e.g. transferTypes:219,220) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
transfers | array | Array of transfer objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the knockout-stage tournament bracket (stages and progression edges) for a season ID
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response |
| Parameter | Type | Description |
|---|
brackets | json | Bracket object containing stages (fixtures grouped by knockout round) and edges (progression paths between fixtures) |
Retrieve a single football coach by their ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
coachId | string | Yes | The unique id of the coach |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;teams;statistics) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
coach | object | The requested coach object |
Retrieve all football coaches available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;teams) |
filters | string | No | Filters to apply (e.g. coachCountries:462) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
coaches | array | Array of coach objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all coaches for a country ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
countryId | string | Yes | The unique id of the country |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;nationality) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
coaches | array | Array of coach objects for the country |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve textual commentary for a fixture by fixture ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;relatedPlayer) |
| Parameter | Type | Description |
|---|
commentaries | array | Array of commentary entries for the fixture |
Retrieve all current leagues for a team ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;currentSeason) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order leagues (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of current league objects for the team |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the premium expected lineups for a player ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
playerId | string | Yes | The unique id of the player |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;fixture) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
expectedLineups | array | Array of expected lineup entries for the player |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the premium expected lineups for a team ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;fixture) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
expectedLineups | array | Array of expected lineup entries for the team |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all squad entries for a team (based on current seasons) by team ID
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;position) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
squad | array | Array of extended squad entries for the team |
Retrieve a single football fixture by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;scores;events;lineups;statistics) |
filters | string | No | Filters to apply (e.g. eventTypes:14) |
| Parameter | Type | Description |
|---|
fixture | object | The requested fixture object |
Retrieve all football fixtures on a specific date (YYYY-MM-DD) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
date | string | Yes | The date to fetch fixtures for, in YYYY-MM-DD format |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;scores;league) |
filters | string | No | Filters to apply (e.g. fixtureLeagues:501,271) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order fixtures by starting_at (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of fixture objects for the requested date |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve football fixtures between two dates (YYYY-MM-DD) from Sportmonks. Max range is 100 days.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
startDate | string | Yes | Start date in YYYY-MM-DD format |
endDate | string | Yes | End date in YYYY-MM-DD format (max 100 days after start) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;scores) |
filters | string | No | Filters to apply (e.g. fixtureLeagues:501,271) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order fixtures by starting_at (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of fixture objects within the requested date range |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve fixtures for a team within a date range (YYYY-MM-DD) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
startDate | string | Yes | Start date in YYYY-MM-DD format |
endDate | string | Yes | End date in YYYY-MM-DD format |
teamId | string | Yes | The unique id of the team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;scores) |
filters | string | No | Filters to apply (e.g. fixtureLeagues:501) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order fixtures by starting_at (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of fixture objects for the team within the date range |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve multiple football fixtures by a comma-separated list of IDs (max 50)
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
ids | string | Yes | Comma-separated fixture IDs (e.g. 18535517,18535518). Maximum of 50 IDs |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;scores) |
filters | string | No | Filters to apply (e.g. fixtureLeagues:501) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of fixture objects for the requested IDs |
Retrieve the standing table for a round ID grouped by group where applicable from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
roundId | string | Yes | The unique id of the round |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply (e.g. standingGroups:246697) |
| Parameter | Type | Description |
|---|
standings | json | Standings for the round: an array of groups (each with id, name and a standings array) when groups exist, otherwise a flat array of standing entries |
Retrieve the head-to-head fixtures between two teams from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
team1 | string | Yes | The id of the first team |
team2 | string | Yes | The id of the second team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;scores) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order fixtures by starting_at (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of head-to-head fixture objects between the two teams |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all fixtures that are currently being played (in-play) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;scores;events) |
filters | string | No | Filters to apply (e.g. fixtureLeagues:501) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of in-play fixture objects |
Retrieve all coaches that have received updates in the past two hours
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;nationality) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
coaches | array | Array of recently updated coach objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all fixtures that have received updates within the last 10 seconds
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;scores) |
filters | string | No | Filters to apply (e.g. fixtureLeagues:501) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of recently updated fixture objects |
Retrieve all livescores that have received updates within the last 10 seconds
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;scores) |
filters | string | No | Filters to apply (e.g. fixtureLeagues:501) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of recently updated live fixture objects |
Retrieve all players that have received updates in the past two hours
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. nationality;position) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
players | array | Array of recently updated player objects |
Retrieve the latest Team of the Week (TOTW) for a league ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
leagueId | string | Yes | The unique id of the league |
include | string | No | Semicolon-separated relations to enrich the response (e.g. fixture;team;player;round) |
| Parameter | Type | Description |
|---|
totw | array | Array of the latest Team of the Week entries for the league |
Retrieve the latest transfers available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam) |
filters | string | No | Filters to apply (e.g. transferTypes:219,220) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
transfers | array | Array of the latest transfer objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single football league by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
leagueId | string | Yes | The unique id of the league |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;currentSeason;seasons) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
league | object | The requested league object |
Retrieve all football leagues available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;currentSeason) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order leagues (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of league objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all leagues for a country ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
countryId | string | Yes | The unique id of the country |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;currentSeason) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order leagues (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of league objects for the country |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all leagues with fixtures on a given date (YYYY-MM-DD) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
date | string | Yes | The fixture date in YYYY-MM-DD format |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;currentSeason) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order leagues (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of league objects with fixtures on the requested date |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all current and historical leagues for a team ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;currentSeason) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order leagues (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of current and historical league objects for the team |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all leagues that have fixtures currently being played from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;currentSeason) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order leagues (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of currently live league objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all live (in-play) prediction probabilities from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. type;fixture) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
predictions | array | Array of live probability prediction objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all live (in-play) prediction probabilities for a fixture ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
include | string | No | Semicolon-separated relations to enrich the response (e.g. type;fixture) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
predictions | array | Array of live probability prediction objects for the fixture |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the live standing table for a league ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
leagueId | string | Yes | The unique id of the league |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply (e.g. standingGroups:246697) |
| Parameter | Type | Description |
|---|
standings | array | Array of live standing entries for the league |
Retrieve fixtures starting within 15 minutes and currently in progress from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;scores;events) |
filters | string | No | Filters to apply (e.g. fixtureLeagues:501) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of live fixture objects |
Retrieve all available match facts within your Sportmonks subscription (beta)
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. type;sport;fixture) |
filters | string | No | Filters to apply (e.g. matchFactTypes:76088) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
matchFacts | array | Array of match fact objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve match facts within a date range (YYYY-MM-DD) from Sportmonks (beta)
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
startDate | string | Yes | Start date in YYYY-MM-DD format |
endDate | string | Yes | End date in YYYY-MM-DD format |
include | string | No | Semicolon-separated relations to enrich the response (e.g. type;sport;fixture) |
filters | string | No | Filters to apply (e.g. matchFactTypes:76088) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
matchFacts | array | Array of match fact objects within the date range |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve match facts for a fixture ID from Sportmonks (beta)
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
include | string | No | Semicolon-separated relations to enrich the response (e.g. type;sport;fixture) |
filters | string | No | Filters to apply (e.g. matchFactTypes:76088) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
matchFacts | array | Array of match fact objects for the fixture |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve match facts for a league ID from Sportmonks (beta)
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
leagueId | string | Yes | The unique id of the league |
include | string | No | Semicolon-separated relations to enrich the response (e.g. type;sport;fixture) |
filters | string | No | Filters to apply (e.g. matchFactTypes:76088) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
matchFacts | array | Array of match fact objects for the league |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all past fixtures that were available for a TV station ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
tvStationId | string | Yes | The unique id of the TV station |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants) |
filters | string | No | Filters to apply (e.g. fixtureLeagues:501) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of past fixture objects for the TV station |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single football player by their ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
playerId | string | Yes | The unique id of the player |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;position;teams.team;statistics) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
player | object | The requested player object |
Retrieve all players for a country ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
countryId | string | Yes | The unique id of the country |
include | string | No | Semicolon-separated relations to enrich the response (e.g. nationality;position) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order players by id (asc or desc) |
| Parameter | Type | Description |
|---|
players | array | Array of player objects for the country |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all post-match news articles available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. fixture;league) |
filters | string | No | Filters to apply (e.g. newsitemLeagues:8) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order news by id (asc or desc) |
| Parameter | Type | Description |
|---|
news | array | Array of post-match news articles |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all post-match news articles for a season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. fixture;league) |
filters | string | No | Filters to apply (e.g. newsitemLeagues:8) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order news (asc or desc) |
| Parameter | Type | Description |
|---|
news | array | Array of post-match news articles for the season |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the predictions model performance for a league ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
leagueId | string | Yes | The unique id of the league |
include | string | No | Semicolon-separated relations to enrich the response (e.g. type;league) |
filters | string | No | Filters to apply (e.g. predictabilityTypes:245) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
predictability | array | Array of predictability records for the league |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all pre-match news articles available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. fixture;league) |
filters | string | No | Filters to apply (e.g. newsitemLeagues:8) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order news by id (asc or desc) |
| Parameter | Type | Description |
|---|
news | array | Array of pre-match news articles |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all pre-match news articles for a season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. fixture;league) |
filters | string | No | Filters to apply (e.g. newsitemLeagues:8) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order news (asc or desc) |
| Parameter | Type | Description |
|---|
news | array | Array of pre-match news articles for the season |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all pre-match news articles for upcoming fixtures from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. fixture;league) |
filters | string | No | Filters to apply (e.g. newsitemLeagues:8) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order news (asc or desc) |
| Parameter | Type | Description |
|---|
news | array | Array of pre-match news articles for upcoming fixtures |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all prediction probabilities available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. type;fixture) |
filters | string | No | Filters to apply (e.g. predictionTypes:236) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
predictions | array | Array of prediction probability objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve prediction probabilities for a fixture by fixture ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
include | string | No | Semicolon-separated relations to enrich the response (e.g. type;fixture) |
filters | string | No | Filters to apply (e.g. predictionTypes:236) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
predictions | array | Array of prediction probability entries for the fixture |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single football referee by their ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
refereeId | string | Yes | The unique id of the referee |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;statistics) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
referee | object | The requested referee object |
Retrieve all football referees available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;statistics) |
filters | string | No | Filters to apply (e.g. refereeCountries:44) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
referees | array | Array of referee objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all referees for a country ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
countryId | string | Yes | The unique id of the country |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;nationality) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
referees | array | Array of referee objects for the country |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all referees for a season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;nationality) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
referees | array | Array of referee objects for the season |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve rival teams for a team by team ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. team;rival) |
| Parameter | Type | Description |
|---|
rivals | array | Array of rival relationships for the team |
Retrieve a single football round by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
roundId | string | Yes | The unique id of the round |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;season;stage;fixtures) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
round | object | The requested round object |
Retrieve all available statistics for a round ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
roundId | string | Yes | The unique id of the round |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant) |
filters | string | No | Filters to apply (e.g. seasonstatisticTypes:52,88) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
statistics | array | Array of statistic entries for the round |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all football rounds available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;season;stage) |
filters | string | No | Filters to apply (e.g. roundSeasons:19735) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
rounds | array | Array of round objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all rounds for a season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;stage) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
rounds | array | Array of round objects for the season |
Retrieve the full schedule (stages, rounds and fixtures) for a season by season ID
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
| Parameter | Type | Description |
|---|
schedules | json | Array of stages, each with nested rounds and their fixtures (participants, scores) |
Retrieve the full season schedule for a specific team by season ID and team ID
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
teamId | string | Yes | The unique id of the team |
| Parameter | Type | Description |
|---|
schedules | json | Array of stages, each with nested rounds and their fixtures for the team in the season |
Retrieve the full schedule (stages, rounds and fixtures) for a team by team ID
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team |
| Parameter | Type | Description |
|---|
schedules | json | Array of stages, each with nested rounds and their fixtures (participants, scores) |
Retrieve a single football season by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;stages;fixtures) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
season | object | The requested season object |
Retrieve all football seasons available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;stages) |
filters | string | No | Filters to apply (e.g. seasonLeagues:501) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
seasons | array | Array of season objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all seasons for a team ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;stages) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
seasons | array | Array of season objects for the team |
Retrieve a single football stage by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
stageId | string | Yes | The unique id of the stage |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;season;rounds) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
stage | object | The requested stage object |
Retrieve all available statistics for a stage ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
stageId | string | Yes | The unique id of the stage |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant) |
filters | string | No | Filters to apply (e.g. seasonstatisticTypes:52,88) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
statistics | array | Array of statistic entries for the stage |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all football stages available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;season;rounds) |
filters | string | No | Filters to apply (e.g. stageSeasons:19735) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
stages | array | Array of stage objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all stages for a season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;rounds) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
stages | array | Array of stage objects for the season |
Retrieve point corrections (awarded or deducted) for a season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;stage) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
corrections | array | Array of standing correction entries for the season |
Retrieve all standings available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;league;season) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
standings | array | Array of standing entries |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the full standing table for a round ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
roundId | string | Yes | The unique id of the round |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply (e.g. standingGroups:246697) |
| Parameter | Type | Description |
|---|
standings | array | Array of standing entries for the round |
Retrieve the full league standings table for a season by season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details;form) |
filters | string | No | Filters to apply (e.g. standingStages:77453568) |
| Parameter | Type | Description |
|---|
standings | array | Array of standing entries for the season |
Retrieve a single fixture state by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
stateId | string | Yes | The unique id of the state |
| Parameter | Type | Description |
|---|
state | object | The requested fixture state object |
Retrieve all fixture states (e.g. Not Started, 1st Half, Full Time) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
states | array | Array of fixture state objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single football team by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;venue;coaches;players.player) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
team | object | The requested team object |
Retrieve all team rankings available within your Sportmonks subscription (beta)
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. team) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
teamRankings | array | Array of team ranking objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve team rankings for a given date (YYYY-MM-DD) from Sportmonks (beta)
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
date | string | Yes | The ranking date in YYYY-MM-DD format |
include | string | No | Semicolon-separated relations to enrich the response (e.g. team) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
teamRankings | array | Array of team ranking objects for the date |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve team rankings for a team ID from Sportmonks (beta)
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. team) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
teamRankings | array | Array of team ranking objects for the team |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the current domestic squad for a team by team ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;position) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
squad | array | Array of squad entries for the team |
Retrieve the (historical) squad for a team in a specific season from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
teamId | string | Yes | The unique id of the team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;position) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
squad | array | Array of squad entries for the team in the season |
Retrieve all teams for a country ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
countryId | string | Yes | The unique id of the country |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;venue) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order teams by id (asc or desc) |
| Parameter | Type | Description |
|---|
teams | array | Array of team objects for the country |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all teams for a season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;venue) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order teams by id (asc or desc) |
| Parameter | Type | Description |
|---|
teams | array | Array of team objects for the season |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the topscorers (goals, assists, cards) for a season by season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;participant;type) |
filters | string | No | Filters to apply (e.g. seasontopscorerTypes:208) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order topscorers by position (asc or desc) |
| Parameter | Type | Description |
|---|
topscorers | array | Array of topscorer entries for the season |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve topscorers for a stage by stage ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
stageId | string | Yes | The unique id of the stage |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;participant;type) |
filters | string | No | Filters to apply (e.g. stageTopscorerTypes:208) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
topscorers | array | Array of topscorer entries for the stage |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all available Team of the Week (TOTW) entries from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. fixture;team;player;round) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
totw | array | Array of Team of the Week entries |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the Team of the Week (TOTW) for a round ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
roundId | string | Yes | The unique id of the round |
include | string | No | Semicolon-separated relations to enrich the response (e.g. fixture;team;player;round) |
| Parameter | Type | Description |
|---|
totw | array | Array of Team of the Week entries for the round |
Retrieve a single transfer by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
transferId | string | Yes | The unique id of the transfer |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
transfer | object | The requested transfer object |
Retrieve a single transfer rumour by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
rumourId | string | Yes | The unique id of the transfer rumour |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
transferRumour | object | The requested transfer rumour object |
Retrieve transfer rumours within a date range (YYYY-MM-DD) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
startDate | string | Yes | Start date in YYYY-MM-DD format |
endDate | string | Yes | End date in YYYY-MM-DD format |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
transferRumours | array | Array of transfer rumour objects within the date range |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve transfer rumours for a player ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
playerId | string | Yes | The unique id of the player |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
transferRumours | array | Array of transfer rumour objects for the player |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve transfer rumours for a team ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
transferRumours | array | Array of transfer rumour objects for the team |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve transfers within a date range (YYYY-MM-DD) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
startDate | string | Yes | Start date in YYYY-MM-DD format |
endDate | string | Yes | End date in YYYY-MM-DD format |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam) |
filters | string | No | Filters to apply (e.g. transferTypes:219,220) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
transfers | array | Array of transfer objects within the date range |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve transfers for a player by player ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
playerId | string | Yes | The unique id of the player |
include | string | No | Semicolon-separated relations to enrich the response (e.g. fromTeam;toTeam;type) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
transfers | array | Array of transfer objects for the player |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve transfers for a team by team ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team |
include | string | No | Semicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam) |
filters | string | No | Filters to apply (e.g. transferTypes:219,220) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
transfers | array | Array of transfer objects for the team |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single TV station by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
tvStationId | string | Yes | The unique id of the TV station |
include | string | No | Semicolon-separated relations to enrich the response |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
tvStation | object | The requested TV station object |
Retrieve all TV stations available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
tvStations | array | Array of TV station objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve broadcasting TV stations for a fixture by fixture ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
include | string | No | Semicolon-separated relations to enrich the response (e.g. fixtures;countries) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
tvStations | array | Array of TV station objects broadcasting the fixture |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all upcoming fixtures for a market ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
marketId | string | Yes | The unique id of the market |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;odds) |
filters | string | No | Filters to apply (e.g. fixtureLeagues:501) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of upcoming fixture objects for the market |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all upcoming fixtures available for a TV station ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
tvStationId | string | Yes | The unique id of the TV station |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants) |
filters | string | No | Filters to apply (e.g. fixtureLeagues:501) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of upcoming fixture objects for the TV station |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all value bets available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. type;fixture) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
valueBets | array | Array of value bet prediction objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve value bet predictions for a fixture by fixture ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
include | string | No | Semicolon-separated relations to enrich the response (e.g. type;fixture) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
valueBets | array | Array of value bet prediction entries for the fixture |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single football venue by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
venueId | string | Yes | The unique id of the venue |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;city;fixtures) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
venue | object | The requested venue object |
Retrieve all football venues available within your Sportmonks subscription
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;city) |
filters | string | No | Filters to apply (e.g. venueCountries:98) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
venues | array | Array of venue objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all venues for a season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;city) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
venues | array | Array of venue objects for the season |
Search for football coaches by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The coach name to search for (e.g. Gerrard) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;teams) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
coaches | array | Array of coach objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for football fixtures by name (participants) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The fixture name to search for (e.g. Celtic) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;scores) |
filters | string | No | Filters to apply (e.g. fixtureLeagues:501) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order fixtures by starting_at (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of fixture objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for football leagues by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The league name to search for (e.g. Premier) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;currentSeason) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order leagues (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of league objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for football players by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The player name to search for (e.g. Tavernier) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;position;teams.team) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order players by id (asc or desc) |
| Parameter | Type | Description |
|---|
players | array | Array of player objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for football referees by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The referee name to search for |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
referees | array | Array of referee objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for football rounds by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The round name to search for (e.g. 5) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;season) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
rounds | array | Array of round objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for football seasons by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The season name to search for (e.g. 2023/2024) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
seasons | array | Array of season objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for football stages by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The stage name to search for (e.g. Group) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;season) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
stages | array | Array of stage objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for football teams by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The team name to search for (e.g. Celtic) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;venue) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order teams by id (asc or desc) |
| Parameter | Type | Description |
|---|
teams | array | Array of team objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for football venues by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The venue name to search for (e.g. Celtic Park) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;city) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
venues | array | Array of venue objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all motorsport fixtures (sessions) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;results) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of motorsport fixture (session) objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the current motorsport leagues for a team by team ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team (constructor) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;seasons) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of current league objects for the team |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single motorsport driver by their ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
driverId | string | Yes | The unique id of the driver |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;teams) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
driver | object | The requested driver object |
Retrieve all driver championship standings from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;season) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
standings | array | Array of driver standing entries |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the drivers championship standings for a season by season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;season) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
standings | array | Array of driver standing entries for the season |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all motorsport drivers from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;teams) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
drivers | array | Array of driver objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all motorsport drivers for a country by country ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
countryId | string | Yes | The unique id of the country |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;teams) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
drivers | array | Array of driver objects for the country |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all motorsport drivers for a season by season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;teams) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
drivers | array | Array of driver objects for the season |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single motorsport fixture (session) by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture (session) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;results;latestLaps;pitstops) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
fixture | object | The requested motorsport fixture (session) object |
Retrieve motorsport fixtures (sessions) on a specific date (YYYY-MM-DD) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
date | string | Yes | The date to fetch fixtures for, in YYYY-MM-DD format |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;venue) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order fixtures by starting_at (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of motorsport fixture (session) objects for the requested date |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve motorsport fixtures (sessions) between two dates (YYYY-MM-DD, max 100 days) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
startDate | string | Yes | The start date of the range, in YYYY-MM-DD format |
endDate | string | Yes | The end date of the range, in YYYY-MM-DD format |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;venue) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order fixtures by starting_at (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of motorsport fixture (session) objects within the requested date range |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve multiple motorsport fixtures (sessions) by their IDs (max 50) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureIds | string | Yes | Comma-separated list of fixture ids (max 50, e.g. 19408487,19408480) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;results) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of motorsport fixture (session) objects for the requested ids |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all laps for a motorsport fixture (session) by fixture ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture (session) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
laps | array | Array of lap objects for the fixture |
Retrieve all laps for a motorsport fixture and driver from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture (session) |
driverId | string | Yes | The unique id of the driver |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
laps | array | Array of lap objects for the fixture and driver |
Retrieve all laps for a motorsport fixture and lap number from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture (session) |
lapNumber | string | Yes | The lap number to retrieve |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
laps | array | Array of lap objects for the fixture and lap number |
Retrieve the latest laps for a motorsport fixture (session) by fixture ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture (session) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
laps | array | Array of the latest lap objects for the fixture |
Retrieve the latest pitstops for a motorsport fixture (session) by fixture ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture (session) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
pitstops | array | Array of the latest pitstop objects for the fixture |
Retrieve the latest tyre stints for a motorsport fixture (session) by fixture ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture (session) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
stints | array | Array of the latest stint objects for the fixture |
Retrieve the most recently updated motorsport drivers from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;teams) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
drivers | array | Array of recently updated driver objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the most recently updated motorsport fixtures (sessions) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;results) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of recently updated motorsport fixture (session) objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single motorsport league by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
leagueId | string | Yes | The unique id of the league |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;seasons) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
league | object | The requested league object |
Retrieve all motorsport leagues from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;seasons) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of league objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all motorsport leagues for a country by country ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
countryId | string | Yes | The unique id of the country |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;seasons) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of league objects for the country |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all motorsport leagues with fixtures on a specific date (YYYY-MM-DD) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
date | string | Yes | The date to fetch leagues for, in YYYY-MM-DD format |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;seasons) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of league objects with fixtures on the requested date |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all motorsport leagues that currently have live fixtures from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;seasons) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of league objects that currently have live fixtures |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all current and historical motorsport leagues for a team by team ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team (constructor) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;seasons) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of league objects for the team |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all live motorsport fixtures (sessions) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participants;results) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
fixtures | array | Array of live motorsport fixture (session) objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all pitstops for a motorsport fixture (session) by fixture ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture (session) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
pitstops | array | Array of pitstop objects for the fixture |
Retrieve all pitstops for a motorsport fixture and driver from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture (session) |
driverId | string | Yes | The unique id of the driver |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
pitstops | array | Array of pitstop objects for the fixture and driver |
Retrieve all pitstops for a motorsport fixture and lap number from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture (session) |
lapNumber | string | Yes | The lap number to retrieve |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
pitstops | array | Array of pitstop objects for the fixture and lap number |
Retrieve race results (stages with fixtures, lineups and lineup details) for a season and driver from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
driverId | string | Yes | The unique id of the driver |
include | string | No | Semicolon-separated relations to enrich the response |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
results | array | Array of stage objects for the season and driver, each including nested fixtures, lineups and lineup details |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve race results (stages with fixtures, lineups and lineup details) for a season and team from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
teamId | string | Yes | The unique id of the team (constructor) |
include | string | No | Semicolon-separated relations to enrich the response |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
results | array | Array of stage objects for the season and team, each including nested fixtures, lineups and lineup details |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the full schedule (stages with nested fixtures and venues) for a season by season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
schedules | array | Array of stage objects for the season schedule, each including nested fixtures and venues |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single motorsport season by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;stages) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
season | object | The requested season object |
Retrieve all motorsport seasons from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;stages) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
seasons | array | Array of season objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single motorsport stage (race weekend) by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
stageId | string | Yes | The unique id of the stage (race weekend) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;season;fixtures) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
stage | object | The requested stage (race weekend) object |
Retrieve all motorsport stages (race weekends) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;season;fixtures) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
stages | array | Array of stage (race weekend) objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all motorsport stages (race weekends) for a season by season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;season;fixtures) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
stages | array | Array of stage (race weekend) objects for the season |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single motorsport fixture state by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
stateId | string | Yes | The unique id of the state |
include | string | No | Semicolon-separated relations to enrich the response |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
state | object | The requested fixture state object |
Retrieve all possible motorsport fixture states from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
states | array | Array of fixture state objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all tyre stints for a motorsport fixture (session) by fixture ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture (session) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
stints | array | Array of stint objects for the fixture |
Retrieve all tyre stints for a motorsport fixture and driver from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture (session) |
driverId | string | Yes | The unique id of the driver |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
stints | array | Array of stint objects for the fixture and driver |
Retrieve all tyre stints for a motorsport fixture and stint number from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture (session) |
stintNumber | string | Yes | The stint number to retrieve |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;details) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
stints | array | Array of stint objects for the fixture and stint number |
Retrieve a single motorsport team (constructor) by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
teamId | string | Yes | The unique id of the team (constructor) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;drivers) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
team | object | The requested team (constructor) object |
Retrieve all team (constructor) championship standings from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;season) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
standings | array | Array of team (constructor) standing entries |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve the constructors championship standings for a season by season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. participant;season) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
standings | array | Array of team (constructor) standing entries for the season |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all motorsport teams (constructors) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;drivers) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
teams | array | Array of team (constructor) objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all motorsport teams (constructors) for a country by country ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
countryId | string | Yes | The unique id of the country |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;drivers) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
teams | array | Array of team (constructor) objects for the country |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all motorsport teams (constructors) for a season by season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;drivers) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
teams | array | Array of team (constructor) objects for the season |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single motorsport venue (racing track) by its ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
venueId | string | Yes | The unique id of the venue (track) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;city) |
filters | string | No | Filters to apply |
| Parameter | Type | Description |
|---|
venue | object | The requested venue (racing track) object |
Retrieve all motorsport venues (racing tracks) from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;city) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
venues | array | Array of venue (racing track) objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all motorsport venues (racing tracks) for a season by season ID from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
seasonId | string | Yes | The unique id of the season |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;city) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
venues | array | Array of venue (racing track) objects for the season |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for motorsport drivers by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The driver name to search for (e.g. Verstappen) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;teams) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
drivers | array | Array of driver objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for motorsport leagues by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The league name to search for (e.g. Formula) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;seasons) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
leagues | array | Array of league objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for motorsport stages (race weekends) by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The stage name to search for (e.g. Monaco) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. league;season;fixtures) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
stages | array | Array of stage (race weekend) objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for motorsport teams (constructors) by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The team name to search for (e.g. Bull) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;drivers) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
teams | array | Array of team (constructor) objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for motorsport venues (racing tracks) by name from Sportmonks
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The venue name to search for (e.g. Hungaroring) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;city) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
venues | array | Array of venue (racing track) objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all available historical (premium) pre-match odd values from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. odd) |
filters | string | No | Filters to apply (e.g. winningOdds) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
historicalOdds | array | Array of historical premium odd value records |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all available live (in-play) odds from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. markets:1,12, bookmakers:2,14, IdAfter:oddID) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
odds | array | Array of in-play odd objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all available pre-match odds from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. markets:1,12, bookmakers:2,14, winningOdds, IdAfter:oddID) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
odds | array | Array of pre-match odd objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all available premium (historical) pre-match odds from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. markets:1,12, bookmakers:2,14, IdAfter:oddID) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
premiumOdds | array | Array of premium odd objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single bookmaker by its ID from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
bookmakerId | string | Yes | The unique id of the bookmaker |
| Parameter | Type | Description |
|---|
bookmaker | object | The requested bookmaker object |
Retrieve bookmakers' own event ids mapped to a Sportmonks fixture via the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
bookmakerEvents | array | Array of bookmaker event mapping records for the fixture |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all bookmakers from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
filters | string | No | Filters to apply (e.g. IdAfter:bookmakerID) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
bookmakers | array | Array of bookmaker objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all bookmakers available for a fixture from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
bookmakers | array | Array of bookmaker objects available for the fixture |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve live (in-play) odds for a fixture by fixture ID from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. markets:1,12 or bookmakers:2,14 or winningOdds) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
odds | array | Array of in-play odd objects for the fixture |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve live (in-play) odds for a fixture from a specific bookmaker via the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
bookmakerId | string | Yes | The unique id of the bookmaker |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. markets:1,12) |
| Parameter | Type | Description |
|---|
odds | array | Array of in-play odd objects for the fixture and bookmaker |
Retrieve live (in-play) odds for a fixture on a specific market via the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
marketId | string | Yes | The unique id of the market |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. bookmakers:2,14) |
| Parameter | Type | Description |
|---|
odds | array | Array of in-play odd objects for the fixture and market |
Retrieve in-play odds updated in the last 10 seconds from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. markets:1,12 or bookmakers:2,14) |
| Parameter | Type | Description |
|---|
odds | array | Array of in-play odd objects updated in the last 10 seconds |
Retrieve pre-match odds updated in the last 10 seconds from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. markets:1,12 or bookmakers:2,14 or winningOdds) |
| Parameter | Type | Description |
|---|
odds | array | Array of pre-match odd objects updated in the last 10 seconds |
Retrieve a single betting market by its ID from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
marketId | string | Yes | The unique id of the market |
| Parameter | Type | Description |
|---|
market | object | The requested market object |
Retrieve all betting markets from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
filters | string | No | Filters to apply (e.g. IdAfter:marketID) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
markets | array | Array of market objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve pre-match odds for a fixture by fixture ID from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. markets:1,12 or bookmakers:2,14 or winningOdds) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
odds | array | Array of pre-match odd objects for the fixture |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve pre-match odds for a fixture from a specific bookmaker via the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
bookmakerId | string | Yes | The unique id of the bookmaker |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. markets:1,12 or winningOdds) |
| Parameter | Type | Description |
|---|
odds | array | Array of pre-match odd objects for the fixture and bookmaker |
Retrieve pre-match odds for a fixture on a specific market via the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
marketId | string | Yes | The unique id of the market |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. bookmakers:2,14 or winningOdds) |
| Parameter | Type | Description |
|---|
odds | array | Array of pre-match odd objects for the fixture and market |
Retrieve premium (historical) pre-match odds for a fixture from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. markets:1,12 or bookmakers:2,14) |
| Parameter | Type | Description |
|---|
premiumOdds | array | Array of premium odd objects for the fixture |
Retrieve premium pre-match odds for a fixture from a specific bookmaker via the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
bookmakerId | string | Yes | The unique id of the bookmaker |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. markets:1,12) |
| Parameter | Type | Description |
|---|
premiumOdds | array | Array of premium odd objects for the fixture and bookmaker |
Retrieve premium pre-match odds for a fixture on a specific market via the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fixtureId | string | Yes | The unique id of the fixture |
marketId | string | Yes | The unique id of the market |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. bookmakers:2,14) |
| Parameter | Type | Description |
|---|
premiumOdds | array | Array of premium odd objects for the fixture and market |
Retrieve historical (premium) odds updated between two UNIX timestamps (max 5 minutes) from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fromTimestamp | string | Yes | Start of the range as a UNIX timestamp (e.g. 1767225600) |
toTimestamp | string | Yes | End of the range as a UNIX timestamp (max 5 minutes after the start) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. odd) |
filters | string | No | Filters to apply (e.g. winningOdds) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
historicalOdds | array | Array of historical premium odd value records updated within the time range |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve premium odds updated between two UNIX timestamps (max 5 minutes) from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
fromTimestamp | string | Yes | Start of the range as a UNIX timestamp (e.g. 1767225600) |
toTimestamp | string | Yes | End of the range as a UNIX timestamp (max 5 minutes after the start) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. market;bookmaker) |
filters | string | No | Filters to apply (e.g. markets:1,12 or bookmakers:2,14) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
premiumOdds | array | Array of premium odd objects updated within the time range |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for bookmakers by name from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The bookmaker name to search for (e.g. bet365) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
bookmakers | array | Array of bookmaker objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for betting markets by name from the Sportmonks Odds API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The market name to search for (e.g. Over/Under) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
markets | array | Array of market objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all cities from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. region) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
cities | array | Array of city objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single city by its ID from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
cityId | string | Yes | The unique id of the city |
include | string | No | Semicolon-separated relations to enrich the response (e.g. region) |
| Parameter | Type | Description |
|---|
city | object | The requested city object |
Retrieve a single continent by its ID from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
continentId | string | Yes | The unique id of the continent |
include | string | No | Semicolon-separated relations to enrich the response (e.g. countries) |
| Parameter | Type | Description |
|---|
continent | object | The requested continent object |
Retrieve all continents from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. countries) |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
continents | array | Array of continent objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all countries from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. continent;regions) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
countries | array | Array of country objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single country by its ID from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
countryId | string | Yes | The unique id of the country |
include | string | No | Semicolon-separated relations to enrich the response (e.g. continent;regions) |
| Parameter | Type | Description |
|---|
country | object | The requested country object |
Retrieve all available filters grouped per entity from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
| Parameter | Type | Description |
|---|
entityFilters | json | Map of entity name to its available filter names, e.g. {fixture: ["fixtureLeagues", "fixtureSeasons"], event: ["eventTypes"]} |
Retrieve your Sportmonks API usage aggregated per 5 minutes
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
usage | array | Array of API usage records aggregated per 5-minute period |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve a single region by its ID from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
regionId | string | Yes | The unique id of the region |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;cities) |
| Parameter | Type | Description |
|---|
region | object | The requested region object |
Retrieve all regions from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;cities) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
regions | array | Array of region objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Retrieve all supported time zones (IANA names) from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
| Parameter | Type | Description |
|---|
timezones | array | Array of supported IANA time zone names (e.g. Europe/London) |
Retrieve a single type by its ID from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
typeId | string | Yes | The unique id of the type |
| Parameter | Type | Description |
|---|
type | object | The requested type object |
Retrieve the available types grouped per entity from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
| Parameter | Type | Description |
|---|
typesByEntity | json | Map of entity name to its available types, e.g. {CoachStatisticDetail: {updated_at, types: [{id, name, code, developer_name, model_type, stat_group}]}} |
Retrieve all types (reference data describing events, statistics, positions, etc.) from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
types | array | Array of type objects |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for cities by name from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The city name to search for (e.g. London) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. region) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
cities | array | Array of city objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for countries by name from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The country name to search for (e.g. Brazil) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. continent;regions) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
countries | array | Array of country objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
Search for regions by name from the Sportmonks Core API
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Sportmonks API token |
query | string | Yes | The region name to search for (e.g. Utrecht) |
include | string | No | Semicolon-separated relations to enrich the response (e.g. country;cities) |
filters | string | No | Filters to apply |
per_page | string | No | Number of results per page (max 50, default 25) |
page | string | No | Page number to retrieve |
order | string | No | Order direction (asc or desc) |
| Parameter | Type | Description |
|---|
regions | array | Array of region objects matching the search query |
pagination | object | Pagination metadata (present on paginated endpoints) |
- Category:
tools
- Type:
sportmonks