jolpicaf1_sprint
Fetch Formula 1 sprint results by season and round. Returns driver positions, points, grid, laps, status, and team details for sprint weekends from 2021 onward.
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. |