Letterboxd Scraper

ENDPOINTS
GET/members/stats

Member Stats

A member's all-time or yearly stats: hours, top genres, countries, languages, actors, directors.

QUERY PARAMS

Letterboxd username or profile URL.

Examples:

  • Username: kurstboy
  • URL: https://letterboxd.com/kurstboy/

Stats for one year instead of all time.

{
  "member": {
    "username": "kurstboy",
    "name": "Karsten",
    "link": "https://letterboxd.com/kurstboy/",
    "avatar": "https://a.ltrbxd.com/resized/avatar/twitter/4/9/0/4/5/7/shard/http___pbs.twimg.com_profile_images_1001935353740177414_9ZQ0Noe4-0-1000-0-1000-crop.jpg?v=2627a755b4"
  },
  "year": null,
  "summary": {
    "films": 2642,
    "hours": 4450,
    "directors": 1628,
    "countries": 75,
    "longest_streak": {
      "value": 75,
      "unit": "weeks"
    },
    "two_plus_film_days": 484
  },
  "most_watched": {
    "genres": [
      {
        "name": "Drama",
        "slug": "drama",
        "films_count": 1340
      },
      {
        "name": "Comedy",
        "slug": "comedy",
        "films_count": 937
      },
      {
        "name": "Thriller",
        "slug": "thriller",
        "films_count": 421
      },
      {
        "name": "Adventure",
        "slug": "adventure",
        "films_count": 397
      },
      {
        "name": "Crime",
        "slug": "crime",
        "films_count": 343
      },
      {
        "name": "Family",
        "slug": "family",
        "films_count": 342
      },
      {
        "name": "Animation",
        "slug": "animation",
        "films_count": 338
      },
      {
        "name": "Romance",
        "slug": "romance",
        "films_count": 337
      },
      {
        "name": "Action",
        "slug": "action",
        "films_count": 292
      },
      {
        "name": "Horror",
        "slug": "horror",
        "films_count": 280
      }
    ],
    "countries": [
      {
        "name": "USA",
        "slug": "usa",
        "films_count": 1990
      },
      {
        "name": "UK",
        "slug": "uk",
        "films_count": 376
      },
      {
        "name": "France",
        "slug": "france",
        "films_count": 298
      },
      {
        "name": "Japan",
        "slug": "japan",
        "films_count": 143
      },
      {
        "name": "Germany",
        "slug": "germany",
        "films_count": 120
      },
      {
        "name": "Canada",
        "slug": "canada",
        "films_count": 113
      },
      {
        "name": "Italy",
        "slug": "italy",
        "films_count": 71
      },
      {
        "name": "Sweden",
        "slug": "sweden",
        "films_count": 54
      },
      {
        "name": "Belgium",
        "slug": "belgium",
        "films_count": 47
      },
      {
        "name": "Spain",
        "slug": "spain",
        "films_count": 38
      }
    ],
    "languages": [
      {
        "name": "English",
        "slug": "english",
        "films_count": 2079
      },
      {
        "name": "French",
        "slug": "french",
        "films_count": 141
      },
      {
        "name": "Japanese",
        "slug": "japanese",
        "films_count": 115
      },
      {
        "name": "No spoken language",
        "slug": "no-spoken-language",
        "films_count": 79
      },
      {
        "name": "Spanish",
        "slug": "spanish",
        "films_count": 42
      },
      {
        "name": "Korean",
        "slug": "korean",
        "films_count": 19
      },
      {
        "name": "German",
        "slug": "german",
        "films_count": 18
      },
      {
        "name": "Chinese",
        "slug": "chinese",
        "films_count": 16
      },
      {
        "name": "Swedish",
        "slug": "swedish",
        "films_count": 15
      },
      {
        "name": "Italian",
        "slug": "italian",
        "films_count": 15
      }
    ],
    "actors": [
      {
        "name": "Willem Dafoe",
        "slug": "willem-dafoe",
        "link": "https://letterboxd.com/actor/willem-dafoe/",
        "photo": "https://image.tmdb.org/t/p/w500/ui8e4sgZAwMPi3hzEO53jyBJF9B.jpg",
        "tmdb_id": 5293,
        "films_count": 37
      },
      {
        "name": "Tilda Swinton",
        "slug": "tilda-swinton",
        "link": "https://letterboxd.com/actor/tilda-swinton/",
        "photo": "https://image.tmdb.org/t/p/w500/dzjT4LKgs7eOma84GsPy78DsGNH.jpg",
        "tmdb_id": 3063,
        "films_count": 32
      },
      {
        "name": "Tom Hanks",
        "slug": "tom-hanks",
        "link": "https://letterboxd.com/actor/tom-hanks/",
        "photo": "https://image.tmdb.org/t/p/w500/oFvZoKI6lvU03n4YoNGAll9rkas.jpg",
        "tmdb_id": 31,
        "films_count": 31
      },
      {
        "name": "John Ratzenberger",
        "slug": "john-ratzenberger",
        "link": "https://letterboxd.com/actor/john-ratzenberger/",
        "photo": "https://image.tmdb.org/t/p/w500/oRtDEOuIO1yDhTz5dORBdxXuLMO.jpg",
        "tmdb_id": 7907,
        "films_count": 28
      },
      {
        "name": "Brad Pitt",
        "slug": "brad-pitt",
        "link": "https://letterboxd.com/actor/brad-pitt/",
        "photo": "https://image.tmdb.org/t/p/w500/m09Y1YfPPeNYYUSHnnVqahkrC1o.jpg",
        "tmdb_id": 287,
        "films_count": 28
      },
      {
        "name": "Steve Buscemi",
        "slug": "steve-buscemi",
        "link": "https://letterboxd.com/actor/steve-buscemi/",
        "photo": "https://image.tmdb.org/t/p/w500/n0pZumkrcZrAPMoPq684RhYnjPV.jpg",
        "tmdb_id": 884,
        "films_count": 27
      },
      {
        "name": "Bill Murray",
        "slug": "bill-murray",
        "link": "https://letterboxd.com/actor/bill-murray/",
        "photo": "https://image.tmdb.org/t/p/w500/nnCsJc9x3ZiG3AFyiyc3FPehppy.jpg",
        "tmdb_id": 1532,
        "films_count": 27
      },
      {
        "name": "Seth Rogen",
        "slug": "seth-rogen",
        "link": "https://letterboxd.com/actor/seth-rogen/",
        "photo": "https://image.tmdb.org/t/p/w500/nYl9bvQzaPQLzlf0wf75clLN6Hi.jpg",
        "tmdb_id": 19274,
        "films_count": 24
      },
      {
        "name": "Scarlett Johansson",
        "slug": "scarlett-johansson",
        "link": "https://letterboxd.com/actor/scarlett-johansson/",
        "photo": "https://image.tmdb.org/t/p/w500/tgxYh3jMs5bY2Ub4d2dcp9iaz1R.jpg",
        "tmdb_id": 1245,
        "films_count": 24
      },
      {
        "name": "Matt Damon",
        "slug": "matt-damon",
        "link": "https://letterboxd.com/actor/matt-damon/",
        "photo": "https://image.tmdb.org/t/p/w500/aCvBXTAR9B1qRjIRzMBYhhbm1fR.jpg",
        "tmdb_id": 1892,
        "films_count": 23
      }
    ],
    "directors": [
      {
        "name": "Steven Spielberg",
        "slug": "steven-spielberg",
        "link": "https://letterboxd.com/director/steven-spielberg/",
        "photo": "https://image.tmdb.org/t/p/w500/tZxcg19YQ3e8fJ0pOs7hjlnmmr6.jpg",
        "tmdb_id": 488,
        "films_count": 35
      },
      {
        "name": "Martin Scorsese",
        "slug": "martin-scorsese",
        "link": "https://letterboxd.com/director/martin-scorsese/",
        "photo": "https://image.tmdb.org/t/p/w500/g3DjfKsgZQWZiw30I20hZVk1oMX.jpg",
        "tmdb_id": 1032,
        "films_count": 28
      },
      {
        "name": "Joel Coen",
        "slug": "joel-coen",
        "link": "https://letterboxd.com/director/joel-coen/",
        "photo": "https://image.tmdb.org/t/p/w500/rgVaJNkZCgMarUcZuUAsVfXMWk3.jpg",
        "tmdb_id": 1223,
        "films_count": 19
      },
      {
        "name": "Wes Anderson",
        "slug": "wes-anderson",
        "link": "https://letterboxd.com/director/wes-anderson/",
        "photo": "https://image.tmdb.org/t/p/w500/s03CeUeC5yAXyB1acqP0zGNo2SC.jpg",
        "tmdb_id": 5655,
        "films_count": 19
      },
      {
        "name": "David Lynch",
        "slug": "david-lynch",
        "link": "https://letterboxd.com/director/david-lynch/",
        "photo": "https://image.tmdb.org/t/p/w500/wwBzRDoIW6Ld64h6OkQ6ImCZKsR.jpg",
        "tmdb_id": 5602,
        "films_count": 17
      },
      {
        "name": "Christopher Nolan",
        "slug": "christopher-nolan",
        "link": "https://letterboxd.com/director/christopher-nolan/",
        "photo": "https://image.tmdb.org/t/p/w500/xuAIuYSmsUzKlUMBFGVZaWsY3DZ.jpg",
        "tmdb_id": 525,
        "films_count": 16
      },
      {
        "name": "Jim Jarmusch",
        "slug": "jim-jarmusch",
        "link": "https://letterboxd.com/director/jim-jarmusch/",
        "photo": "https://image.tmdb.org/t/p/w500/iMpIrvhoO9SZWhiDkSzaUt9Yd4N.jpg",
        "tmdb_id": 4429,
        "films_count": 14
      },
      {
        "name": "Steven Soderbergh",
        "slug": "steven-soderbergh",
        "link": "https://letterboxd.com/director/steven-soderbergh/",
        "photo": "https://image.tmdb.org/t/p/w500/y8JlSDcQzd7gAaKyxFpExupMwDz.jpg",
        "tmdb_id": 1884,
        "films_count": 13
      },
      {
        "name": "Stanley Kubrick",
        "slug": "stanley-kubrick",
        "link": "https://letterboxd.com/director/stanley-kubrick/",
        "photo": "https://image.tmdb.org/t/p/w500/yFT0VyIelI9aegZrsAwOG5iVP4v.jpg",
        "tmdb_id": 240,
        "films_count": 13
      },
      {
        "name": "Richard Linklater",
        "slug": "richard-linklater",
        "link": "https://letterboxd.com/director/richard-linklater/",
        "photo": "https://image.tmdb.org/t/p/w500/xSctxeZQzQbZoaxIvcDeHlDjbiN.jpg",
        "tmdb_id": 564,
        "films_count": 12
      }
    ],
    "films": [
      {
        "id": 46344,
        "slug": "fantastic-mr-fox",
        "name": "Fantastic Mr. Fox",
        "year": 2009,
        "link": "https://letterboxd.com/film/fantastic-mr-fox/",
        "short_link": "https://boxd.it/1WyQ",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/4/6/3/4/4/46344-fantastic-mr-fox-0-500-0-750-crop.jpg?v=3a2a858065",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/4/6/3/4/4/46344-fantastic-mr-fox-0-1000-0-1500-crop.jpg?v=3a2a858065"
        },
        "owner_rating": 5.0,
        "times_watched": 9
      },
      {
        "id": 390610,
        "slug": "first-reformed",
        "name": "First Reformed",
        "year": 2017,
        "link": "https://letterboxd.com/film/first-reformed/",
        "short_link": "https://boxd.it/go9C",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/sm/upload/25/z1/3z/xn/8HKA3Hwf8jQWy8TCYWr7C8Wft23-0-500-0-750-crop.jpg?v=79051e4cf2",
          "large_link": "https://a.ltrbxd.com/resized/sm/upload/25/z1/3z/xn/8HKA3Hwf8jQWy8TCYWr7C8Wft23-0-1000-0-1500-crop.jpg?v=79051e4cf2"
        },
        "owner_rating": 5.0,
        "times_watched": 6
      },
      {
        "id": 433863,
        "slug": "the-lighthouse-2019",
        "name": "The Lighthouse",
        "year": 2019,
        "link": "https://letterboxd.com/film/the-lighthouse-2019/",
        "short_link": "https://boxd.it/icFU",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/4/3/3/8/6/3/433863-the-lighthouse-0-500-0-750-crop.jpg?v=ee97005537",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/4/3/3/8/6/3/433863-the-lighthouse-0-1000-0-1500-crop.jpg?v=ee97005537"
        },
        "owner_rating": 4.5,
        "times_watched": 5
      },
      {
        "id": 343911,
        "slug": "over-the-garden-wall-2014",
        "name": "Over the Garden Wall",
        "year": 2014,
        "link": "https://letterboxd.com/film/over-the-garden-wall-2014/",
        "short_link": "https://boxd.it/eqFw",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/3/4/3/9/1/1/343911-over-the-garden-wall-0-500-0-750-crop.jpg?v=85834d0555",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/3/4/3/9/1/1/343911-over-the-garden-wall-0-1000-0-1500-crop.jpg?v=85834d0555"
        },
        "owner_rating": 5.0,
        "times_watched": 5
      },
      {
        "id": 436873,
        "slug": "climax-2018",
        "name": "Climax",
        "year": 2018,
        "link": "https://letterboxd.com/film/climax-2018/",
        "short_link": "https://boxd.it/ikvo",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/4/3/6/8/7/3/436873-climax-0-500-0-750-crop.jpg?v=b3003b4908",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/4/3/6/8/7/3/436873-climax-0-1000-0-1500-crop.jpg?v=b3003b4908"
        },
        "owner_rating": 5.0,
        "times_watched": 5
      },
      {
        "id": 50782,
        "slug": "nowhere",
        "name": "Nowhere",
        "year": 1997,
        "link": "https://letterboxd.com/film/nowhere/",
        "short_link": "https://boxd.it/286E",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/sm/upload/1c/re/ju/yk/9CaVnvBRbzsM7mcJoIMncpHSBBN-0-500-0-750-crop.jpg?v=067121cd23",
          "large_link": "https://a.ltrbxd.com/resized/sm/upload/1c/re/ju/yk/9CaVnvBRbzsM7mcJoIMncpHSBBN-0-1000-0-1500-crop.jpg?v=067121cd23"
        },
        "owner_rating": 5.0,
        "times_watched": 4
      },
      {
        "id": 45120,
        "slug": "mamma-mia",
        "name": "Mamma Mia!",
        "year": 2008,
        "link": "https://letterboxd.com/film/mamma-mia/",
        "short_link": "https://boxd.it/1Tnq",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/sm/upload/10/5l/wu/jl/gOm2iMMbC6EonrFzmSQ8xvCa4Ei.jpg-0-500-0-750-crop.jpg?v=e49de6f770",
          "large_link": "https://a.ltrbxd.com/resized/sm/upload/10/5l/wu/jl/gOm2iMMbC6EonrFzmSQ8xvCa4Ei.jpg-0-1000-0-1500-crop.jpg?v=e49de6f770"
        },
        "owner_rating": 4.0,
        "times_watched": 4
      },
      {
        "id": 50949,
        "slug": "its-a-wonderful-life",
        "name": "It's a Wonderful Life",
        "year": 1946,
        "link": "https://letterboxd.com/film/its-a-wonderful-life/",
        "short_link": "https://boxd.it/28xA",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/5/0/9/4/9/50949-it-s-a-wonderful-life-0-500-0-750-crop.jpg?v=64b72dd083",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/5/0/9/4/9/50949-it-s-a-wonderful-life-0-1000-0-1500-crop.jpg?v=64b72dd083"
        },
        "owner_rating": 5.0,
        "times_watched": 4
      },
      {
        "id": 44965,
        "slug": "the-spongebob-squarepants-movie",
        "name": "The SpongeBob SquarePants Movie",
        "year": 2004,
        "link": "https://letterboxd.com/film/the-spongebob-squarepants-movie/",
        "short_link": "https://boxd.it/1SYq",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/sm/upload/9o/zo/eb/3q/9NsjFw5NEBppIb7KUDQa4010jKT-0-500-0-750-crop.jpg?v=3a47734a51",
          "large_link": "https://a.ltrbxd.com/resized/sm/upload/9o/zo/eb/3q/9NsjFw5NEBppIb7KUDQa4010jKT-0-1000-0-1500-crop.jpg?v=3a47734a51"
        },
        "owner_rating": 5.0,
        "times_watched": 4
      },
      {
        "id": 371378,
        "slug": "dune-2021",
        "name": "Dune",
        "year": 2021,
        "link": "https://letterboxd.com/film/dune-2021/",
        "short_link": "https://boxd.it/fA7G",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/sm/upload/nx/8b/vs/gc/cDbNAY0KM84cxXhmj8f0dLWza3t-0-500-0-750-crop.jpg?v=49eed12751",
          "large_link": "https://a.ltrbxd.com/resized/sm/upload/nx/8b/vs/gc/cDbNAY0KM84cxXhmj8f0dLWza3t-0-1000-0-1500-crop.jpg?v=49eed12751"
        },
        "owner_rating": 4.5,
        "times_watched": 4
      },
      {
        "id": 49852,
        "slug": "nashville",
        "name": "Nashville",
        "year": 1975,
        "link": "https://letterboxd.com/film/nashville/",
        "short_link": "https://boxd.it/25GE",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/sm/upload/dh/ll/mx/zc/hvSj4duLGAeXusBMKF7w7BKKsq5-0-500-0-750-crop.jpg?v=f084e56615",
          "large_link": "https://a.ltrbxd.com/resized/sm/upload/dh/ll/mx/zc/hvSj4duLGAeXusBMKF7w7BKKsq5-0-1000-0-1500-crop.jpg?v=f084e56615"
        },
        "owner_rating": 5.0,
        "times_watched": 4
      },
      {
        "id": 327974,
        "slug": "raw-2016",
        "name": "Raw",
        "year": 2016,
        "link": "https://letterboxd.com/film/raw-2016/",
        "short_link": "https://boxd.it/dLd2",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/3/2/7/9/7/4/327974-raw-0-500-0-750-crop.jpg?v=fe5f9080d2",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/3/2/7/9/7/4/327974-raw-0-1000-0-1500-crop.jpg?v=fe5f9080d2"
        },
        "owner_rating": 5.0,
        "times_watched": 4
      },
      {
        "id": 508246,
        "slug": "another-round",
        "name": "Another Round",
        "year": 2020,
        "link": "https://letterboxd.com/film/another-round/",
        "short_link": "https://boxd.it/lkba",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/5/0/8/2/4/6/508246-another-round-0-500-0-750-crop.jpg?v=6227862b11",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/5/0/8/2/4/6/508246-another-round-0-1000-0-1500-crop.jpg?v=6227862b11"
        },
        "owner_rating": 5.0,
        "times_watched": 4
      },
      {
        "id": 426406,
        "slug": "parasite-2019",
        "name": "Parasite",
        "year": 2019,
        "link": "https://letterboxd.com/film/parasite-2019/",
        "short_link": "https://boxd.it/hTha",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/4/2/6/4/0/6/426406-parasite-0-500-0-750-crop.jpg?v=8f5653f710",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/4/2/6/4/0/6/426406-parasite-0-1000-0-1500-crop.jpg?v=8f5653f710"
        },
        "owner_rating": 5.0,
        "times_watched": 4
      },
      {
        "id": 326279,
        "slug": "lady-bird",
        "name": "Lady Bird",
        "year": 2017,
        "link": "https://letterboxd.com/film/lady-bird/",
        "short_link": "https://boxd.it/dGNE",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/3/2/6/2/7/9/326279-lady-bird-0-500-0-750-crop.jpg?v=754ff28eb4",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/3/2/6/2/7/9/326279-lady-bird-0-1000-0-1500-crop.jpg?v=754ff28eb4"
        },
        "owner_rating": 5.0,
        "times_watched": 4
      },
      {
        "id": 259441,
        "slug": "little-women-2019",
        "name": "Little Women",
        "year": 2019,
        "link": "https://letterboxd.com/film/little-women-2019/",
        "short_link": "https://boxd.it/aSVk",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/sm/upload/r4/np/q5/te/mSmiB8XjUnR1GSIljuCPGsk0cwX-0-500-0-750-crop.jpg?v=b3f603929c",
          "large_link": "https://a.ltrbxd.com/resized/sm/upload/r4/np/q5/te/mSmiB8XjUnR1GSIljuCPGsk0cwX-0-1000-0-1500-crop.jpg?v=b3f603929c"
        },
        "owner_rating": 4.5,
        "times_watched": 4
      },
      {
        "id": 422682,
        "slug": "marriage-story-2019",
        "name": "Marriage Story",
        "year": 2019,
        "link": "https://letterboxd.com/film/marriage-story-2019/",
        "short_link": "https://boxd.it/hJAw",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/4/2/2/6/8/2/422682-marriage-story-0-500-0-750-crop.jpg?v=a312d638d9",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/4/2/2/6/8/2/422682-marriage-story-0-1000-0-1500-crop.jpg?v=a312d638d9"
        },
        "owner_rating": 5.0,
        "times_watched": 4
      },
      {
        "id": 51961,
        "slug": "indiana-jones-and-the-last-crusade",
        "name": "Indiana Jones and the Last Crusade",
        "year": 1989,
        "link": "https://letterboxd.com/film/indiana-jones-and-the-last-crusade/",
        "short_link": "https://boxd.it/2baO",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/5/1/9/6/1/51961-indiana-jones-and-the-last-crusade-0-500-0-750-crop.jpg?v=a75f6c2e01",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/9/6/1/51961-indiana-jones-and-the-last-crusade-0-1000-0-1500-crop.jpg?v=a75f6c2e01"
        },
        "owner_rating": 5.0,
        "times_watched": 3
      },
      {
        "id": 951277,
        "slug": "one-battle-after-another",
        "name": "One Battle After Another",
        "year": 2025,
        "link": "https://letterboxd.com/film/one-battle-after-another/",
        "short_link": "https://boxd.it/DUHM",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/9/5/1/2/7/7/951277-one-battle-after-another-0-500-0-750-crop.jpg?v=d27c4cc662",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/9/5/1/2/7/7/951277-one-battle-after-another-0-1000-0-1500-crop.jpg?v=d27c4cc662"
        },
        "owner_rating": 5.0,
        "times_watched": 3
      },
      {
        "id": 46424,
        "slug": "playtime",
        "name": "PlayTime",
        "year": 1967,
        "link": "https://letterboxd.com/film/playtime/",
        "short_link": "https://boxd.it/1WLK",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/sm/upload/bi/e2/9h/of/ivRkXDUcdBZxQiYw5R99ZJM0CpA-0-500-0-750-crop.jpg?v=5ab043bd2f",
          "large_link": "https://a.ltrbxd.com/resized/sm/upload/bi/e2/9h/of/ivRkXDUcdBZxQiYw5R99ZJM0CpA-0-1000-0-1500-crop.jpg?v=5ab043bd2f"
        },
        "owner_rating": 5.0,
        "times_watched": 3
      },
      {
        "id": 51781,
        "slug": "fargo",
        "name": "Fargo",
        "year": 1996,
        "link": "https://letterboxd.com/film/fargo/",
        "short_link": "https://boxd.it/2aHM",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/5/1/7/8/1/51781-fargo-0-500-0-750-crop.jpg?v=44835e3b35",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/7/8/1/51781-fargo-0-1000-0-1500-crop.jpg?v=44835e3b35"
        },
        "owner_rating": 5.0,
        "times_watched": 3
      },
      {
        "id": 44930,
        "slug": "the-color-of-money",
        "name": "The Color of Money",
        "year": 1986,
        "link": "https://letterboxd.com/film/the-color-of-money/",
        "short_link": "https://boxd.it/1SSM",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/4/4/9/3/0/44930-the-color-of-money-0-500-0-750-crop.jpg?v=e9d86f8587",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/4/4/9/3/0/44930-the-color-of-money-0-1000-0-1500-crop.jpg?v=e9d86f8587"
        },
        "owner_rating": 4.5,
        "times_watched": 3
      },
      {
        "id": 29696,
        "slug": "the-swimmer",
        "name": "The Swimmer",
        "year": 1968,
        "link": "https://letterboxd.com/film/the-swimmer/",
        "short_link": "https://boxd.it/1ffG",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/2/9/6/9/6/29696-the-swimmer-0-500-0-750-crop.jpg?v=8df97976d7",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/2/9/6/9/6/29696-the-swimmer-0-1000-0-1500-crop.jpg?v=8df97976d7"
        },
        "owner_rating": 5.0,
        "times_watched": 3
      },
      {
        "id": 50575,
        "slug": "moonstruck",
        "name": "Moonstruck",
        "year": 1987,
        "link": "https://letterboxd.com/film/moonstruck/",
        "short_link": "https://boxd.it/27zg",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/5/0/5/7/5/50575-moonstruck-0-500-0-750-crop.jpg?v=ec942da30b",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/5/0/5/7/5/50575-moonstruck-0-1000-0-1500-crop.jpg?v=ec942da30b"
        },
        "owner_rating": 4.5,
        "times_watched": 3
      },
      {
        "id": 668555,
        "slug": "asteroid-city",
        "name": "Asteroid City",
        "year": 2023,
        "link": "https://letterboxd.com/film/asteroid-city/",
        "short_link": "https://boxd.it/s3ds",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/6/6/8/5/5/5/668555-asteroid-city-0-500-0-750-crop.jpg?v=700bea7fd5",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/6/6/8/5/5/5/668555-asteroid-city-0-1000-0-1500-crop.jpg?v=700bea7fd5"
        },
        "owner_rating": 4.5,
        "times_watched": 3
      },
      {
        "id": 471207,
        "slug": "the-french-dispatch-of-the-liberty-kansas",
        "name": "The French Dispatch of the Liberty, Kansas Evening Sun",
        "year": 2021,
        "link": "https://letterboxd.com/film/the-french-dispatch-of-the-liberty-kansas/",
        "short_link": "https://boxd.it/jLP8",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/4/7/1/2/0/7/471207-the-french-dispatch-of-the-liberty-kansas-0-500-0-750-crop.jpg?v=e344a82574",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/4/7/1/2/0/7/471207-the-french-dispatch-of-the-liberty-kansas-0-1000-0-1500-crop.jpg?v=e344a82574"
        },
        "owner_rating": 5.0,
        "times_watched": 3
      },
      {
        "id": 959540,
        "slug": "anora",
        "name": "Anora",
        "year": 2024,
        "link": "https://letterboxd.com/film/anora/",
        "short_link": "https://boxd.it/Egcw",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/9/5/9/5/4/0/959540-anora-0-500-0-750-crop.jpg?v=6f92877033",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/9/5/9/5/4/0/959540-anora-0-1000-0-1500-crop.jpg?v=6f92877033"
        },
        "owner_rating": 4.5,
        "times_watched": 3
      },
      {
        "id": 838140,
        "slug": "the-substance",
        "name": "The Substance",
        "year": 2024,
        "link": "https://letterboxd.com/film/the-substance/",
        "short_link": "https://boxd.it/zanS",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/8/3/8/1/4/0/838140-the-substance-0-500-0-750-crop.jpg?v=ab9e1072f8",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/8/3/8/1/4/0/838140-the-substance-0-1000-0-1500-crop.jpg?v=ab9e1072f8"
        },
        "owner_rating": 4.0,
        "times_watched": 3
      },
      {
        "id": 682547,
        "slug": "nope",
        "name": "Nope",
        "year": 2022,
        "link": "https://letterboxd.com/film/nope/",
        "short_link": "https://boxd.it/sDCe",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/6/8/2/5/4/7/682547-nope-0-500-0-750-crop.jpg?v=d6a6158cc3",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/6/8/2/5/4/7/682547-nope-0-1000-0-1500-crop.jpg?v=d6a6158cc3"
        },
        "owner_rating": 5.0,
        "times_watched": 3
      },
      {
        "id": 49062,
        "slug": "howls-moving-castle",
        "name": "Howl's Moving Castle",
        "year": 2004,
        "link": "https://letterboxd.com/film/howls-moving-castle/",
        "short_link": "https://boxd.it/23De",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/4/9/0/6/2/49062-howl-s-moving-castle-0-500-0-750-crop.jpg?v=fde81bda52",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/4/9/0/6/2/49062-howl-s-moving-castle-0-1000-0-1500-crop.jpg?v=fde81bda52"
        },
        "owner_rating": 4.5,
        "times_watched": 3
      },
      {
        "id": 62780,
        "slug": "mad-max-fury-road",
        "name": "Mad Max: Fury Road",
        "year": 2015,
        "link": "https://letterboxd.com/film/mad-max-fury-road/",
        "short_link": "https://boxd.it/2DjO",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/6/2/7/8/0/62780-mad-max-fury-road-0-500-0-750-crop.jpg?v=37c5424b1f",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/6/2/7/8/0/62780-mad-max-fury-road-0-1000-0-1500-crop.jpg?v=37c5424b1f"
        },
        "owner_rating": 5.0,
        "times_watched": 3
      },
      {
        "id": 45842,
        "slug": "after-hours",
        "name": "After Hours",
        "year": 1985,
        "link": "https://letterboxd.com/film/after-hours/",
        "short_link": "https://boxd.it/1VfS",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/sm/upload/2z/7c/vx/lo/qpr5tRmvyx4rbv1gKMKbW1v5JUC-0-500-0-750-crop.jpg?v=3f65cdcb25",
          "large_link": "https://a.ltrbxd.com/resized/sm/upload/2z/7c/vx/lo/qpr5tRmvyx4rbv1gKMKbW1v5JUC-0-1000-0-1500-crop.jpg?v=3f65cdcb25"
        },
        "owner_rating": 5.0,
        "times_watched": 3
      },
      {
        "id": 754441,
        "slug": "may-december",
        "name": "May December",
        "year": 2023,
        "link": "https://letterboxd.com/film/may-december/",
        "short_link": "https://boxd.it/vEE2",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/sm/upload/zh/p4/cg/6v/may-december-0-500-0-750-crop.jpg?v=40f7f230a3",
          "large_link": "https://a.ltrbxd.com/resized/sm/upload/zh/p4/cg/6v/may-december-0-1000-0-1500-crop.jpg?v=40f7f230a3"
        },
        "owner_rating": 5.0,
        "times_watched": 3
      },
      {
        "id": 50659,
        "slug": "zodiac",
        "name": "Zodiac",
        "year": 2007,
        "link": "https://letterboxd.com/film/zodiac/",
        "short_link": "https://boxd.it/27MO",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/sm/upload/58/tf/z6/gw/qKQIjErYaN149hZRP5Vgf8RoC7S-0-500-0-750-crop.jpg?v=72ee5db942",
          "large_link": "https://a.ltrbxd.com/resized/sm/upload/58/tf/z6/gw/qKQIjErYaN149hZRP5Vgf8RoC7S-0-1000-0-1500-crop.jpg?v=72ee5db942"
        },
        "owner_rating": 5.0,
        "times_watched": 3
      },
      {
        "id": 556553,
        "slug": "titane",
        "name": "Titane",
        "year": 2021,
        "link": "https://letterboxd.com/film/titane/",
        "short_link": "https://boxd.it/nlQC",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/5/5/6/5/5/3/556553-titane-0-500-0-750-crop.jpg?v=1383f3a942",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/5/5/6/5/5/3/556553-titane-0-1000-0-1500-crop.jpg?v=1383f3a942"
        },
        "owner_rating": 5.0,
        "times_watched": 3
      },
      {
        "id": 734096,
        "slug": "tar-2022",
        "name": "TÁR",
        "year": 2022,
        "link": "https://letterboxd.com/film/tar-2022/",
        "short_link": "https://boxd.it/uNIA",
        "poster": {
          "link": "https://a.ltrbxd.com/resized/film-poster/7/3/4/0/9/6/734096-tar-0-500-0-750-crop.jpg?v=e6d8348cff",
          "large_link": "https://a.ltrbxd.com/resized/film-poster/7/3/4/0/9/6/734096-tar-0-1000-0-1500-crop.jpg?v=e6d8348cff"
        },
        "owner_rating": 4.5,
        "times_watched": 3
      }
    ]
  },
  "highest_rated": {
    "genres": [
      {
        "name": "Western",
        "slug": "western",
        "average_rating": 3.95
      },
      {
        "name": "Crime",
        "slug": "crime",
        "average_rating": 3.86
      },
      {
        "name": "Drama",
        "slug": "drama",
        "average_rating": 3.83
      },
      {
        "name": "Mystery",
        "slug": "mystery",
        "average_rating": 3.77
      },
      {
        "name": "Thriller",
        "slug": "thriller",
        "average_rating": 3.71
      },
      {
        "name": "Documentary",
        "slug": "documentary",
        "average_rating": 3.71
      },
      {
        "name": "Romance",
        "slug": "romance",
        "average_rating": 3.67
      },
      {
        "name": "War",
        "slug": "war",
        "average_rating": 3.67
      },
      {
        "name": "History",
        "slug": "history",
        "average_rating": 3.66
      },
      {
        "name": "Music",
        "slug": "music",
        "average_rating": 3.61
      }
    ],
    "countries": [
      {
        "name": "USSR",
        "slug": "ussr",
        "average_rating": 4.5
      },
      {
        "name": "Taiwan",
        "slug": "taiwan",
        "average_rating": 4.31
      },
      {
        "name": "Iran",
        "slug": "iran",
        "average_rating": 4.2
      },
      {
        "name": "Norway",
        "slug": "norway",
        "average_rating": 4.15
      },
      {
        "name": "Hong Kong",
        "slug": "hong-kong",
        "average_rating": 4.12
      },
      {
        "name": "Poland",
        "slug": "poland",
        "average_rating": 4.06
      },
      {
        "name": "Japan",
        "slug": "japan",
        "average_rating": 4.03
      },
      {
        "name": "Spain",
        "slug": "spain",
        "average_rating": 4.01
      },
      {
        "name": "South Korea",
        "slug": "south-korea",
        "average_rating": 4.0
      },
      {
        "name": "France",
        "slug": "france",
        "average_rating": 3.99
      }
    ],
    "languages": [
      {
        "name": "Danish",
        "slug": "danish",
        "average_rating": 4.43
      },
      {
        "name": "Cantonese",
        "slug": "cantonese",
        "average_rating": 4.4
      },
      {
        "name": "Portuguese",
        "slug": "portuguese",
        "average_rating": 4.25
      },
      {
        "name": "Persian (Farsi)",
        "slug": "persianfarsi",
        "average_rating": 4.23
      },
      {
        "name": "Russian",
        "slug": "russian",
        "average_rating": 4.15
      },
      {
        "name": "Japanese",
        "slug": "japanese",
        "average_rating": 4.13
      },
      {
        "name": "Swedish",
        "slug": "swedish",
        "average_rating": 4.12
      },
      {
        "name": "Norwegian",
        "slug": "norwegian",
        "average_rating": 4.1
      },
      {
        "name": "Chinese",
        "slug": "chinese",
        "average_rating": 4.08
      },
      {
        "name": "French",
        "slug": "french",
        "average_rating": 4.01
      }
    ],
    "actors": [
      {
        "name": "Hitoshi Takagi",
        "slug": "hitoshi-takagi",
        "link": "https://letterboxd.com/actor/hitoshi-takagi/",
        "photo": "https://image.tmdb.org/t/p/w500/lQWkgAGIdJ3Q93xI95ke6LZfzHW.jpg",
        "tmdb_id": 55663,
        "films_count": null,
        "average_rating": 4.9
      },
      {
        "name": "Ben Gazzara",
        "slug": "ben-gazzara",
        "link": "https://letterboxd.com/actor/ben-gazzara/",
        "photo": "https://image.tmdb.org/t/p/w500/eGvi9AtDsxB3HYarc3hB512R0Gn.jpg",
        "tmdb_id": 856,
        "films_count": null,
        "average_rating": 4.9
      },
      {
        "name": "Sheryl Lee",
        "slug": "sheryl-lee",
        "link": "https://letterboxd.com/actor/sheryl-lee/",
        "photo": "https://image.tmdb.org/t/p/w500/kqAg6YjwTM1l7Ijffl6W3LCreSF.jpg",
        "tmdb_id": 6726,
        "films_count": null,
        "average_rating": 4.9
      },
      {
        "name": "Hiroshi Tanaka",
        "slug": "hiroshi-tanaka",
        "link": "https://letterboxd.com/actor/hiroshi-tanaka/",
        "photo": "https://image.tmdb.org/t/p/w500/syy1wzPDojswjSMznKNwGLV2x91.jpg",
        "tmdb_id": 118998,
        "films_count": null,
        "average_rating": 4.9
      },
      {
        "name": "Kyōko Kagawa",
        "slug": "kyoko-kagawa",
        "link": "https://letterboxd.com/actor/kyoko-kagawa/",
        "photo": "https://image.tmdb.org/t/p/w500/q47wPwySJvhj6HQoYb7ON1TjbcV.jpg",
        "tmdb_id": 34374,
        "films_count": null,
        "average_rating": 4.9
      },
      {
        "name": "John Getz",
        "slug": "john-getz",
        "link": "https://letterboxd.com/actor/john-getz/",
        "photo": "https://image.tmdb.org/t/p/w500/NL52y1nH5SZMlJKfKpPBnofoJk.jpg",
        "tmdb_id": 20211,
        "films_count": null,
        "average_rating": 4.8
      },
      {
        "name": "Kō Nishimura",
        "slug": "ko-nishimura-1",
        "link": "https://letterboxd.com/actor/ko-nishimura-1/",
        "photo": "https://image.tmdb.org/t/p/w500/vIJRKuIndIdwHwrgJpse4yCMweK.jpg",
        "tmdb_id": 25462,
        "films_count": null,
        "average_rating": 4.8
      },
      {
        "name": "Eijirō Tōno",
        "slug": "eijiro-tono",
        "link": "https://letterboxd.com/actor/eijiro-tono/",
        "photo": "https://image.tmdb.org/t/p/w500/dJqhcdHUqwa4S7bFjFXMza8jBth.jpg",
        "tmdb_id": 106165,
        "films_count": null,
        "average_rating": 4.8
      },
      {
        "name": "Matt Winston",
        "slug": "matt-winston",
        "link": "https://letterboxd.com/actor/matt-winston/",
        "photo": "https://image.tmdb.org/t/p/w500/et38vhCb9y8yGleMRNY2j4nDDyr.jpg",
        "tmdb_id": 35521,
        "films_count": null,
        "average_rating": 4.8
      },
      {
        "name": "John Cazale",
        "slug": "john-cazale",
        "link": "https://letterboxd.com/actor/john-cazale/",
        "photo": "https://image.tmdb.org/t/p/w500/41wXX1FBalyIuf5eaA4S43Y8IfZ.jpg",
        "tmdb_id": 3096,
        "films_count": null,
        "average_rating": 4.8
      }
    ],
    "directors": [
      {
        "name": "Ernst Lubitsch",
        "slug": "ernst-lubitsch",
        "link": "https://letterboxd.com/director/ernst-lubitsch/",
        "photo": "https://image.tmdb.org/t/p/w500/gh9vaJCiHHwRf46brce3Wfp8CWl.jpg",
        "tmdb_id": 2428,
        "films_count": null,
        "average_rating": 4.9
      },
      {
        "name": "Wim Wenders",
        "slug": "wim-wenders",
        "link": "https://letterboxd.com/director/wim-wenders/",
        "photo": "https://image.tmdb.org/t/p/w500/7Y4mkVstQxhegwlOwAsGRfZfHXC.jpg",
        "tmdb_id": 2303,
        "films_count": null,
        "average_rating": 4.8
      },
      {
        "name": "Thomas Vinterberg",
        "slug": "thomas-vinterberg",
        "link": "https://letterboxd.com/director/thomas-vinterberg/",
        "photo": "https://image.tmdb.org/t/p/w500/1lChKBPVLqbn7Kl8lHghybBVzgw.jpg",
        "tmdb_id": 4453,
        "films_count": null,
        "average_rating": 4.8
      },
      {
        "name": "Abbas Kiarostami",
        "slug": "abbas-kiarostami",
        "link": "https://letterboxd.com/director/abbas-kiarostami/",
        "photo": "https://image.tmdb.org/t/p/w500/rTlz5ciu41FxyVuXA82a3tSYVZ8.jpg",
        "tmdb_id": 119294,
        "films_count": null,
        "average_rating": 4.8
      },
      {
        "name": "Chantal Akerman",
        "slug": "chantal-akerman",
        "link": "https://letterboxd.com/director/chantal-akerman/",
        "photo": "https://image.tmdb.org/t/p/w500/6Q59Air1EjLHfq8NvvBpbTTgnWZ.jpg",
        "tmdb_id": 130030,
        "films_count": null,
        "average_rating": 4.8
      },
      {
        "name": "Stanley Donen",
        "slug": "stanley-donen",
        "link": "https://letterboxd.com/director/stanley-donen/",
        "photo": "https://image.tmdb.org/t/p/w500/hvRi8etQyf6Zfh7MRsRP0pBR9Om.jpg",
        "tmdb_id": 13284,
        "films_count": null,
        "average_rating": 4.8
      },
      {
        "name": "Nathan Fielder",
        "slug": "nathan-fielder",
        "link": "https://letterboxd.com/director/nathan-fielder/",
        "photo": "https://image.tmdb.org/t/p/w500/x0UOcjml8WnBfnb89QOh0iXM0w0.jpg",
        "tmdb_id": 1212667,
        "films_count": null,
        "average_rating": 4.8
      },
      {
        "name": "Brad Bird",
        "slug": "brad-bird",
        "link": "https://letterboxd.com/director/brad-bird/",
        "photo": "https://image.tmdb.org/t/p/w500/zB9Uz0Rs1K9uwHffXRFaBwwSYI.jpg",
        "tmdb_id": 7087,
        "films_count": null,
        "average_rating": 4.7
      },
      {
        "name": "Park Chan-wook",
        "slug": "park-chan-wook",
        "link": "https://letterboxd.com/director/park-chan-wook/",
        "photo": "https://image.tmdb.org/t/p/w500/jsSFCVB7MhuVbSLwTgESiXEiNjt.jpg",
        "tmdb_id": 10099,
        "films_count": null,
        "average_rating": 4.7
      },
      {
        "name": "Kelly Reichardt",
        "slug": "kelly-reichardt",
        "link": "https://letterboxd.com/director/kelly-reichardt/",
        "photo": "https://image.tmdb.org/t/p/w500/j97hMhlRhcaHWgn9MQ78E0ft57U.jpg",
        "tmdb_id": 56383,
        "films_count": null,
        "average_rating": 4.7
      }
    ],
    "decades": [
      {
        "decade": "1940s",
        "average_rating": 4.37,
        "top_films": [
          {
            "id": 51854,
            "slug": "to-be-or-not-to-be",
            "name": "To Be or Not to Be",
            "year": 1942,
            "link": "https://letterboxd.com/film/to-be-or-not-to-be/",
            "short_link": "https://boxd.it/2aTy",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/8/5/4/51854-to-be-or-not-to-be-0-500-0-750-crop.jpg?v=7a2855eacc",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/8/5/4/51854-to-be-or-not-to-be-0-1000-0-1500-crop.jpg?v=7a2855eacc"
            },
            "owner_rating": 5.0
          },
          {
            "id": 49883,
            "slug": "my-darling-clementine",
            "name": "My Darling Clementine",
            "year": 1946,
            "link": "https://letterboxd.com/film/my-darling-clementine/",
            "short_link": "https://boxd.it/25LE",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/sm/upload/a9/pr/u0/bt/1y0DvLUCEVVnregAY4pdAkhCGwD-0-500-0-750-crop.jpg?v=bd5f4d94e8",
              "large_link": "https://a.ltrbxd.com/resized/sm/upload/a9/pr/u0/bt/1y0DvLUCEVVnregAY4pdAkhCGwD-0-1000-0-1500-crop.jpg?v=bd5f4d94e8"
            },
            "owner_rating": 5.0
          },
          {
            "id": 39082,
            "slug": "the-shop-around-the-corner",
            "name": "The Shop Around the Corner",
            "year": 1940,
            "link": "https://letterboxd.com/film/the-shop-around-the-corner/",
            "short_link": "https://boxd.it/1DFy",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/3/9/0/8/2/39082-the-shop-around-the-corner-0-500-0-750-crop.jpg?v=a4fee3dd22",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/3/9/0/8/2/39082-the-shop-around-the-corner-0-1000-0-1500-crop.jpg?v=a4fee3dd22"
            },
            "owner_rating": 5.0
          },
          {
            "id": 50949,
            "slug": "its-a-wonderful-life",
            "name": "It's a Wonderful Life",
            "year": 1946,
            "link": "https://letterboxd.com/film/its-a-wonderful-life/",
            "short_link": "https://boxd.it/28xA",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/0/9/4/9/50949-it-s-a-wonderful-life-0-500-0-750-crop.jpg?v=64b72dd083",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/0/9/4/9/50949-it-s-a-wonderful-life-0-1000-0-1500-crop.jpg?v=64b72dd083"
            },
            "owner_rating": 5.0
          },
          {
            "id": 38953,
            "slug": "late-spring",
            "name": "Late Spring",
            "year": 1949,
            "link": "https://letterboxd.com/film/late-spring/",
            "short_link": "https://boxd.it/1DkK",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/3/8/9/5/3/38953-late-spring-0-500-0-750-crop.jpg?v=fa023efefc",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/3/8/9/5/3/38953-late-spring-0-1000-0-1500-crop.jpg?v=fa023efefc"
            },
            "owner_rating": 5.0
          },
          {
            "id": 39579,
            "slug": "the-red-shoes",
            "name": "The Red Shoes",
            "year": 1948,
            "link": "https://letterboxd.com/film/the-red-shoes/",
            "short_link": "https://boxd.it/1EXI",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/sm/upload/rh/3s/bc/rr/oyOtIdNJJO8zVwPyCtxVRxPLuHO-0-500-0-750-crop.jpg?v=e083c8c594",
              "large_link": "https://a.ltrbxd.com/resized/sm/upload/rh/3s/bc/rr/oyOtIdNJJO8zVwPyCtxVRxPLuHO-0-1000-0-1500-crop.jpg?v=e083c8c594"
            },
            "owner_rating": 5.0
          },
          {
            "id": 50669,
            "slug": "laura",
            "name": "Laura",
            "year": 1944,
            "link": "https://letterboxd.com/film/laura/",
            "short_link": "https://boxd.it/27Oq",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/0/6/6/9/50669-laura-0-500-0-750-crop.jpg?v=6f306e1a55",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/0/6/6/9/50669-laura-0-1000-0-1500-crop.jpg?v=6f306e1a55"
            },
            "owner_rating": 5.0
          },
          {
            "id": 49886,
            "slug": "his-girl-friday",
            "name": "His Girl Friday",
            "year": 1940,
            "link": "https://letterboxd.com/film/his-girl-friday/",
            "short_link": "https://boxd.it/25M8",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/9/8/8/6/49886-his-girl-friday-0-500-0-750-crop.jpg?v=a31152c98c",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/9/8/8/6/49886-his-girl-friday-0-1000-0-1500-crop.jpg?v=a31152c98c"
            },
            "owner_rating": 4.5
          },
          {
            "id": 33869,
            "slug": "a-matter-of-life-and-death",
            "name": "A Matter of Life and Death",
            "year": 1946,
            "link": "https://letterboxd.com/film/a-matter-of-life-and-death/",
            "short_link": "https://boxd.it/1q6K",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/3/3/8/6/9/33869-a-matter-of-life-and-death-0-500-0-750-crop.jpg?v=7da2d41a7b",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/3/3/8/6/9/33869-a-matter-of-life-and-death-0-1000-0-1500-crop.jpg?v=7da2d41a7b"
            },
            "owner_rating": 4.5
          },
          {
            "id": 51265,
            "slug": "the-best-years-of-our-lives",
            "name": "The Best Years of Our Lives",
            "year": 1946,
            "link": "https://letterboxd.com/film/the-best-years-of-our-lives/",
            "short_link": "https://boxd.it/29my",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/2/6/5/51265-the-best-years-of-our-lives-0-500-0-750-crop.jpg?v=9cb440046e",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/2/6/5/51265-the-best-years-of-our-lives-0-1000-0-1500-crop.jpg?v=9cb440046e"
            },
            "owner_rating": 4.5
          },
          {
            "id": 49227,
            "slug": "jour-de-fete",
            "name": "Jour de Fête",
            "year": 1949,
            "link": "https://letterboxd.com/film/jour-de-fete/",
            "short_link": "https://boxd.it/243Q",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/9/2/2/7/49227-holiday-0-500-0-750-crop.jpg?v=4188fb9c9d",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/9/2/2/7/49227-holiday-0-1000-0-1500-crop.jpg?v=4188fb9c9d"
            },
            "owner_rating": 4.5
          },
          {
            "id": 51173,
            "slug": "double-indemnity",
            "name": "Double Indemnity",
            "year": 1944,
            "link": "https://letterboxd.com/film/double-indemnity/",
            "short_link": "https://boxd.it/297I",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/1/7/3/51173-double-indemnity-0-500-0-750-crop.jpg?v=8e753e6645",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/1/7/3/51173-double-indemnity-0-1000-0-1500-crop.jpg?v=8e753e6645"
            },
            "owner_rating": 4.5
          },
          {
            "id": 51154,
            "slug": "the-third-man",
            "name": "The Third Man",
            "year": 1949,
            "link": "https://letterboxd.com/film/the-third-man/",
            "short_link": "https://boxd.it/294E",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/1/5/4/51154-the-third-man-0-500-0-750-crop.jpg?v=877e4f37cf",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/1/5/4/51154-the-third-man-0-1000-0-1500-crop.jpg?v=877e4f37cf"
            },
            "owner_rating": 4.5
          },
          {
            "id": 49599,
            "slug": "the-lady-from-shanghai",
            "name": "The Lady from Shanghai",
            "year": 1947,
            "link": "https://letterboxd.com/film/the-lady-from-shanghai/",
            "short_link": "https://boxd.it/251Q",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/9/5/9/9/49599-the-lady-from-shanghai-0-500-0-750-crop.jpg?v=991e9f7b6d",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/9/5/9/9/49599-the-lady-from-shanghai-0-1000-0-1500-crop.jpg?v=991e9f7b6d"
            },
            "owner_rating": 4.5
          },
          {
            "id": 51396,
            "slug": "fantasia",
            "name": "Fantasia",
            "year": 1940,
            "link": "https://letterboxd.com/film/fantasia/",
            "short_link": "https://boxd.it/29HG",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/sm/upload/u3/vf/g6/w1/2jbLGpf4gRcoluzgMQMDjZaQ47l-0-500-0-750-crop.jpg?v=50e3632861",
              "large_link": "https://a.ltrbxd.com/resized/sm/upload/u3/vf/g6/w1/2jbLGpf4gRcoluzgMQMDjZaQ47l-0-1000-0-1500-crop.jpg?v=50e3632861"
            },
            "owner_rating": 4.5
          },
          {
            "id": 50954,
            "slug": "rope",
            "name": "Rope",
            "year": 1948,
            "link": "https://letterboxd.com/film/rope/",
            "short_link": "https://boxd.it/28yo",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/0/9/5/4/50954-rope-0-500-0-750-crop.jpg?v=bd8d1695a5",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/0/9/5/4/50954-rope-0-1000-0-1500-crop.jpg?v=bd8d1695a5"
            },
            "owner_rating": 4.5
          },
          {
            "id": 2702,
            "slug": "citizen-kane",
            "name": "Citizen Kane",
            "year": 1941,
            "link": "https://letterboxd.com/film/citizen-kane/",
            "short_link": "https://boxd.it/71O",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/2/7/0/2/2702-citizen-kane-0-500-0-750-crop.jpg?v=56bbc53dfd",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/2/7/0/2/2702-citizen-kane-0-1000-0-1500-crop.jpg?v=56bbc53dfd"
            },
            "owner_rating": 4.5
          },
          {
            "id": 48930,
            "slug": "bicycle-thieves",
            "name": "Bicycle Thieves",
            "year": 1948,
            "link": "https://letterboxd.com/film/bicycle-thieves/",
            "short_link": "https://boxd.it/23hW",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/8/9/3/0/48930-bicycle-thieves-0-500-0-750-crop.jpg?v=274fd27e34",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/8/9/3/0/48930-bicycle-thieves-0-1000-0-1500-crop.jpg?v=274fd27e34"
            },
            "owner_rating": 4.5
          },
          {
            "id": 51200,
            "slug": "the-maltese-falcon-1941",
            "name": "The Maltese Falcon",
            "year": 1941,
            "link": "https://letterboxd.com/film/the-maltese-falcon-1941/",
            "short_link": "https://boxd.it/29c4",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/2/0/0/51200-the-maltese-falcon-0-500-0-750-crop.jpg?v=aabcfc5f11",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/2/0/0/51200-the-maltese-falcon-0-1000-0-1500-crop.jpg?v=aabcfc5f11"
            },
            "owner_rating": 4.0
          },
          {
            "id": 51238,
            "slug": "the-great-dictator",
            "name": "The Great Dictator",
            "year": 1940,
            "link": "https://letterboxd.com/film/the-great-dictator/",
            "short_link": "https://boxd.it/29ic",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/2/3/8/51238-the-great-dictator-0-500-0-750-crop.jpg?v=77c9151f10",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/2/3/8/51238-the-great-dictator-0-1000-0-1500-crop.jpg?v=77c9151f10"
            },
            "owner_rating": 4.0
          }
        ]
      },
      {
        "decade": "1960s",
        "average_rating": 4.19,
        "top_films": [
          {
            "id": 36548,
            "slug": "hud",
            "name": "Hud",
            "year": 1963,
            "link": "https://letterboxd.com/film/hud/",
            "short_link": "https://boxd.it/1x4Q",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/3/6/5/4/8/36548-hud-0-500-0-750-crop.jpg?v=0e2cd70a9f",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/3/6/5/4/8/36548-hud-0-1000-0-1500-crop.jpg?v=0e2cd70a9f"
            },
            "owner_rating": 5.0
          },
          {
            "id": 51179,
            "slug": "the-hustler",
            "name": "The Hustler",
            "year": 1961,
            "link": "https://letterboxd.com/film/the-hustler/",
            "short_link": "https://boxd.it/298G",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/1/7/9/51179-the-hustler-0-500-0-750-crop.jpg?v=d989cf6c7a",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/1/7/9/51179-the-hustler-0-1000-0-1500-crop.jpg?v=d989cf6c7a"
            },
            "owner_rating": 5.0
          },
          {
            "id": 49955,
            "slug": "the-trial",
            "name": "The Trial",
            "year": 1962,
            "link": "https://letterboxd.com/film/the-trial/",
            "short_link": "https://boxd.it/25Xg",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/9/9/5/5/49955-the-trial-0-500-0-750-crop.jpg?v=aa8efe1e63",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/9/9/5/5/49955-the-trial-0-1000-0-1500-crop.jpg?v=aa8efe1e63"
            },
            "owner_rating": 5.0
          },
          {
            "id": 35592,
            "slug": "point-blank",
            "name": "Point Blank",
            "year": 1967,
            "link": "https://letterboxd.com/film/point-blank/",
            "short_link": "https://boxd.it/1uAE",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/3/5/5/9/2/35592-point-blank-0-500-0-750-crop.jpg?v=b94df58f3d",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/3/5/5/9/2/35592-point-blank-0-1000-0-1500-crop.jpg?v=b94df58f3d"
            },
            "owner_rating": 5.0
          },
          {
            "id": 29696,
            "slug": "the-swimmer",
            "name": "The Swimmer",
            "year": 1968,
            "link": "https://letterboxd.com/film/the-swimmer/",
            "short_link": "https://boxd.it/1ffG",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/2/9/6/9/6/29696-the-swimmer-0-500-0-750-crop.jpg?v=8df97976d7",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/2/9/6/9/6/29696-the-swimmer-0-1000-0-1500-crop.jpg?v=8df97976d7"
            },
            "owner_rating": 5.0
          },
          {
            "id": 41440,
            "slug": "woman-in-the-dunes",
            "name": "Woman in the Dunes",
            "year": 1964,
            "link": "https://letterboxd.com/film/woman-in-the-dunes/",
            "short_link": "https://boxd.it/1JNS",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/1/4/4/0/41440-woman-in-the-dunes-0-500-0-750-crop.jpg?v=e4bc8bd787",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/1/4/4/0/41440-woman-in-the-dunes-0-1000-0-1500-crop.jpg?v=e4bc8bd787"
            },
            "owner_rating": 5.0
          },
          {
            "id": 33012,
            "slug": "le-trou",
            "name": "Le Trou",
            "year": 1960,
            "link": "https://letterboxd.com/film/le-trou/",
            "short_link": "https://boxd.it/1nSw",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/3/3/0/1/2/33012-le-trou-0-500-0-750-crop.jpg?v=2d0ada5a48",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/3/3/0/1/2/33012-le-trou-0-1000-0-1500-crop.jpg?v=2d0ada5a48"
            },
            "owner_rating": 5.0
          },
          {
            "id": 44542,
            "slug": "high-and-low",
            "name": "High and Low",
            "year": 1963,
            "link": "https://letterboxd.com/film/high-and-low/",
            "short_link": "https://boxd.it/1RSc",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/sm/upload/do/zm/ur/ug/dgnyE40yWdI7gbaHmmB5yCCIVpI-0-500-0-750-crop.jpg?v=b0fd9f50fd",
              "large_link": "https://a.ltrbxd.com/resized/sm/upload/do/zm/ur/ug/dgnyE40yWdI7gbaHmmB5yCCIVpI-0-1000-0-1500-crop.jpg?v=b0fd9f50fd"
            },
            "owner_rating": 5.0
          },
          {
            "id": 49601,
            "slug": "onibaba",
            "name": "Onibaba",
            "year": 1964,
            "link": "https://letterboxd.com/film/onibaba/",
            "short_link": "https://boxd.it/252a",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/sm/upload/3x/qu/ti/2g/nITg6iRWo3CVWJEnhV4AiD3ukfx-0-500-0-750-crop.jpg?v=d394e337a5",
              "large_link": "https://a.ltrbxd.com/resized/sm/upload/3x/qu/ti/2g/nITg6iRWo3CVWJEnhV4AiD3ukfx-0-1000-0-1500-crop.jpg?v=d394e337a5"
            },
            "owner_rating": 5.0
          },
          {
            "id": 41838,
            "slug": "carnival-of-souls",
            "name": "Carnival of Souls",
            "year": 1962,
            "link": "https://letterboxd.com/film/carnival-of-souls/",
            "short_link": "https://boxd.it/1KQ4",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/1/8/3/8/41838-carnival-of-souls-0-500-0-750-crop.jpg?v=a3719cf15b",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/1/8/3/8/41838-carnival-of-souls-0-1000-0-1500-crop.jpg?v=a3719cf15b"
            },
            "owner_rating": 5.0
          },
          {
            "id": 5848,
            "slug": "bay-of-angels",
            "name": "Bay of Angels",
            "year": 1963,
            "link": "https://letterboxd.com/film/bay-of-angels/",
            "short_link": "https://boxd.it/fde",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/8/4/8/5848-bay-of-angels-0-500-0-750-crop.jpg?v=368981ed99",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/8/4/8/5848-bay-of-angels-0-1000-0-1500-crop.jpg?v=368981ed99"
            },
            "owner_rating": 5.0
          },
          {
            "id": 51774,
            "slug": "the-apartment",
            "name": "The Apartment",
            "year": 1960,
            "link": "https://letterboxd.com/film/the-apartment/",
            "short_link": "https://boxd.it/2aGE",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/7/7/4/51774-the-apartment-0-500-0-750-crop.jpg?v=7df6fac704",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/7/7/4/51774-the-apartment-0-1000-0-1500-crop.jpg?v=7df6fac704"
            },
            "owner_rating": 5.0
          },
          {
            "id": 48532,
            "slug": "the-umbrellas-of-cherbourg",
            "name": "The Umbrellas of Cherbourg",
            "year": 1964,
            "link": "https://letterboxd.com/film/the-umbrellas-of-cherbourg/",
            "short_link": "https://boxd.it/22fK",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/sm/upload/kj/2i/dj/q6/jQuRu615tCfZKJzGCKzGbuIsfmP-0-500-0-750-crop.jpg?v=89036aefa7",
              "large_link": "https://a.ltrbxd.com/resized/sm/upload/kj/2i/dj/q6/jQuRu615tCfZKJzGCKzGbuIsfmP-0-1000-0-1500-crop.jpg?v=89036aefa7"
            },
            "owner_rating": 5.0
          },
          {
            "id": 24325,
            "slug": "lola",
            "name": "Lola",
            "year": 1961,
            "link": "https://letterboxd.com/film/lola/",
            "short_link": "https://boxd.it/11ho",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/2/4/3/2/5/24325-lola-0-500-0-750-crop.jpg?v=ffe4c0ba4f",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/2/4/3/2/5/24325-lola-0-1000-0-1500-crop.jpg?v=ffe4c0ba4f"
            },
            "owner_rating": 5.0
          },
          {
            "id": 79080,
            "slug": "black-girl-1966",
            "name": "Black Girl",
            "year": 1966,
            "link": "https://letterboxd.com/film/black-girl-1966/",
            "short_link": "https://boxd.it/3jIQ",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/7/9/0/8/0/79080-black-girl-0-500-0-750-crop.jpg?v=d3339655b6",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/7/9/0/8/0/79080-black-girl-0-1000-0-1500-crop.jpg?v=d3339655b6"
            },
            "owner_rating": 5.0
          },
          {
            "id": 46424,
            "slug": "playtime",
            "name": "PlayTime",
            "year": 1967,
            "link": "https://letterboxd.com/film/playtime/",
            "short_link": "https://boxd.it/1WLK",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/sm/upload/bi/e2/9h/of/ivRkXDUcdBZxQiYw5R99ZJM0CpA-0-500-0-750-crop.jpg?v=5ab043bd2f",
              "large_link": "https://a.ltrbxd.com/resized/sm/upload/bi/e2/9h/of/ivRkXDUcdBZxQiYw5R99ZJM0CpA-0-1000-0-1500-crop.jpg?v=5ab043bd2f"
            },
            "owner_rating": 5.0
          },
          {
            "id": 31255,
            "slug": "naked-childhood",
            "name": "Naked Childhood",
            "year": 1968,
            "link": "https://letterboxd.com/film/naked-childhood/",
            "short_link": "https://boxd.it/1jj8",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/3/1/2/5/5/31255-naked-childhood-0-500-0-750-crop.jpg?v=69212d38d5",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/3/1/2/5/5/31255-naked-childhood-0-1000-0-1500-crop.jpg?v=69212d38d5"
            },
            "owner_rating": 5.0
          },
          {
            "id": 44066,
            "slug": "a-charlie-brown-christmas",
            "name": "A Charlie Brown Christmas",
            "year": 1965,
            "link": "https://letterboxd.com/film/a-charlie-brown-christmas/",
            "short_link": "https://boxd.it/1QDq",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/4/0/6/6/44066-a-charlie-brown-christmas-0-500-0-750-crop.jpg?v=9afcdc7950",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/4/0/6/6/44066-a-charlie-brown-christmas-0-1000-0-1500-crop.jpg?v=9afcdc7950"
            },
            "owner_rating": 5.0
          },
          {
            "id": 49596,
            "slug": "red-beard",
            "name": "Red Beard",
            "year": 1965,
            "link": "https://letterboxd.com/film/red-beard/",
            "short_link": "https://boxd.it/251m",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/9/5/9/6/49596-red-beard-0-500-0-750-crop.jpg?v=7af28735a1",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/9/5/9/6/49596-red-beard-0-1000-0-1500-crop.jpg?v=7af28735a1"
            },
            "owner_rating": 5.0
          },
          {
            "id": 51987,
            "slug": "2001-a-space-odyssey",
            "name": "2001: A Space Odyssey",
            "year": 1968,
            "link": "https://letterboxd.com/film/2001-a-space-odyssey/",
            "short_link": "https://boxd.it/2bf0",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/9/8/7/51987-2001-a-space-odyssey-0-500-0-750-crop.jpg?v=a69c46a272",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/9/8/7/51987-2001-a-space-odyssey-0-1000-0-1500-crop.jpg?v=a69c46a272"
            },
            "owner_rating": 5.0
          }
        ]
      },
      {
        "decade": "1950s",
        "average_rating": 4.13,
        "top_films": [
          {
            "id": 49860,
            "slug": "the-night-of-the-hunter",
            "name": "The Night of the Hunter",
            "year": 1955,
            "link": "https://letterboxd.com/film/the-night-of-the-hunter/",
            "short_link": "https://boxd.it/25HW",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/9/8/6/0/49860-the-night-of-the-hunter-0-500-0-750-crop.jpg?v=23fb657323",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/9/8/6/0/49860-the-night-of-the-hunter-0-1000-0-1500-crop.jpg?v=23fb657323"
            },
            "owner_rating": 5.0
          },
          {
            "id": 51348,
            "slug": "roman-holiday",
            "name": "Roman Holiday",
            "year": 1953,
            "link": "https://letterboxd.com/film/roman-holiday/",
            "short_link": "https://boxd.it/29zW",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/3/4/8/51348-roman-holiday-0-500-0-750-crop.jpg?v=7329a156b1",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/3/4/8/51348-roman-holiday-0-1000-0-1500-crop.jpg?v=7329a156b1"
            },
            "owner_rating": 5.0
          },
          {
            "id": 48649,
            "slug": "pather-panchali",
            "name": "Pather Panchali",
            "year": 1955,
            "link": "https://letterboxd.com/film/pather-panchali/",
            "short_link": "https://boxd.it/22yC",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/8/6/4/9/48649-pather-panchali-0-500-0-750-crop.jpg?v=55ae5de64b",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/8/6/4/9/48649-pather-panchali-0-1000-0-1500-crop.jpg?v=55ae5de64b"
            },
            "owner_rating": 5.0
          },
          {
            "id": 40554,
            "slug": "tokyo-story",
            "name": "Tokyo Story",
            "year": 1953,
            "link": "https://letterboxd.com/film/tokyo-story/",
            "short_link": "https://boxd.it/1HuY",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/sm/upload/jm/ov/7q/pp/pmb1KAw83l0N5m2sJhdKpgCL6wA-0-500-0-750-crop.jpg?v=ef7ec8c445",
              "large_link": "https://a.ltrbxd.com/resized/sm/upload/jm/ov/7q/pp/pmb1KAw83l0N5m2sJhdKpgCL6wA-0-1000-0-1500-crop.jpg?v=ef7ec8c445"
            },
            "owner_rating": 5.0
          },
          {
            "id": 51817,
            "slug": "some-like-it-hot",
            "name": "Some Like It Hot",
            "year": 1959,
            "link": "https://letterboxd.com/film/some-like-it-hot/",
            "short_link": "https://boxd.it/2aNA",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/8/1/7/51817-some-like-it-hot-0-500-0-750-crop.jpg?v=fc0b1b87eb",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/8/1/7/51817-some-like-it-hot-0-1000-0-1500-crop.jpg?v=fc0b1b87eb"
            },
            "owner_rating": 5.0
          },
          {
            "id": 42507,
            "slug": "a-man-escaped",
            "name": "A Man Escaped",
            "year": 1956,
            "link": "https://letterboxd.com/film/a-man-escaped/",
            "short_link": "https://boxd.it/1MzY",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/2/5/0/7/42507-a-man-escaped-0-500-0-750-crop.jpg?v=b622f0aca8",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/2/5/0/7/42507-a-man-escaped-0-1000-0-1500-crop.jpg?v=b622f0aca8"
            },
            "owner_rating": 5.0
          },
          {
            "id": 51552,
            "slug": "rear-window",
            "name": "Rear Window",
            "year": 1954,
            "link": "https://letterboxd.com/film/rear-window/",
            "short_link": "https://boxd.it/2a6Q",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/5/5/2/51552-rear-window-0-500-0-750-crop.jpg?v=7139bf4d08",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/5/5/2/51552-rear-window-0-1000-0-1500-crop.jpg?v=7139bf4d08"
            },
            "owner_rating": 5.0
          },
          {
            "id": 51700,
            "slug": "12-angry-men",
            "name": "12 Angry Men",
            "year": 1957,
            "link": "https://letterboxd.com/film/12-angry-men/",
            "short_link": "https://boxd.it/2auI",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/7/0/0/51700-12-angry-men-0-500-0-750-crop.jpg?v=b8aaf291a9",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/7/0/0/51700-12-angry-men-0-1000-0-1500-crop.jpg?v=b8aaf291a9"
            },
            "owner_rating": 5.0
          },
          {
            "id": 51280,
            "slug": "singin-in-the-rain",
            "name": "Singin' in the Rain",
            "year": 1952,
            "link": "https://letterboxd.com/film/singin-in-the-rain/",
            "short_link": "https://boxd.it/29oY",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/sm/upload/xc/8e/3x/nt/nUP6Kna8oiUl2VNbEQ4BJhTcpO8-0-500-0-750-crop.jpg?v=2c7de99ac3",
              "large_link": "https://a.ltrbxd.com/resized/sm/upload/xc/8e/3x/nt/nUP6Kna8oiUl2VNbEQ4BJhTcpO8-0-1000-0-1500-crop.jpg?v=2c7de99ac3"
            },
            "owner_rating": 5.0
          },
          {
            "id": 51716,
            "slug": "seven-samurai",
            "name": "Seven Samurai",
            "year": 1954,
            "link": "https://letterboxd.com/film/seven-samurai/",
            "short_link": "https://boxd.it/2axi",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/sm/upload/ji/5q/0k/rv/v6xrz4fr92KY1oNC3HsEvrsvR1n-0-500-0-750-crop.jpg?v=973d70bb0c",
              "large_link": "https://a.ltrbxd.com/resized/sm/upload/ji/5q/0k/rv/v6xrz4fr92KY1oNC3HsEvrsvR1n-0-1000-0-1500-crop.jpg?v=973d70bb0c"
            },
            "owner_rating": 5.0
          },
          {
            "id": 51904,
            "slug": "the-400-blows",
            "name": "The 400 Blows",
            "year": 1959,
            "link": "https://letterboxd.com/film/the-400-blows/",
            "short_link": "https://boxd.it/2b1C",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/9/0/4/51904-the-400-blows-0-500-0-750-crop.jpg?v=7aa5553f54",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/9/0/4/51904-the-400-blows-0-1000-0-1500-crop.jpg?v=7aa5553f54"
            },
            "owner_rating": 5.0
          },
          {
            "id": 39638,
            "slug": "nights-of-cabiria",
            "name": "Nights of Cabiria",
            "year": 1957,
            "link": "https://letterboxd.com/film/nights-of-cabiria/",
            "short_link": "https://boxd.it/1F7e",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/3/9/6/3/8/39638-nights-of-cabiria-0-500-0-750-crop.jpg?v=e4cbc9fcb0",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/3/9/6/3/8/39638-nights-of-cabiria-0-1000-0-1500-crop.jpg?v=e4cbc9fcb0"
            },
            "owner_rating": 4.5
          },
          {
            "id": 44489,
            "slug": "i-vitelloni",
            "name": "I Vitelloni",
            "year": 1953,
            "link": "https://letterboxd.com/film/i-vitelloni/",
            "short_link": "https://boxd.it/1RJE",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/4/4/8/9/44489-i-vitelloni-0-500-0-750-crop.jpg?v=50416a2c68",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/4/4/8/9/44489-i-vitelloni-0-1000-0-1500-crop.jpg?v=50416a2c68"
            },
            "owner_rating": 4.5
          },
          {
            "id": 49597,
            "slug": "throne-of-blood",
            "name": "Throne of Blood",
            "year": 1957,
            "link": "https://letterboxd.com/film/throne-of-blood/",
            "short_link": "https://boxd.it/251w",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/sm/upload/9z/yq/4e/n4/g6y36s0ZFFjnpEtLG9yHAHBhEbW-0-500-0-750-crop.jpg?v=4fb0cdc4cb",
              "large_link": "https://a.ltrbxd.com/resized/sm/upload/9z/yq/4e/n4/g6y36s0ZFFjnpEtLG9yHAHBhEbW-0-1000-0-1500-crop.jpg?v=4fb0cdc4cb"
            },
            "owner_rating": 4.5
          },
          {
            "id": 27112,
            "slug": "wagon-master",
            "name": "Wagon Master",
            "year": 1950,
            "link": "https://letterboxd.com/film/wagon-master/",
            "short_link": "https://boxd.it/18wU",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/2/7/1/1/2/27112-wagon-master-0-500-0-750-crop.jpg?v=1dea295067",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/2/7/1/1/2/27112-wagon-master-0-1000-0-1500-crop.jpg?v=1dea295067"
            },
            "owner_rating": 4.5
          },
          {
            "id": 21772,
            "slug": "diary-of-a-country-priest",
            "name": "Diary of a Country Priest",
            "year": 1951,
            "link": "https://letterboxd.com/film/diary-of-a-country-priest/",
            "short_link": "https://boxd.it/UDC",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/2/1/7/7/2/21772-diary-of-a-country-priest-0-500-0-750-crop.jpg?v=01d38c3bcd",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/2/1/7/7/2/21772-diary-of-a-country-priest-0-1000-0-1500-crop.jpg?v=01d38c3bcd"
            },
            "owner_rating": 4.5
          },
          {
            "id": 51161,
            "slug": "the-hidden-fortress",
            "name": "The Hidden Fortress",
            "year": 1958,
            "link": "https://letterboxd.com/film/the-hidden-fortress/",
            "short_link": "https://boxd.it/295M",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/5/1/1/6/1/51161-the-hidden-fortress-0-500-0-750-crop.jpg?v=5a612cfff9",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/5/1/1/6/1/51161-the-hidden-fortress-0-1000-0-1500-crop.jpg?v=5a612cfff9"
            },
            "owner_rating": 4.5
          },
          {
            "id": 49595,
            "slug": "ikiru",
            "name": "Ikiru",
            "year": 1952,
            "link": "https://letterboxd.com/film/ikiru/",
            "short_link": "https://boxd.it/251c",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/film-poster/4/9/5/9/5/49595-ikiru-0-500-0-750-crop.jpg?v=3b6666bd18",
              "large_link": "https://a.ltrbxd.com/resized/film-poster/4/9/5/9/5/49595-ikiru-0-1000-0-1500-crop.jpg?v=3b6666bd18"
            },
            "owner_rating": 4.5
          },
          {
            "id": 51421,
            "slug": "all-about-eve",
            "name": "All About Eve",
            "year": 1950,
            "link": "https://letterboxd.com/film/all-about-eve/",
            "short_link": "https://boxd.it/29LI",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/sm/upload/ut/mc/rg/wz/all-about-eve-0-500-0-750-crop.jpg?v=34c6aadc2e",
              "large_link": "https://a.ltrbxd.com/resized/sm/upload/ut/mc/rg/wz/all-about-eve-0-1000-0-1500-crop.jpg?v=34c6aadc2e"
            },
            "owner_rating": 4.5
          },
          {
            "id": 42999,
            "slug": "bad-day-at-black-rock",
            "name": "Bad Day at Black Rock",
            "year": 1955,
            "link": "https://letterboxd.com/film/bad-day-at-black-rock/",
            "short_link": "https://boxd.it/1NRk",
            "poster": {
              "link": "https://a.ltrbxd.com/resized/sm/upload/q9/uc/ni/3t/ugKmQAQrjcFcxNq6DsxRPnIOXn8-0-500-0-750-crop.jpg?v=998fff50a0",
              "large_link": "https://a.ltrbxd.com/resized/sm/upload/q9/uc/ni/3t/ugKmQAQrjcFcxNq6DsxRPnIOXn8-0-1000-0-1500-crop.jpg?v=998fff50a0"
            },
            "owner_rating": 4.5
          }
        ]
      }
    ]
  }
}