get_race_results_historical
Retrieve historical Formula 1 race results from 1950 onward, providing position, driver, constructor, grid, laps, status, and timing data for specified seasons and rounds.
Instructions
Get historical race results (pre-2018 or when session data unavailable).
Data source: Ergast API (via FastF1) Coverage: 1950-present
Args: year: Season year round_num: Round number
Returns: Results with: position, driver, constructor, grid, laps, status, time (if finished), fastestLapTime, fastestLapRank
Note: For 2018+ races, prefer get_session_results which has more detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| round_num | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |