---
title: "Get titles with changed sources"
method: GET
path: "/changes/titles_sources_changed"
tags: ["Changes"]
---

# Get titles with changed sources

`GET /changes/titles_sources_changed`

Get title IDs where streaming availability has changed within a date range.
Use this to know which titles need their sources refreshed.

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

## Query parameters

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

## Response `200`

List of title IDs with changed sources

- 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)
