Demo response files
Next to the responses in our tutorials and how-to guides, we have generated some example files for you to download. The example JSON files will help you build your implementation. Click on the button to download the example files.
Request with the all match and player statistics, events and full line-up
https://api.sportmonks.com/v3/football/fixtures/18509781?api_token=YOUR_TOKEN&include=statistics.type;lineups.details.type;events.type
CL_final_21_22_stats_events_lineups.json
275KB
Code
Liverpool - Real Madrid: Match stats
Including
.type
is not recommended as an include on any endpoint. Types are used throughout the entire API. We recommend retrieving all types from the types endpoint and storing them in your database or other data structure. Only include the type if no other option is available or when testing the API.Request with pre-match odds from Unibet
https://api.sportmonks.com/v3/football/fixtures/18509781?api_token=YOUR_TOKEN&include=odds&include=odds&filters=bookmakers:23
CL_final_odds.json
215KB
Code
Liverpool - Real Madrid: odds
Request to retrieve the season statistics of Liverpool for the CL 21/22 season.
https://api.sportmonks.com/v3/football/teams/8?api_token=YOUR_TOKEN&include=statistics.details.type&filters=teamStatisticSeasons:18346
liverpool_cl_stats.json
12KB
Code
Liverpool CL season stats
Including
.type
is not recommended as an include on any endpoint. Types are used throughout the entire API. We recommend retrieving all types from the types endpoint and storing them in your database or other data structure. Only include the type if no other option is available or when testing the API.Request to retrieve the squad and statistics of Real Madrid for the CL 21/22 season.
https://api.sportmonks.com/v3/football/squads/seasons/18346/teams/3468?api_token=YOUR_TOKEN&include=player;details.type
Real_Madrid_CL_season_stats.json
266KB
Code
Real Madrid season squad
Including
.type
is not recommended as an include on any endpoint. Types are used throughout the entire API. We recommend retrieving all types from the types endpoint and storing them in your database or other data structure. Only include the type if no other option is available or when testing the API.Request to retrieve the statistics of Kylian Mbappe for the CL 21/22 season.
https://api.sportmonks.com/v3/football/players/96611?api_token=YOUR_TOKEN&include=statistics.details.type&filters=playerStatisticSeasons:18346
Mbappe_season_CL_stats.json
14KB
Code
Mbappe CL season stats
Including
.type
is not recommended as an include on any endpoint. Types are used throughout the entire API. We recommend retrieving all types from the types endpoint and storing them in your database or other data structure. Only include the type if no other option is available or when testing the API.Request to retrieve the standings of the English Premier League 21/22 season.
https://api.sportmonks.com/v3/football/standings/seasons/18378?api_token=YOUR_TOKEN&include=participant;rule;details.type
EPL_standings.json
200KB
Code
EPL season standings
Including
.type
is not recommended as an include on any endpoint. Types are used throughout the entire API. We recommend retrieving all types from the types endpoint and storing them in your database or other data structure. Only include the type if no other option is available or when testing the API.Request to retrieve the group standings of the World Cup 2022.
https://api.sportmonks.com/v3/football/standings/seasons/18017?api_token=YOUR_TOKEN&include=participant;rule;details.type
World_cup_group_standings_2022.json
321KB
Code
EPL season standings
Including
.type
is not recommended as an include on any endpoint. Types are used throughout the entire API. We recommend retrieving all types from the types endpoint and storing them in your database or other data structure. Only include the type if no other option is available or when testing the API.Last modified 3mo ago