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

Seasons

Read season metadata and paginated episode collections.

Endpoints

GET/seasons/{id}seasons:read

Canonical season ID

GET/seasons/{id}/episodesepisodes:read

season ID, page, limit

Example request

https://episodetime.com/api/v1/seasons/1278

Example response envelope

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

Notes

  • Missing names, overview, dates and poster values may be null.
Need help?

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

Contact EpisodeTime