GET /shows/{id}/seasons/{season}/episodes/{episode}
Summary: Get a single episode for a show
Operation ID: Get a single episode for a show
Auth: unknown
Operation ID: Get a single episode for a show
Auth: unknown
Description
#### ✨ Extended Info Returns a single episode's details. All date and times are in UTC and were calculated using the episode's `air_date` and show's `country` and `air_time`. **Note:** If the `first_aired` is unknown, it will be set to `null`.
Parameters (5)
episode
(integer, path, required)
episode number
id
(string, path, required)
Trakt ID, Trakt slug, or IMDB ID
season
(integer, path, required)
season number
trakt-api-key
(string, header, optional)
e.g. [client_id]
trakt-api-version
(string, header, optional)
e.g. 2
No probe data for this endpoint yet.