Skip to main content
GET
/
person
/
{person_id}
/
changes
Changes
curl --request GET \
  --url https://api.themoviedb.org/3/person/{person_id}/changes \
  --header 'Authorization: Bearer <token>'
{
  "changes": [
    {
      "key": "biography",
      "items": [
        {
          "id": "640469b113654500ba4e859a",
          "action": "added",
          "time": "2023-03-05 10:06:41 UTC",
          "iso_639_1": "ca",
          "iso_3166_1": "ES",
          "value": "Thomas \"Tom\" Jeffrey Hanks (Concord, Califòrnia, 9 de juliol de 1956) és un actor de cinema i productor estatunidenc, guanyador dues vegades de l'Oscar al millor actor i considerat un dels més versàtils i talentosos del cinema actual.\n\nHanks és l'actor que més diners ha guanyat de tota la història del cinema amb un total de gairebé sis mil milions de dòlars (setembre 2006). És també copropietari de Playtone, una companyia de producció de pel·lícules."
        }
      ]
    },
    {
      "key": "translations",
      "items": [
        {
          "id": "640469a7e61e6d00963c33bb",
          "action": "added",
          "time": "2023-03-05 10:06:31 UTC",
          "iso_639_1": "",
          "iso_3166_1": "",
          "value": "ca-ES"
        }
      ]
    }
  ]
}

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

The ID of the person

Query Parameters

end_date
string<date>

The end date for a person

page
string

Defaults to 1

start_date
string<date>

The start date for a person

Response

200 - application/json

Successful

changes
boolean

Indicates whether there have been any changes.

key
object[]

A list of unique identifiers or keys.