f1: Get pit stops
f1_get_pit_stopsRetrieve pit stop data for an F1 race by season and round, with optional filtering by stop number. Data available from 2012.
Instructions
Get pit stop data for a specific race. Can return all pit stops or a specific stop number. Data available from 2012 onwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stop | No | Specific pit stop number (omit for all stops) | |
| 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") |