Shows
Read canonical EpisodeTime show resources.
Endpoints
/showsshows:readpage, limit, status, year, genre, network, country, language, sort
/shows/{id}shows:readCanonical positive integer ID
/shows/{id}/seasonsseasons:readCanonical show ID
/shows/{id}/episodesepisodes:readshow ID, page, limit
/shows/{id}/castpeople:readCanonical show ID
/shows/{id}/crewpeople:readCanonical show ID
/shows/{id}/imagesshows:readCanonical show ID
/shows/{id}/external-idsshows:readCanonical show ID
Example request
https://episodetime.com/api/v1/shows?year=2024&sort=popularity&page=1&limit=50Example response envelope
{
"success": true,
"data": [
{
"id": 121,
"name": "Example Show"
}
],
"meta": {
"page": 1,
"limit": 50,
"total": 1,
"pages": 1
},
"error": null
}