LetterBoxd
This Unofficial Letterboxd API gives developers streamlined access to a wide range of Letterboxd-style data, including films, cast details, genres, reviews, ratings, lists, and user activity. Built for performance and ease of use, it supports advanced search queries, filters, and pagination to help you build efficient, scalable movie-focused applications. Use it for film discovery apps, tracking…
LetterBoxd endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
search-by-name /films/autocomplete |
in this rotute you can search movies and tv-shows with there respective names |
| GET |
search-by-filters /films/movies |
this route will help you search movies based on fitlers year genre and sort with sorting options |
| POST |
search /search |
his route search with keywords anything letterbox can provide it has search types and in that types you can define what search type you need |
| GET |
get-by-slug /films/get-movie-details |
this endpoint is main endpoint to get movies and tv shows with slug |
| GET |
get-reviews-film /reviews/film |
this endpoint is to get reviews for movies and tv-shows |