GET
/
person
/
{person_id}
/
changes
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"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

person_id
string
required

Query Parameters

end_date
string
Example:

"date"

page
string

Defaults to 1

Example:

"int32"

start_date
string
Example:

"date"

Response

200 - application/json

Fetch details

The response is of type object.