# Statistics

These endpoints allow you to retrieve statistics per season, round, and stage.&#x20;

Use one of our 3 statistics endpoints. Per endpoint, you can find the details, including base URL, parameters, includes and more.&#x20;

* **GET Season Statistics by Participant:** returns statistics by season for the given participant.
* **GET Stage Statistics:** returns statistics by the given stage ID.
* **GET Round Statistics:** returns statistics by the given round ID.

You can find an overview of all the statistics we offer below.

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Statistics</strong></td><td>You can find an overview of all the statistics we offer here.</td><td><a href="https://docs.google.com/spreadsheets/d/1dNZqVPJznDtUAjU8110nU_5Ecukle27IRwDXqXqP_P0/edit?usp=sharing">https://docs.google.com/spreadsheets/d/1dNZqVPJznDtUAjU8110nU_5Ecukle27IRwDXqXqP_P0/edit?usp=sharing</a></td></tr></tbody></table>


---

# 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/endpoints-and-entities/endpoints/statistics.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.
