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

People

Read public person metadata and television credits.

Endpoints

GET/people/{id-or-slug}people:read

Person ID or established public reference

GET/people/{id-or-slug}/creditspeople:read

Person reference

Example request

https://episodetime.com/api/v1/people/29557

Example response envelope

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

Notes

  • Fields are nullable where biography, birthday, image, known-for data, or external IDs are unavailable.
Need help?

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

Contact EpisodeTime