# Demo response files

Alongside our [tutorials ](https://docs.sportmonks.com/football/tutorials-and-guides/tutorials)and [how-to guides](https://docs.sportmonks.com/football/tutorials-and-guides/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**&#x20;

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

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

{% file src="<https://3469464275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9zsNGu3HAzSnl5DWBD3Y%2Fuploads%2F1vZVCamxcI9cxqYIykjQ%2FEPL%20Match%20Week%2010.%20Nottingham%20Forest%20vs%20Manchester%20United.json?alt=media&token=e98344ff-f15e-434b-9b84-9f614b5c205d>" %}

{% hint style="danger" %}
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.
{% endhint %}

### **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.&#x20;

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

{% file src="<https://3469464275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9zsNGu3HAzSnl5DWBD3Y%2Fuploads%2FcBpEqLEVdwoSZslJVu2j%2FLa%20Liga%20Match%20Week%2010%2C%202025-2026%20season%20-%20Real%20Madrid%20vs%20Barcelona.json?alt=media&token=08da53ad-5e73-43da-9be0-7e472b485955>" %}

## **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.&#x20;

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

{% file src="<https://3469464275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9zsNGu3HAzSnl5DWBD3Y%2Fuploads%2FE2b9RmSd4WMKvE0em7Pb%2FManchester%20City%20Team%20Stats%202025-2026%20season.json?alt=media&token=c034aa4a-e445-4f83-9d8b-1d83c68ae102>" %}

{% hint style="danger" %}
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.
{% endhint %}

### **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.&#x20;

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

{% file src="<https://3469464275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9zsNGu3HAzSnl5DWBD3Y%2Fuploads%2FzDel9tUtfqsTFuoMabmu%2FBundesliga%202025-2026%20season%2C%20Bayern%20Munich%20squad%20and%20stats.json?alt=media&token=e67a44fa-ad20-4b86-86c9-8b561abad45f>" %}

{% hint style="danger" %}
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.
{% endhint %}

## **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.&#x20;

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

{% file src="<https://3469464275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9zsNGu3HAzSnl5DWBD3Y%2Fuploads%2FCBpZ3Sxi6ceV9S6GIrPc%2FHarry%20Kane%20Season%20Stats%202025-2026%20season.json?alt=media&token=5138e550-fc0b-4d6d-9045-4479dc7ff7e5>" %}

{% hint style="danger" %}
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.
{% endhint %}

## **Standings**

### **Domestic League Standings**

#### **Ligue 1 2025/2026 season standings**

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

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

{% file src="<https://3469464275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9zsNGu3HAzSnl5DWBD3Y%2Fuploads%2FsVbASIEOrBO2Fws7yNxp%2FLigue%201%202025-2026%20season%20standings.json?alt=media&token=1f7a46e8-2775-4f84-bcf8-0075ab7268bc>" %}

{% hint style="danger" %}
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.
{% endhint %}

### **International Cup Standings**

#### **World Cup 2026** Qualification Europe

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

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

{% file src="<https://3469464275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9zsNGu3HAzSnl5DWBD3Y%2Fuploads%2F6uwmFKBq649WYQsi7CfX%2FWorld%20Cup%202026%20Qualification%20Europe.json?alt=media&token=a2846e83-8325-49b8-9aa0-100c4b57237a>" %}

{% hint style="danger" %}
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.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportmonks.com/v3/api/demo-response-files.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
