GET
/api/v1/people/{person_id}A person and their catalog appearances.
| Parameter | In | Required | Description |
|---|---|---|---|
| person_id | path | yes | TMDb person id (numeric). |
$curl -H "Authorization: Bearer xtvdb_YOUR_KEY" \
"https://xtvdb.com/api/v1/people/500"
Returns { data: { person, appearances: Title[] } }