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/credits1 credit
Full cast & crew for a movie or TV show by its tt… id, grouped by department (director, writer, cast, producer, cinematographer, editor, composer, …) — beyond the top-20 cast in `title`. Omit `category` for every department (first N each); pass one `category` to page that department fully with `cursor`.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/imdb/v1/credits \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"imdb_id":"tt0133093"}'Hit Send to run this endpoint live.