Demo response files

Alongside our tutorials and how-to guides, we provide example JSON responses you can download directly. These sample files show you exactly what our endpoints return so you can:

  • Understand data structures before coding

  • Mock endpoints for testing and development

  • Plan database models and API integrations

💡 Each example request below links to a real API call. Replace YOUR_TOKEN with your actual API token to test it yourself.

Fixtures

Match and player statistics, lineups and events

CL final 2023/2024 season: Borussia Dortmund - Real Madrid

Request with the all match and player statistics, events and full line-up.

https://api.sportmonks.com/v3/football/fixtures/19101794?api_token=YOUR_TOKEN&include=statistics.type;lineups.details.type;events.type
Borussia Dortmund - Real Madrid: Match stats

Pre-match odds from bet365

CL final 2023/2024 season: Borussia Dortmund - Real Madrid

Request to retrieve pre-match odds for the 2023/2024 CL final.

https://api.sportmonks.com/v3/football/fixtures/19101794?api_token=YOUR_TOKEN&include=odds&filters=bookmakers:23
Borussia Dortmund - Real Madrid: odds

Team

Team season statistics

CL 2023/2024 season: Borussia Dortmund team statistics

Request to retrieve the season statistics of Borussia Dortmund for the CL 2023/2024 season.

https://api.sportmonks.com/v3/football/teams/68?api_token=YOUR_TOKEN&include=statistics.details.type&filters=teamStatisticSeasons:21638
Borussia Dortmund season stats

Team season squads and statistics

CL 2023/2024 season: Real Madrid squad

Request to retrieve the squad and statistics of Real Madrid for the CL 2023/2024 season.

https://api.sportmonks.com/v3/football/squads/seasons/21638/teams/3468?api_token=YOUR_TOKEN&include=player;details.type
Real Madrid season squad

Player

Player season statistics

CL 2023/2024 season: Kylian Mbappé statistics

Request to retrieve the statistics of Kylian Mbappé for the CL 2023/2024 season.

https://api.sportmonks.com/v3/football/players/96611?api_token=YOUR_TOKEN&include=statistics.details.type&filters=playerStatisticSeasons:21638
Mbappé CL season stats

Standings

Domestic Cup Standings

English Premier League 2023/2024 season standings

Request to retrieve the standings of the English Premier League 2023/2024 season.

https://api.sportmonks.com/v3/football/standings/seasons/21646?api_token=YOUR_TOKEN&include=participant;rule;details.type
EPL season standings

International Cup Standings

World Cup 2022 group season standings

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

Last updated

Was this helpful?