Changes
Get newly added people
Get IDs of new people (actors, directors, etc.) added to Watchmode within a date range.
Note: This endpoint requires a paid plan.
get/changes/new_people
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
pageinteger
Page number for pagination
limitinteger
Results per page (1-250)
Response
List of new person IDs
Example response
{
"people": [
710203130,
73333445,
710203131
],
"page": 1,
"total_results": 15113,
"total_pages": 61
}