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/episodes1 credit
Episode list for a TV series by its tt… id, with each episode's IMDb rating, vote count, air date, season/episode number and plot. Page one season at a time with `season`; meta lists every available season number and the total episode count.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/imdb/v1/episodes \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"imdb_id":"tt0903747","season":"1"}'Hit Send to run this endpoint live.