jolpicaf1_pitstops
Retrieve pit stop data for a Formula 1 race, including lap number, time of day, and stationary duration, by specifying season and round.
Instructions
Pit stops for a race: lap, time of day and stationary duration.
Returns: {MRData:{RaceTable:{Races:[{PitStops:[{driverId, lap, stop, time, duration}]}]}}} — duration is stationary time ('23.2'), time is clock time of day
Example: 2024 round 1 pit stops {"season": "2024", "round": "1", "format": "json"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (max 100). | |
| round | Yes | Round number. Required — part of the URL path. | |
| format | No | Leave as json. | json |
| season | Yes | Season year. Required — part of the URL path. |