jolpicaf1_circuits
Retrieve F1 circuit data for a season, including circuit ID, name, location, and coordinates.
Instructions
Circuits, with location and coordinates.
Returns: {MRData:{CircuitTable:{Circuits:[{circuitId, circuitName, Location:{lat, long, locality, country}, url}]}}}
Example: 2024 circuits {"season": "2024", "format": "json"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (max 100). | |
| format | No | Leave as json. | json |
| season | Yes | Season year, or 'current'. Required — part of the URL path. |