# Seasons

A season represents a specific year or period of competition within a motorsport league.

Use the seasons endpoints to retrieve season details or search for seasons by name.

***

#### Available endpoints

* [**GET All Seasons**](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/seasons/get-all-seasons): returns all seasons available in the Motorsport API.
* [**GET Season by ID**](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/seasons/get-season-by-id): returns a single season by its ID.

***

#### Include options

You can enrich season responses using `include`:

[`sport`](https://docs.sportmonks.com/v3/core-api/entities/core#sport), [`league`](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/entities/league), [`stages`](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/entities/stage), [`currentStage`](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/entities/stage), [`fixtures`](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/entities/fixture), [`teams`](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/entities/team)

***

#### Related entities

[Season](https://docs.sportmonks.com/v3/motorsport-api/getting-started/entities/season)
