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/new_titles1 credit
recently added/changed on streaming (≈ catalog changes)
Working example
Parameters
Date as YYYY-MM-DD (required — the catalog-change day to report).
JustWatch market — ISO-3166-1 alpha-2 (~140 supported). Controls streaming offers / services / new-titles region.
Max results to return. (1–)
Restrict JustWatch results to these node types (MOVIE / SHOW).
Restrict to these JustWatch provider technical names (e.g. nfx=Netflix).
request preview
curl -X POST https://api.reefapi.com/movies-tv/v1/new_titles \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"country":"US","date":"2026-06-01"}'Hit Send to run this endpoint live.