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

Schedule

Read timezone-aware EpisodeTime schedules.

Endpoints

GET/scheduleschedule:read

date, timezone, days (1–14), page, limit

GET/schedule/upcomingschedule:read

date, timezone, page, limit

Example request

https://episodetime.com/api/v1/schedule?date=2026-08-14&timezone=Europe%2FAthens

Example response envelope

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

Notes

  • The developer allowlist does not currently expose /schedule/past.
  • Country and network schedule filters are not documented for developer keys until the current OpenAPI contract exposes them.
Need help?

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

Contact EpisodeTime