Since the release of Motorsport API v3 and onwards, we will list any additions and changes made in the API on this page, in chronological order (YYYY-MM-DD format)
2026-02-12
We released a few new endpoints and includes that help you more easily integrate the API and retrieve useful data:
There is now a GET Drivers by Season ID endpoint, which returns all the drivers in the lineup for the specified season. This also includes test drivers that are driving or have driven during a practice session in the season, and drivers that replace other drivers in the lineup.
You can now request the driver and team race results for a whole season using the following endpoints (only returns Race and Sprint Race sessions):
Driver: seasonTeams - Returns season-level teams for the drivers, including season ID, team ID, lineup position and the driver number used. Available nested includes: .season, .team and .position
Team: seasonDrivers - Returns season-level drivers for the teams, including season ID, driver ID, lineup position and the driver number used. Available nested includes: .season, .driver and .position
2026-01-12
Motorsport API v3 is now officially released.
Coming from Formula One API v1? Check out the migration guide to find helpful resources for migrating to this new version.