Skip to main content
GET
GetSeason

Headers

Authorization
string

OAuth 2.0 Bearer token for user-authenticated requests. Format: Bearer <access_token>. Optional if x-api-key is provided.

Example:

"Bearer eyJhbGciOiJSUzI1NiIs..."

x-api-key
string

API key for server-to-server access without user context. Optional if Authorization is provided.

Example:

"ang_live_..."

Accept-Language
string

Preferred locale for localized content (BCP 47). Determines which language variant is returned for LocalizedString fields.

Example:

"ar"

Path Parameters

id
string
required

Unique identifier of the season to retrieve.

Query Parameters

page_size
integer<int32>

Maximum number of episodes to return per page (1-100, default 20).

page_token
string

Opaque page token from a previous response. Omit for the first page.

Response

Successful response

GetSeasonResponse is the response message containing the requested season and its episodes.

season
object

Season represents a full season within a show. Contains complete metadata but not the episode list - use GetSeason for paginated episodes.

episodes
object[]
nextPageToken
string

Token for the next page of episodes. Empty if no more pages.