GET /shows/{id}/episodes

tvmaze.com:tvmaze-api

Summary: Get show episodes
Operation ID: getShowEpisodes
Auth: none

Get all episodes for a specific show, ordered by season and episode number. Returns comprehensive episode data including episode names, air dates, runtimes, summaries, and images. This is the endpoint to call when you need a complete episode guide for a show. Results are grouped by season implicitly through the ordering.

Original spec description

Complete list of episodes for the given show.

Usage Tips

- Episodes are sorted by season then episode number - Specials typically have season=0 - Check 'airdate' field for when episodes premiered - Not all episodes have summaries or images available

Parameters (2)

id (integer, path, required)

TVmaze show ID

specials (integer, query, optional)

Include specials in the episode list (1=true)

Constraints: {'enum': [0, 1]}

Examples (4)

TitleTypeURLAction
Get episodes for show ID 1 curl https://api.tvmaze.com/shows/1/episodes
Get episodes for show ID 82 (Game of Thrones) curl https://api.tvmaze.com/shows/82/episodes
Get episodes for show ID 169 (Breaking Bad) curl https://api.tvmaze.com/shows/169/episodes
Get show episodes openapi-spec https://api.tvmaze.com/shows/{id}/episodes?specials=1

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-03-23 10:36:35.879832 200 114ms
2026-03-23 10:11:59.171831 200 85ms
2026-03-23 09:17:37.345001 200 137ms

Response Changes

WhenOldNew
2026-03-23 10:11:59.171831 62c257808878 7721be9df0c8
2026-03-23 10:36:35.879832 7721be9df0c8 bc26a4f3750e