Skip to main content

Schedule API Documentation

INFO

Authentication is not required to access SportsBlaze.

Description

This endpoint returns season schedules.

API Endpoint

https://cache.sportsblaze.com/schedule/{league}/{season}

Example URLs

NBA 2025-2026 schedule:

https://cache.sportsblaze.com/schedule/nba/2025

NBA 2024-2025 schedule:

https://cache.sportsblaze.com/schedule/nba/2024

Example Response

{
"updated": "2026-06-11T03:37:41.841Z",
"league": {
"id": "nba",
"name": "NBA",
"sport": "Basketball"
},
"events": [
{
"id": "dbc27d93-4b97-5f56-99ef-900dc8a41485",
"season": {
"year": 2025,
"type": "Playoffs"
},
"teams": {
"away": {
"id": "58b3bdf3-abf2-5c08-b3f9-9ca7656b95f9",
"name": "San Antonio Spurs",
"abbreviation": "SA"
},
"home": {
"id": "572b29f8-d05c-5bd5-87bf-e82e173c3fca",
"name": "New York Knicks",
"abbreviation": "NY"
}
},
"date": "2026-06-11T00:30:00.000Z",
"live": false,
"status": "Final",
"scores": {
"total": {
"away": 106,
"home": 107
},
"periods": {
"1": {
"away": 41,
"home": 22
},
"2": {
"away": 35,
"home": 27
},
"3": {
"away": 14,
"home": 26
},
"4": {
"away": 16,
"home": 32
}
}
}
},
{
"id": "8b6b0e83-f979-52bc-9a0e-49eed9686503",
"season": {
"year": 2025,
"type": "Playoffs"
},
"teams": {
"away": {
"id": "572b29f8-d05c-5bd5-87bf-e82e173c3fca",
"name": "New York Knicks",
"abbreviation": "NY"
},
"home": {
"id": "58b3bdf3-abf2-5c08-b3f9-9ca7656b95f9",
"name": "San Antonio Spurs",
"abbreviation": "SA"
}
},
"date": "2026-06-14T00:30:00.000Z",
"live": false,
"status": "Scheduled"
}
]
}