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/letterboxd/v1/browse1 credit

Browse Letterboxd's most popular or highest-rated films (paginated): slug, name, URL, and average user rating.

Parameters

Ordering for the films browser.

1-based page number. Use meta.has_more to know when to stop; values < 1 clamp to 1. (1–)

Hint only — Letterboxd fixes the page size per view (films 72, reviews 12, diary/list 100); reported back in meta.per_page.

request preview
curl -X POST https://api.reefapi.com/letterboxd/v1/browse \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Hit Send to run this endpoint live.