The playground
Try any of 1465 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/discover1 credit
Browse the catalog with filters — find movies or TV by genre, year range, minimum rating, runtime, original language, cast/crew, keyword and where-to-stream provider, sorted however you like. The 'explore like a real user' surface.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/movies-tv/v1/discover \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"type":"movie","genres":"Science Fiction","year_gte":"2010","rating_gte":"7.5","sort_by":"vote_average.desc"}'Hit Send to run this endpoint live.