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/user_films1 credit
Paginated list of films a Letterboxd member has watched and rated, with their personal star rating for each.
Working example
Parameters
Letterboxd username (the handle in a profile URL), OR a profile URL.
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/user_films \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"user":"dave"}'Hit Send to run this endpoint live.