# Seasons

Responses of the **Seasons** endpoint are limited to Seasons of the Leagues available in the Plan you are subscribed to. Responses provide you details like the Season ID, Name, League ID, Year and if the Season is Active Yes or No.

One of the main features of the **Seasons** endpoint is the ability to retrieve full Season Games, (history) Fixtures, Results or Upcoming Fixtures. This can be achieved by using the proper Includes, which are listed in the section Endpoint Details.

{% content-ref url="/pages/-MXqYfBStO1O8RhTt30w" %}
[GET All Seasons](/v2/endpoint-overview/seasons/get-all-seasons.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXqYf7bJ3GUi5VftBX8" %}
[GET Season by ID](/v2/endpoint-overview/seasons/get-season-by-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/#a4854ca8-7673-4c01-9beb-4de151af7397)
{% 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/v2/endpoint-overview/seasons.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.
