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_TOKENwith 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.typeIncluding .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.
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.
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.
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.
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.
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.
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.
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.
Standings
Domestic League Standings
Ligue 1 2025/2026 season standings
Request to retrieve the standings of the French Ligue 1 2025/2026 seasonn.
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.
International Cup Standings
World Cup 2026 Qualification Europe
Request to retrieve the group standings of the World Cup 2026 qualifying rounds in Europe.
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 updated
Was this helpful?