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/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

Which chart to return.

ISO 639-1 original-language filter (e.g. ta=Tamil, te=Telugu, hi=Hindi, en=English). Turns popular/top-rated into per-language charts.

ISO 3166-1 region to localise upcoming/now-playing.

TMDB result page (movie/multi search only). (1–)

Max results to return. (1–)

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.