GET
/
3
/
person
/
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

The response is of type object.