> ## Documentation Index
> Fetch the complete documentation index at: https://starlight.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Similar

> This endpoint retrieves a list of similar movies based on keywords and genres.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/movie/{{movie_id}}/similar
openapi: 3.0.3
info:
  title: The Movie Database API
  description: >-
    Welcome to the third version of The Movie Database (TMDB) API. Our API
    provides you with vast access to a range of movies, TV shows, actor
    information, and images.


    With the TMDB API, you can easily integrate any of these functionalities in
    your application.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: Collection
security:
  - bearerAuth: []
tags:
  - name: Validate Key
  - name: Authentication
  - name: Guest Sessions
  - name: Configuration
  - name: Account
  - name: Search
  - name: Discover
  - name: Find
  - name: Keyword
  - name: Lists
  - name: V3 vs V4
    description: >-
      There is version 4 (v4) for our list API. It contains several advanced
      improvements that differentiate it from the version 3 (v3) list. Although
      v3 lists will continue to work, you can only access these features if you
      switch to v4 lists.


      Some of the new improvements you can access on v4 lists include:


      - You can Import "unlimited" items in a single request
          
      - You can use mixed-type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          

      Check the v4 [documentation
      ](https://developer.themoviedb.org/v4/docs/getting-started) for more
      information.  
  - name: Collections
  - name: Companies
  - name: Networks
  - name: Trending
  - name: Movies
  - name: Movie Lists
  - name: TV Series
  - name: TV Series Lists
  - name: TV Seasons
  - name: TV Providers
  - name: TV Episode Groups
  - name: Watch Providers
  - name: People
  - name: People List
  - name: Genre
  - name: Changes
  - name: Credits
  - name: Certifications
paths:
  /3/movie/{{movie_id}}/similar:
    parameters:
      - name: movie_id
        in: path
        description: >-
          This represents the movie ID. Get it
          [here](https://starlight.mintlify.app/api-reference/movieid)
        required: true
        schema:
          type: string
    get:
      tags:
        - Movies
      summary: Similar
      description: >-
        This endpoint retrieves a list of similar movies based on keywords and
        genres.
      operationId: similar
      responses:
        '200':
          description: Similar
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=10603
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Wed, 25 Dec 2024 10:33:23 GMT
            ETag:
              schema:
                type: string
                example: W/"d57b5cb24e0af60fa054b72842ced4c9"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 d4b41c13595dcfd327649d8cdea72ce8.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: tyFJ1MQVoP_wZDvBjH3fmssWI5NvK-gA_KqPu1E-HSJVTaiev6nVRg==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '14294'
            x-memc-expires:
              schema:
                type: string
                example: '10603'
            x-memc-key:
              schema:
                type: string
                example: f40522b80cffb94335cb588a2fdf9d48
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          example: /oIwfoUFfWfESn0Y8u8jv9lc8li1.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 28
                          example:
                            - 28
                            - 53
                        id:
                          type: number
                          example: 562
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: Die Hard
                        overview:
                          type: string
                          example: >-
                            NYPD cop John McClane's plan to reconcile with his
                            estranged wife is thrown for a serious loop when,
                            minutes after he arrives at her offices Christmas
                            Party, the entire building is overtaken by a group
                            of terrorists. With little help from the LAPD,
                            wisecracking McClane sets out to single-handedly
                            rescue the hostages and bring the bad guys down.
                        popularity:
                          type: number
                          example: 151.524
                        poster_path:
                          type: string
                          example: /yFihWxQcmqcaBR31QM6Y8gT6aYV.jpg
                        release_date:
                          type: string
                          example: '1988-07-15'
                        title:
                          type: string
                          example: Die Hard
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 7.795
                        vote_count:
                          type: number
                          example: 11174
                    example:
                      - adult: false
                        backdrop_path: /oIwfoUFfWfESn0Y8u8jv9lc8li1.jpg
                        genre_ids:
                          - 28
                          - 53
                        id: 562
                        original_language: en
                        original_title: Die Hard
                        overview: >-
                          NYPD cop John McClane's plan to reconcile with his
                          estranged wife is thrown for a serious loop when,
                          minutes after he arrives at her offices Christmas
                          Party, the entire building is overtaken by a group of
                          terrorists. With little help from the LAPD,
                          wisecracking McClane sets out to single-handedly
                          rescue the hostages and bring the bad guys down.
                        popularity: 151.524
                        poster_path: /yFihWxQcmqcaBR31QM6Y8gT6aYV.jpg
                        release_date: '1988-07-15'
                        title: Die Hard
                        video: false
                        vote_average: 7.795
                        vote_count: 11174
                      - adult: false
                        backdrop_path: /ygTSl89OtmXY4ESMpEF7qZcpGR8.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 14
                        id: 564
                        original_language: en
                        original_title: The Mummy
                        overview: >-
                          Dashing legionnaire Rick O'Connell stumbles upon the
                          hidden ruins of Hamunaptra while in the midst of a
                          battle to claim the area in 1920s Egypt. It has been
                          over three thousand years since former High Priest
                          Imhotep suffered a fate worse than death as a
                          punishment for a forbidden love—along with a curse
                          that guarantees eternal doom upon the world if he is
                          ever awoken.
                        popularity: 88.901
                        poster_path: /yhIsVvcUm7QxzLfT6HW2wLf5ajY.jpg
                        release_date: '1999-04-16'
                        title: The Mummy
                        video: false
                        vote_average: 6.938
                        vote_count: 9074
                      - adult: false
                        backdrop_path: /sDTnMOJ3H5wI38OxObmCtK7wfd5.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 585
                        original_language: en
                        original_title: Monsters, Inc.
                        overview: >-
                          Lovable Sulley and his wisecracking sidekick Mike
                          Wazowski are the top scare team at Monsters, Inc., the
                          scream-processing factory in Monstropolis. When a
                          little girl named Boo wanders into their world, it's
                          the monsters who are scared silly, and it's up to
                          Sulley and Mike to keep her out of sight and get her
                          back home.
                        popularity: 101.43
                        poster_path: /wFSpyMsp7H0ttERbxY7Trlv8xry.jpg
                        release_date: '2001-11-01'
                        title: Monsters, Inc.
                        video: false
                        vote_average: 7.846
                        vote_count: 18478
                      - adult: false
                        backdrop_path: /bLqUd0tBvKezDr9MEla7k34i3rp.jpg
                        genre_ids:
                          - 12
                          - 14
                          - 18
                        id: 587
                        original_language: en
                        original_title: Big Fish
                        overview: >-
                          Throughout his life Edward Bloom has always been a man
                          of big appetites, enormous passions and tall tales. In
                          his later years, he remains a huge mystery to his son,
                          William. Now, to get to know the real man, Will begins
                          piecing together a true picture of his father from
                          flashbacks of his amazing adventures.
                        popularity: 21.959
                        poster_path: /tjK063yCgaBAluVU72rZ6PKPH2l.jpg
                        release_date: '2003-12-25'
                        title: Big Fish
                        video: false
                        vote_average: 7.762
                        vote_count: 7188
                      - adult: false
                        backdrop_path: /bJyb7Bk9PLUslPggangniTBLzHO.jpg
                        genre_ids:
                          - 28
                          - 18
                          - 10749
                        id: 619
                        original_language: en
                        original_title: The Bodyguard
                        overview: >-
                          A former Secret Service agent grudgingly takes an
                          assignment to protect a pop idol who's threatened by a
                          crazed fan. At first, the safety-obsessed bodyguard
                          and the self-indulgent diva totally clash. But before
                          long, all that tension sparks fireworks of another
                          sort, and the love-averse tough guy is torn between
                          duty and romance.
                        popularity: 21.236
                        poster_path: /ihWF0uY1xnKqw9YK7ZHNLUZOhcO.jpg
                        release_date: '1992-11-25'
                        title: The Bodyguard
                        video: false
                        vote_average: 6.692
                        vote_count: 2950
                      - adult: false
                        backdrop_path: /c6yfABGVKuB5cjoOwdX4AJMlzUz.jpg
                        genre_ids:
                          - 35
                          - 14
                        id: 620
                        original_language: en
                        original_title: Ghostbusters
                        overview: >-
                          After losing their academic posts at a prestigious
                          university, a team of parapsychologists goes into
                          business as proton-pack-toting "ghostbusters" who
                          exterminate ghouls, hobgoblins and supernatural pests
                          of all stripes. An ad campaign pays off when a
                          knockout cellist hires the squad to purge her swanky
                          digs of demons that appear to be living in her
                          refrigerator.
                        popularity: 59.463
                        poster_path: /7E8nLijS9AwwUEPu2oFYOVKhdFA.jpg
                        release_date: '1984-06-08'
                        title: Ghostbusters
                        video: false
                        vote_average: 7.489
                        vote_count: 8954
                      - adult: false
                        backdrop_path: /rM3C9s0b9oiOQDdrfLSOoE0sjWl.jpg
                        genre_ids:
                          - 35
                          - 18
                          - 10752
                        id: 632
                        original_language: en
                        original_title: Stalag 17
                        overview: >-
                          It's a dreary Christmas 1944 for the American POWs in
                          Stalag 17 and the men in Barracks 4, all sergeants,
                          have to deal with a grave problem—there seems to be a
                          security leak.
                        popularity: 9.312
                        poster_path: /lfve9FDKjT7JPbWI9NCs5340F79.jpg
                        release_date: '1953-05-29'
                        title: Stalag 17
                        video: false
                        vote_average: 7.702
                        vote_count: 598
                      - adult: false
                        backdrop_path: /gavyCu1UaTaTNPsVaGXT6pe5u24.jpg
                        genre_ids:
                          - 35
                          - 18
                        id: 637
                        original_language: it
                        original_title: La vita è bella
                        overview: >-
                          A touching story of an Italian book seller of Jewish
                          ancestry who lives in his own little fairy tale. His
                          creative and happy life would come to an abrupt halt
                          when his entire family is deported to a concentration
                          camp during World War II. While locked up he tries to
                          convince his son that the whole thing is just a game.
                        popularity: 45.408
                        poster_path: /74hLDKjD5aGYOotO6esUVaeISa2.jpg
                        release_date: '1997-12-20'
                        title: Life Is Beautiful
                        video: false
                        vote_average: 8.45
                        vote_count: 13080
                      - adult: false
                        backdrop_path: /pwtYl3O8ID1k4OxhEotc7pV1Hy3.jpg
                        genre_ids:
                          - 10749
                          - 10770
                          - 35
                          - 14
                        id: 737782
                        original_language: en
                        original_title: Christmas Comes Twice
                        overview: >-
                          When Cheryl visits the Christmas carnival in her
                          hometown, she gets a second chance in life when she is
                          transported to Christmas five years in the past.
                        popularity: 3.429
                        poster_path: /9VAhBkb2upTjXJP9kLgToXhpNVq.jpg
                        release_date: '2020-12-13'
                        title: Christmas Comes Twice
                        video: false
                        vote_average: 6.464
                        vote_count: 14
                      - adult: false
                        backdrop_path: /EuAudZjqQyBhHQp7wxRxH8sMxh.jpg
                        genre_ids:
                          - 10749
                          - 35
                          - 10770
                        id: 239180
                        original_language: en
                        original_title: Window Wonderland
                        overview: >-
                          With the Christmas season fast approaching, department
                          store window decorator Sloan Van Doren is hoping to
                          take over the recently-vacated head window designer
                          spot but finds she has to prove herself by going up
                          against rival Jake Dooley. As the two compete they
                          find they may have more in common than they think.
                          Stars Chyler Leigh and Naomi Judd.
                        popularity: 6.688
                        poster_path: /b3zHaTJZPYr2AI4lOWY6uDLMPcL.jpg
                        release_date: '2013-11-23'
                        title: Window Wonderland
                        video: false
                        vote_average: 5.608
                        vote_count: 65
                      - adult: false
                        backdrop_path: /vUfaRMoeLHfxT1yvdnox81J5UXQ.jpg
                        genre_ids:
                          - 10770
                          - 35
                          - 10751
                          - 14
                        id: 239347
                        original_language: en
                        original_title: Kristin's Christmas Past
                        overview: >-
                          Given the opportunity to revisit her estranged family
                          on Christmas Eve, 1996, Kristin Cartwright discovers
                          that while its impossible to change the past, its
                          important to learn from it.
                        popularity: 4.129
                        poster_path: /m3QeiZlAbixGwddpAaEBBhThzmx.jpg
                        release_date: '2013-11-23'
                        title: Kristin's Christmas Past
                        video: false
                        vote_average: 6.1
                        vote_count: 47
                      - adult: false
                        backdrop_path: /82kYmuN0MUoLvz3YtB0ackwoLFQ.jpg
                        genre_ids:
                          - 10749
                          - 35
                          - 10770
                        id: 239351
                        original_language: en
                        original_title: The March Sisters at Christmas
                        overview: >-
                          To keep the family home from being sold, four very
                          modern March sisters tackle home improvement on their
                          own. But their romantic entanglements involving the
                          boy next door, an old flame and a new acquaintance
                          become a distraction.
                        popularity: 3.061
                        poster_path: /qh2aGXxRVxrOtTMdikzFQ9OPySc.jpg
                        release_date: '2012-11-24'
                        title: The March Sisters at Christmas
                        video: false
                        vote_average: 5.3
                        vote_count: 26
                      - adult: false
                        backdrop_path: /iEVwPRqiVzo51zOVhZT5Xy0HKA.jpg
                        genre_ids:
                          - 18
                          - 16
                          - 14
                        id: 572488
                        original_language: en
                        original_title: A Christmas Carol
                        overview: >-
                          The radical new take on Dickens’ classic seeks both to
                          exhume the original story’s gritty commentary on
                          social inequality and the corrupting influence of
                          greed, and to breathe new life into the lyricism of
                          the original text by setting its scenes to
                          extraordinary tableaux of modern dance.
                        popularity: 4.822
                        poster_path: /qxjYb8rV36BnRiqwL7D78upW6J7.jpg
                        release_date: '2020-12-04'
                        title: A Christmas Carol
                        video: false
                        vote_average: 7.4
                        vote_count: 11
                      - adult: false
                        backdrop_path: /6rKx3paYMRDImAkoe8q1QDSuChj.jpg
                        genre_ids:
                          - 35
                          - 12
                          - 18
                        id: 407447
                        original_language: en
                        original_title: The Extraordinary Journey of the Fakir
                        overview: >-
                          Ajatashatru Lavash Patel has lived all his life in a
                          small Mumbai neighborhood tricking people with street
                          magic and fakir stunts. He sets out on a journey to
                          find his estranged father but instead gets dragged on
                          a never-ending adventure.
                        popularity: 7.909
                        poster_path: /40ZAC1HMDL8knY9r7uJ7uwj5udy.jpg
                        release_date: '2018-05-09'
                        title: The Extraordinary Journey of the Fakir
                        video: false
                        vote_average: 6.9
                        vote_count: 289
                      - adult: false
                        backdrop_path: /cAbNybIKZrBJz1nlnqg8dLBxSoh.jpg
                        genre_ids:
                          - 10770
                          - 35
                        id: 239158
                        original_language: de
                        original_title: Weihnachten … ohne mich, mein Schatz!
                        overview: >-
                          When Ruprecht forgets his wife Johanna at the taxi
                          stand and shows no regrets, the well-off architect's
                          wife tries the uprising after 30 years of marriage.
                          Although Christmas is just around the corner, she
                          quickly moves into the apartment of the young taxi
                          driver Ellie, whom she has just met. When it comes to
                          protecting Ellie's home from illegal demolition,
                          Johanna rediscovers her legal talent. But they are
                          fighting strong opponents: an influential real estate
                          speculator and her willing architects - Ruprecht of
                          all people.
                        popularity: 1.88
                        poster_path: /bRnJzMZ5s5M04Y1fxkCDaVT8HWY.jpg
                        release_date: '2012-12-07'
                        title: Weihnachten … ohne mich, mein Schatz!
                        video: false
                        vote_average: 5.8
                        vote_count: 4
                      - adult: false
                        backdrop_path: /2wh7iV0UfyStwsCQG8euDZyaFcY.jpg
                        genre_ids:
                          - 35
                          - 10749
                          - 10770
                        id: 1082238
                        original_language: fr
                        original_title: Noël… et plus si affinités
                        overview: ''
                        popularity: 3.542
                        poster_path: /ytvkSe3sCgSMCdjDzxrn4OnN1LR.jpg
                        release_date: '2023-11-14'
                        title: Noël… et plus si affinités
                        video: false
                        vote_average: 5.833
                        vote_count: 3
                      - adult: false
                        backdrop_path: /scL9FjharQl3Ew5CVgLFOTyoeCj.jpg
                        genre_ids:
                          - 35
                          - 16
                          - 14
                          - 10770
                        id: 572202
                        original_language: en
                        original_title: A Very Special Family Guy Freakin' Christmas
                        overview: >-
                          The holidays are approaching, and who better to play
                          Jesus in the town nativity scene than Stewie? Plus,
                          Peter gives the family's gifts to charity, Brian sets
                          the house on fire, and Stewie demands plutonium from
                          Santa. Then, rejoice with a bonus gift--this
                          never-before-released-on-DVD episode of "American
                          Dad"! Stan will just die if he can't find the perfect
                          Christmas tree. Watch Stan die! And maybe come back to
                          life. Deck the halls with all these outrageous
                          yuletide yucks!
                        popularity: 3.303
                        poster_path: /uUNqRwHk9vNgisejGqpAtGwbohR.jpg
                        release_date: '2001-12-21'
                        title: A Very Special Family Guy Freakin' Christmas
                        video: true
                        vote_average: 8.1
                        vote_count: 22
                      - adult: false
                        backdrop_path: /9Ebn8atCcGk5OZrx4xmoTobAxoh.jpg
                        genre_ids:
                          - 35
                          - 10749
                        id: 1581
                        original_language: en
                        original_title: The Holiday
                        overview: >-
                          Two women, one from the United States and one from the
                          United Kingdom, swap homes at Christmas time after bad
                          breakups with their boyfriends. Each woman finds
                          romance with a local man but realizes that the
                          imminent return home may end the relationship.
                        popularity: 109.676
                        poster_path: /3WzSzrRHCZ85wbixSQahe6iCWn1.jpg
                        release_date: '2006-12-05'
                        title: The Holiday
                        video: false
                        vote_average: 7.1
                        vote_count: 5096
                      - adult: false
                        backdrop_path: /m69yPwenkm8R256QNnGDBK7Y1MA.jpg
                        genre_ids:
                          - 35
                        id: 1588
                        original_language: en
                        original_title: Bring It On
                        overview: >-
                          The Toro cheerleading squad from Rancho Carne High
                          School in San Diego has got spirit, spunk, sass and a
                          killer routine that's sure to land them the national
                          championship trophy for the sixth year in a row. But
                          for newly-elected team captain Torrance, the Toros'
                          road to total cheer glory takes a shady turn when she
                          discovers that their perfectly-choreographed routines
                          were in fact stolen.
                        popularity: 13.502
                        poster_path: /vv7mHTZGCTDAFW1qZ5l65G1nTyz.jpg
                        release_date: '2000-08-25'
                        title: Bring It On
                        video: false
                        vote_average: 6.246
                        vote_count: 1688
                      - adult: false
                        backdrop_path: /cabkKlqKhiNkgGSCMhybqkwllkE.jpg
                        genre_ids:
                          - 28
                          - 80
                          - 18
                          - 53
                        id: 1619
                        original_language: en
                        original_title: The Way of the Gun
                        overview: >-
                          Two criminal drifters without sympathy get more than
                          they bargained for after kidnapping and holding for
                          ransom the surrogate mother of a powerful and shady
                          man.
                        popularity: 11.258
                        poster_path: /wrjMMdgn1a4ChlaBmlzKnb78nr6.jpg
                        release_date: '2000-09-08'
                        title: The Way of the Gun
                        video: false
                        vote_average: 6.329
                        vote_count: 431
                  total_pages:
                    type: number
                    example: 10189
                  total_results:
                    type: number
                    example: 203765
              examples:
                Similar:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /oIwfoUFfWfESn0Y8u8jv9lc8li1.jpg
                        genre_ids:
                          - 28
                          - 53
                        id: 562
                        original_language: en
                        original_title: Die Hard
                        overview: >-
                          NYPD cop John McClane's plan to reconcile with his
                          estranged wife is thrown for a serious loop when,
                          minutes after he arrives at her offices Christmas
                          Party, the entire building is overtaken by a group of
                          terrorists. With little help from the LAPD,
                          wisecracking McClane sets out to single-handedly
                          rescue the hostages and bring the bad guys down.
                        popularity: 151.524
                        poster_path: /yFihWxQcmqcaBR31QM6Y8gT6aYV.jpg
                        release_date: '1988-07-15'
                        title: Die Hard
                        video: false
                        vote_average: 7.795
                        vote_count: 11174
                      - adult: false
                        backdrop_path: /ygTSl89OtmXY4ESMpEF7qZcpGR8.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 14
                        id: 564
                        original_language: en
                        original_title: The Mummy
                        overview: >-
                          Dashing legionnaire Rick O'Connell stumbles upon the
                          hidden ruins of Hamunaptra while in the midst of a
                          battle to claim the area in 1920s Egypt. It has been
                          over three thousand years since former High Priest
                          Imhotep suffered a fate worse than death as a
                          punishment for a forbidden love—along with a curse
                          that guarantees eternal doom upon the world if he is
                          ever awoken.
                        popularity: 88.901
                        poster_path: /yhIsVvcUm7QxzLfT6HW2wLf5ajY.jpg
                        release_date: '1999-04-16'
                        title: The Mummy
                        video: false
                        vote_average: 6.938
                        vote_count: 9074
                      - adult: false
                        backdrop_path: /sDTnMOJ3H5wI38OxObmCtK7wfd5.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 585
                        original_language: en
                        original_title: Monsters, Inc.
                        overview: >-
                          Lovable Sulley and his wisecracking sidekick Mike
                          Wazowski are the top scare team at Monsters, Inc., the
                          scream-processing factory in Monstropolis. When a
                          little girl named Boo wanders into their world, it's
                          the monsters who are scared silly, and it's up to
                          Sulley and Mike to keep her out of sight and get her
                          back home.
                        popularity: 101.43
                        poster_path: /wFSpyMsp7H0ttERbxY7Trlv8xry.jpg
                        release_date: '2001-11-01'
                        title: Monsters, Inc.
                        video: false
                        vote_average: 7.846
                        vote_count: 18478
                      - adult: false
                        backdrop_path: /bLqUd0tBvKezDr9MEla7k34i3rp.jpg
                        genre_ids:
                          - 12
                          - 14
                          - 18
                        id: 587
                        original_language: en
                        original_title: Big Fish
                        overview: >-
                          Throughout his life Edward Bloom has always been a man
                          of big appetites, enormous passions and tall tales. In
                          his later years, he remains a huge mystery to his son,
                          William. Now, to get to know the real man, Will begins
                          piecing together a true picture of his father from
                          flashbacks of his amazing adventures.
                        popularity: 21.959
                        poster_path: /tjK063yCgaBAluVU72rZ6PKPH2l.jpg
                        release_date: '2003-12-25'
                        title: Big Fish
                        video: false
                        vote_average: 7.762
                        vote_count: 7188
                      - adult: false
                        backdrop_path: /bJyb7Bk9PLUslPggangniTBLzHO.jpg
                        genre_ids:
                          - 28
                          - 18
                          - 10749
                        id: 619
                        original_language: en
                        original_title: The Bodyguard
                        overview: >-
                          A former Secret Service agent grudgingly takes an
                          assignment to protect a pop idol who's threatened by a
                          crazed fan. At first, the safety-obsessed bodyguard
                          and the self-indulgent diva totally clash. But before
                          long, all that tension sparks fireworks of another
                          sort, and the love-averse tough guy is torn between
                          duty and romance.
                        popularity: 21.236
                        poster_path: /ihWF0uY1xnKqw9YK7ZHNLUZOhcO.jpg
                        release_date: '1992-11-25'
                        title: The Bodyguard
                        video: false
                        vote_average: 6.692
                        vote_count: 2950
                      - adult: false
                        backdrop_path: /c6yfABGVKuB5cjoOwdX4AJMlzUz.jpg
                        genre_ids:
                          - 35
                          - 14
                        id: 620
                        original_language: en
                        original_title: Ghostbusters
                        overview: >-
                          After losing their academic posts at a prestigious
                          university, a team of parapsychologists goes into
                          business as proton-pack-toting "ghostbusters" who
                          exterminate ghouls, hobgoblins and supernatural pests
                          of all stripes. An ad campaign pays off when a
                          knockout cellist hires the squad to purge her swanky
                          digs of demons that appear to be living in her
                          refrigerator.
                        popularity: 59.463
                        poster_path: /7E8nLijS9AwwUEPu2oFYOVKhdFA.jpg
                        release_date: '1984-06-08'
                        title: Ghostbusters
                        video: false
                        vote_average: 7.489
                        vote_count: 8954
                      - adult: false
                        backdrop_path: /rM3C9s0b9oiOQDdrfLSOoE0sjWl.jpg
                        genre_ids:
                          - 35
                          - 18
                          - 10752
                        id: 632
                        original_language: en
                        original_title: Stalag 17
                        overview: >-
                          It's a dreary Christmas 1944 for the American POWs in
                          Stalag 17 and the men in Barracks 4, all sergeants,
                          have to deal with a grave problem—there seems to be a
                          security leak.
                        popularity: 9.312
                        poster_path: /lfve9FDKjT7JPbWI9NCs5340F79.jpg
                        release_date: '1953-05-29'
                        title: Stalag 17
                        video: false
                        vote_average: 7.702
                        vote_count: 598
                      - adult: false
                        backdrop_path: /gavyCu1UaTaTNPsVaGXT6pe5u24.jpg
                        genre_ids:
                          - 35
                          - 18
                        id: 637
                        original_language: it
                        original_title: La vita è bella
                        overview: >-
                          A touching story of an Italian book seller of Jewish
                          ancestry who lives in his own little fairy tale. His
                          creative and happy life would come to an abrupt halt
                          when his entire family is deported to a concentration
                          camp during World War II. While locked up he tries to
                          convince his son that the whole thing is just a game.
                        popularity: 45.408
                        poster_path: /74hLDKjD5aGYOotO6esUVaeISa2.jpg
                        release_date: '1997-12-20'
                        title: Life Is Beautiful
                        video: false
                        vote_average: 8.45
                        vote_count: 13080
                      - adult: false
                        backdrop_path: /pwtYl3O8ID1k4OxhEotc7pV1Hy3.jpg
                        genre_ids:
                          - 10749
                          - 10770
                          - 35
                          - 14
                        id: 737782
                        original_language: en
                        original_title: Christmas Comes Twice
                        overview: >-
                          When Cheryl visits the Christmas carnival in her
                          hometown, she gets a second chance in life when she is
                          transported to Christmas five years in the past.
                        popularity: 3.429
                        poster_path: /9VAhBkb2upTjXJP9kLgToXhpNVq.jpg
                        release_date: '2020-12-13'
                        title: Christmas Comes Twice
                        video: false
                        vote_average: 6.464
                        vote_count: 14
                      - adult: false
                        backdrop_path: /EuAudZjqQyBhHQp7wxRxH8sMxh.jpg
                        genre_ids:
                          - 10749
                          - 35
                          - 10770
                        id: 239180
                        original_language: en
                        original_title: Window Wonderland
                        overview: >-
                          With the Christmas season fast approaching, department
                          store window decorator Sloan Van Doren is hoping to
                          take over the recently-vacated head window designer
                          spot but finds she has to prove herself by going up
                          against rival Jake Dooley. As the two compete they
                          find they may have more in common than they think.
                          Stars Chyler Leigh and Naomi Judd.
                        popularity: 6.688
                        poster_path: /b3zHaTJZPYr2AI4lOWY6uDLMPcL.jpg
                        release_date: '2013-11-23'
                        title: Window Wonderland
                        video: false
                        vote_average: 5.608
                        vote_count: 65
                      - adult: false
                        backdrop_path: /vUfaRMoeLHfxT1yvdnox81J5UXQ.jpg
                        genre_ids:
                          - 10770
                          - 35
                          - 10751
                          - 14
                        id: 239347
                        original_language: en
                        original_title: Kristin's Christmas Past
                        overview: >-
                          Given the opportunity to revisit her estranged family
                          on Christmas Eve, 1996, Kristin Cartwright discovers
                          that while its impossible to change the past, its
                          important to learn from it.
                        popularity: 4.129
                        poster_path: /m3QeiZlAbixGwddpAaEBBhThzmx.jpg
                        release_date: '2013-11-23'
                        title: Kristin's Christmas Past
                        video: false
                        vote_average: 6.1
                        vote_count: 47
                      - adult: false
                        backdrop_path: /82kYmuN0MUoLvz3YtB0ackwoLFQ.jpg
                        genre_ids:
                          - 10749
                          - 35
                          - 10770
                        id: 239351
                        original_language: en
                        original_title: The March Sisters at Christmas
                        overview: >-
                          To keep the family home from being sold, four very
                          modern March sisters tackle home improvement on their
                          own. But their romantic entanglements involving the
                          boy next door, an old flame and a new acquaintance
                          become a distraction.
                        popularity: 3.061
                        poster_path: /qh2aGXxRVxrOtTMdikzFQ9OPySc.jpg
                        release_date: '2012-11-24'
                        title: The March Sisters at Christmas
                        video: false
                        vote_average: 5.3
                        vote_count: 26
                      - adult: false
                        backdrop_path: /iEVwPRqiVzo51zOVhZT5Xy0HKA.jpg
                        genre_ids:
                          - 18
                          - 16
                          - 14
                        id: 572488
                        original_language: en
                        original_title: A Christmas Carol
                        overview: >-
                          The radical new take on Dickens’ classic seeks both to
                          exhume the original story’s gritty commentary on
                          social inequality and the corrupting influence of
                          greed, and to breathe new life into the lyricism of
                          the original text by setting its scenes to
                          extraordinary tableaux of modern dance.
                        popularity: 4.822
                        poster_path: /qxjYb8rV36BnRiqwL7D78upW6J7.jpg
                        release_date: '2020-12-04'
                        title: A Christmas Carol
                        video: false
                        vote_average: 7.4
                        vote_count: 11
                      - adult: false
                        backdrop_path: /6rKx3paYMRDImAkoe8q1QDSuChj.jpg
                        genre_ids:
                          - 35
                          - 12
                          - 18
                        id: 407447
                        original_language: en
                        original_title: The Extraordinary Journey of the Fakir
                        overview: >-
                          Ajatashatru Lavash Patel has lived all his life in a
                          small Mumbai neighborhood tricking people with street
                          magic and fakir stunts. He sets out on a journey to
                          find his estranged father but instead gets dragged on
                          a never-ending adventure.
                        popularity: 7.909
                        poster_path: /40ZAC1HMDL8knY9r7uJ7uwj5udy.jpg
                        release_date: '2018-05-09'
                        title: The Extraordinary Journey of the Fakir
                        video: false
                        vote_average: 6.9
                        vote_count: 289
                      - adult: false
                        backdrop_path: /cAbNybIKZrBJz1nlnqg8dLBxSoh.jpg
                        genre_ids:
                          - 10770
                          - 35
                        id: 239158
                        original_language: de
                        original_title: Weihnachten … ohne mich, mein Schatz!
                        overview: >-
                          When Ruprecht forgets his wife Johanna at the taxi
                          stand and shows no regrets, the well-off architect's
                          wife tries the uprising after 30 years of marriage.
                          Although Christmas is just around the corner, she
                          quickly moves into the apartment of the young taxi
                          driver Ellie, whom she has just met. When it comes to
                          protecting Ellie's home from illegal demolition,
                          Johanna rediscovers her legal talent. But they are
                          fighting strong opponents: an influential real estate
                          speculator and her willing architects - Ruprecht of
                          all people.
                        popularity: 1.88
                        poster_path: /bRnJzMZ5s5M04Y1fxkCDaVT8HWY.jpg
                        release_date: '2012-12-07'
                        title: Weihnachten … ohne mich, mein Schatz!
                        video: false
                        vote_average: 5.8
                        vote_count: 4
                      - adult: false
                        backdrop_path: /2wh7iV0UfyStwsCQG8euDZyaFcY.jpg
                        genre_ids:
                          - 35
                          - 10749
                          - 10770
                        id: 1082238
                        original_language: fr
                        original_title: Noël… et plus si affinités
                        overview: ''
                        popularity: 3.542
                        poster_path: /ytvkSe3sCgSMCdjDzxrn4OnN1LR.jpg
                        release_date: '2023-11-14'
                        title: Noël… et plus si affinités
                        video: false
                        vote_average: 5.833
                        vote_count: 3
                      - adult: false
                        backdrop_path: /scL9FjharQl3Ew5CVgLFOTyoeCj.jpg
                        genre_ids:
                          - 35
                          - 16
                          - 14
                          - 10770
                        id: 572202
                        original_language: en
                        original_title: A Very Special Family Guy Freakin' Christmas
                        overview: >-
                          The holidays are approaching, and who better to play
                          Jesus in the town nativity scene than Stewie? Plus,
                          Peter gives the family's gifts to charity, Brian sets
                          the house on fire, and Stewie demands plutonium from
                          Santa. Then, rejoice with a bonus gift--this
                          never-before-released-on-DVD episode of "American
                          Dad"! Stan will just die if he can't find the perfect
                          Christmas tree. Watch Stan die! And maybe come back to
                          life. Deck the halls with all these outrageous
                          yuletide yucks!
                        popularity: 3.303
                        poster_path: /uUNqRwHk9vNgisejGqpAtGwbohR.jpg
                        release_date: '2001-12-21'
                        title: A Very Special Family Guy Freakin' Christmas
                        video: true
                        vote_average: 8.1
                        vote_count: 22
                      - adult: false
                        backdrop_path: /9Ebn8atCcGk5OZrx4xmoTobAxoh.jpg
                        genre_ids:
                          - 35
                          - 10749
                        id: 1581
                        original_language: en
                        original_title: The Holiday
                        overview: >-
                          Two women, one from the United States and one from the
                          United Kingdom, swap homes at Christmas time after bad
                          breakups with their boyfriends. Each woman finds
                          romance with a local man but realizes that the
                          imminent return home may end the relationship.
                        popularity: 109.676
                        poster_path: /3WzSzrRHCZ85wbixSQahe6iCWn1.jpg
                        release_date: '2006-12-05'
                        title: The Holiday
                        video: false
                        vote_average: 7.1
                        vote_count: 5096
                      - adult: false
                        backdrop_path: /m69yPwenkm8R256QNnGDBK7Y1MA.jpg
                        genre_ids:
                          - 35
                        id: 1588
                        original_language: en
                        original_title: Bring It On
                        overview: >-
                          The Toro cheerleading squad from Rancho Carne High
                          School in San Diego has got spirit, spunk, sass and a
                          killer routine that's sure to land them the national
                          championship trophy for the sixth year in a row. But
                          for newly-elected team captain Torrance, the Toros'
                          road to total cheer glory takes a shady turn when she
                          discovers that their perfectly-choreographed routines
                          were in fact stolen.
                        popularity: 13.502
                        poster_path: /vv7mHTZGCTDAFW1qZ5l65G1nTyz.jpg
                        release_date: '2000-08-25'
                        title: Bring It On
                        video: false
                        vote_average: 6.246
                        vote_count: 1688
                      - adult: false
                        backdrop_path: /cabkKlqKhiNkgGSCMhybqkwllkE.jpg
                        genre_ids:
                          - 28
                          - 80
                          - 18
                          - 53
                        id: 1619
                        original_language: en
                        original_title: The Way of the Gun
                        overview: >-
                          Two criminal drifters without sympathy get more than
                          they bargained for after kidnapping and holding for
                          ransom the surrogate mother of a powerful and shady
                          man.
                        popularity: 11.258
                        poster_path: /wrjMMdgn1a4ChlaBmlzKnb78nr6.jpg
                        release_date: '2000-09-08'
                        title: The Way of the Gun
                        video: false
                        vote_average: 6.329
                        vote_count: 431
                    total_pages: 10189
                    total_results: 203765
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````