get_race_results_historical
Retrieve historical Formula 1 race results from 1950 to present when official session data is unavailable. Get positions, drivers, constructors, grid, laps, status, and fastest lap details for any season and round.
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 |