Introduction
Authentication
Guest Sessions
Account
Keyword
Collections
Movies
TV Series
- GETDetails
- GETAccount States
- GETAggregate Credits
- GETAlternative Titles
- GETChanges
- GETContent Ratings
- GETCredits
- GETEpisode Groups
- GETExternal IDS
- GETImages
- GETKeywords
- GETLatest
- GETLists
- GETRecommendations
- GETReviews
- GETScreened Theatrically
- GETSimilar
- GETTranslations
- GETVideos
- GETStreaming Providers
- POSTAdd Rating
- DELDelete Ratings
TV Series Lists
TV Seasons
TV Providers
TV Episode Groups
Watch Providers
People
People List
Credits
Review
Certifications
People
Changes
This endpoint retrieves changes made to a person’s details.
GET
/
3
/
person
/
{person_id}
/
changes
curl --request GET \
--url https://api.themoviedb.org/3/person/%7B{person_id}%7D/changes \
--header 'Authorization: Bearer <token>'
{
"changes": []
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Changes
The response is of type object
.
curl --request GET \
--url https://api.themoviedb.org/3/person/%7B{person_id}%7D/changes \
--header 'Authorization: Bearer <token>'
{
"changes": []
}
Assistant
Responses are generated using AI and may contain mistakes.