Letterboxd Scraper

ENDPOINTS
GET/films/poster

Film Poster

Poster image links at the width you choose, plus a 2x version.

QUERY PARAMS

Letterboxd film slug, film URL, boxd.it short link, IMDb ID or TMDB ID.

Examples:

  • Slug: interstellar
  • URL: https://letterboxd.com/film/interstellar/
  • IMDb: tt0816692
  • TMDB: tmdb:157336

Poster width in pixels (height is 1.5x).

Default: 500

Allowed values: 70, 125, 150, 230, 300, 500, 1000

{
  "film": {
    "id": 117621,
    "slug": "interstellar",
    "name": "Interstellar",
    "original_name": null,
    "year": 2014,
    "link": "https://letterboxd.com/film/interstellar/",
    "short_link": "https://boxd.it/4VZ8",
    "runtime_minutes": 169,
    "directors": [
      "Christopher Nolan"
    ]
  },
  "width": 500,
  "height": 750,
  "link": "https://a.ltrbxd.com/resized/film-poster/1/1/7/6/2/1/117621-interstellar-0-500-0-750-crop.jpg?v=7ad89e6666",
  "large_link": "https://a.ltrbxd.com/resized/film-poster/1/1/7/6/2/1/117621-interstellar-0-1000-0-1500-crop.jpg?v=7ad89e6666"
}