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/credits1 credit
A person's full filmography (combined movie + TV credits) by TMDB person id or by name — every title they were cast or crew on, newest first, with their character/job.
Parameters
TMDB person id (omit if passing `name`).
Person name to search (used when `person_id` is omitted).
Max results to return. (1–)
request preview
curl -X POST https://api.reefapi.com/movies-tv/v1/credits \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.