The playground
Try any of 1277 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/charts1 credit
An IMDb chart: the Top 250 movies, Top 250 TV, Bottom 100, or a Most-Popular / Top-Rated meter board. Returns ranked titles with their IMDb chart rating, vote count, year, type and poster.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/imdb/v1/charts \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"chart":"top_250","limit":"10"}'Hit Send to run this endpoint live.