Letterboxd Film Data API
## Letterboxd Film Data API Film metadata, ratings, and member data from **Letterboxd** — the social network for film lovers. ### What you get - **Film detail** — director, full cast, genres, average rating, runtime, synopsis, poster - **Popular films** — the current popular-films grid - **Member profiles** — stats and activity - **Member films** — a member's recently-rated films ### Why this…
Letterboxd Film Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Films | ||
| GET |
/api/v1/films/popular /api/v1/films/popular |
The current "popular films" grid from Letterboxd (slug, name, year, poster). |
| GET |
/api/v1/films/{slug} /api/v1/films/{slug} |
Full detail for a film by its Letterboxd slug (e.g. `parasite-2019`) — title, year, director(s), cast, genres, average rating + rating count, runtime, synopsis, countries,… |
| Members | ||
| GET |
/api/v1/members/{username} /api/v1/members/{username} |
A Letterboxd member's profile and stats (films watched, this year, lists, following, followers). |
| GET |
/api/v1/members/{username}/films /api/v1/members/{username}/films |
A member's most-recently-rated films (slug, name, year, poster, member rating in stars). Returns the first page (~72 films); deeper pagination is not available. |
Letterboxd Film Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $8 / month | — |
|
| ULTRA Recommended | $25 / month | — |
|
| MEGA | $79 / month | — |
|