openf1_sessions
Find F1 session keys and details by filtering year, country, or session name. Covers practice, qualifying, sprint, and race sessions.
Instructions
F1 sessions (Practice / Qualifying / Sprint / Race). This is the fixtures feed — filter by year, country or session_name to find a session_key.
Returns: [{session_key, session_name, session_type, date_start, date_end, meeting_key, circuit_short_name, country_name, year}] (top-level array)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Season year. | |
| meeting_key | No | Meeting key to list that weekend's sessions, or 'latest'. | |
| session_key | No | Session key, or 'latest'. | |
| country_name | No | Country name. | |
| session_name | No | Session name (e.g. 'Race', 'Qualifying', 'Sprint', 'Practice 1'). | |
| session_type | No | Session type (e.g. 'Race', 'Qualifying', 'Practice'). | |
| circuit_short_name | No | Circuit short name (e.g. 'Monza'). |