jolpicaf1_constructors
Retrieve F1 constructors (teams) for a specific season or all-time, returning constructor ID, name, nationality, and URL. Input a season year to filter results.
Instructions
Constructors (teams) — all-time, or those entered in one season.
Returns: {MRData:{ConstructorTable:{season, Constructors:[{constructorId, name, nationality, url}]}}}
Example: 2024 constructors {"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. |