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

Full IMDb title card for one movie or TV show by its tt… id: IMDb user rating and vote count, year(s), runtime, genres, certificate, plot, countries, languages, directors, writers, top cast with character names, poster and popularity rank. For series it also returns the total episode count.

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

Hit Send to run this endpoint live.