jolpicaf1_seasons
Fetch every Formula 1 season from 1950 onward with paged JSON results, including season years and official URLs. Use offset and limit to navigate through complete season records.
Instructions
Every F1 season on record (1950 onward).
Returns: {MRData:{total, limit, offset, SeasonTable:{Seasons:[{season, url}]}}}
Example: First page of seasons {"format": "json", "limit": 30}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (max 100). Check MRData.total for how many exist. | |
| format | No | Leave as json — the API defaults to XML. | json |
| offset | No | Page offset. |