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

Getting Started

Create your first authenticated EpisodeTime TV-data request.

  1. Create or sign in to an EpisodeTime account.
  2. Request Developer access during the limited preview.
  3. After approval, create a scoped API key. Self-service key management is coming later.
  4. Copy the secret when it is shown and store it securely.
  5. Send the key as an HTTPS Bearer credential.
  6. Respect minute limits, daily quotas and pagination.
  7. Build against documented v1 fields and tolerate additive fields.

First request

curl \
  -H "Authorization: Bearer et_live_your_api_key" \
  https://episodetime.com/api/v1/shows/121

Next

Need help?

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

Contact EpisodeTime