get_shows_by_id_seasons_by_season_info
Fetch detailed info for a single season of a show. Provide the show ID or slug and season number to get season details like episode count and overview.
Instructions
Get single seasons for a show.
GET /shows/{id}/seasons/{season}/info
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 |