GET
/
3
/
person
/
{person_id}
curl --request GET \
  --url https://api.themoviedb.org/3/person/%7B{person_id}%7D
{
  "adult": false,
  "also_known_as": [
    "クァク・ジェヨン",
    "Квак Чэ Ён",
    " Kwak Jae-young"
  ],
  "biography": "Kwak Jae-yong is a South Korean film director and screenwriter. He studied physics at Kyung Hee University. He achieved success with his debut film Watercolor Painting in a Rainy Day in 1989, but the failure of his next two movies led to eight years of unemployment before a comeback with the smash-hit film My Sassy Girl in 2001. He is known for his limitless fondness of love stories set in a mix of different genres.\n\nDescription above from the Wikipedia article Kwak Jae-yong, licensed under CC-BY-SA, full list of contributors on Wikipedia.",
  "birthday": "1959-05-22",
  "deathday": null,
  "gender": 2,
  "homepage": null,
  "id": 63429,
  "imdb_id": "nm1030706",
  "known_for_department": "Directing",
  "name": "Kwak Jae-yong",
  "place_of_birth": "Suwon, Gyeonggi, South Korea",
  "popularity": 458.071,
  "profile_path": "/oTpZ0Ek4qoI8U0tRIViUhgfB05b.jpg"
}

Path Parameters

person_id
string
required

Query Parameters

language
string
Example:

"en-US"

Response

200 - application/json

Details

The response is of type object.