Skip to main content
GET
/
3
/
person
/
latest
Latest
curl --request GET \
  --url https://api.themoviedb.org/3/person/latest
{
  "adult": false,
  "also_known_as": [],
  "biography": "",
  "birthday": null,
  "deathday": null,
  "gender": 0,
  "homepage": null,
  "id": 5169911,
  "imdb_id": null,
  "known_for_department": "Camera",
  "name": "Calvina Li",
  "place_of_birth": null,
  "popularity": 0,
  "profile_path": null
}

Response

200 - application/json

Latest

adult
boolean
Example:

false

also_known_as
any[]
Example:
[]
biography
string
Example:

""

birthday
any
deathday
any
gender
number
Example:

0

homepage
any
id
number
Example:

5169911

imdb_id
any
known_for_department
string
Example:

"Camera"

name
string
Example:

"Calvina Li"

place_of_birth
any
popularity
number
Example:

0

profile_path
any
I