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/videos1 credit
Trailers and video clips for a movie or TV show by its tt… id, each with a playable MP4 URL (multiple qualities), title, type (Trailer/Clip/Featurette), runtime, description and thumbnail. Note: playback URLs are IMDb-signed and time-limited.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/imdb/v1/videos \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"imdb_id":"tt0133093","limit":"5"}'Hit Send to run this endpoint live.