jolpicaf1_qualifying
Retrieve Formula 1 qualifying results with Q1, Q2, and Q3 times per driver for a specific season and round.
Instructions
Qualifying results with Q1/Q2/Q3 times per driver.
Returns: {MRData:{RaceTable:{Races:[{QualifyingResults:[{position, Driver, Constructor, Q1, Q2, Q3}]}]}}} — Q2/Q3 absent for drivers eliminated earlier
Example: 2024 round 1 qualifying {"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. |