jolpicaf1_sprint
Retrieve Formula 1 sprint race results for any weekend from 2021 onward by specifying season and round. Returns positions, points, grid, laps, status, driver, constructor, and time; empty if no sprint occurred.
Instructions
Sprint race results (weekends that have one — 2021 onward).
Returns: {MRData:{RaceTable:{Races:[{SprintResults:[{position, points, grid, laps, status, Driver, Constructor, Time}]}]}}} — Races is EMPTY for a weekend with no sprint, which is not an error
Example: A 2024 sprint weekend {"season": "2024", "round": "5", "format": "json"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| round | Yes | Round number. Required — part of the URL path. | |
| format | No | Leave as json. | json |
| season | Yes | Season year, or 'current'. Required — part of the URL path. |