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

Search Letterboxd for films, members, or curated lists by keyword — returns matching results with ratings and links.

Parameters

Free-text search query.

Which catalog to search.

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/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Hit Send to run this endpoint live.