openf1_meetings
Retrieve Formula 1 Grand Prix weekend details by year, country, or meeting name, or set meeting_key to 'latest' to get the current event.
Instructions
Grand Prix weekends (meetings). Filter by year/country, or pass meeting_key=latest for the current event.
Returns: [{meeting_key, meeting_name, meeting_official_name, country_name, country_code, circuit_short_name, location, year, date_start}] (top-level array)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Season year (e.g. 2024). | |
| meeting_key | No | Meeting key, or the literal 'latest'. | |
| country_name | No | Country name (e.g. 'Italy'). | |
| meeting_name | No | Meeting name (e.g. 'Singapore Grand Prix'). |