GET Seasons by ID
Returns season you requested by ID.
https://api.sportmonks.com/v3/football/seasons/{ID}{
"data": [
{
"id": 23690,
"sport_id": 1,
"league_id": 501,
"tie_breaker_rule_id": 171,
"name": "2024/2025",
"finished": false,
"pending": false,
"is_current": true,
"starting_at": "2024-08-03",
"ending_at": "2025-04-12",
"standings_recalculated_at": "2024-08-05 21:03:20",
"games_in_current_week": true
},Field
Description
Type
Name
Required?
Description
Static filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Include depth
Include options
Related Entities
Postman
Code Example
Last updated
Was this helpful?