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/awards1 credit

Awards and nominations for a movie or TV show by its tt… id — Oscars, Golden Globes, BAFTAs, Emmys and more, each with the event, year, category, win/nomination flag and the people nominated. Cursor-paginated; meta.total reports the full count.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/imdb/v1/awards \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"imdb_id":"tt0133093","limit":"5"}'

Hit Send to run this endpoint live.