🌐 English
EpisodeTime Developers
Developer documentation Browse sections
OverviewIntroductionGetting StartedAPI BasicsAPIAuthenticationShowsSeasonsEpisodesPeopleNetworksGenresSearchScheduleGuidesPaginationFilteringSortingLanguagesExternal IDsTimezonesErrorsRate LimitsCachingExamplesDeveloper accountAPI KeysScopesUsagePlatformAPI StatusChangelogVersioningDeprecationWebhooksWebhook EventsPoliciesAPI TermsAcceptable UseAttributionData & LicensingFAQData Corrections
EpisodeTime API v1

Shows

Read canonical EpisodeTime show resources.

Endpoints

GET/showsshows:read

page, limit, status, year, genre, network, country, language, sort

GET/shows/{id}shows:read

Canonical positive integer ID

GET/shows/{id}/seasonsseasons:read

Canonical show ID

GET/shows/{id}/episodesepisodes:read

show ID, page, limit

GET/shows/{id}/castpeople:read

Canonical show ID

GET/shows/{id}/crewpeople:read

Canonical show ID

GET/shows/{id}/imagesshows:read

Canonical show ID

GET/shows/{id}/external-idsshows:read

Canonical show ID

Example request

https://episodetime.com/api/v1/shows?year=2024&sort=popularity&page=1&limit=50

Example response envelope

{
    "success": true,
    "data": [
        {
            "id": 121,
            "name": "Example Show"
        }
    ],
    "meta": {
        "page": 1,
        "limit": 50,
        "total": 1,
        "pages": 1
    },
    "error": null
}
Need help?

Report an API bug, documentation issue, or request limited-preview access.

Contact EpisodeTime