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

Full IMDb name card for one person by their nm… id: biography, birth/death dates, birthplace, professions, IMDb popularity rank, their best-known titles and a paginated filmography (each credit with the title, year, IMDb rating, the job and — for acting credits — the character played).

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

Hit Send to run this endpoint live.