𝕏TVDb

Endpoints

People

Cast and crew, with their appearances resolved against the catalog.

GET/api/v1/people/{person_id}

A person and their catalog appearances.

ParameterInRequiredDescription
person_idpathyesTMDb person id (numeric).

$curl -H "Authorization: Bearer xtvdb_YOUR_KEY" \

"https://xtvdb.com/api/v1/people/500"

Returns { data: { person, appearances: Title[] } }