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/list1 credit
A public Letterboxd curated film list: title, description, and the paginated film entries with user ratings.
Parameters
Letterboxd username (the handle in a profile URL), OR a profile URL.
List slug (the segment after /list/ in a list 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/list \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.