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

Extra IMDb detail for a person by their nm… id: their photo gallery (full-res URLs + captions), awards and nominations (with the titles they were for), height and alternate names. Complements `person` (bio + filmography).

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

Hit Send to run this endpoint live.