Watchmode

Where to stream movies and shows by region.

🎬 MediaON SCHEDULEchecked 2h ago
AUTH APIKEYCORS AGENT HTTPS COMMERCIAL ?

Watchmode maps titles to Netflix, Prime, Disney+ and dozens of other services by country. Free tier after signup at watchmode.com — 1,000 requests/month. Complements TMDb watch/providers with a dedicated streaming-availability index.

REACHABILITY SCORE ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
CHECK TIER · REACHABILITY

We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass.

Uptime history
—%90d reachable
—%30d reachable
2hLast check · since JUL 8 · server OK
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://api.watchmode.com/v1/sources/?apiKey=YOUR_API_KEY

{
  "id": 345534,
  "title": "Breaking Bad",
  "type": "tv_series",
  "imdb_id": "tt0903747"
}
Call itcurl · fetch · python
curl "https://api.watchmode.com/v1/sources/?apiKey=YOUR_API_KEY"
const res = await fetch("https://api.watchmode.com/v1/sources/?apiKey=YOUR_API_KEY");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.watchmode.com/v1/sources/?apiKey=YOUR_API_KEY")
print(res.json())
Endpoints · 5On scheduleFULL DOCS ↗
On schedule — auth-wall reachability checks pending
GET/sources/?apiKey=YOUR_API_KEYPROBED

All streaming sources Watchmode tracks.

GET/search/?apiKey=YOUR_API_KEY&search_field=name&search_value=breaking%20bad

Search titles by name.

GET/title/345534/details/?apiKey=YOUR_API_KEY

Title metadata by Watchmode ID.

GET/title/345534/sources/?apiKey=YOUR_API_KEY

Streaming sources for a title by region.

GET/title/tt0903747/details/?apiKey=YOUR_API_KEY

Lookup by IMDb ID.

Machine-readable spec

We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Watchmode: common questions

Is Watchmode free to use?

Yes — Watchmode is a free media API. Free tier: Free — 1,000 req/month. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Watchmode need an API key?

Yes — Watchmode needs a free API key, which you pass on each request. Rate limits: 1,000 req/month (free tier).

Can I call Watchmode from the browser?

Yes — Watchmode returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Watchmode up right now?

As of our last scheduled check, Watchmode is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.