get_driver_standings
Retrieve Formula 1 driver championship standings for any season from 1950 to present, including positions, points, wins, and team affiliations.
Instructions
Get driver championship standings.
Data source: Ergast API (via FastF1) Coverage: 1950-present
Args: year: Season year after_round: Standings after specific round (default: latest)
Returns: Ordered list of drivers with: position, driver code, full name, team, points, wins
Example: get_driver_standings(2024) → [ {"position": 1, "code": "VER", "name": "Max Verstappen", "team": "Red Bull", "points": 575, "wins": 19}, ... ]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| after_round | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |