Seasons API Documentation
INFO
Authentication is not required to access SportsBlaze.
Description
This endpoint returns seasons.
API Endpoint
https://cache.sportsblaze.com/seasons/{league}
Example Response
{
"league": {
"id": "nba",
"name": "NBA",
"sport": "Basketball"
},
"seasons": [
{
"year": 2025,
"season": "2025-2026"
},
{
"year": 2024,
"season": "2024-2025"
},
{
"year": 2023,
"season": "2023-2024"
},
{
"year": 2022,
"season": "2022-2023"
},
{
"year": 2021,
"season": "2021-2022"
},
{
"year": 2020,
"season": "2020-2021"
},
{
"year": 2019,
"season": "2019-2020"
},
{
"year": 2018,
"season": "2018-2019"
}
]
}