GET /seasons/{id}/episodes

tvmaze.com:tvmaze-api

Summary: Get season episodes
Operation ID: getSeasonEpisodes
Auth: none

Get all episodes belonging to a specific season. Returns episodes for the season identified by TVmaze season ID (not show ID + season number). Use this when you have a season ID and want only that season's episodes.

Original spec description

Get all episodes for a specific season.

Usage Tips

- Requires season ID, not show ID - Get season IDs from /shows/{id}/seasons - Episodes sorted by episode number - Returns 404 for invalid season ID

Parameters (1)

id (integer, path, required)

TVmaze season ID

No probe data for this endpoint yet.