# Standings

Standings represent the rankings of drivers and teams across a season or for a given fixture context.

Use the standings endpoints to retrieve overall rankings for driver and team standings, either for all standings or filtered by season.

***

#### Available endpoints

* [**GET All Driver Standings**](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/standings/get-all-driver-standings): returns all driver standings available in the Motorsport API.
* [**GET Driver Standings by Season ID**](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/standings/get-driver-standings-by-season-id): returns driver standings for a provided season ID.
* [**GET All Team Standings**](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/standings/get-all-team-standings): returns all team standings available in the Motorsport API. :contentReference\[oaicite:1]{index=1}
* [**GET Team Standings by Season ID**](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/standings/get-team-standings-by-season-id): returns team standings for a provided season ID. :contentReference\[oaicite:2]{index=2}

***

#### Include options

You can enrich standings responses using `include`:

[`sport`](https://docs.sportmonks.com/v3/core-api/entities/core#sport), [`participant`](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/entities/driver), [`season`](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/entities/season), [`league`](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/entities/season), [`stage`](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/entities/stage)

***

#### Related entities

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