> For the complete documentation index, see [llms.txt](https://docs.sportmonks.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportmonks.com/v2/endpoint-overview/standings.md).

# Standings

**Standings** represent the rankings of Teams in the different Leagues they participate in. Responses of the **Standings** endpoint can be returned in two formats, depending on the League setup. For ‘normal’ Leagues the response format is different compared to Cups.

If you have **Cups** and ‘**normal**’ Leagues in your plan, make sure you check out the response properly.

{% content-ref url="/pages/-MXq\_isFiQm03S4ZY6GE" %}
[GET Standings by Season ID](/v2/endpoint-overview/standings/get-standings-by-season-id.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXq\_ivTc12iWbk2QnSw" %}
[GET LIVE Standings](/v2/endpoint-overview/standings/get-live-standings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXq\_izqPKtTY99F6tU7" %}
[GET Standings by Season ID and Round ID](/v2/endpoint-overview/standings/get-standings-by-season-id-and-round-id.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXq\_ixW9fHAGkFJInYG" %}
[GET Standings by Season and Date(time)](/v2/endpoint-overview/standings/get-standings-by-season-and-date-time.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXq\_iyevTPctD7MPUvC" %}
[GET Standings Corrections by Season ID](/v2/endpoint-overview/standings/get-standings-corrections-by-season-id.md)
{% endcontent-ref %}

{% hint style="info" %}
Check this endpoint in Postman.\
&#x20;                                                             [![Run in Postman](https://run.pstmn.io/button.svg)](https://football-postman.sportmonks.com/#2ff8afe4-5381-4d8c-acff-35afea3267e3)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/v2/endpoint-overview/standings.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.
