---
title: "Get newly added people"
method: GET
path: "/changes/new_people"
tags: ["Changes"]
---

# Get newly added people

`GET /changes/new_people`

Get IDs of new people (actors, directors, etc.) added to Watchmode within a date range.

**Note:** This endpoint requires a paid plan.

## Query parameters

- `start_date` integer
- `end_date` integer
- `page` integer
- `limit` integer

## Response `200`

List of new person IDs

- PeopleChangesResponse
  - `people` integer[] — Array of person IDs
  - `page` integer
  - `total_results` integer
  - `total_pages` integer

## Other responses

- `401` — Endpoint requires paid plan

---

[API](https://skmtc.dev/watchmode/apis/watchmode-api.md) · [All operations](https://skmtc.dev/watchmode/apis/watchmode-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchmode/watchmode-api/revisions/3215d2b959fa/schema)
