jolpicaf1_results
Fetch Formula 1 race results by season and round, including finishing order, grid, laps, time/status, points, and lap time data as JSON.
Instructions
Race results: finishing order, grid, laps, time/status, points and fastest lap.
Returns: {MRData:{RaceTable:{Races:[{season, round, raceName, Results:[{position, positionText, points, grid, laps, status, Driver:{driverId, code}, Constructor:{constructorId}, Time:{millis, time}, FastestLap:{rank, lap, Time, AverageSpeed}}]}]}}} — all values are STRINGS
Example: 2024 round 1 {"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, or 'last'. Required — part of the URL path. | |
| format | No | Leave as json. | json |
| season | Yes | Season year, or 'current'. Required — part of the URL path. |