For the complete documentation index, see llms.txt. This page is also available as Markdown.

Standings

This section covers how to retrieve championship standings for both drivers and constructors, and how to filter standings by season.

In this section

  • Championship standings - How to retrieve the driver standings and constructor standings, enrich them with driver and team data, and filter by season.

Drivers standings vs constructor standings

The API provides two standing types: driver standings (individual championship positions) and constructor standings (team championship positions). Both are available via the Standings endpoints.

To retrieve the driver standings for a specific season:

https://docs.sportmonks.com/v3/motorsport/standings/drivers/seasons/SEASON_ID
?api_token=YOUR_TOKEN

To enrich with driver details:

https://docs.sportmonks.com/v3/motorsport/standings/drivers/seasons/SEASON_ID
?api_token=YOUR_TOKEN
&include=driver

To retrieve constructor standings for a season:

https://docs.sportmonks.com/v3/motorsport/standings/teams/seasons/SEASON_ID
?api_token=YOUR_TOKEN

Points mid-session

During a live race, the POINTS type in lineups.details returns the points a driver would receive if they finished in their current position. This is distinct from the season standings, which only update after a session is confirmed as finished.

See Results and Live Data Type Reference for the POINTS type ID and availability.

Last updated

Was this helpful?