Skip to main content
GET
/
3
/
person
/
{person_id}
/
changes
Changes
curl --request GET \
  --url 'https://api.themoviedb.org/3/person/{{person_id}}/changes'
{
  "changes": []
}

Path Parameters

person_id
string
required

Query Parameters

page
string
Example:

"1"

Response

200 - application/json

Changes

changes
any[]
Example:
[]