The playground

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.

Playground demo key · api.reefapi.com
post/movies-tv/v1/search1 credit

search titles (type=multi|movie|tv|streaming)

Working example
Parameters

Free-text title/person search keywords.

Which catalog to search. tv also accepts 'show'/'series'.

Max results to return. (1–)

Release-year filter (movie search / streaming match).

JustWatch market — ISO-3166-1 alpha-2 (~140 supported). Controls streaming offers / services / new-titles region.

TMDB result page (movie/multi search only). (1–)

request preview
curl -X POST https://api.reefapi.com/movies-tv/v1/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"breaking bad","type":"tv"}'

Hit Send to run this endpoint live.