People
Read public person metadata and television credits.
Endpoints
/people/{id-or-slug}people:readPerson ID or established public reference
/people/{id-or-slug}/creditspeople:readPerson reference
Example request
https://episodetime.com/api/v1/people/29557Example 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.