get_shows_by_id_seasons_by_season
Retrieves all episodes for a single season using a show's ID or slug and season number. Ideal for pulling episode details, metadata, or extended information when you need a complete season.
Instructions
Get all episodes for a single season.
GET /shows/{id}/seasons/{season}
Args: id: The id/slug of the resource. season: Season number extended: Extended information to include in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| season | Yes | ||
| extended | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |