Games

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
competition_idstring nullable
season_typestring nullable
limitinteger
offsetinteger

Headers

x-api-keystring required

Required API key issued by Preciser.

Required API key issued by Preciser.

Leaguestring required

Required tenant/database selector, for example pitchbio-master.

Required tenant/database selector, for example pitchbio-master.

Response

Successful Response

Changes