Changes
Get newly added titles
Get title IDs of new movies and shows added to Watchmode within a date range. Useful for keeping your database in sync with Watchmode.
Note: This endpoint requires a paid plan.
get/changes/new_titles
Query parameters
start_dateinteger
Example:20240101
Get changes after this date (PST timezone). Format: YYYYMMDD or YYYYMMDDHHMMSS Default: 1 day ago
end_dateinteger
Example:20240131
Get changes before this date (PST timezone). Format: YYYYMMDD or YYYYMMDDHHMMSS Default: current date
typesstring
Example:movie,tv_series
Filter by title type. Comma-separated. Valid types: movie, tv_series, tv_movie, tv_special, tv_miniseries, short_film
pageinteger
Page number for pagination
limitinteger
Results per page (1-250)
Response
List of new title IDs
Example response
{
"titles": [
1138,
1668,
1867,
11029
],
"page": 1,
"total_results": 6513,
"total_pages": 27
}