jolpicaf1_circuits
Retrieve Formula 1 circuits for a season, including circuit names, locations, and coordinates. Use this tool to map race venues or compare track data across seasons.
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. |