GET
/
3
/
person
/
31
curl --request GET \
  --url https://api.themoviedb.org/3/person/31 \
  --header 'Authorization: Bearer <token>'
{
  "adult": false,
  "also_known_as": [],
  "biography": "",
  "birthday": null,
  "deathday": null,
  "gender": 2,
  "homepage": null,
  "id": 30,
  "imdb_id": "nm0823330",
  "known_for_department": "Production",
  "name": "Steve Starkey",
  "place_of_birth": null,
  "popularity": 1.977,
  "profile_path": "/8YCSIPhLZ6HHbbypEFZY05B7l16.jpg"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

New Request

The response is of type object.