f1_get_standings
Retrieve Formula 1 driver and constructor championship standings for any season, including positions and points.
Instructions
Return F1 driver and constructor championship standings for a year.
Args: year: Championship year (e.g. 2025).
Returns: data.driver_standings: driver championship positions and points. data.constructor_standings: constructor championship positions and points. meta.source: adapter that served the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Championship year (e.g. 2025). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |