v1
OpenAPI 3.1.02026-08-0410576180.0 KBGames
Get Schedule
Get the game schedule with optional filtering and pagination.
Args: season: Filter by season (e.g., "2024-25") season_type: Filter by season type (e.g., "regular", "playoff") limit: Maximum number of results to return (default: 100, max: 1000) offset: Number of results to skip for pagination (default: 0)
Returns: Dictionary containing: - data: List of game schedule items - pagination: Pagination metadata (limit, offset, count, total)
get/api/v1/games/schedule
Query parameters
seasonstring nullable
season_typestring nullable
limitinteger
offsetinteger
Headers
x-api-keystring nullable
Leaguestring nullable
Response
Successful Response
object required