Endpoints
- Account
- Authentication
- Certification
- Changes
- Collections
- Companies
- Configuration
- Credits
- Discover
- Find
- Genres
- Guest Session
- Keywords
- List
- Movie Lists
- Movies
- Networks
- People Lists
- People
- Reviews
- Search
- Trending
- TV Series Lists
- TV Series
- TV Seasons
- TV Episodes
- TV Episode Groups
- Watch Providers
- API Reference
People
Latest
Get the newest created person. This is a live response and will continuously change.
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
.
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
}