f1: Get race results
f1_get_race_resultsRetrieve Formula 1 race results including finishing order, drivers, constructors, and lap times for any season or round. Filter results by year and round, with pagination support.
Instructions
Get Formula 1 race results. Returns finishing positions, drivers, constructors, times, and status for a season or specific round.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 30, max 1000) | |
| round | No | Round number within the season | |
| offset | No | Number of results to skip for pagination | |
| season | No | Season year (e.g. "2024") or "current" (default: "current") |