get https://api.themoviedb.org/3/tv//changes
Get the recent changes for a TV show.
Get the changes for a TV show. 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 show changes are a little different than movie changes in that there are some edits on seasons and episodes that will create a top level change entry at the show level. These can be found under the season and episode keys. These keys will contain a
series_id
andepisode_id
. You can use the season changes and episode changes methods to look these up individually.