formulae_driver_standings
Retrieve Formula 1 drivers' championship standings for a season. Supply a championship ID to get each driver's position, points, and team.
Instructions
Drivers' championship standings for one season.
Returns: [{driverPosition, driverFirstName, driverLastName, driverTLA:'ROW', driverPoints, driverTeamName, driverTeamId, driverId, driverCountry}] — a TOP-LEVEL ARRAY, not wrapped
Example: Drivers' championship {"championshipId": "4e287a6d-e2da-471a-9c8a-01141d6a1819"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| championshipId | Yes | Championship uuid from formulae_championships. |