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

# Get newly added titles

`GET /changes/new_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.

## Query parameters

- `start_date` integer
- `end_date` integer
- `types` string
- `page` integer
- `limit` integer

## Response `200`

List of new title IDs

- ChangesResponse
  - `titles` integer[] — Array of title 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)
