Optional
addonAddon info, if the streamingOptionType is addon. Otherwise omitted.
Type of the change.
Optional
episodeNumber of the episode affected from the change. Omitted if item_type is not episode.
Type of the item affected from the change.
Optional
linkDeep link to the affected streaming option's page in the web app of the streaming service. This field is guaranteed to be populated when changeType is new, updated, expiring or removed. When changeType is upcoming, this field might be populated or null depending on if the link of the future streaming option is known.
Optional
seasonNumber of the season affected from the change. Omitted if item_type is not seasonor episode.
Service affected from the change.
Id of the show affected from the change.
Type of the show affected from the change.
Optional
timestampUnix Time Stamp of the change. Past changes (new, updated, removed) will always have a timestamp. Future changes (expiring, upcoming) will have a timestamp if the exact date is known. If not, timestamp will be omitted, e.g. a show is known to be expiring soon, but the exact date is not known.
A change object represents a future or past change in a streaming catalog. It contains the details such as the type of the change (could be past change such as like new, updated, removed; or a future change such as expiring, upcoming), the affected item type (show, season or episode), timestamp of the change and more.
Via change endpoints, you can get the most recent updates in the streaming catalogs. On top of the changes, you can also get the details of the affected shows. Every change object has a showId field. You can find the list of shows affected by the changes in the shows field of the response, and match the show ids with the showId field of the change objects.
Export
Change