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

Episodes

Read episode identity, numbering, release data and external mappings.

Endpoints

GET/episodes/{id}episodes:read

Canonical episode ID

Example request

https://episodetime.com/api/v1/episodes/12345

Example response envelope

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

Notes

  • Release fields may include source air date/time, official timezone and a separately normalized UTC datetime. Do not interpret server timezone as the source timezone.
Need help?

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

Contact EpisodeTime