Mandala
Tools

Sportmonks

Access Sportmonks football, motorsport, odds, and reference data

Usage Instructions

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.

Tools

sportmonks_football_expected_by_player

Retrieve lineup-level expected goals (xG) values per player from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. fixture;player;team;type)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
expectedarrayArray of player-level expected goals (xG) entries
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_expected_by_team

Retrieve fixture-level expected goals (xG) values per team from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. fixture;participant;type)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
expectedarrayArray of team-level expected goals (xG) entries
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_all_commentaries

Retrieve all textual commentaries available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. fixture;player)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
commentariesarrayArray of commentary entries
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_all_fixtures

Retrieve all football fixtures available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;scores)
filtersstringNoFilters to apply (e.g. fixtureLeagues:501)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of fixture objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_all_players

Retrieve all football players available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. nationality;position)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder players by id (asc or desc)

Output

ParameterTypeDescription
playersarrayArray of player objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_all_rivals

Retrieve all teams with their rivals information from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. team;rival)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
rivalsarrayArray of rival relationships
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_all_teams

Retrieve all football teams available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;venue)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder teams by id (asc or desc)

Output

ParameterTypeDescription
teamsarrayArray of team objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_all_transfer_rumours

Retrieve all transfer rumours available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
transferRumoursarrayArray of transfer rumour objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_all_transfers

Retrieve all transfers available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam)
filtersstringNoFilters to apply (e.g. transferTypes:219,220)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
transfersarrayArray of transfer objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_brackets_by_season

Retrieve the knockout-stage tournament bracket (stages and progression edges) for a season ID

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response

Output

ParameterTypeDescription
bracketsjsonBracket object containing stages (fixtures grouped by knockout round) and edges (progression paths between fixtures)

sportmonks_football_get_coach

Retrieve a single football coach by their ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
coachIdstringYesThe unique id of the coach
includestringNoSemicolon-separated relations to enrich the response (e.g. country;teams;statistics)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
coachobjectThe requested coach object

sportmonks_football_get_coaches

Retrieve all football coaches available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;teams)
filtersstringNoFilters to apply (e.g. coachCountries:462)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
coachesarrayArray of coach objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_coaches_by_country

Retrieve all coaches for a country ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
countryIdstringYesThe unique id of the country
includestringNoSemicolon-separated relations to enrich the response (e.g. country;nationality)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
coachesarrayArray of coach objects for the country
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_commentaries_by_fixture

Retrieve textual commentary for a fixture by fixture ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
includestringNoSemicolon-separated relations to enrich the response (e.g. player;relatedPlayer)

Output

ParameterTypeDescription
commentariesarrayArray of commentary entries for the fixture

sportmonks_football_get_current_leagues_by_team

Retrieve all current leagues for a team ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team
includestringNoSemicolon-separated relations to enrich the response (e.g. country;currentSeason)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder leagues (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of current league objects for the team
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_expected_lineups_by_player

Retrieve the premium expected lineups for a player ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
playerIdstringYesThe unique id of the player
includestringNoSemicolon-separated relations to enrich the response (e.g. player;fixture)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
expectedLineupsarrayArray of expected lineup entries for the player
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_expected_lineups_by_team

Retrieve the premium expected lineups for a team ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team
includestringNoSemicolon-separated relations to enrich the response (e.g. player;fixture)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
expectedLineupsarrayArray of expected lineup entries for the team
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_extended_team_squad

Retrieve all squad entries for a team (based on current seasons) by team ID

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team
includestringNoSemicolon-separated relations to enrich the response (e.g. player;position)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
squadarrayArray of extended squad entries for the team

sportmonks_football_get_fixture

Retrieve a single football fixture by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;scores;events;lineups;statistics)
filtersstringNoFilters to apply (e.g. eventTypes:14)

Output

ParameterTypeDescription
fixtureobjectThe requested fixture object

sportmonks_football_get_fixtures_by_date

Retrieve all football fixtures on a specific date (YYYY-MM-DD) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
datestringYesThe date to fetch fixtures for, in YYYY-MM-DD format
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;scores;league)
filtersstringNoFilters to apply (e.g. fixtureLeagues:501,271)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder fixtures by starting_at (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of fixture objects for the requested date
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_fixtures_by_date_range

Retrieve football fixtures between two dates (YYYY-MM-DD) from Sportmonks. Max range is 100 days.

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
startDatestringYesStart date in YYYY-MM-DD format
endDatestringYesEnd date in YYYY-MM-DD format (max 100 days after start)
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;scores)
filtersstringNoFilters to apply (e.g. fixtureLeagues:501,271)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder fixtures by starting_at (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of fixture objects within the requested date range
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_fixtures_by_date_range_for_team

Retrieve fixtures for a team within a date range (YYYY-MM-DD) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
startDatestringYesStart date in YYYY-MM-DD format
endDatestringYesEnd date in YYYY-MM-DD format
teamIdstringYesThe unique id of the team
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;scores)
filtersstringNoFilters to apply (e.g. fixtureLeagues:501)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder fixtures by starting_at (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of fixture objects for the team within the date range
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_fixtures_by_ids

Retrieve multiple football fixtures by a comma-separated list of IDs (max 50)

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
idsstringYesComma-separated fixture IDs (e.g. 18535517,18535518). Maximum of 50 IDs
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;scores)
filtersstringNoFilters to apply (e.g. fixtureLeagues:501)

Output

ParameterTypeDescription
fixturesarrayArray of fixture objects for the requested IDs

sportmonks_football_get_grouped_standings_by_round

Retrieve the standing table for a round ID grouped by group where applicable from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
roundIdstringYesThe unique id of the round
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply (e.g. standingGroups:246697)

Output

ParameterTypeDescription
standingsjsonStandings 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

sportmonks_football_get_head_to_head

Retrieve the head-to-head fixtures between two teams from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
team1stringYesThe id of the first team
team2stringYesThe id of the second team
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;scores)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder fixtures by starting_at (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of head-to-head fixture objects between the two teams
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_inplay_livescores

Retrieve all fixtures that are currently being played (in-play) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;scores;events)
filtersstringNoFilters to apply (e.g. fixtureLeagues:501)

Output

ParameterTypeDescription
fixturesarrayArray of in-play fixture objects

sportmonks_football_get_latest_coaches

Retrieve all coaches that have received updates in the past two hours

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;nationality)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
coachesarrayArray of recently updated coach objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_latest_fixtures

Retrieve all fixtures that have received updates within the last 10 seconds

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;scores)
filtersstringNoFilters to apply (e.g. fixtureLeagues:501)

Output

ParameterTypeDescription
fixturesarrayArray of recently updated fixture objects

sportmonks_football_get_latest_livescores

Retrieve all livescores that have received updates within the last 10 seconds

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;scores)
filtersstringNoFilters to apply (e.g. fixtureLeagues:501)

Output

ParameterTypeDescription
fixturesarrayArray of recently updated live fixture objects

sportmonks_football_get_latest_players

Retrieve all players that have received updates in the past two hours

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. nationality;position)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
playersarrayArray of recently updated player objects

sportmonks_football_get_latest_totw

Retrieve the latest Team of the Week (TOTW) for a league ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
leagueIdstringYesThe unique id of the league
includestringNoSemicolon-separated relations to enrich the response (e.g. fixture;team;player;round)

Output

ParameterTypeDescription
totwarrayArray of the latest Team of the Week entries for the league

sportmonks_football_get_latest_transfers

Retrieve the latest transfers available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam)
filtersstringNoFilters to apply (e.g. transferTypes:219,220)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
transfersarrayArray of the latest transfer objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_league

Retrieve a single football league by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
leagueIdstringYesThe unique id of the league
includestringNoSemicolon-separated relations to enrich the response (e.g. country;currentSeason;seasons)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
leagueobjectThe requested league object

sportmonks_football_get_leagues

Retrieve all football leagues available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;currentSeason)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder leagues (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of league objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_leagues_by_country

Retrieve all leagues for a country ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
countryIdstringYesThe unique id of the country
includestringNoSemicolon-separated relations to enrich the response (e.g. country;currentSeason)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder leagues (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of league objects for the country
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_leagues_by_date

Retrieve all leagues with fixtures on a given date (YYYY-MM-DD) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
datestringYesThe fixture date in YYYY-MM-DD format
includestringNoSemicolon-separated relations to enrich the response (e.g. country;currentSeason)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder leagues (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of league objects with fixtures on the requested date
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_leagues_by_team

Retrieve all current and historical leagues for a team ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team
includestringNoSemicolon-separated relations to enrich the response (e.g. country;currentSeason)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder leagues (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of current and historical league objects for the team
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_live_leagues

Retrieve all leagues that have fixtures currently being played from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;currentSeason)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder leagues (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of currently live league objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_live_probabilities

Retrieve all live (in-play) prediction probabilities from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. type;fixture)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
predictionsarrayArray of live probability prediction objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_live_probabilities_by_fixture

Retrieve all live (in-play) prediction probabilities for a fixture ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
includestringNoSemicolon-separated relations to enrich the response (e.g. type;fixture)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
predictionsarrayArray of live probability prediction objects for the fixture
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_live_standings_by_league

Retrieve the live standing table for a league ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
leagueIdstringYesThe unique id of the league
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply (e.g. standingGroups:246697)

Output

ParameterTypeDescription
standingsarrayArray of live standing entries for the league

sportmonks_football_get_livescores

Retrieve fixtures starting within 15 minutes and currently in progress from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;scores;events)
filtersstringNoFilters to apply (e.g. fixtureLeagues:501)

Output

ParameterTypeDescription
fixturesarrayArray of live fixture objects

sportmonks_football_get_match_facts

Retrieve all available match facts within your Sportmonks subscription (beta)

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. type;sport;fixture)
filtersstringNoFilters to apply (e.g. matchFactTypes:76088)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
matchFactsarrayArray of match fact objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_match_facts_by_date_range

Retrieve match facts within a date range (YYYY-MM-DD) from Sportmonks (beta)

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
startDatestringYesStart date in YYYY-MM-DD format
endDatestringYesEnd date in YYYY-MM-DD format
includestringNoSemicolon-separated relations to enrich the response (e.g. type;sport;fixture)
filtersstringNoFilters to apply (e.g. matchFactTypes:76088)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
matchFactsarrayArray of match fact objects within the date range
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_match_facts_by_fixture

Retrieve match facts for a fixture ID from Sportmonks (beta)

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
includestringNoSemicolon-separated relations to enrich the response (e.g. type;sport;fixture)
filtersstringNoFilters to apply (e.g. matchFactTypes:76088)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
matchFactsarrayArray of match fact objects for the fixture
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_match_facts_by_league

Retrieve match facts for a league ID from Sportmonks (beta)

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
leagueIdstringYesThe unique id of the league
includestringNoSemicolon-separated relations to enrich the response (e.g. type;sport;fixture)
filtersstringNoFilters to apply (e.g. matchFactTypes:76088)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
matchFactsarrayArray of match fact objects for the league
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_past_fixtures_by_tv_station

Retrieve all past fixtures that were available for a TV station ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
tvStationIdstringYesThe unique id of the TV station
includestringNoSemicolon-separated relations to enrich the response (e.g. participants)
filtersstringNoFilters to apply (e.g. fixtureLeagues:501)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of past fixture objects for the TV station
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_player

Retrieve a single football player by their ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
playerIdstringYesThe unique id of the player
includestringNoSemicolon-separated relations to enrich the response (e.g. country;position;teams.team;statistics)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
playerobjectThe requested player object

sportmonks_football_get_players_by_country

Retrieve all players for a country ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
countryIdstringYesThe unique id of the country
includestringNoSemicolon-separated relations to enrich the response (e.g. nationality;position)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder players by id (asc or desc)

Output

ParameterTypeDescription
playersarrayArray of player objects for the country
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_postmatch_news

Retrieve all post-match news articles available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. fixture;league)
filtersstringNoFilters to apply (e.g. newsitemLeagues:8)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder news by id (asc or desc)

Output

ParameterTypeDescription
newsarrayArray of post-match news articles
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_postmatch_news_by_season

Retrieve all post-match news articles for a season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. fixture;league)
filtersstringNoFilters to apply (e.g. newsitemLeagues:8)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder news (asc or desc)

Output

ParameterTypeDescription
newsarrayArray of post-match news articles for the season
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_predictability_by_league

Retrieve the predictions model performance for a league ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
leagueIdstringYesThe unique id of the league
includestringNoSemicolon-separated relations to enrich the response (e.g. type;league)
filtersstringNoFilters to apply (e.g. predictabilityTypes:245)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
predictabilityarrayArray of predictability records for the league
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_prematch_news

Retrieve all pre-match news articles available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. fixture;league)
filtersstringNoFilters to apply (e.g. newsitemLeagues:8)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder news by id (asc or desc)

Output

ParameterTypeDescription
newsarrayArray of pre-match news articles
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_prematch_news_by_season

Retrieve all pre-match news articles for a season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. fixture;league)
filtersstringNoFilters to apply (e.g. newsitemLeagues:8)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder news (asc or desc)

Output

ParameterTypeDescription
newsarrayArray of pre-match news articles for the season
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_prematch_news_upcoming

Retrieve all pre-match news articles for upcoming fixtures from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. fixture;league)
filtersstringNoFilters to apply (e.g. newsitemLeagues:8)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder news (asc or desc)

Output

ParameterTypeDescription
newsarrayArray of pre-match news articles for upcoming fixtures
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_probabilities

Retrieve all prediction probabilities available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. type;fixture)
filtersstringNoFilters to apply (e.g. predictionTypes:236)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
predictionsarrayArray of prediction probability objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_probabilities_by_fixture

Retrieve prediction probabilities for a fixture by fixture ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
includestringNoSemicolon-separated relations to enrich the response (e.g. type;fixture)
filtersstringNoFilters to apply (e.g. predictionTypes:236)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
predictionsarrayArray of prediction probability entries for the fixture
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_referee

Retrieve a single football referee by their ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
refereeIdstringYesThe unique id of the referee
includestringNoSemicolon-separated relations to enrich the response (e.g. country;statistics)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
refereeobjectThe requested referee object

sportmonks_football_get_referees

Retrieve all football referees available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;statistics)
filtersstringNoFilters to apply (e.g. refereeCountries:44)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
refereesarrayArray of referee objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_referees_by_country

Retrieve all referees for a country ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
countryIdstringYesThe unique id of the country
includestringNoSemicolon-separated relations to enrich the response (e.g. country;nationality)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
refereesarrayArray of referee objects for the country
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_referees_by_season

Retrieve all referees for a season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. country;nationality)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
refereesarrayArray of referee objects for the season
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_rivals_by_team

Retrieve rival teams for a team by team ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team
includestringNoSemicolon-separated relations to enrich the response (e.g. team;rival)

Output

ParameterTypeDescription
rivalsarrayArray of rival relationships for the team

sportmonks_football_get_round

Retrieve a single football round by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
roundIdstringYesThe unique id of the round
includestringNoSemicolon-separated relations to enrich the response (e.g. league;season;stage;fixtures)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
roundobjectThe requested round object

sportmonks_football_get_round_statistics

Retrieve all available statistics for a round ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
roundIdstringYesThe unique id of the round
includestringNoSemicolon-separated relations to enrich the response (e.g. participant)
filtersstringNoFilters to apply (e.g. seasonstatisticTypes:52,88)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
statisticsarrayArray of statistic entries for the round
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_rounds

Retrieve all football rounds available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. league;season;stage)
filtersstringNoFilters to apply (e.g. roundSeasons:19735)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
roundsarrayArray of round objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_rounds_by_season

Retrieve all rounds for a season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. league;stage)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
roundsarrayArray of round objects for the season

sportmonks_football_get_schedules_by_season

Retrieve the full schedule (stages, rounds and fixtures) for a season by season ID

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season

Output

ParameterTypeDescription
schedulesjsonArray of stages, each with nested rounds and their fixtures (participants, scores)

sportmonks_football_get_schedules_by_season_and_team

Retrieve the full season schedule for a specific team by season ID and team ID

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
teamIdstringYesThe unique id of the team

Output

ParameterTypeDescription
schedulesjsonArray of stages, each with nested rounds and their fixtures for the team in the season

sportmonks_football_get_schedules_by_team

Retrieve the full schedule (stages, rounds and fixtures) for a team by team ID

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team

Output

ParameterTypeDescription
schedulesjsonArray of stages, each with nested rounds and their fixtures (participants, scores)

sportmonks_football_get_season

Retrieve a single football season by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. league;stages;fixtures)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
seasonobjectThe requested season object

sportmonks_football_get_seasons

Retrieve all football seasons available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. league;stages)
filtersstringNoFilters to apply (e.g. seasonLeagues:501)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
seasonsarrayArray of season objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_seasons_by_team

Retrieve all seasons for a team ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team
includestringNoSemicolon-separated relations to enrich the response (e.g. league;stages)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
seasonsarrayArray of season objects for the team

sportmonks_football_get_stage

Retrieve a single football stage by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
stageIdstringYesThe unique id of the stage
includestringNoSemicolon-separated relations to enrich the response (e.g. league;season;rounds)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
stageobjectThe requested stage object

sportmonks_football_get_stage_statistics

Retrieve all available statistics for a stage ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
stageIdstringYesThe unique id of the stage
includestringNoSemicolon-separated relations to enrich the response (e.g. participant)
filtersstringNoFilters to apply (e.g. seasonstatisticTypes:52,88)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
statisticsarrayArray of statistic entries for the stage
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_stages

Retrieve all football stages available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. league;season;rounds)
filtersstringNoFilters to apply (e.g. stageSeasons:19735)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
stagesarrayArray of stage objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_stages_by_season

Retrieve all stages for a season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. league;rounds)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
stagesarrayArray of stage objects for the season

sportmonks_football_get_standing_corrections_by_season

Retrieve point corrections (awarded or deducted) for a season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;stage)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
correctionsarrayArray of standing correction entries for the season

sportmonks_football_get_standings

Retrieve all standings available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;league;season)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
standingsarrayArray of standing entries
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_standings_by_round

Retrieve the full standing table for a round ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
roundIdstringYesThe unique id of the round
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply (e.g. standingGroups:246697)

Output

ParameterTypeDescription
standingsarrayArray of standing entries for the round

sportmonks_football_get_standings_by_season

Retrieve the full league standings table for a season by season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details;form)
filtersstringNoFilters to apply (e.g. standingStages:77453568)

Output

ParameterTypeDescription
standingsarrayArray of standing entries for the season

sportmonks_football_get_state

Retrieve a single fixture state by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
stateIdstringYesThe unique id of the state

Output

ParameterTypeDescription
stateobjectThe requested fixture state object

sportmonks_football_get_states

Retrieve all fixture states (e.g. Not Started, 1st Half, Full Time) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
statesarrayArray of fixture state objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_team

Retrieve a single football team by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team
includestringNoSemicolon-separated relations to enrich the response (e.g. country;venue;coaches;players.player)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
teamobjectThe requested team object

sportmonks_football_get_team_rankings

Retrieve all team rankings available within your Sportmonks subscription (beta)

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. team)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
teamRankingsarrayArray of team ranking objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_team_rankings_by_date

Retrieve team rankings for a given date (YYYY-MM-DD) from Sportmonks (beta)

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
datestringYesThe ranking date in YYYY-MM-DD format
includestringNoSemicolon-separated relations to enrich the response (e.g. team)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
teamRankingsarrayArray of team ranking objects for the date
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_team_rankings_by_team

Retrieve team rankings for a team ID from Sportmonks (beta)

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team
includestringNoSemicolon-separated relations to enrich the response (e.g. team)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
teamRankingsarrayArray of team ranking objects for the team
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_team_squad

Retrieve the current domestic squad for a team by team ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team
includestringNoSemicolon-separated relations to enrich the response (e.g. player;position)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
squadarrayArray of squad entries for the team

sportmonks_football_get_team_squad_by_season

Retrieve the (historical) squad for a team in a specific season from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
teamIdstringYesThe unique id of the team
includestringNoSemicolon-separated relations to enrich the response (e.g. player;position)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
squadarrayArray of squad entries for the team in the season

sportmonks_football_get_teams_by_country

Retrieve all teams for a country ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
countryIdstringYesThe unique id of the country
includestringNoSemicolon-separated relations to enrich the response (e.g. country;venue)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder teams by id (asc or desc)

Output

ParameterTypeDescription
teamsarrayArray of team objects for the country
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_teams_by_season

Retrieve all teams for a season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. country;venue)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder teams by id (asc or desc)

Output

ParameterTypeDescription
teamsarrayArray of team objects for the season
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_topscorers_by_season

Retrieve the topscorers (goals, assists, cards) for a season by season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. player;participant;type)
filtersstringNoFilters to apply (e.g. seasontopscorerTypes:208)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder topscorers by position (asc or desc)

Output

ParameterTypeDescription
topscorersarrayArray of topscorer entries for the season
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_topscorers_by_stage

Retrieve topscorers for a stage by stage ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
stageIdstringYesThe unique id of the stage
includestringNoSemicolon-separated relations to enrich the response (e.g. player;participant;type)
filtersstringNoFilters to apply (e.g. stageTopscorerTypes:208)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
topscorersarrayArray of topscorer entries for the stage
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_totw

Retrieve all available Team of the Week (TOTW) entries from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. fixture;team;player;round)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
totwarrayArray of Team of the Week entries
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_totw_by_round

Retrieve the Team of the Week (TOTW) for a round ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
roundIdstringYesThe unique id of the round
includestringNoSemicolon-separated relations to enrich the response (e.g. fixture;team;player;round)

Output

ParameterTypeDescription
totwarrayArray of Team of the Week entries for the round

sportmonks_football_get_transfer

Retrieve a single transfer by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
transferIdstringYesThe unique id of the transfer
includestringNoSemicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
transferobjectThe requested transfer object

sportmonks_football_get_transfer_rumour

Retrieve a single transfer rumour by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
rumourIdstringYesThe unique id of the transfer rumour
includestringNoSemicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
transferRumourobjectThe requested transfer rumour object

sportmonks_football_get_transfer_rumours_between_dates

Retrieve transfer rumours within a date range (YYYY-MM-DD) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
startDatestringYesStart date in YYYY-MM-DD format
endDatestringYesEnd date in YYYY-MM-DD format
includestringNoSemicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
transferRumoursarrayArray of transfer rumour objects within the date range
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_transfer_rumours_by_player

Retrieve transfer rumours for a player ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
playerIdstringYesThe unique id of the player
includestringNoSemicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
transferRumoursarrayArray of transfer rumour objects for the player
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_transfer_rumours_by_team

Retrieve transfer rumours for a team ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team
includestringNoSemicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
transferRumoursarrayArray of transfer rumour objects for the team
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_transfers_between_dates

Retrieve transfers within a date range (YYYY-MM-DD) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
startDatestringYesStart date in YYYY-MM-DD format
endDatestringYesEnd date in YYYY-MM-DD format
includestringNoSemicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam)
filtersstringNoFilters to apply (e.g. transferTypes:219,220)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
transfersarrayArray of transfer objects within the date range
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_transfers_by_player

Retrieve transfers for a player by player ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
playerIdstringYesThe unique id of the player
includestringNoSemicolon-separated relations to enrich the response (e.g. fromTeam;toTeam;type)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
transfersarrayArray of transfer objects for the player
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_transfers_by_team

Retrieve transfers for a team by team ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team
includestringNoSemicolon-separated relations to enrich the response (e.g. player;fromTeam;toTeam)
filtersstringNoFilters to apply (e.g. transferTypes:219,220)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
transfersarrayArray of transfer objects for the team
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_tv_station

Retrieve a single TV station by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
tvStationIdstringYesThe unique id of the TV station
includestringNoSemicolon-separated relations to enrich the response
filtersstringNoFilters to apply

Output

ParameterTypeDescription
tvStationobjectThe requested TV station object

sportmonks_football_get_tv_stations

Retrieve all TV stations available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
tvStationsarrayArray of TV station objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_tv_stations_by_fixture

Retrieve broadcasting TV stations for a fixture by fixture ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
includestringNoSemicolon-separated relations to enrich the response (e.g. fixtures;countries)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
tvStationsarrayArray of TV station objects broadcasting the fixture
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_upcoming_fixtures_by_market

Retrieve all upcoming fixtures for a market ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
marketIdstringYesThe unique id of the market
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;odds)
filtersstringNoFilters to apply (e.g. fixtureLeagues:501)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of upcoming fixture objects for the market
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_upcoming_fixtures_by_tv_station

Retrieve all upcoming fixtures available for a TV station ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
tvStationIdstringYesThe unique id of the TV station
includestringNoSemicolon-separated relations to enrich the response (e.g. participants)
filtersstringNoFilters to apply (e.g. fixtureLeagues:501)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of upcoming fixture objects for the TV station
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_value_bets

Retrieve all value bets available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. type;fixture)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
valueBetsarrayArray of value bet prediction objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_value_bets_by_fixture

Retrieve value bet predictions for a fixture by fixture ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
includestringNoSemicolon-separated relations to enrich the response (e.g. type;fixture)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
valueBetsarrayArray of value bet prediction entries for the fixture
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_venue

Retrieve a single football venue by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
venueIdstringYesThe unique id of the venue
includestringNoSemicolon-separated relations to enrich the response (e.g. country;city;fixtures)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
venueobjectThe requested venue object

sportmonks_football_get_venues

Retrieve all football venues available within your Sportmonks subscription

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;city)
filtersstringNoFilters to apply (e.g. venueCountries:98)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
venuesarrayArray of venue objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_get_venues_by_season

Retrieve all venues for a season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. country;city)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
venuesarrayArray of venue objects for the season

sportmonks_football_search_coaches

Search for football coaches by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe coach name to search for (e.g. Gerrard)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;teams)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
coachesarrayArray of coach objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_search_fixtures

Search for football fixtures by name (participants) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe fixture name to search for (e.g. Celtic)
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;scores)
filtersstringNoFilters to apply (e.g. fixtureLeagues:501)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder fixtures by starting_at (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of fixture objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_search_leagues

Search for football leagues by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe league name to search for (e.g. Premier)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;currentSeason)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder leagues (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of league objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_search_players

Search for football players by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe player name to search for (e.g. Tavernier)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;position;teams.team)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder players by id (asc or desc)

Output

ParameterTypeDescription
playersarrayArray of player objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_search_referees

Search for football referees by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe referee name to search for
includestringNoSemicolon-separated relations to enrich the response (e.g. country)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
refereesarrayArray of referee objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_search_rounds

Search for football rounds by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe round name to search for (e.g. 5)
includestringNoSemicolon-separated relations to enrich the response (e.g. league;season)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
roundsarrayArray of round objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_search_seasons

Search for football seasons by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe season name to search for (e.g. 2023/2024)
includestringNoSemicolon-separated relations to enrich the response (e.g. league)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
seasonsarrayArray of season objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_search_stages

Search for football stages by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe stage name to search for (e.g. Group)
includestringNoSemicolon-separated relations to enrich the response (e.g. league;season)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
stagesarrayArray of stage objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_search_teams

Search for football teams by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe team name to search for (e.g. Celtic)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;venue)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder teams by id (asc or desc)

Output

ParameterTypeDescription
teamsarrayArray of team objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_football_search_venues

Search for football venues by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe venue name to search for (e.g. Celtic Park)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;city)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
venuesarrayArray of venue objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_all_fixtures

Retrieve all motorsport fixtures (sessions) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;results)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of motorsport fixture (session) objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_current_leagues_by_team

Retrieve the current motorsport leagues for a team by team ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team (constructor)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;seasons)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of current league objects for the team
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_driver

Retrieve a single motorsport driver by their ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
driverIdstringYesThe unique id of the driver
includestringNoSemicolon-separated relations to enrich the response (e.g. country;teams)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
driverobjectThe requested driver object

sportmonks_motorsport_get_driver_standings

Retrieve all driver championship standings from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;season)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
standingsarrayArray of driver standing entries
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_driver_standings_by_season

Retrieve the drivers championship standings for a season by season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;season)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
standingsarrayArray of driver standing entries for the season
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_drivers

Retrieve all motorsport drivers from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;teams)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
driversarrayArray of driver objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_drivers_by_country

Retrieve all motorsport drivers for a country by country ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
countryIdstringYesThe unique id of the country
includestringNoSemicolon-separated relations to enrich the response (e.g. country;teams)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
driversarrayArray of driver objects for the country
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_drivers_by_season

Retrieve all motorsport drivers for a season by season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. country;teams)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
driversarrayArray of driver objects for the season
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_fixture

Retrieve a single motorsport fixture (session) by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture (session)
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;results;latestLaps;pitstops)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
fixtureobjectThe requested motorsport fixture (session) object

sportmonks_motorsport_get_fixtures_by_date

Retrieve motorsport fixtures (sessions) on a specific date (YYYY-MM-DD) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
datestringYesThe date to fetch fixtures for, in YYYY-MM-DD format
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;venue)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder fixtures by starting_at (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of motorsport fixture (session) objects for the requested date
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_fixtures_by_date_range

Retrieve motorsport fixtures (sessions) between two dates (YYYY-MM-DD, max 100 days) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
startDatestringYesThe start date of the range, in YYYY-MM-DD format
endDatestringYesThe end date of the range, in YYYY-MM-DD format
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;venue)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder fixtures by starting_at (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of motorsport fixture (session) objects within the requested date range
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_fixtures_by_ids

Retrieve multiple motorsport fixtures (sessions) by their IDs (max 50) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdsstringYesComma-separated list of fixture ids (max 50, e.g. 19408487,19408480)
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;results)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of motorsport fixture (session) objects for the requested ids
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_laps_by_fixture

Retrieve all laps for a motorsport fixture (session) by fixture ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture (session)
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
lapsarrayArray of lap objects for the fixture

sportmonks_motorsport_get_laps_by_fixture_and_driver

Retrieve all laps for a motorsport fixture and driver from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture (session)
driverIdstringYesThe unique id of the driver
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
lapsarrayArray of lap objects for the fixture and driver

sportmonks_motorsport_get_laps_by_fixture_and_lap

Retrieve all laps for a motorsport fixture and lap number from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture (session)
lapNumberstringYesThe lap number to retrieve
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
lapsarrayArray of lap objects for the fixture and lap number

sportmonks_motorsport_get_latest_laps_by_fixture

Retrieve the latest laps for a motorsport fixture (session) by fixture ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture (session)
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
lapsarrayArray of the latest lap objects for the fixture

sportmonks_motorsport_get_latest_pitstops_by_fixture

Retrieve the latest pitstops for a motorsport fixture (session) by fixture ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture (session)
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
pitstopsarrayArray of the latest pitstop objects for the fixture

sportmonks_motorsport_get_latest_stints_by_fixture

Retrieve the latest tyre stints for a motorsport fixture (session) by fixture ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture (session)
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
stintsarrayArray of the latest stint objects for the fixture

sportmonks_motorsport_get_latest_updated_drivers

Retrieve the most recently updated motorsport drivers from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;teams)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
driversarrayArray of recently updated driver objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_latest_updated_fixtures

Retrieve the most recently updated motorsport fixtures (sessions) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;results)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of recently updated motorsport fixture (session) objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_league

Retrieve a single motorsport league by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
leagueIdstringYesThe unique id of the league
includestringNoSemicolon-separated relations to enrich the response (e.g. country;seasons)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
leagueobjectThe requested league object

sportmonks_motorsport_get_leagues

Retrieve all motorsport leagues from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;seasons)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of league objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_leagues_by_country

Retrieve all motorsport leagues for a country by country ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
countryIdstringYesThe unique id of the country
includestringNoSemicolon-separated relations to enrich the response (e.g. country;seasons)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of league objects for the country
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_leagues_by_date

Retrieve all motorsport leagues with fixtures on a specific date (YYYY-MM-DD) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
datestringYesThe date to fetch leagues for, in YYYY-MM-DD format
includestringNoSemicolon-separated relations to enrich the response (e.g. country;seasons)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of league objects with fixtures on the requested date
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_leagues_by_live

Retrieve all motorsport leagues that currently have live fixtures from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;seasons)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of league objects that currently have live fixtures
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_leagues_by_team

Retrieve all current and historical motorsport leagues for a team by team ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team (constructor)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;seasons)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of league objects for the team
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_livescores

Retrieve all live motorsport fixtures (sessions) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. participants;results)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
fixturesarrayArray of live motorsport fixture (session) objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_pitstops_by_fixture

Retrieve all pitstops for a motorsport fixture (session) by fixture ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture (session)
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
pitstopsarrayArray of pitstop objects for the fixture

sportmonks_motorsport_get_pitstops_by_fixture_and_driver

Retrieve all pitstops for a motorsport fixture and driver from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture (session)
driverIdstringYesThe unique id of the driver
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
pitstopsarrayArray of pitstop objects for the fixture and driver

sportmonks_motorsport_get_pitstops_by_fixture_and_lap

Retrieve all pitstops for a motorsport fixture and lap number from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture (session)
lapNumberstringYesThe lap number to retrieve
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
pitstopsarrayArray of pitstop objects for the fixture and lap number

sportmonks_motorsport_get_race_results_by_season_and_driver

Retrieve race results (stages with fixtures, lineups and lineup details) for a season and driver from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
driverIdstringYesThe unique id of the driver
includestringNoSemicolon-separated relations to enrich the response
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
resultsarrayArray of stage objects for the season and driver, each including nested fixtures, lineups and lineup details
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_race_results_by_season_and_team

Retrieve race results (stages with fixtures, lineups and lineup details) for a season and team from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
teamIdstringYesThe unique id of the team (constructor)
includestringNoSemicolon-separated relations to enrich the response
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
resultsarrayArray of stage objects for the season and team, each including nested fixtures, lineups and lineup details
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_schedules_by_season

Retrieve the full schedule (stages with nested fixtures and venues) for a season by season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
schedulesarrayArray of stage objects for the season schedule, each including nested fixtures and venues
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_season

Retrieve a single motorsport season by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. league;stages)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
seasonobjectThe requested season object

sportmonks_motorsport_get_seasons

Retrieve all motorsport seasons from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. league;stages)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
seasonsarrayArray of season objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_stage

Retrieve a single motorsport stage (race weekend) by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
stageIdstringYesThe unique id of the stage (race weekend)
includestringNoSemicolon-separated relations to enrich the response (e.g. league;season;fixtures)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
stageobjectThe requested stage (race weekend) object

sportmonks_motorsport_get_stages

Retrieve all motorsport stages (race weekends) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. league;season;fixtures)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
stagesarrayArray of stage (race weekend) objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_stages_by_season

Retrieve all motorsport stages (race weekends) for a season by season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. league;season;fixtures)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
stagesarrayArray of stage (race weekend) objects for the season
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_state

Retrieve a single motorsport fixture state by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
stateIdstringYesThe unique id of the state
includestringNoSemicolon-separated relations to enrich the response
filtersstringNoFilters to apply

Output

ParameterTypeDescription
stateobjectThe requested fixture state object

sportmonks_motorsport_get_states

Retrieve all possible motorsport fixture states from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
statesarrayArray of fixture state objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_stints_by_fixture

Retrieve all tyre stints for a motorsport fixture (session) by fixture ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture (session)
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
stintsarrayArray of stint objects for the fixture

sportmonks_motorsport_get_stints_by_fixture_and_driver

Retrieve all tyre stints for a motorsport fixture and driver from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture (session)
driverIdstringYesThe unique id of the driver
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
stintsarrayArray of stint objects for the fixture and driver

sportmonks_motorsport_get_stints_by_fixture_and_stint

Retrieve all tyre stints for a motorsport fixture and stint number from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture (session)
stintNumberstringYesThe stint number to retrieve
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;details)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
stintsarrayArray of stint objects for the fixture and stint number

sportmonks_motorsport_get_team

Retrieve a single motorsport team (constructor) by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
teamIdstringYesThe unique id of the team (constructor)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;drivers)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
teamobjectThe requested team (constructor) object

sportmonks_motorsport_get_team_standings

Retrieve all team (constructor) championship standings from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;season)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
standingsarrayArray of team (constructor) standing entries
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_team_standings_by_season

Retrieve the constructors championship standings for a season by season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. participant;season)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
standingsarrayArray of team (constructor) standing entries for the season
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_teams

Retrieve all motorsport teams (constructors) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;drivers)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
teamsarrayArray of team (constructor) objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_teams_by_country

Retrieve all motorsport teams (constructors) for a country by country ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
countryIdstringYesThe unique id of the country
includestringNoSemicolon-separated relations to enrich the response (e.g. country;drivers)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
teamsarrayArray of team (constructor) objects for the country
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_teams_by_season

Retrieve all motorsport teams (constructors) for a season by season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. country;drivers)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
teamsarrayArray of team (constructor) objects for the season
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_venue

Retrieve a single motorsport venue (racing track) by its ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
venueIdstringYesThe unique id of the venue (track)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;city)
filtersstringNoFilters to apply

Output

ParameterTypeDescription
venueobjectThe requested venue (racing track) object

sportmonks_motorsport_get_venues

Retrieve all motorsport venues (racing tracks) from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;city)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
venuesarrayArray of venue (racing track) objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_get_venues_by_season

Retrieve all motorsport venues (racing tracks) for a season by season ID from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
seasonIdstringYesThe unique id of the season
includestringNoSemicolon-separated relations to enrich the response (e.g. country;city)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
venuesarrayArray of venue (racing track) objects for the season
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_search_drivers

Search for motorsport drivers by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe driver name to search for (e.g. Verstappen)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;teams)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
driversarrayArray of driver objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_search_leagues

Search for motorsport leagues by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe league name to search for (e.g. Formula)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;seasons)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
leaguesarrayArray of league objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_search_stages

Search for motorsport stages (race weekends) by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe stage name to search for (e.g. Monaco)
includestringNoSemicolon-separated relations to enrich the response (e.g. league;season;fixtures)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
stagesarrayArray of stage (race weekend) objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_search_teams

Search for motorsport teams (constructors) by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe team name to search for (e.g. Bull)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;drivers)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
teamsarrayArray of team (constructor) objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_motorsport_search_venues

Search for motorsport venues (racing tracks) by name from Sportmonks

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe venue name to search for (e.g. Hungaroring)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;city)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
venuesarrayArray of venue (racing track) objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_get_all_historical_odds

Retrieve all available historical (premium) pre-match odd values from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. odd)
filtersstringNoFilters to apply (e.g. winningOdds)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
historicalOddsarrayArray of historical premium odd value records
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_get_all_inplay_odds

Retrieve all available live (in-play) odds from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. markets:1,12, bookmakers:2,14, IdAfter:oddID)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
oddsarrayArray of in-play odd objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_get_all_pre_match_odds

Retrieve all available pre-match odds from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. markets:1,12, bookmakers:2,14, winningOdds, IdAfter:oddID)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
oddsarrayArray of pre-match odd objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_get_all_premium_odds

Retrieve all available premium (historical) pre-match odds from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. markets:1,12, bookmakers:2,14, IdAfter:oddID)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
premiumOddsarrayArray of premium odd objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_get_bookmaker

Retrieve a single bookmaker by its ID from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
bookmakerIdstringYesThe unique id of the bookmaker

Output

ParameterTypeDescription
bookmakerobjectThe requested bookmaker object

sportmonks_odds_get_bookmaker_event_ids_by_fixture

Retrieve bookmakers' own event ids mapped to a Sportmonks fixture via the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
bookmakerEventsarrayArray of bookmaker event mapping records for the fixture
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_get_bookmakers

Retrieve all bookmakers from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
filtersstringNoFilters to apply (e.g. IdAfter:bookmakerID)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
bookmakersarrayArray of bookmaker objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_get_bookmakers_by_fixture

Retrieve all bookmakers available for a fixture from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
bookmakersarrayArray of bookmaker objects available for the fixture
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_get_inplay_odds_by_fixture

Retrieve live (in-play) odds for a fixture by fixture ID from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. markets:1,12 or bookmakers:2,14 or winningOdds)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
oddsarrayArray of in-play odd objects for the fixture
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_get_inplay_odds_by_fixture_and_bookmaker

Retrieve live (in-play) odds for a fixture from a specific bookmaker via the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
bookmakerIdstringYesThe unique id of the bookmaker
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. markets:1,12)

Output

ParameterTypeDescription
oddsarrayArray of in-play odd objects for the fixture and bookmaker

sportmonks_odds_get_inplay_odds_by_fixture_and_market

Retrieve live (in-play) odds for a fixture on a specific market via the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
marketIdstringYesThe unique id of the market
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. bookmakers:2,14)

Output

ParameterTypeDescription
oddsarrayArray of in-play odd objects for the fixture and market

sportmonks_odds_get_last_updated_inplay_odds

Retrieve in-play odds updated in the last 10 seconds from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. markets:1,12 or bookmakers:2,14)

Output

ParameterTypeDescription
oddsarrayArray of in-play odd objects updated in the last 10 seconds

sportmonks_odds_get_last_updated_pre_match_odds

Retrieve pre-match odds updated in the last 10 seconds from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. markets:1,12 or bookmakers:2,14 or winningOdds)

Output

ParameterTypeDescription
oddsarrayArray of pre-match odd objects updated in the last 10 seconds

sportmonks_odds_get_market

Retrieve a single betting market by its ID from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
marketIdstringYesThe unique id of the market

Output

ParameterTypeDescription
marketobjectThe requested market object

sportmonks_odds_get_markets

Retrieve all betting markets from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
filtersstringNoFilters to apply (e.g. IdAfter:marketID)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
marketsarrayArray of market objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_get_pre_match_odds_by_fixture

Retrieve pre-match odds for a fixture by fixture ID from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. markets:1,12 or bookmakers:2,14 or winningOdds)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
oddsarrayArray of pre-match odd objects for the fixture
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_get_pre_match_odds_by_fixture_and_bookmaker

Retrieve pre-match odds for a fixture from a specific bookmaker via the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
bookmakerIdstringYesThe unique id of the bookmaker
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. markets:1,12 or winningOdds)

Output

ParameterTypeDescription
oddsarrayArray of pre-match odd objects for the fixture and bookmaker

sportmonks_odds_get_pre_match_odds_by_fixture_and_market

Retrieve pre-match odds for a fixture on a specific market via the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
marketIdstringYesThe unique id of the market
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. bookmakers:2,14 or winningOdds)

Output

ParameterTypeDescription
oddsarrayArray of pre-match odd objects for the fixture and market

sportmonks_odds_get_premium_odds_by_fixture

Retrieve premium (historical) pre-match odds for a fixture from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. markets:1,12 or bookmakers:2,14)

Output

ParameterTypeDescription
premiumOddsarrayArray of premium odd objects for the fixture

sportmonks_odds_get_premium_odds_by_fixture_and_bookmaker

Retrieve premium pre-match odds for a fixture from a specific bookmaker via the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
bookmakerIdstringYesThe unique id of the bookmaker
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. markets:1,12)

Output

ParameterTypeDescription
premiumOddsarrayArray of premium odd objects for the fixture and bookmaker

sportmonks_odds_get_premium_odds_by_fixture_and_market

Retrieve premium pre-match odds for a fixture on a specific market via the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fixtureIdstringYesThe unique id of the fixture
marketIdstringYesThe unique id of the market
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. bookmakers:2,14)

Output

ParameterTypeDescription
premiumOddsarrayArray of premium odd objects for the fixture and market

sportmonks_odds_get_updated_historical_odds_between

Retrieve historical (premium) odds updated between two UNIX timestamps (max 5 minutes) from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fromTimestampstringYesStart of the range as a UNIX timestamp (e.g. 1767225600)
toTimestampstringYesEnd of the range as a UNIX timestamp (max 5 minutes after the start)
includestringNoSemicolon-separated relations to enrich the response (e.g. odd)
filtersstringNoFilters to apply (e.g. winningOdds)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
historicalOddsarrayArray of historical premium odd value records updated within the time range
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_get_updated_premium_odds_between

Retrieve premium odds updated between two UNIX timestamps (max 5 minutes) from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
fromTimestampstringYesStart of the range as a UNIX timestamp (e.g. 1767225600)
toTimestampstringYesEnd of the range as a UNIX timestamp (max 5 minutes after the start)
includestringNoSemicolon-separated relations to enrich the response (e.g. market;bookmaker)
filtersstringNoFilters to apply (e.g. markets:1,12 or bookmakers:2,14)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
premiumOddsarrayArray of premium odd objects updated within the time range
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_search_bookmakers

Search for bookmakers by name from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe bookmaker name to search for (e.g. bet365)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
bookmakersarrayArray of bookmaker objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_odds_search_markets

Search for betting markets by name from the Sportmonks Odds API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe market name to search for (e.g. Over/Under)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
marketsarrayArray of market objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_core_get_cities

Retrieve all cities from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. region)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
citiesarrayArray of city objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_core_get_city

Retrieve a single city by its ID from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
cityIdstringYesThe unique id of the city
includestringNoSemicolon-separated relations to enrich the response (e.g. region)

Output

ParameterTypeDescription
cityobjectThe requested city object

sportmonks_core_get_continent

Retrieve a single continent by its ID from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
continentIdstringYesThe unique id of the continent
includestringNoSemicolon-separated relations to enrich the response (e.g. countries)

Output

ParameterTypeDescription
continentobjectThe requested continent object

sportmonks_core_get_continents

Retrieve all continents from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. countries)
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
continentsarrayArray of continent objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_core_get_countries

Retrieve all countries from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. continent;regions)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
countriesarrayArray of country objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_core_get_country

Retrieve a single country by its ID from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
countryIdstringYesThe unique id of the country
includestringNoSemicolon-separated relations to enrich the response (e.g. continent;regions)

Output

ParameterTypeDescription
countryobjectThe requested country object

sportmonks_core_get_entity_filters

Retrieve all available filters grouped per entity from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token

Output

ParameterTypeDescription
entityFiltersjsonMap of entity name to its available filter names, e.g. {fixture: ["fixtureLeagues", "fixtureSeasons"], event: ["eventTypes"]}

sportmonks_core_get_my_usage

Retrieve your Sportmonks API usage aggregated per 5 minutes

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
usagearrayArray of API usage records aggregated per 5-minute period
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_core_get_region

Retrieve a single region by its ID from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
regionIdstringYesThe unique id of the region
includestringNoSemicolon-separated relations to enrich the response (e.g. country;cities)

Output

ParameterTypeDescription
regionobjectThe requested region object

sportmonks_core_get_regions

Retrieve all regions from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
includestringNoSemicolon-separated relations to enrich the response (e.g. country;cities)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
regionsarrayArray of region objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_core_get_timezones

Retrieve all supported time zones (IANA names) from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token

Output

ParameterTypeDescription
timezonesarrayArray of supported IANA time zone names (e.g. Europe/London)

sportmonks_core_get_type

Retrieve a single type by its ID from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
typeIdstringYesThe unique id of the type

Output

ParameterTypeDescription
typeobjectThe requested type object

sportmonks_core_get_type_by_entity

Retrieve the available types grouped per entity from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token

Output

ParameterTypeDescription
typesByEntityjsonMap of entity name to its available types, e.g. {CoachStatisticDetail: {updated_at, types: [{id, name, code, developer_name, model_type, stat_group}]}}

sportmonks_core_get_types

Retrieve all types (reference data describing events, statistics, positions, etc.) from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
typesarrayArray of type objects
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_core_search_cities

Search for cities by name from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe city name to search for (e.g. London)
includestringNoSemicolon-separated relations to enrich the response (e.g. region)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
citiesarrayArray of city objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_core_search_countries

Search for countries by name from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe country name to search for (e.g. Brazil)
includestringNoSemicolon-separated relations to enrich the response (e.g. continent;regions)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
countriesarrayArray of country objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

sportmonks_core_search_regions

Search for regions by name from the Sportmonks Core API

Input

ParameterTypeRequiredDescription
apiKeystringYesSportmonks API token
querystringYesThe region name to search for (e.g. Utrecht)
includestringNoSemicolon-separated relations to enrich the response (e.g. country;cities)
filtersstringNoFilters to apply
per_pagestringNoNumber of results per page (max 50, default 25)
pagestringNoPage number to retrieve
orderstringNoOrder direction (asc or desc)

Output

ParameterTypeDescription
regionsarrayArray of region objects matching the search query
paginationobjectPagination metadata (present on paginated endpoints)

Notes

  • Category: tools
  • Type: sportmonks
On this page

On this page

Usage Instructions
Tools
sportmonks_football_expected_by_player
Input
Output
sportmonks_football_expected_by_team
Input
Output
sportmonks_football_get_all_commentaries
Input
Output
sportmonks_football_get_all_fixtures
Input
Output
sportmonks_football_get_all_players
Input
Output
sportmonks_football_get_all_rivals
Input
Output
sportmonks_football_get_all_teams
Input
Output
sportmonks_football_get_all_transfer_rumours
Input
Output
sportmonks_football_get_all_transfers
Input
Output
sportmonks_football_get_brackets_by_season
Input
Output
sportmonks_football_get_coach
Input
Output
sportmonks_football_get_coaches
Input
Output
sportmonks_football_get_coaches_by_country
Input
Output
sportmonks_football_get_commentaries_by_fixture
Input
Output
sportmonks_football_get_current_leagues_by_team
Input
Output
sportmonks_football_get_expected_lineups_by_player
Input
Output
sportmonks_football_get_expected_lineups_by_team
Input
Output
sportmonks_football_get_extended_team_squad
Input
Output
sportmonks_football_get_fixture
Input
Output
sportmonks_football_get_fixtures_by_date
Input
Output
sportmonks_football_get_fixtures_by_date_range
Input
Output
sportmonks_football_get_fixtures_by_date_range_for_team
Input
Output
sportmonks_football_get_fixtures_by_ids
Input
Output
sportmonks_football_get_grouped_standings_by_round
Input
Output
sportmonks_football_get_head_to_head
Input
Output
sportmonks_football_get_inplay_livescores
Input
Output
sportmonks_football_get_latest_coaches
Input
Output
sportmonks_football_get_latest_fixtures
Input
Output
sportmonks_football_get_latest_livescores
Input
Output
sportmonks_football_get_latest_players
Input
Output
sportmonks_football_get_latest_totw
Input
Output
sportmonks_football_get_latest_transfers
Input
Output
sportmonks_football_get_league
Input
Output
sportmonks_football_get_leagues
Input
Output
sportmonks_football_get_leagues_by_country
Input
Output
sportmonks_football_get_leagues_by_date
Input
Output
sportmonks_football_get_leagues_by_team
Input
Output
sportmonks_football_get_live_leagues
Input
Output
sportmonks_football_get_live_probabilities
Input
Output
sportmonks_football_get_live_probabilities_by_fixture
Input
Output
sportmonks_football_get_live_standings_by_league
Input
Output
sportmonks_football_get_livescores
Input
Output
sportmonks_football_get_match_facts
Input
Output
sportmonks_football_get_match_facts_by_date_range
Input
Output
sportmonks_football_get_match_facts_by_fixture
Input
Output
sportmonks_football_get_match_facts_by_league
Input
Output
sportmonks_football_get_past_fixtures_by_tv_station
Input
Output
sportmonks_football_get_player
Input
Output
sportmonks_football_get_players_by_country
Input
Output
sportmonks_football_get_postmatch_news
Input
Output
sportmonks_football_get_postmatch_news_by_season
Input
Output
sportmonks_football_get_predictability_by_league
Input
Output
sportmonks_football_get_prematch_news
Input
Output
sportmonks_football_get_prematch_news_by_season
Input
Output
sportmonks_football_get_prematch_news_upcoming
Input
Output
sportmonks_football_get_probabilities
Input
Output
sportmonks_football_get_probabilities_by_fixture
Input
Output
sportmonks_football_get_referee
Input
Output
sportmonks_football_get_referees
Input
Output
sportmonks_football_get_referees_by_country
Input
Output
sportmonks_football_get_referees_by_season
Input
Output
sportmonks_football_get_rivals_by_team
Input
Output
sportmonks_football_get_round
Input
Output
sportmonks_football_get_round_statistics
Input
Output
sportmonks_football_get_rounds
Input
Output
sportmonks_football_get_rounds_by_season
Input
Output
sportmonks_football_get_schedules_by_season
Input
Output
sportmonks_football_get_schedules_by_season_and_team
Input
Output
sportmonks_football_get_schedules_by_team
Input
Output
sportmonks_football_get_season
Input
Output
sportmonks_football_get_seasons
Input
Output
sportmonks_football_get_seasons_by_team
Input
Output
sportmonks_football_get_stage
Input
Output
sportmonks_football_get_stage_statistics
Input
Output
sportmonks_football_get_stages
Input
Output
sportmonks_football_get_stages_by_season
Input
Output
sportmonks_football_get_standing_corrections_by_season
Input
Output
sportmonks_football_get_standings
Input
Output
sportmonks_football_get_standings_by_round
Input
Output
sportmonks_football_get_standings_by_season
Input
Output
sportmonks_football_get_state
Input
Output
sportmonks_football_get_states
Input
Output
sportmonks_football_get_team
Input
Output
sportmonks_football_get_team_rankings
Input
Output
sportmonks_football_get_team_rankings_by_date
Input
Output
sportmonks_football_get_team_rankings_by_team
Input
Output
sportmonks_football_get_team_squad
Input
Output
sportmonks_football_get_team_squad_by_season
Input
Output
sportmonks_football_get_teams_by_country
Input
Output
sportmonks_football_get_teams_by_season
Input
Output
sportmonks_football_get_topscorers_by_season
Input
Output
sportmonks_football_get_topscorers_by_stage
Input
Output
sportmonks_football_get_totw
Input
Output
sportmonks_football_get_totw_by_round
Input
Output
sportmonks_football_get_transfer
Input
Output
sportmonks_football_get_transfer_rumour
Input
Output
sportmonks_football_get_transfer_rumours_between_dates
Input
Output
sportmonks_football_get_transfer_rumours_by_player
Input
Output
sportmonks_football_get_transfer_rumours_by_team
Input
Output
sportmonks_football_get_transfers_between_dates
Input
Output
sportmonks_football_get_transfers_by_player
Input
Output
sportmonks_football_get_transfers_by_team
Input
Output
sportmonks_football_get_tv_station
Input
Output
sportmonks_football_get_tv_stations
Input
Output
sportmonks_football_get_tv_stations_by_fixture
Input
Output
sportmonks_football_get_upcoming_fixtures_by_market
Input
Output
sportmonks_football_get_upcoming_fixtures_by_tv_station
Input
Output
sportmonks_football_get_value_bets
Input
Output
sportmonks_football_get_value_bets_by_fixture
Input
Output
sportmonks_football_get_venue
Input
Output
sportmonks_football_get_venues
Input
Output
sportmonks_football_get_venues_by_season
Input
Output
sportmonks_football_search_coaches
Input
Output
sportmonks_football_search_fixtures
Input
Output
sportmonks_football_search_leagues
Input
Output
sportmonks_football_search_players
Input
Output
sportmonks_football_search_referees
Input
Output
sportmonks_football_search_rounds
Input
Output
sportmonks_football_search_seasons
Input
Output
sportmonks_football_search_stages
Input
Output
sportmonks_football_search_teams
Input
Output
sportmonks_football_search_venues
Input
Output
sportmonks_motorsport_get_all_fixtures
Input
Output
sportmonks_motorsport_get_current_leagues_by_team
Input
Output
sportmonks_motorsport_get_driver
Input
Output
sportmonks_motorsport_get_driver_standings
Input
Output
sportmonks_motorsport_get_driver_standings_by_season
Input
Output
sportmonks_motorsport_get_drivers
Input
Output
sportmonks_motorsport_get_drivers_by_country
Input
Output
sportmonks_motorsport_get_drivers_by_season
Input
Output
sportmonks_motorsport_get_fixture
Input
Output
sportmonks_motorsport_get_fixtures_by_date
Input
Output
sportmonks_motorsport_get_fixtures_by_date_range
Input
Output
sportmonks_motorsport_get_fixtures_by_ids
Input
Output
sportmonks_motorsport_get_laps_by_fixture
Input
Output
sportmonks_motorsport_get_laps_by_fixture_and_driver
Input
Output
sportmonks_motorsport_get_laps_by_fixture_and_lap
Input
Output
sportmonks_motorsport_get_latest_laps_by_fixture
Input
Output
sportmonks_motorsport_get_latest_pitstops_by_fixture
Input
Output
sportmonks_motorsport_get_latest_stints_by_fixture
Input
Output
sportmonks_motorsport_get_latest_updated_drivers
Input
Output
sportmonks_motorsport_get_latest_updated_fixtures
Input
Output
sportmonks_motorsport_get_league
Input
Output
sportmonks_motorsport_get_leagues
Input
Output
sportmonks_motorsport_get_leagues_by_country
Input
Output
sportmonks_motorsport_get_leagues_by_date
Input
Output
sportmonks_motorsport_get_leagues_by_live
Input
Output
sportmonks_motorsport_get_leagues_by_team
Input
Output
sportmonks_motorsport_get_livescores
Input
Output
sportmonks_motorsport_get_pitstops_by_fixture
Input
Output
sportmonks_motorsport_get_pitstops_by_fixture_and_driver
Input
Output
sportmonks_motorsport_get_pitstops_by_fixture_and_lap
Input
Output
sportmonks_motorsport_get_race_results_by_season_and_driver
Input
Output
sportmonks_motorsport_get_race_results_by_season_and_team
Input
Output
sportmonks_motorsport_get_schedules_by_season
Input
Output
sportmonks_motorsport_get_season
Input
Output
sportmonks_motorsport_get_seasons
Input
Output
sportmonks_motorsport_get_stage
Input
Output
sportmonks_motorsport_get_stages
Input
Output
sportmonks_motorsport_get_stages_by_season
Input
Output
sportmonks_motorsport_get_state
Input
Output
sportmonks_motorsport_get_states
Input
Output
sportmonks_motorsport_get_stints_by_fixture
Input
Output
sportmonks_motorsport_get_stints_by_fixture_and_driver
Input
Output
sportmonks_motorsport_get_stints_by_fixture_and_stint
Input
Output
sportmonks_motorsport_get_team
Input
Output
sportmonks_motorsport_get_team_standings
Input
Output
sportmonks_motorsport_get_team_standings_by_season
Input
Output
sportmonks_motorsport_get_teams
Input
Output
sportmonks_motorsport_get_teams_by_country
Input
Output
sportmonks_motorsport_get_teams_by_season
Input
Output
sportmonks_motorsport_get_venue
Input
Output
sportmonks_motorsport_get_venues
Input
Output
sportmonks_motorsport_get_venues_by_season
Input
Output
sportmonks_motorsport_search_drivers
Input
Output
sportmonks_motorsport_search_leagues
Input
Output
sportmonks_motorsport_search_stages
Input
Output
sportmonks_motorsport_search_teams
Input
Output
sportmonks_motorsport_search_venues
Input
Output
sportmonks_odds_get_all_historical_odds
Input
Output
sportmonks_odds_get_all_inplay_odds
Input
Output
sportmonks_odds_get_all_pre_match_odds
Input
Output
sportmonks_odds_get_all_premium_odds
Input
Output
sportmonks_odds_get_bookmaker
Input
Output
sportmonks_odds_get_bookmaker_event_ids_by_fixture
Input
Output
sportmonks_odds_get_bookmakers
Input
Output
sportmonks_odds_get_bookmakers_by_fixture
Input
Output
sportmonks_odds_get_inplay_odds_by_fixture
Input
Output
sportmonks_odds_get_inplay_odds_by_fixture_and_bookmaker
Input
Output
sportmonks_odds_get_inplay_odds_by_fixture_and_market
Input
Output
sportmonks_odds_get_last_updated_inplay_odds
Input
Output
sportmonks_odds_get_last_updated_pre_match_odds
Input
Output
sportmonks_odds_get_market
Input
Output
sportmonks_odds_get_markets
Input
Output
sportmonks_odds_get_pre_match_odds_by_fixture
Input
Output
sportmonks_odds_get_pre_match_odds_by_fixture_and_bookmaker
Input
Output
sportmonks_odds_get_pre_match_odds_by_fixture_and_market
Input
Output
sportmonks_odds_get_premium_odds_by_fixture
Input
Output
sportmonks_odds_get_premium_odds_by_fixture_and_bookmaker
Input
Output
sportmonks_odds_get_premium_odds_by_fixture_and_market
Input
Output
sportmonks_odds_get_updated_historical_odds_between
Input
Output
sportmonks_odds_get_updated_premium_odds_between
Input
Output
sportmonks_odds_search_bookmakers
Input
Output
sportmonks_odds_search_markets
Input
Output
sportmonks_core_get_cities
Input
Output
sportmonks_core_get_city
Input
Output
sportmonks_core_get_continent
Input
Output
sportmonks_core_get_continents
Input
Output
sportmonks_core_get_countries
Input
Output
sportmonks_core_get_country
Input
Output
sportmonks_core_get_entity_filters
Input
Output
sportmonks_core_get_my_usage
Input
Output
sportmonks_core_get_region
Input
Output
sportmonks_core_get_regions
Input
Output
sportmonks_core_get_timezones
Input
Output
sportmonks_core_get_type
Input
Output
sportmonks_core_get_type_by_entity
Input
Output
sportmonks_core_get_types
Input
Output
sportmonks_core_search_cities
Input
Output
sportmonks_core_search_countries
Input
Output
sportmonks_core_search_regions
Input
Output
Notes
Sportmonks