f1: Get lap times
f1_get_lap_timesRetrieve lap times for any Formula 1 race from 1996 onwards. Specify season and round to get all laps or a single lap number.
Instructions
Get lap times for a specific race. Can return all laps or a specific lap number. Data available from 1996 onwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lap | No | Specific lap number (omit for all laps) | |
| limit | No | Maximum number of results to return (default 30, max 1000) | |
| round | Yes | Round number within the season | |
| offset | No | Number of results to skip for pagination | |
| season | Yes | Season year (e.g. "2024") |