ACCOUNT
- Endpoints
AUTHENTICATION
- Endpoints
CERTIFICATIONS
- Endpoints
CHANGES
- Endpoints
COLLECTIONS
- Endpoints
COMPANIES
- Endpoints
CONFIGURATION
- Endpoints
CREDITS
FIND
GENRES
GUEST-SESSIONS
KEYWORDS
MOVIES
PEOPLE
PEOPLE-LISTS
REVIEWS
TV-EPISODE-GROUPS
TV-EPISODES
TV-SEASONS
TV-SERIES
TV-SERIES-LISTS
WATCH-PROVIDERS
PEOPLE
Details
This endpoint queries the top level details of a person.
GET
/
3
/
person
/
{person_id}
Copy
curl --request GET \
--url https://api.themoviedb.org/3/person/%7B{person_id}%7D \
--header 'Authorization: Bearer <token>'
Copy
{
"adult": false,
"also_known_as": [],
"biography": "From Wikipedia, the free encyclopedia. Philippa Boyens, MNZM, is a New Zealand screenwriter who co-wrote the screenplay for Peter Jackson's film series The Lord of the Rings with Peter Jackson and Fran Walsh, for which the trio won an Oscar at the 76th Academy Awards in 2004. Boyens worked with the same collaborators on the screenplay for Jackson's version of King Kong. Following that movie's completion, the trio once again worked together on The Lovely Bones, Jackson's film adaptation of Alice Sebold's novel of the same name, which was released in 2009. She is also collaborating with Jackson, Walsh and Guillermo del Toro on The Hobbit films which are scheduled for release in 2011 and 2012. Prior to turning to screenwriting with The Lord of the Rings, Boyens was a playwright.\n\nBoyens was a part-time student at the University of Auckland, graduating with a BA in English and History in 1994. She received a Distinguished Alumni Award from the university in 2006. She has three children, daughter Phoebe Gittins, and sons Calum Gittins (both with actor Paul Gittins) and Isaac Miller. Calum starred as Haleth in The Lord of the Rings: The Two Towers.\n\nDescription above from the Wikipedia article Philippa Boyens, licensed under CC-BY-SA, full list of contributors on Wikipedia.",
"birthday": "1962-01-01",
"deathday": null,
"gender": 1,
"homepage": null,
"id": 128,
"imdb_id": "nm0101991",
"known_for_department": "Writing",
"name": "Philippa Boyens",
"place_of_birth": "Auckland, New Zealand",
"popularity": 13.547,
"profile_path": "/vfPQnrMZ87uPjyJYrSkQtqI6c0H.jpg"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Details Example
The response is of type object
.
Copy
curl --request GET \
--url https://api.themoviedb.org/3/person/%7B{person_id}%7D \
--header 'Authorization: Bearer <token>'
Copy
{
"adult": false,
"also_known_as": [],
"biography": "From Wikipedia, the free encyclopedia. Philippa Boyens, MNZM, is a New Zealand screenwriter who co-wrote the screenplay for Peter Jackson's film series The Lord of the Rings with Peter Jackson and Fran Walsh, for which the trio won an Oscar at the 76th Academy Awards in 2004. Boyens worked with the same collaborators on the screenplay for Jackson's version of King Kong. Following that movie's completion, the trio once again worked together on The Lovely Bones, Jackson's film adaptation of Alice Sebold's novel of the same name, which was released in 2009. She is also collaborating with Jackson, Walsh and Guillermo del Toro on The Hobbit films which are scheduled for release in 2011 and 2012. Prior to turning to screenwriting with The Lord of the Rings, Boyens was a playwright.\n\nBoyens was a part-time student at the University of Auckland, graduating with a BA in English and History in 1994. She received a Distinguished Alumni Award from the university in 2006. She has three children, daughter Phoebe Gittins, and sons Calum Gittins (both with actor Paul Gittins) and Isaac Miller. Calum starred as Haleth in The Lord of the Rings: The Two Towers.\n\nDescription above from the Wikipedia article Philippa Boyens, licensed under CC-BY-SA, full list of contributors on Wikipedia.",
"birthday": "1962-01-01",
"deathday": null,
"gender": 1,
"homepage": null,
"id": 128,
"imdb_id": "nm0101991",
"known_for_department": "Writing",
"name": "Philippa Boyens",
"place_of_birth": "Auckland, New Zealand",
"popularity": 13.547,
"profile_path": "/vfPQnrMZ87uPjyJYrSkQtqI6c0H.jpg"
}
Assistant
Responses are generated using AI and may contain mistakes.