Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
where-to-watch offers via JustWatch (query/node_id/imdb/tmdb)
Free-text title/person search keywords.
Title id. By default a TVmaze id (TV) or TMDB id (movie); an imdb id (tt0903747) is auto-detected. Set id_type to be explicit.
How to interpret `id`. Auto-detected (imdb if it starts with 'tt', else tvmaze for TV / tmdb for movie) when omitted.
JustWatch node id (tm…/ts…) — fetches offers directly without a search.
JustWatch market — ISO-3166-1 alpha-2 (~140 supported). Controls streaming offers / services / new-titles region.
Restrict JustWatch results to these node types (MOVIE / SHOW).
Exact title to match when resolving by imdb/tmdb id.
Release-year filter (movie search / streaming match).
curl -X POST https://api.reefapi.com/movies-tv/v1/streaming \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"query":"inception","country":"US"}'Hit Send to run this endpoint live.