Letterboxd Scraper

ENDPOINTS
GET/films/lists

Film Lists

Member lists that include a film, with owner, film count, likes and preview films. 12 per page.

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

Sort order.

Default: popular

Allowed values: popular, newest, oldest, name

Page number.

Default: 1

{
  "count": null,
  "per_page": 12,
  "current_page": 1,
  "total_pages": 2,
  "next": "https://letterboxd-scraper.omkar.cloud/letterboxd/films/lists?film=interstellar&page=2",
  "previous": null,
  "film": {
    "id": 117621,
    "slug": "interstellar",
    "name": "Interstellar",
    "year": 2014,
    "link": "https://letterboxd.com/film/interstellar/",
    "short_link": "https://boxd.it/4VZ8",
    "poster": {
      "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"
    }
  },
  "sort": "popular",
  "lists": [
    {
      "id": 207314,
      "slug": "letterboxds-top-500-films",
      "name": "Letterboxd's Top 500 Films",
      "link": "https://letterboxd.com/official/list/letterboxds-top-500-films/",
      "owner": {
        "username": "official",
        "name": "Official Lists",
        "link": "https://letterboxd.com/official/",
        "avatar": "https://a.ltrbxd.com/resized/avatar/upload/2/5/4/7/1/1/6/8/shard/avtr-0-1000-0-1000-crop.jpg?v=b73d3975ab"
      },
      "description": "As of September 14, 2026. Curated by Dave Vis, extracted from here. This list ranks narrative feature films by average member rating. See all films that have entered this list and read about the history of",
      "films_count": 500,
      "likes_count": 430000,
      "comments_count": 34000,
      "preview_films": [
        {
          "id": 43015,
          "slug": "harakiri",
          "name": "Harakiri",
          "year": 1962,
          "link": "https://letterboxd.com/film/harakiri/",
          "short_link": "https://boxd.it/1NTU"
        },
        {
          "id": 29108,
          "slug": "the-human-condition-iii-a-soldiers-prayer",
          "name": "The Human Condition III: A Soldier's Prayer",
          "year": 1961,
          "link": "https://letterboxd.com/film/the-human-condition-iii-a-soldiers-prayer/",
          "short_link": "https://boxd.it/1dIQ"
        },
        {
          "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"
        },
        {
          "id": 36192,
          "slug": "come-and-see",
          "name": "Come and See",
          "year": 1985,
          "link": "https://letterboxd.com/film/come-and-see/",
          "short_link": "https://boxd.it/1w9q"
        },
        {
          "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"
        }
      ]
    },
    {
      "id": 37878903,
      "slug": "movies-everyone-should-watch-at-least-once",
      "name": "Movies everyone should watch at least once during their lifetime",
      "link": "https://letterboxd.com/fcbarcelona/list/movies-everyone-should-watch-at-least-once/",
      "owner": {
        "username": "fcbarcelona",
        "name": "fcbarcelona",
        "link": "https://letterboxd.com/fcbarcelona/",
        "avatar": "https://a.ltrbxd.com/resized/avatar/upload/1/0/5/4/4/6/4/5/shard/avtr-0-1000-0-1000-crop.jpg?v=6ee947861e"
      },
      "description": "I asked reddit whats one movie everyone should watch at least once in their lifetime to create a list of movies that everyone should watch.\n\nLink to thread: www.reddit.com/r/movies/comments/178uqki/whats_a_movie_you_think_everyone_has_to_watch_at/\n\nFeel free to comment your progress on",
      "films_count": 800,
      "likes_count": 431000,
      "comments_count": 2000,
      "preview_films": [
        {
          "id": 51578,
          "slug": "psycho",
          "name": "Psycho",
          "year": 1960,
          "link": "https://letterboxd.com/film/psycho/",
          "short_link": "https://boxd.it/2ab2"
        },
        {
          "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"
        },
        {
          "id": 51671,
          "slug": "schindlers-list",
          "name": "Schindler's List",
          "year": 1993,
          "link": "https://letterboxd.com/film/schindlers-list/",
          "short_link": "https://boxd.it/2aq2"
        },
        {
          "id": 51383,
          "slug": "goodfellas",
          "name": "GoodFellas",
          "year": 1990,
          "link": "https://letterboxd.com/film/goodfellas/",
          "short_link": "https://boxd.it/29FA"
        },
        {
          "id": 51945,
          "slug": "back-to-the-future",
          "name": "Back to the Future",
          "year": 1985,
          "link": "https://letterboxd.com/film/back-to-the-future/",
          "short_link": "https://boxd.it/2b8e"
        }
      ]
    },
    {
      "id": 2119983,
      "slug": "for-when-you-want-to-feel-something",
      "name": "for when you want to feel something",
      "link": "https://letterboxd.com/ellefnning/list/for-when-you-want-to-feel-something/",
      "owner": {
        "username": "ellefnning",
        "name": "bel",
        "link": "https://letterboxd.com/ellefnning/",
        "avatar": "https://secure.gravatar.com/avatar/4af28f1c1b35f03473665057b07de560?rating=PG&size=1000&border=&default=https%3A%2F%2Fs.ltrbxd.com%2Fstatic%2Fimg%2Favatar32-D9EKbHHo.png"
      },
      "description": "this is just purely a list of movies that have impacted me and have made me reflect and change my view on some things.\n\nThese movies can range from emotional rollercoasters to psychological thrillers with deep",
      "films_count": 187,
      "likes_count": 331000,
      "comments_count": 1800,
      "preview_films": [
        {
          "id": 730798,
          "slug": "cha-cha-real-smooth",
          "name": "Cha Cha Real Smooth",
          "year": 2022,
          "link": "https://letterboxd.com/film/cha-cha-real-smooth/",
          "short_link": "https://boxd.it/uF8E"
        },
        {
          "id": 151309,
          "slug": "chef",
          "name": "Chef",
          "year": 2014,
          "link": "https://letterboxd.com/film/chef/",
          "short_link": "https://boxd.it/6lCG"
        },
        {
          "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"
        },
        {
          "id": 51379,
          "slug": "little-miss-sunshine",
          "name": "Little Miss Sunshine",
          "year": 2006,
          "link": "https://letterboxd.com/film/little-miss-sunshine/",
          "short_link": "https://boxd.it/29EW"
        },
        {
          "id": 327909,
          "slug": "my-life-as-a-zucchini",
          "name": "My Life as a Zucchini",
          "year": 2016,
          "link": "https://letterboxd.com/film/my-life-as-a-zucchini/",
          "short_link": "https://boxd.it/dL2y"
        }
      ]
    },
    {
      "id": 3898401,
      "slug": "youre-not-the-same-person-once-the-film-has",
      "name": "You’re not the same person once the film has finished",
      "link": "https://letterboxd.com/andredenervaux/list/youre-not-the-same-person-once-the-film-has/",
      "owner": {
        "username": "andredenervaux",
        "name": "Andre de Nervaux",
        "link": "https://letterboxd.com/andredenervaux/",
        "avatar": "https://a.ltrbxd.com/resized/avatar/upload/2/5/8/2/8/7/shard/avtr-0-1000-0-1000-crop.jpg?v=4ece86696d"
      },
      "description": "I'm sorry I didn't know I had to send a \"save the date\" for a fucking double suicide.",
      "films_count": 361,
      "likes_count": 269000,
      "comments_count": 1700,
      "preview_films": [
        {
          "id": 51717,
          "slug": "eyes-wide-shut",
          "name": "Eyes Wide Shut",
          "year": 1999,
          "link": "https://letterboxd.com/film/eyes-wide-shut/",
          "short_link": "https://boxd.it/2axs"
        },
        {
          "id": 2682,
          "slug": "primer",
          "name": "Primer",
          "year": 2004,
          "link": "https://letterboxd.com/film/primer/",
          "short_link": "https://boxd.it/6YA"
        },
        {
          "id": 868558,
          "slug": "aftersun",
          "name": "Aftersun",
          "year": 2022,
          "link": "https://letterboxd.com/film/aftersun/",
          "short_link": "https://boxd.it/Arw0"
        },
        {
          "id": 45993,
          "slug": "happiness",
          "name": "Happiness",
          "year": 1998,
          "link": "https://letterboxd.com/film/happiness/",
          "short_link": "https://boxd.it/1VEe"
        },
        {
          "id": 2701,
          "slug": "dancer-in-the-dark",
          "name": "Dancer in the Dark",
          "year": 2000,
          "link": "https://letterboxd.com/film/dancer-in-the-dark/",
          "short_link": "https://boxd.it/71E"
        }
      ]
    },
    {
      "id": 35354217,
      "slug": "top-250-films-with-the-most-fans",
      "name": "Top 250 Films with the Most Fans",
      "link": "https://letterboxd.com/official/list/top-250-films-with-the-most-fans/",
      "owner": {
        "username": "official",
        "name": "Official Lists",
        "link": "https://letterboxd.com/official/",
        "avatar": "https://a.ltrbxd.com/resized/avatar/upload/2/5/4/7/1/1/6/8/shard/avtr-0-1000-0-1000-crop.jpg?v=b73d3975ab"
      },
      "description": "As of August 5, 2026. This list ranks narrative feature films by the number of fans. A “fan” is a Letterboxd member with a particular film as one of their four favorites on their profile. These",
      "films_count": 250,
      "likes_count": 187000,
      "comments_count": 2100,
      "preview_films": [
        {
          "id": 117621,
          "slug": "interstellar",
          "name": "Interstellar",
          "year": 2014,
          "link": "https://letterboxd.com/film/interstellar/",
          "short_link": "https://boxd.it/4VZ8"
        },
        {
          "id": 51846,
          "slug": "dead-poets-society",
          "name": "Dead Poets Society",
          "year": 1989,
          "link": "https://letterboxd.com/film/dead-poets-society/",
          "short_link": "https://boxd.it/2aSg"
        },
        {
          "id": 240344,
          "slug": "la-la-land",
          "name": "La La Land",
          "year": 2016,
          "link": "https://letterboxd.com/film/la-la-land/",
          "short_link": "https://boxd.it/a5fa"
        },
        {
          "id": 49047,
          "slug": "10-things-i-hate-about-you",
          "name": "10 Things I Hate About You",
          "year": 1999,
          "link": "https://letterboxd.com/film/10-things-i-hate-about-you/",
          "short_link": "https://boxd.it/23AO"
        },
        {
          "id": 71338,
          "slug": "the-perks-of-being-a-wallflower",
          "name": "The Perks of Being a Wallflower",
          "year": 2012,
          "link": "https://letterboxd.com/film/the-perks-of-being-a-wallflower/",
          "short_link": "https://boxd.it/2ZA8"
        }
      ]
    },
    {
      "id": 28697007,
      "slug": "filmlist:28697007",
      "name": "🐉🎭✨ 𝕍𝕀𝕊𝕌𝔸𝕃𝕃𝕐 𝙸𝙽𝚂𝙰𝙽𝙴👹🧞‍♀️👁️",
      "link": "https://letterboxd.com/etolkin/list/filmlist:28697007/",
      "owner": {
        "username": "etolkin",
        "name": "Emma Tolkin",
        "link": "https://letterboxd.com/etolkin/",
        "avatar": "https://a.ltrbxd.com/resized/avatar/twitter/1/6/3/7/4/8/4/shard/https___pbs.twimg.com_profile_images_825988154196840450_kcksfwve-0-1000-0-1000-crop.jpg?v=b834a6159f"
      },
      "description": "Asked Twitter “What’s the most visually insane movie you’ve ever seen?” Adding your answers!\n\nAm I missing your favorite hallucinogenic, meditative, harrowing, dreamy, or chaotic visual feast? Comment here (with year and/or director please!) and I’ll include your",
      "films_count": 833,
      "likes_count": 173000,
      "comments_count": 1400,
      "preview_films": [
        {
          "id": 35925,
          "slug": "house",
          "name": "House",
          "year": 1977,
          "link": "https://letterboxd.com/film/house/",
          "short_link": "https://boxd.it/1vsm"
        },
        {
          "id": 48018,
          "slug": "speed-racer",
          "name": "Speed Racer",
          "year": 2008,
          "link": "https://letterboxd.com/film/speed-racer/",
          "short_link": "https://boxd.it/20UQ"
        },
        {
          "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"
        },
        {
          "id": 38248,
          "slug": "mind-game",
          "name": "Mind Game",
          "year": 2004,
          "link": "https://letterboxd.com/film/mind-game/",
          "short_link": "https://boxd.it/1Bv2"
        },
        {
          "id": 34829,
          "slug": "mishima-a-life-in-four-chapters",
          "name": "Mishima: A Life in Four Chapters",
          "year": 1985,
          "link": "https://letterboxd.com/film/mishima-a-life-in-four-chapters/",
          "short_link": "https://boxd.it/1sBA"
        }
      ]
    },
    {
      "id": 16230776,
      "slug": "what-is-reality",
      "name": "what is reality?",
      "link": "https://letterboxd.com/tediously_brief/list/what-is-reality/",
      "owner": {
        "username": "tediously_brief",
        "name": "michelle grondine",
        "link": "https://letterboxd.com/tediously_brief/",
        "avatar": "https://a.ltrbxd.com/resized/avatar/upload/3/4/9/3/1/7/0/shard/avtr-0-1000-0-1000-crop.jpg?v=8bca351473"
      },
      "description": "meditations, ruminations, and explorations on the nature of reality and existence. includes experimentation with form and manipulation of perceived reality.\n\ncomprised of projects i’ve watched and watchlist entries. organized by color.\n\nฅ^•ﻌ•^ฅ",
      "films_count": 1613,
      "likes_count": 140000,
      "comments_count": 573,
      "preview_films": [
        {
          "id": 51910,
          "slug": "donnie-darko",
          "name": "Donnie Darko",
          "year": 2001,
          "link": "https://letterboxd.com/film/donnie-darko/",
          "short_link": "https://boxd.it/2b2A"
        },
        {
          "id": 51618,
          "slug": "being-john-malkovich",
          "name": "Being John Malkovich",
          "year": 1999,
          "link": "https://letterboxd.com/film/being-john-malkovich/",
          "short_link": "https://boxd.it/2ahu"
        },
        {
          "id": 51871,
          "slug": "minority-report",
          "name": "Minority Report",
          "year": 2002,
          "link": "https://letterboxd.com/film/minority-report/",
          "short_link": "https://boxd.it/2aWi"
        },
        {
          "id": 50662,
          "slug": "existenz",
          "name": "eXistenZ",
          "year": 1999,
          "link": "https://letterboxd.com/film/existenz/",
          "short_link": "https://boxd.it/27Ni"
        },
        {
          "id": 908144,
          "slug": "talk-to-me-2022",
          "name": "Talk to Me",
          "year": 2022,
          "link": "https://letterboxd.com/film/talk-to-me-2022/",
          "short_link": "https://boxd.it/C6uQ"
        }
      ]
    },
    {
      "id": 3255255,
      "slug": "befriending-the-lyrical-loneliness",
      "name": "Befriending the lyrical loneliness...",
      "link": "https://letterboxd.com/kun/list/befriending-the-lyrical-loneliness/",
      "owner": {
        "username": "kun",
        "name": "Hungkat",
        "link": "https://letterboxd.com/kun/",
        "avatar": "https://a.ltrbxd.com/resized/avatar/upload/5/3/4/3/0/3/shard/avtr-0-1000-0-1000-crop.png?v=d1344c6d9b"
      },
      "description": "Essential movies for lonely people out there (like me) if you want to feel something in this big big world. To see every color, every character in desperate search for some human warmth, to understand and",
      "films_count": 716,
      "likes_count": 123000,
      "comments_count": 809,
      "preview_films": [
        {
          "id": 47914,
          "slug": "punch-drunk-love",
          "name": "Punch-Drunk Love",
          "year": 2002,
          "link": "https://letterboxd.com/film/punch-drunk-love/",
          "short_link": "https://boxd.it/20E4"
        },
        {
          "id": 41447,
          "slug": "all-about-lily-chou-chou",
          "name": "All About Lily Chou-Chou",
          "year": 2001,
          "link": "https://letterboxd.com/film/all-about-lily-chou-chou/",
          "short_link": "https://boxd.it/1JP0"
        },
        {
          "id": 45602,
          "slug": "chungking-express",
          "name": "Chungking Express",
          "year": 1994,
          "link": "https://letterboxd.com/film/chungking-express/",
          "short_link": "https://boxd.it/1UDa"
        },
        {
          "id": 277,
          "slug": "drive-2011",
          "name": "Drive",
          "year": 2011,
          "link": "https://letterboxd.com/film/drive-2011/",
          "short_link": "https://boxd.it/IG"
        },
        {
          "id": 772230,
          "slug": "i-saw-the-tv-glow",
          "name": "I Saw the TV Glow",
          "year": 2024,
          "link": "https://letterboxd.com/film/i-saw-the-tv-glow/",
          "short_link": "https://boxd.it/woVe"
        }
      ]
    },
    {
      "id": 1124407,
      "slug": "random-movie-roulette",
      "name": "Random Movie Roulette",
      "link": "https://letterboxd.com/tobiasandersen2/list/random-movie-roulette/",
      "owner": {
        "username": "tobiasandersen2",
        "name": "Tobias Andersen",
        "link": "https://letterboxd.com/tobiasandersen2/",
        "avatar": "https://a.ltrbxd.com/resized/avatar/upload/1/9/3/8/6/4/shard/avtr-0-1000-0-1000-crop.jpg?v=aabdd87544"
      },
      "description": "Rules: Generate a number (from 1 to x) via: www.random.org\n\nSee how many number of films there are in the sidebar\n\nYou can skip movies 10 times but never go back.\n\nIf you end up with",
      "films_count": 10963,
      "likes_count": 117000,
      "comments_count": 2300,
      "preview_films": [
        {
          "id": 85080,
          "slug": "the-fan-1982",
          "name": "The Fan",
          "year": 1982,
          "link": "https://letterboxd.com/film/the-fan-1982/",
          "short_link": "https://boxd.it/3zkA"
        },
        {
          "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"
        },
        {
          "id": 44900,
          "slug": "suspiria",
          "name": "Suspiria",
          "year": 1977,
          "link": "https://letterboxd.com/film/suspiria/",
          "short_link": "https://boxd.it/1SNW"
        },
        {
          "id": 51898,
          "slug": "lost-in-translation",
          "name": "Lost in Translation",
          "year": 2003,
          "link": "https://letterboxd.com/film/lost-in-translation/",
          "short_link": "https://boxd.it/2b0E"
        },
        {
          "id": 51902,
          "slug": "akira",
          "name": "Akira",
          "year": 1988,
          "link": "https://letterboxd.com/film/akira/",
          "short_link": "https://boxd.it/2b1i"
        }
      ]
    },
    {
      "id": 174428,
      "slug": "imdb-top-250",
      "name": "IMDb Top 250",
      "link": "https://letterboxd.com/dave/list/imdb-top-250/",
      "owner": {
        "username": "dave",
        "name": "Dave Vis",
        "link": "https://letterboxd.com/dave/",
        "avatar": "https://secure.gravatar.com/avatar/b7b59a60d69cdb2ff36f363fb953cdbc?rating=PG&size=1000&border=&default=https%3A%2F%2Fs.ltrbxd.com%2Fstatic%2Fimg%2Favatar32-D9EKbHHo.png"
      },
      "description": "IMDB's top 250 list: loved by some, hated by others. Of course you can argue about the order of movies and the presence or absence of certain titles. Fact remains that it holds a great deal",
      "films_count": 250,
      "likes_count": 90000,
      "comments_count": 5100,
      "preview_films": [
        {
          "id": 51778,
          "slug": "the-shawshank-redemption",
          "name": "The Shawshank Redemption",
          "year": 1994,
          "link": "https://letterboxd.com/film/the-shawshank-redemption/",
          "short_link": "https://boxd.it/2aHi"
        },
        {
          "id": 51818,
          "slug": "the-godfather",
          "name": "The Godfather",
          "year": 1972,
          "link": "https://letterboxd.com/film/the-godfather/",
          "short_link": "https://boxd.it/2aNK"
        },
        {
          "id": 51896,
          "slug": "the-dark-knight",
          "name": "The Dark Knight",
          "year": 2008,
          "link": "https://letterboxd.com/film/the-dark-knight/",
          "short_link": "https://boxd.it/2b0k"
        },
        {
          "id": 51816,
          "slug": "the-godfather-part-ii",
          "name": "The Godfather Part II",
          "year": 1974,
          "link": "https://letterboxd.com/film/the-godfather-part-ii/",
          "short_link": "https://boxd.it/2aNq"
        },
        {
          "id": 51928,
          "slug": "the-lord-of-the-rings-the-return-of-the-king",
          "name": "The Lord of the Rings: The Return of the King",
          "year": 2003,
          "link": "https://letterboxd.com/film/the-lord-of-the-rings-the-return-of-the-king/",
          "short_link": "https://boxd.it/2b5u"
        }
      ]
    },
    {
      "id": 11052328,
      "slug": "if-you-like-2010s-movie-watch-older-movie-1",
      "name": "If you like (2010's movie) watch (older movie)",
      "link": "https://letterboxd.com/julps2/list/if-you-like-2010s-movie-watch-older-movie-1/",
      "owner": {
        "username": "julps2",
        "name": "Julps2",
        "link": "https://letterboxd.com/julps2/",
        "avatar": "https://a.ltrbxd.com/resized/avatar/upload/3/7/7/9/8/0/shard/avtr-0-1000-0-1000-crop.jpg?v=54ba482e7c"
      },
      "description": "Pretty self-explanatory, \"older films\" must've come out at least 20 years ago. Primarily based on director's influences and recommendations. The movies either have common themes, filmmaking techniques or an overall similar atmosphere. Suggestions welcomed!",
      "films_count": 570,
      "likes_count": 61000,
      "comments_count": 680,
      "preview_films": [
        {
          "id": 459564,
          "slug": "midsommar",
          "name": "Midsommar",
          "year": 2019,
          "link": "https://letterboxd.com/film/midsommar/",
          "short_link": "https://boxd.it/jhxe"
        },
        {
          "id": 41662,
          "slug": "the-wicker-man",
          "name": "The Wicker Man",
          "year": 1973,
          "link": "https://letterboxd.com/film/the-wicker-man/",
          "short_link": "https://boxd.it/1KnG"
        },
        {
          "id": 312205,
          "slug": "moonlight-2016",
          "name": "Moonlight",
          "year": 2016,
          "link": "https://letterboxd.com/film/moonlight-2016/",
          "short_link": "https://boxd.it/d6bE"
        },
        {
          "id": 34529,
          "slug": "killer-of-sheep",
          "name": "Killer of Sheep",
          "year": 1978,
          "link": "https://letterboxd.com/film/killer-of-sheep/",
          "short_link": "https://boxd.it/1rPc"
        },
        {
          "id": 426406,
          "slug": "parasite-2019",
          "name": "Parasite",
          "year": 2019,
          "link": "https://letterboxd.com/film/parasite-2019/",
          "short_link": "https://boxd.it/hTha"
        }
      ]
    },
    {
      "id": 46375202,
      "slug": "movies-that-will-make-you-say-what-the-fuck",
      "name": "Movies That Will Make You Say “What the Fuck” At Least 3 Times",
      "link": "https://letterboxd.com/zanderific/list/movies-that-will-make-you-say-what-the-fuck/",
      "owner": {
        "username": "zanderific",
        "name": "Zanderific",
        "link": "https://letterboxd.com/zanderific/",
        "avatar": "https://a.ltrbxd.com/resized/avatar/upload/4/3/8/2/8/0/1/shard/avtr-0-1000-0-1000-crop.jpg?v=941af7b06f"
      },
      "description": "Movies that are so weird, weird to the point where you audibly react multiple times. It doesn’t matter if it’s a good weird or a bad weird, it’s just weird as fuck for a very specific",
      "films_count": 327,
      "likes_count": 61000,
      "comments_count": 491,
      "preview_films": [
        {
          "id": 474474,
          "slug": "everything-everywhere-all-at-once",
          "name": "Everything Everywhere All at Once",
          "year": 2022,
          "link": "https://letterboxd.com/film/everything-everywhere-all-at-once/",
          "short_link": "https://boxd.it/jUk4"
        },
        {
          "id": 426406,
          "slug": "parasite-2019",
          "name": "Parasite",
          "year": 2019,
          "link": "https://letterboxd.com/film/parasite-2019/",
          "short_link": "https://boxd.it/hTha"
        },
        {
          "id": 51568,
          "slug": "fight-club",
          "name": "Fight Club",
          "year": 1999,
          "link": "https://letterboxd.com/film/fight-club/",
          "short_link": "https://boxd.it/2a9q"
        },
        {
          "id": 353117,
          "slug": "get-out-2017",
          "name": "Get Out",
          "year": 2017,
          "link": "https://letterboxd.com/film/get-out-2017/",
          "short_link": "https://boxd.it/eOCm"
        },
        {
          "id": 459564,
          "slug": "midsommar",
          "name": "Midsommar",
          "year": 2019,
          "link": "https://letterboxd.com/film/midsommar/",
          "short_link": "https://boxd.it/jhxe"
        }
      ]
    }
  ]
}