GET
/
3
/
person
/
{person_id}
/
changes
curl --request GET \
  --url https://api.themoviedb.org/3/person/{person_id}/changes \
  --header 'Authorization: Bearer <token>'
{
  "changes": []
}

Authorizations

Authorization
string
header
required

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

Path Parameters

person_id
integer
required
Example:

164930

Query Parameters

end_date
string
start_date
string
page
integer
default:1

Response

200 - application/json

Changes

The response is of type object.