GET Schedule by Season
This endpoint returns the schedule for a provided season ID. The schedule includes all the stages, fixtures and venues for a season.
https://api.sportmonks.com/v3/motorsport/schedules/seasons/SEASON_ID{
"data": [
{
"id": 77475992,
"sport_id": 2,
"league_id": 3468,
"season_id": 25273,
"type_id": 9724,
"name": "Formula 1 Louis Vuitton Australian Grand Prix 2025",
"sort_order": 1,
"finished": true,
"is_current": false,
"starting_at": "2025-03-14",
"ending_at": "2025-03-16",
"games_in_current_week": false,
"tie_breaker_rule_id": 573,
"fixtures": [
{
"id": 19398659,
"sport_id": 2,
"league_id": 3468,
"season_id": 25273,
"stage_id": 77475992,
"group_id": null,
"aggregate_id": null,
"round_id": null,
"state_id": 5,
"venue_id": 343575,
"name": "Race",
"starting_at": "2025-03-16 04:00:00",
"result_info": null,
"leg": "1/1",
"details": null,
"length": null,
"placeholder": false,
"has_odds": false,
"has_premium_odds": false,
"starting_at_timestamp": 1742097600,
"venue": {
"id": 343575,
"country_id": 98,
"city_id": 56136,
"name": "Albert Park Grand Prix Circuit",
"address": "12 Aughtie Dr, Albert Park VIC",
"zipcode": "3206",
"latitude": "37.8497",
"longitude": "144.9680",
"capacity": 130000,
"image_path": "https://cdn.sportmonks.com/images/core/venues/23/343575.png",
"city_name": null,
"surface": "asphalt",
"national_team": false,
"metadata": [
{
"id": 9079921,
"metadatable_id": 343575,
"type_id": 109729,
"value_type": "object",
"values": {
"length": "5.303 km"
}
},
{
"id": 9079953,
"metadatable_id": 343575,
"type_id": 109730,
"value_type": "object",
"values": {
"direction": "clockwise"
}
},
{
"id": 9079985,
"metadatable_id": 343575,
"type_id": 109731,
"value_type": "object",
"values": {
"type": "street-circuit"
}
}
]
}
},
// More fixtures...
]
},
// More stages...
]
}Field
Description
Type
Field
Description
Type
Field
Description
Type
Query Parameters
Required?
Description
Pagination
Include depth
Include options
Code Example
Last updated
Was this helpful?