The playground
Try any of 1355 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/imdb/v1/whats_new1 credit
IMDb's 'what's new' lists: upcoming movies (coming_soon_movies) or TV (coming_soon_tv) with release dates, the weekend box-office top 10 (box_office) with gross earnings, or the currently trending titles (trending). One friendly `list` value picks the board; coming-soon lists are cursor-paginated and region-aware.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/imdb/v1/whats_new \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"list":"box_office"}'Hit Send to run this endpoint live.