jolpicaf1_laps
Get lap-by-lap times for all F1 drivers in a race, with position and time per lap. Specify season and round to access detailed race timing data.
Instructions
Lap-by-lap times for every driver in a race. LARGE — page it or narrow to one lap.
Returns: {MRData:{total, RaceTable:{Races:[{Laps:[{number, Timings:[{driverId, position, time}]}]}]}}} — one entry per lap, each holding every driver's timing
Example: First laps of 2024 round 1 {"season": "2024", "round": "1", "format": "json", "limit": 100}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (max 100). A full race is thousands of rows — check MRData.total. | |
| round | Yes | Round number. Required — part of the URL path. | |
| format | No | Leave as json. | json |
| offset | No | Page offset. | |
| season | Yes | Season year. Required — part of the URL path. |