The playground
Try any of 1042 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/movies-tv/v1/episodes1 credit
TV episodes (optionally one season)
Working example
Parameters
Title id. By default a TVmaze id (TV) or TMDB id (movie); an imdb id (tt0903747) is auto-detected. Set id_type to be explicit.
How to interpret `id`. Auto-detected (imdb if it starts with 'tt', else tvmaze for TV / tmdb for movie) when omitted.
Limit to one season number (omit for all).
Include special (non-numbered) episodes.
request preview
curl -X POST https://api.reefapi.com/movies-tv/v1/episodes \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"id":"169","type":"tv"}'Hit Send to run this endpoint live.