curl --request GET \
--url https://api.themoviedb.org/3/person/%7B{person_id}%7D/changes \
--header 'Authorization: Bearer <token>'
{
"adult": false,
"also_known_as": [
"Rika Tatsumi"
],
"biography": "Rika Tatsumi is a professional wrestler. Rika Tatsumi\n\nBirth: September 27th\n\nHeight: 5’4″\n\nWeight: Unknown\n\nBackground: DDT/Tokyo Joshi Pro\n\nDebut: January 28th, 2014\n\nOther Identities: None\n\nChampionships Held: None\n\nTournaments Won: None\n\nAwards Won: None\n\nNotable Matches:",
"birthday": null,
"deathday": null,
"gender": 1,
"homepage": null,
"id": 2280390,
"imdb_id": null,
"known_for_department": "Acting",
"name": "Ririko Ishizawa",
"place_of_birth": "Hokkaidō, Japón",
"popularity": 0.574,
"profile_path": "/lho8u0q2KxO9y3uEJs3XtqI2Pyg.jpg"
}
This endpoint allows you to get the recent changes for a person.
curl --request GET \
--url https://api.themoviedb.org/3/person/%7B{person_id}%7D/changes \
--header 'Authorization: Bearer <token>'
{
"adult": false,
"also_known_as": [
"Rika Tatsumi"
],
"biography": "Rika Tatsumi is a professional wrestler. Rika Tatsumi\n\nBirth: September 27th\n\nHeight: 5’4″\n\nWeight: Unknown\n\nBackground: DDT/Tokyo Joshi Pro\n\nDebut: January 28th, 2014\n\nOther Identities: None\n\nChampionships Held: None\n\nTournaments Won: None\n\nAwards Won: None\n\nNotable Matches:",
"birthday": null,
"deathday": null,
"gender": 1,
"homepage": null,
"id": 2280390,
"imdb_id": null,
"known_for_department": "Acting",
"name": "Ririko Ishizawa",
"place_of_birth": "Hokkaidō, Japón",
"popularity": 0.574,
"profile_path": "/lho8u0q2KxO9y3uEJs3XtqI2Pyg.jpg"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
"date"
Defaults to 1
"int32"
"date"
Fetch details
The response is of type object
.