formulae_driver_standings
Get drivers' championship standings for a season by providing the championship ID. Returns each driver's position, points, team, and country.
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. |