---
title: "Get title streaming sources"
method: GET
path: "/title/{title_id}/sources"
tags: ["Title"]
---

# Get title streaming sources

`GET /title/{title_id}/sources`

Get all streaming sources where a title is currently available.
Returns subscription services, rental options, purchase options, and free streaming.
For TV shows, includes information about available seasons and episodes per source.

## Path parameters

- `title_id` string, required

## Query parameters

- `regions` string

## Response `200`

List of streaming sources

- TitleSource[]
  - `source_id` integer
  - `name` string
  - `type` 'sub' | 'rent' | 'buy' | 'free' | 'tve' — Availability type for this title on this source: - `sub` - Available with subscription - `rent` - Available for rental - `buy` - Available for purchase - `free` - Available for free (ad-supported) - `tve` - Available with TV Channel App (cable login)
  - `region` string
  - `ios_url` string, nullable — iOS deep link URL. For free plans, returns "Deeplinks available for paid plans only."
  - `android_url` string, nullable — Android deep link URL. For free plans, returns "Deeplinks available for paid plans only."
  - `web_url` string, uri, nullable — Web URL to watch the title
  - `tvos_url` string, uri, nullable — tvOS deep link. **Only included if TV links are enabled for your account.**
  - `android_tv_url` string, uri, nullable — Android TV deep link. **Only included if TV links are enabled for your account.**
  - `roku_url` string, uri, nullable — Roku deep link. **Only included if TV links are enabled for your account.**
  - `format` string, nullable — Video quality (HD, 4K, etc.)
  - `price` number, nullable — Price for rent/buy sources
  - `seasons` integer, nullable — Number of seasons available (for TV)
  - `episodes` integer, nullable — Number of episodes available (for TV)

## Other responses

- `401` — Invalid or missing API key
- `404` — Resource not found

---

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