jolpicaf1_driver_standings
Retrieve Formula 1 drivers' championship standings for a season or round, including position, points, wins, and constructor.
Instructions
Drivers' championship standings — after a season, or after a specific round.
Returns: {MRData:{StandingsTable:{season, round, StandingsLists:[{season, round, DriverStandings:[{position, points, wins, Driver:{driverId, code, familyName}, Constructors:[{constructorId, name}]}]}]}}} — note the extra StandingsLists layer
Example: 2024 drivers' championship {"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. |