Grands prix
Note: We have the entire list of grands prix since 1950 season
For the grand prix API, the start date is the start date (startDate) of the first session. The end date (endDate) is the end date of the last session. If you want all theses session dates and types, you can find this inthe 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"
}
]
The session enumeration possible is
- MainRace
- SprintRace
- StandardQualifying
- SprintQualifying
- FirstPractice
- SecondPractice
- ThirdPractice