The playground
Try any of 1465 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/charts1 credit
Ranked title charts: most-popular / top-rated / upcoming / now-playing / on-the-air / trending — for movies, TV or both. A `language` filter turns top-rated/popular into the per-language charts (e.g. top-rated Tamil/Telugu/Hindi); `region` localises upcoming/now-playing.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/movies-tv/v1/charts \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"chart":"top_rated_movies"}'Hit Send to run this endpoint live.