GET
/
3
/
person
/
{person_id}
/
changes
curl --request GET \
  --url https://api.themoviedb.org/3/person/%7B{person_id}%7D/changes
{
  "changes": []
}

Path Parameters

person_id
string
required

Query Parameters

page
string
Example:

"1"

Response

200 - application/json

Changes

The response is of type object.