Person
personFetch TMDB person details by person_id. Returns full name, biography, birthday, deathday, place of birth, known-for department, and profile image path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ||
| person_id | Yes | ||
| append_to_response | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Person ID | |
| name | No | Person name | |
| birthday | No | Birth date | |
| deathday | No | Death date | |
| biography | No | Person biography | |
| popularity | No | Popularity score | |
| combined_credits | No | Film and TV credits (if appended) |