get https://api.themoviedb.org/3/tv/season//changes
Get the recent changes for a TV season.
Get the changes for a TV season. By default only the last 24 hours are returned.
You can query up to 14 days in a single query by using the start_date
and end_date
query parameters.
Note
TV season changes are a little different than movie changes in that there are some edits on episodes that will create a top level change entry at the season level. These can be found under the episode keys. These keys will contain a
episode_id
. You can use the episode changes methods to look these up individually.