TV SERIES
cURL
curl --request GET \ --url https://api.themoviedb.org/3/tv/{series_id}/changes \ --header 'Authorization: Bearer <token>'
{ "changes": [ { "items": [ { "action": "updated", "id": "6773d55797aa8e4e2c127de8", "iso_3166_1": "", "iso_639_1": "", "time": "2024-12-31 11:28:23 UTC", "value": { "season_id": 423560, "season_number": 21 } } ], "key": "season" } ] }
This endpoint get the recent changes for a TV show.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a uniques identifier for a tv serie
Changes
The response is of type object.
object