GET
/
3
/
person
/
{person_id}
Details
curl --request GET \
  --url https://api.themoviedb.org/3/person/{person_id} \
  --header 'Authorization: Bearer <token>'
{
  "adult": false,
  "also_known_as": [
    "David Lloyd Wolper"
  ],
  "biography": "David L. Wolper was born on January 11, 1928 in New York City, New York, USA as David Lloyd Wolper. He was a producer, known for L.A. Confidential (1997), Willy Wonka &amp; the Chocolate Factory (1971) and Imagine: John Lennon (1988). He was married to Gloria Hill, Dawn Richard and Toni Carroll. He died on August 10, 2010 in Beverly Hills, California, USA.",
  "birthday": "1928-01-11",
  "deathday": "2010-08-10",
  "gender": 2,
  "homepage": null,
  "id": 3453,
  "imdb_id": "nm0938678",
  "known_for_department": "Production",
  "name": "David L. Wolper",
  "place_of_birth": "New York, New York, USA",
  "popularity": 1.072,
  "profile_path": "/pHCcYBdut3PbNix1NkubLPjaSgJ.jpg"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

person_id
integer
required
Example:

3453

Query Parameters

append_to_response
string

comma separated list of endpoints within this namespace, 20 items max

languages
string
default:en-US

Response

200 - application/json

Details

adult
boolean
Example:

false

also_known_as
string[]
Example:
["David Lloyd Wolper"]
biography
string
Example:

"David L. Wolper was born on January 11, 1928 in New York City, New York, USA as David Lloyd Wolper. He was a producer, known for L.A. Confidential (1997), Willy Wonka &amp; the Chocolate Factory (1971) and Imagine: John Lennon (1988). He was married to Gloria Hill, Dawn Richard and Toni Carroll. He died on August 10, 2010 in Beverly Hills, California, USA."

birthday
string
Example:

"1928-01-11"

deathday
string
Example:

"2010-08-10"

gender
number
Example:

2

homepage
any
id
number
Example:

3453

imdb_id
string
Example:

"nm0938678"

known_for_department
string
Example:

"Production"

name
string
Example:

"David L. Wolper"

place_of_birth
string
Example:

"New York, New York, USA"

popularity
number
Example:

1.072

profile_path
string
Example:

"/pHCcYBdut3PbNix1NkubLPjaSgJ.jpg"