---
title: "List streaming sources"
method: GET
path: "/sources"
tags: ["Configuration"]
---

# List streaming sources

`GET /sources`

Returns a list of all streaming sources (streaming services, networks, etc.) supported by Watchmode.
This includes subscription services (like Netflix), rental/purchase services (like iTunes), and free services.
Each source includes details about supported regions, logos, and app store links.

## Query parameters

- `regions` string
- `types` string

## Response `200`

List of streaming sources

- Source[]
  - `id` integer — Unique source ID
  - `name` string — Source name
  - `host_source_id` integer, nullable — The source ID of the platform carrying this offering. For example, Crunchyroll Premium (Via Amazon Prime) remains its own source but returns Amazon's source ID, `24`, here. Direct offerings return `null`.
  - `host_source` string, nullable — The name of the platform carrying this offering. For example, Crunchyroll Premium (Via Amazon Prime) returns `Amazon` here, while direct Crunchyroll Premium returns `null`.
  - `type` 'sub' | 'purchase' | 'free' | 'tve' — Source type: - `sub` - Subscription service (Netflix, Hulu, etc.) - `purchase` - Rental/purchase service (iTunes, Vudu, etc.) - `free` - Free ad-supported service (Tubi, Pluto TV, etc.) - `tve` - TV Channel App (cable login required)
  - `logo_100px` string, uri — URL to 100px logo
  - `ios_appstore_url` string, uri, nullable — iOS App Store URL
  - `android_playstore_url` string, uri, nullable — Google Play Store URL
  - `android_tv_url` string, uri, nullable
  - `fire_tv_url` string, uri, nullable
  - `roku_url` string, uri, nullable
  - `tvos_url` string, uri, nullable
  - `regions` string[] — Supported 2-letter country codes

## Other responses

- `401` — Invalid or missing API key

---

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