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

EPL Match Week 10, 2025/2026 season: Nottingham Forest - Manchester United

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

https://api.sportmonks.com/v3/football/fixtures/19427552?api_token=YOUR_TOKEN&include=statistics.type;lineups.details.type;events.type

Pre-match odds from bet365

La Liga Match Week 10, 2025/2026 season: Real Madrid - Barcelona (El Classico)

Request to retrieve pre-match odds for the first El Classico of the 2025/2026 season.

https://api.sportmonks.com/v3/football/fixtures/19439347?api_token=YOUR_TOKEN&include=odds&filters=bookmakers:23

Team

Team season statistics

EPL 2025/2026 season: Manchester City team statistics

Request to retrieve the season statistics of Manchester City for the CL 2025/2026 season.

https://api.sportmonks.com/v3/football/teams/9?api_token=YOUR_TOKEN&include=statistics.details.type&filters=teamStatisticSeasons:21638

Team season squads and statistics

Bundesliga 2025/2026 season: Bayern Munich squad

Request to retrieve the squad and statistics of Bayern Munich for the Bundesliga 2025/2026 season.

https://api.sportmonks.com/v3/football/squads/seasons/25646/teams/503?api_token=YOUR_TOKEN&include=player;details.type

Player

Player season statistics

Bundesliga 2025/2025 season: Harry Kane statistics

Request to retrieve the statistics of Harry Kane for the Bundesliga 2025/2026 season.

https://api.sportmonks.com/v3/football/players/997?api_token=YOUR_TOKEN&include=statistics.details.type&filters=playerStatisticSeasons:21638

Standings

Domestic League Standings

Ligue 1 2025/2026 season standings

Request to retrieve the standings of the French Ligue 1 2025/2026 seasonn.

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

International Cup Standings

World Cup 2026 Qualification Europe

Request to retrieve the group standings of the World Cup 2026 qualifying rounds in Europe.

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

Last updated

Was this helpful?