jolpicaf1_drivers
Retrieve Formula 1 drivers for a specific season or all-time list. Get driver IDs, names, nationalities, and birth dates to use in other sports data queries.
Instructions
Drivers — all-time, or the field for one season.
Returns: {MRData:{DriverTable:{season, Drivers:[{driverId, permanentNumber, code, givenName, familyName, dateOfBirth, nationality, url}]}}} — driverId (e.g. 'max_verstappen') is the key every other tool filters on
Example: 2024 field {"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 |
| offset | No | Page offset. | |
| season | Yes | Season year (e.g. 2024), or 'current'. Required — part of the URL path. |