Skip to main content
Version: V2

Grands prix

Notes

The complete list of Grands Prix is available starting from the 1950 season.

In the Grand Prix API, the startDate represents the start time of the first session, while the endDate corresponds to the end time of the last session.

If you need detailed dates and types for all sessions, you can refer to the schedule property. See the example below:

"schedule": [
{
"endDate": "2024-12-08T15:00:00Z",
"id": "498d194e-f825-4a64-bb1b-c6b749edb15b",
"startDate": "2024-12-08T13:00:00Z",
"type": "MainRace"
},
{
"endDate": "2024-12-07T15:00:00Z",
"id": "d8742830-eb73-44fd-844c-df96fc4a8db6",
"startDate": "2024-12-07T14:00:00Z",
"type": "StandardQualifying"
},
{
"endDate": "2024-12-07T11:30:00Z",
"id": "aa999055-8dae-4c8f-978f-3c69c812806b",
"startDate": "2024-12-07T10:30:00Z",
"type": "ThirdPractice"
},
{
"endDate": "2024-12-06T14:00:00Z",
"id": "81affdcf-6974-46e9-9c33-293fca9ca39d",
"startDate": "2024-12-06T13:00:00Z",
"type": "SecondPractice"
},
{
"endDate": "2024-12-06T10:30:00Z",
"id": "bb89e0c8-dca0-4847-8502-8762e617bcd3",
"startDate": "2024-12-06T09:30:00Z",
"type": "FirstPractice"
}
]