jolpicaf1_races
Retrieve Formula 1 race calendar for any season. Get race dates, circuits, and session times for each round, including practice, qualifying, and sprint sessions.
Instructions
A season's race calendar with dates, circuits and (from 2021) each session's date/time.
Returns: {MRData:{RaceTable:{season, Races:[{season, round, raceName, date, time, url, Circuit:{circuitId, circuitName, Location}, FirstPractice, Qualifying, Sprint}]}}} — round is what the result tools take
Example: 2024 calendar {"season": "2024", "format": "json"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (max 100). | |
| format | No | Leave as json. | json |
| season | Yes | Season year, or 'current'. Required — part of the URL path. |