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

Search

Search indexed EpisodeTime shows and people.

Endpoints

GET/searchsearch:read

q required (max 100), page, limit (max 50)

Example request

https://episodetime.com/api/v1/search?q=Reacher&page=1&limit=20

Example response envelope

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

Notes

  • Search returns resource types and remains bounded. Alternative-title behavior follows the indexed data currently available.
Need help?

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

Contact EpisodeTime