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

Errors

Errors use sanitized JSON and stable machine-readable identifiers.

Example

{
    "success": false,
    "data": null,
    "meta": {},
    "error": {
        "code": 404,
        "identifier": "SHOW_NOT_FOUND",
        "message": "Show not found.",
        "details": null
    }
}
HTTPMeaning
400Malformed request or required query missing
401Invalid developer credentials
403Missing scope or forbidden developer route
404Resource not found
409Conflict
422Invalid page, limit, filter or sort
429Rate or daily quota exceeded
500Unexpected sanitized server error
503Developer API disabled or quota backend unavailable
  • Common identifiers include SHOW_NOT_FOUND, SEASON_NOT_FOUND, EPISODE_NOT_FOUND, INVALID_PAGE, INVALID_LIMIT, INVALID_FILTER, INVALID_SORT, INVALID_API_KEY, INSUFFICIENT_SCOPE, RATE_LIMITED and DEVELOPER_API_DISABLED.
Need help?

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

Contact EpisodeTime