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

# Similar

> This endpoint get the similar movies based on genres and keywords.



## OpenAPI

````yaml get /3/movie/{movie_id}/similar
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/movie/{movie_id}/similar:
    parameters:
      - name: movie_id
        in: path
        required: true
        schema:
          type: integer
          example: 970450
    get:
      tags:
        - MOVIES
      summary: Similar
      description: This endpoint get the similar movies based on genres and keywords.
      operationId: similar
      parameters:
        - name: language
          in: query
          schema:
            type: string
            default: en-US
        - name: page
          in: query
          schema:
            type: integer
            default: 1
      responses:
        '200':
          description: Similar
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=3767
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 30 Dec 2024 10:41:37 GMT
            ETag:
              schema:
                type: string
                example: W/"6be5a6b02d36ef75fe677aa6a3bb1ca4"
            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 80ad73d9e8162f436b9f5199b04830b4.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: UkGxpHsSINDPoheg7p2prQ7NRPBzZDu-e-auMAXVkHzqO-VCttsMWw==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '19360'
            x-memc-expires:
              schema:
                type: string
                example: '3767'
            x-memc-key:
              schema:
                type: string
                example: 9553fa69953d4cbf79f8a955d0cedead
          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
                          nullable: true
                          example: /qH9wiXnx9mU9kNGCH1exaey9CqU.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 35
                          example:
                            - 35
                            - 10751
                            - 18
                        id:
                          type: number
                          example: 28276
                        original_language:
                          type: string
                          example: ja
                        original_title:
                          type: string
                          example: お早よう
                        overview:
                          type: string
                          example: >-
                            A lighthearted take on director Yasujiro Ozu’s
                            perennial theme of the challenges of
                            inter­generational relationships, Good Morning tells
                            the story of two young boys who stop speaking in
                            protest after their parents refuse to buy a
                            television set. Ozu weaves a wealth of subtle gags
                            through a family portrait as rich as those of his
                            dramatic films, mocking the foibles of the adult
                            world through the eyes of his child protagonists.
                            Shot in stunning color and set in a suburb of Tokyo
                            where housewives gossip about the neighbors’ new
                            washing machine and unemployed husbands look for
                            work as door-to-door salesmen, this charming comedy
                            refashions Ozu’s own silent classic I Was Born, But
                            . . . to gently satirize consumerism in postwar
                            Japan.
                        popularity:
                          type: number
                          example: 24.563
                        poster_path:
                          type: string
                          nullable: true
                          example: /q2nB2NFUi0jBYnLl2iuS2tcJTJ7.jpg
                        release_date:
                          type: string
                          example: '1959-05-12'
                        title:
                          type: string
                          example: Good Morning
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 7.7
                        vote_count:
                          type: number
                          example: 281
                    example:
                      - adult: false
                        backdrop_path: /qH9wiXnx9mU9kNGCH1exaey9CqU.jpg
                        genre_ids:
                          - 35
                          - 10751
                          - 18
                        id: 28276
                        original_language: ja
                        original_title: お早よう
                        overview: >-
                          A lighthearted take on director Yasujiro Ozu’s
                          perennial theme of the challenges of
                          inter­generational relationships, Good Morning tells
                          the story of two young boys who stop speaking in
                          protest after their parents refuse to buy a television
                          set. Ozu weaves a wealth of subtle gags through a
                          family portrait as rich as those of his dramatic
                          films, mocking the foibles of the adult world through
                          the eyes of his child protagonists. Shot in stunning
                          color and set in a suburb of Tokyo where housewives
                          gossip about the neighbors’ new washing machine and
                          unemployed husbands look for work as door-to-door
                          salesmen, this charming comedy refashions Ozu’s own
                          silent classic I Was Born, But . . . to gently
                          satirize consumerism in postwar Japan.
                        popularity: 24.563
                        poster_path: /q2nB2NFUi0jBYnLl2iuS2tcJTJ7.jpg
                        release_date: '1959-05-12'
                        title: Good Morning
                        video: false
                        vote_average: 7.7
                        vote_count: 281
                      - adult: false
                        backdrop_path: /oRHGvCbijALcsiJQk62Ty3m6XHi.jpg
                        genre_ids:
                          - 35
                          - 10751
                          - 10770
                        id: 28601
                        original_language: en
                        original_title: Problem Child 3
                        overview: >-
                          Now a pre-teen, Junior has fallen head over heels for
                          a classmate who doesn't even notice him, but does
                          notice three other boys – a child star, a hockey
                          player and a Boy Scout – who are rivals to Junior.
                          This means war!
                        popularity: 16.276
                        poster_path: /adCNPBJPaBjp9ikJAJYGAkqz6CE.jpg
                        release_date: '1995-05-13'
                        title: Problem Child 3
                        video: false
                        vote_average: 4.6
                        vote_count: 205
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                          - 99
                          - 10751
                        id: 1111915
                        original_language: en
                        original_title: 'Jurassic Genius: Great Big Sharks'
                        overview: >-
                          Melvin and Buddy are two space-exploring pups on a
                          mission. Scarfing down facts like dog biscuits is
                          their plan, but they can't learn about all the topics
                          that interest them without some help. That's where
                          Professor Brain comes in. He's the T-Rex with the mega
                          brain-flex. Climb aboard for all the intergalactic
                          fact-finding fun.
                        popularity: 0.93
                        poster_path: /ft4sfMZM7LnYOsZfhnX1Ny5cytm.jpg
                        release_date: '2019-11-05'
                        title: 'Jurassic Genius: Great Big Sharks'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /mAiwpsDhLv8PdcBhMbkRbz3RS8l.jpg
                        genre_ids:
                          - 16
                          - 10751
                        id: 271928
                        original_language: en
                        original_title: 'VeggieTales: Sweetpea Beauty'
                        overview: >-
                          Once upon a time, there lived a royally sour
                          blueberry, a fair rhubarb maiden and a dastardly
                          deceptive mirror! Sweetpea Beauty knows that what's on
                          the inside is what matters most, but insecure Queen
                          Blueberry can't see past her own reflection! So, when
                          a decree is handed down that only the most beautiful
                          can rule the land, the Queen gets nervous and things
                          turn ugly! Banished to the dark forest, Sweetpea's
                          fate seems bleak until a charming prince, a band of
                          merry minstrels and seven snow peas come to the
                          rescue! Will Sweetpea and her friends be able to warn
                          the Queen in time to save her from the clutches of the
                          tricky mirror - or will the crumbling kingdom and the
                          Queen's own heart be lost forever? Find out in this
                          fairy "Veggie" tale about the real meaning of true
                          beauty.
                        popularity: 1.862
                        poster_path: /wubOQpmleZsqRA1Tz0cia0RqTTz.jpg
                        release_date: '2010-08-03'
                        title: 'VeggieTales: Sweetpea Beauty'
                        video: false
                        vote_average: 5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /c4MhvYvcVACqfdyQ7PPjQrDKzK8.jpg
                        genre_ids:
                          - 35
                          - 18
                          - 10751
                        id: 432583
                        original_language: ml
                        original_title: ജോമോന്‍റെ സുവിശേഷങ്ങൾ...
                        overview: >-
                          A wayward youth of a rich father, Jomon is a carefree
                          youngster who doesn’t care about ‘being responsible
                          enough’ for his age. When the family lands in a
                          financial soup out of the blue, a different side of
                          the youngster surprisingly emerges. ​
                        popularity: 4.138
                        poster_path: /bGGYarM9KGD61F7Rmdioz6TJOuk.jpg
                        release_date: '2017-01-19'
                        title: Jomonte Suvisheshangal
                        video: false
                        vote_average: 6.4
                        vote_count: 35
                      - adult: false
                        backdrop_path: /4F2np8VZjzNJh0SXvVyG4xph9eO.jpg
                        genre_ids:
                          - 28
                          - 16
                          - 35
                          - 10751
                        id: 268531
                        original_language: en
                        original_title: 'Captain Underpants: The First Epic Movie'
                        overview: >-
                          Based on the bestselling book series, this outrageous
                          comedy tells the story of George and Harold,  two
                          overly imaginative pranksters who hypnotize their
                          principal into thinking he’s an enthusiastic, yet
                          dimwitted, superhero named Captain Underpants.
                        popularity: 25.883
                        poster_path: /vKSmaPct5OEeMoD8ue30RisHlKD.jpg
                        release_date: '2017-06-01'
                        title: 'Captain Underpants: The First Epic Movie'
                        video: false
                        vote_average: 6.2
                        vote_count: 1209
                      - adult: false
                        backdrop_path: /2QMgoiDlTmrO9FngZft8GgZ2SbX.jpg
                        genre_ids:
                          - 10751
                          - 16
                          - 12
                          - 35
                        id: 270946
                        original_language: en
                        original_title: Penguins of Madagascar
                        overview: >-
                          Skipper, Kowalski, Rico and Private join forces with
                          undercover organization The North Wind to stop the
                          villainous Dr. Octavius Brine from destroying the
                          world as we know it.
                        popularity: 72.157
                        poster_path: /gbrNsZ1dOK789NwWPyC0SuEABgr.jpg
                        release_date: '2014-11-22'
                        title: Penguins of Madagascar
                        video: false
                        vote_average: 6.53
                        vote_count: 4160
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                          - 16
                        id: 434309
                        original_language: en
                        original_title: Tough
                        overview: >-
                          Some things can only be understood with maturity. New
                          light is shed on childhood cultural misunderstandings
                          when a Chinese mother and her British born daughter
                          speak as adults for the first time.
                        popularity: 0.272
                        poster_path: /5cdsmDkMxnNeBH1wDBvC1sPfPkc.jpg
                        release_date: '2016-06-01'
                        title: Tough
                        video: false
                        vote_average: 6.6
                        vote_count: 5
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                        id: 1108794
                        original_language: en
                        original_title: Sing 3
                        overview: >-
                          The third installment in the Sing franchise. Plot
                          currently unknown.
                        popularity: 0.763
                        poster_path: null
                        release_date: ''
                        title: Sing 3
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /jy18bZ82yg8db16uRfIbPX44szv.jpg
                        genre_ids:
                          - 12
                          - 14
                          - 16
                          - 9648
                          - 10751
                        id: 27653
                        original_language: en
                        original_title: 'An American Tail: The Mystery of the Night Monster'
                        overview: >-
                          Follow the clues to fun and excitement as the beloved
                          little mouse takes on a big monster in this charming,
                          full-length adventure. When a ferocious, mouse-nabbing
                          creature puts fear into the hearts of New York City's
                          rodents, Fievel and his friends team up with a
                          reporter to chase after the scoop of the century and
                          -- just maybe -- get a close-up look at the bad guy
                          himself!
                        popularity: 9.569
                        poster_path: /oTV5TwZ4i6wDcWxoNpczk4CQBbM.jpg
                        release_date: '1999-10-06'
                        title: 'An American Tail: The Mystery of the Night Monster'
                        video: false
                        vote_average: 6.3
                        vote_count: 132
                      - adult: false
                        backdrop_path: /9tOkjBEiiGcaClgJFtwocStZvIT.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 269149
                        original_language: en
                        original_title: Zootopia
                        overview: >-
                          Determined to prove herself, Officer Judy Hopps, the
                          first bunny on Zootopia's police force, jumps at the
                          chance to crack her first case - even if it means
                          partnering with scam-artist fox Nick Wilde to solve
                          the mystery.
                        popularity: 108.894
                        poster_path: /hlK0e0wAQ3VLuJcsfIYPvb4JVud.jpg
                        release_date: '2016-02-11'
                        title: Zootopia
                        video: false
                        vote_average: 7.75
                        vote_count: 16363
                      - adult: false
                        backdrop_path: /rDCv2CPQBxjNt9pteEmSGXfqQRk.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 14
                          - 35
                        id: 269052
                        original_language: en
                        original_title: 'VeggieTales: An Easter Carol'
                        overview: >-
                          Ebenezer Nezzer is out of control! He's trying to make
                          Easter bigger than ever by filling London with plastic
                          eggs! But just how hard can his mechanical chickens
                          work before they're… well, fried? In just one
                          unforgettable day and night, Cavis and Millward (Bob
                          and Larry) and a music box angel named Hope must
                          convince Nezzer that Easter is about more than candy
                          and eggs. Inspired by Dickens' Christmas classic, this
                          very special VeggieTales film explains why millions of
                          Christians around the world celebrate Easter past,
                          present and future.
                        popularity: 2.716
                        poster_path: /xVTmyubu4C48RY08QmI0us8E7GM.jpg
                        release_date: '2004-02-10'
                        title: 'VeggieTales: An Easter Carol'
                        video: true
                        vote_average: 5.4
                        vote_count: 12
                      - adult: false
                        backdrop_path: /xcOMfqzBpLaanOfzKwnhu7Y0U5O.jpg
                        genre_ids:
                          - 18
                          - 10751
                        id: 270593
                        original_language: ml
                        original_title: ഹൗ ഓൾഡ് ആർ യൂ ?
                        overview: >-
                          36 year-old Nirupama Rajeev (played by Manju Warrier)
                          is an UD clerk in Revenue Department. The role of her
                          husband is played by Kunchaka Boban. There is nothing
                          interesting about her life as she leads a life which
                          is determined by her usual daily activities. The movie
                          focusses on the society's obsession with the age and
                          how individual's ability is overlooked by the fact how
                          old he or she is.
                        popularity: 1.497
                        poster_path: /t9U6siIkUoARSktJhgSloTuIka0.jpg
                        release_date: '2014-05-16'
                        title: How Old Are You
                        video: false
                        vote_average: 6.6
                        vote_count: 18
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 10751
                          - 18
                          - 10749
                        id: 29760
                        original_language: en
                        original_title: Cayman Went
                        overview: >-
                          Cayman Went is the story of Josh Anders, a fading
                          Hollywood underwater action star whose life takes on
                          new meaning when he's forced to spend time with the
                          eccentric, endearing inhabitants of Cayman Brac and
                          their local dive community.
                        popularity: 1.369
                        poster_path: /4VJIlBwth8F7zIrByNTwMJwkEH5.jpg
                        release_date: '2009-06-05'
                        title: Cayman Went
                        video: false
                        vote_average: 5
                        vote_count: 3
                      - adult: false
                        backdrop_path: /ksDFCJXecYawpkbhz2AQ8B1ArbT.jpg
                        genre_ids:
                          - 10751
                          - 16
                          - 12
                        id: 31473
                        original_language: en
                        original_title: 'An American Tail: The Treasure of Manhattan Island'
                        overview: >-
                          Fievel and his friend Tony Toponi find a map that they
                          believe points to a treasure buried somewhere beneath
                          Old New York, and the plucky rodent is determined to
                          find it. However, what he discovers under the city is
                          a tribe of Native American mice who were driven
                          underground by prejudiced European immigrants.
                        popularity: 14.873
                        poster_path: /3tHRV61S9NWgme1pOHeXeDRBYvh.jpg
                        release_date: '1998-02-15'
                        title: 'An American Tail: The Treasure of Manhattan Island'
                        video: false
                        vote_average: 6.275
                        vote_count: 167
                      - adult: false
                        backdrop_path: /ddtoVAha6yUyuMdHUWMzn5o5njX.jpg
                        genre_ids:
                          - 35
                          - 10751
                          - 14
                        id: 31586
                        original_language: en
                        original_title: North
                        overview: >-
                          Eleven-year-old North has had it with his parents.
                          They are always busy with their careers and don't give
                          North the attention he needs, so he files a lawsuit
                          against them. The judge rules that North should either
                          find new parents or return to his own parents within
                          two months. Thus North starts off on a journey around
                          the world to find parents that really care about him.
                        popularity: 9.312
                        poster_path: /e4JEG7dstmurXMUPOW9Jy6UDR9F.jpg
                        release_date: '1994-07-22'
                        title: North
                        video: false
                        vote_average: 4.996
                        vote_count: 252
                      - adult: false
                        backdrop_path: /rwD8N3wvfxcDBborM1BCZ6AiExZ.jpg
                        genre_ids:
                          - 10751
                          - 878
                          - 12
                        id: 31397
                        original_language: en
                        original_title: Alien from L.A.
                        overview: >-
                          When her archaeologist father disappears on an
                          expedition, Wanda sets out to look for him. What she
                          finds is a secret underground world, where no one
                          believes in life on the surface and where she and her
                          father are taken for spies.
                        popularity: 8.67
                        poster_path: /Al8v2ASozhufxTiA7HVL7GAxi3y.jpg
                        release_date: '1988-02-26'
                        title: Alien from L.A.
                        video: false
                        vote_average: 3.2
                        vote_count: 63
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                          - 27
                          - 878
                        id: 272108
                        original_language: ja
                        original_title: 淫獣エイリアン
                        overview: >-
                          The all female crew of the transport ship Muse is on a
                          mission in deep space. They pick up an SOS signal and
                          discover a derelict space cruiser where all the women
                          have died mysteriously. They take the only survivor, a
                          young woman named Flair, and detonate the ghost ship.
                          However, the danger is just beginning. With Flair on
                          the Muse, the romances between the women begin to take
                          a new turn. One by one, the crewmembers are attacked
                          by a mysterious alien presence, desperate to find a
                          way to reproduce with human women!
                        popularity: 19.023
                        poster_path: /dbxpznxnTpR5MCl0bdDRor7j4qK.jpg
                        release_date: '1997-01-24'
                        title: Alien from the Darkness
                        video: false
                        vote_average: 5.8
                        vote_count: 10
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 10751
                          - 12
                          - 35
                          - 10402
                        id: 767692
                        original_language: en
                        original_title: 'The Adventures of Timmy the Tooth: Spooky Tooth'
                        overview: >-
                          Set in Flossmore Valley and Egypt, Timmy, Brushbrush
                          and Bubbles visit the pyramids on their official
                          pyramid investigation business as they explore the
                          pyramid of King Tooth Uncommon.
                        popularity: 0.585
                        poster_path: /om4Ev8TvipAoNSOD39AFO0rGENW.jpg
                        release_date: '1995-05-22'
                        title: 'The Adventures of Timmy the Tooth: Spooky Tooth'
                        video: false
                        vote_average: 7
                        vote_count: 2
                      - adult: false
                        backdrop_path: /twuNiG3UXHo4cvPNcOq1yvmwV3j.jpg
                        genre_ids:
                          - 16
                          - 10751
                        id: 272070
                        original_language: en
                        original_title: 'VeggieTales: The Penniless Princess'
                        overview: >-
                          Sweet Sara Crewe has everything a little girl could
                          want - a loving family, lots of friends and a closet
                          full of frilly dresses! But when life takes a turn and
                          Sara goes from riches to rags, will she realize that
                          her true worth lies not in what she has, but what's in
                          her heart?
                        popularity: 0.355
                        poster_path: /1kznZuiS6dIVhZkRhwuf3gkG9oo.jpg
                        release_date: '2012-08-14'
                        title: 'VeggieTales: The Penniless Princess'
                        video: false
                        vote_average: 0
                        vote_count: 0
                  total_pages:
                    type: number
                    example: 4246
                  total_results:
                    type: number
                    example: 84901
              examples:
                Similar:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /qH9wiXnx9mU9kNGCH1exaey9CqU.jpg
                        genre_ids:
                          - 35
                          - 10751
                          - 18
                        id: 28276
                        original_language: ja
                        original_title: お早よう
                        overview: >-
                          A lighthearted take on director Yasujiro Ozu’s
                          perennial theme of the challenges of
                          inter­generational relationships, Good Morning tells
                          the story of two young boys who stop speaking in
                          protest after their parents refuse to buy a television
                          set. Ozu weaves a wealth of subtle gags through a
                          family portrait as rich as those of his dramatic
                          films, mocking the foibles of the adult world through
                          the eyes of his child protagonists. Shot in stunning
                          color and set in a suburb of Tokyo where housewives
                          gossip about the neighbors’ new washing machine and
                          unemployed husbands look for work as door-to-door
                          salesmen, this charming comedy refashions Ozu’s own
                          silent classic I Was Born, But . . . to gently
                          satirize consumerism in postwar Japan.
                        popularity: 24.563
                        poster_path: /q2nB2NFUi0jBYnLl2iuS2tcJTJ7.jpg
                        release_date: '1959-05-12'
                        title: Good Morning
                        video: false
                        vote_average: 7.7
                        vote_count: 281
                      - adult: false
                        backdrop_path: /oRHGvCbijALcsiJQk62Ty3m6XHi.jpg
                        genre_ids:
                          - 35
                          - 10751
                          - 10770
                        id: 28601
                        original_language: en
                        original_title: Problem Child 3
                        overview: >-
                          Now a pre-teen, Junior has fallen head over heels for
                          a classmate who doesn't even notice him, but does
                          notice three other boys – a child star, a hockey
                          player and a Boy Scout – who are rivals to Junior.
                          This means war!
                        popularity: 16.276
                        poster_path: /adCNPBJPaBjp9ikJAJYGAkqz6CE.jpg
                        release_date: '1995-05-13'
                        title: Problem Child 3
                        video: false
                        vote_average: 4.6
                        vote_count: 205
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                          - 99
                          - 10751
                        id: 1111915
                        original_language: en
                        original_title: 'Jurassic Genius: Great Big Sharks'
                        overview: >-
                          Melvin and Buddy are two space-exploring pups on a
                          mission. Scarfing down facts like dog biscuits is
                          their plan, but they can't learn about all the topics
                          that interest them without some help. That's where
                          Professor Brain comes in. He's the T-Rex with the mega
                          brain-flex. Climb aboard for all the intergalactic
                          fact-finding fun.
                        popularity: 0.93
                        poster_path: /ft4sfMZM7LnYOsZfhnX1Ny5cytm.jpg
                        release_date: '2019-11-05'
                        title: 'Jurassic Genius: Great Big Sharks'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /mAiwpsDhLv8PdcBhMbkRbz3RS8l.jpg
                        genre_ids:
                          - 16
                          - 10751
                        id: 271928
                        original_language: en
                        original_title: 'VeggieTales: Sweetpea Beauty'
                        overview: >-
                          Once upon a time, there lived a royally sour
                          blueberry, a fair rhubarb maiden and a dastardly
                          deceptive mirror! Sweetpea Beauty knows that what's on
                          the inside is what matters most, but insecure Queen
                          Blueberry can't see past her own reflection! So, when
                          a decree is handed down that only the most beautiful
                          can rule the land, the Queen gets nervous and things
                          turn ugly! Banished to the dark forest, Sweetpea's
                          fate seems bleak until a charming prince, a band of
                          merry minstrels and seven snow peas come to the
                          rescue! Will Sweetpea and her friends be able to warn
                          the Queen in time to save her from the clutches of the
                          tricky mirror - or will the crumbling kingdom and the
                          Queen's own heart be lost forever? Find out in this
                          fairy "Veggie" tale about the real meaning of true
                          beauty.
                        popularity: 1.862
                        poster_path: /wubOQpmleZsqRA1Tz0cia0RqTTz.jpg
                        release_date: '2010-08-03'
                        title: 'VeggieTales: Sweetpea Beauty'
                        video: false
                        vote_average: 5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /c4MhvYvcVACqfdyQ7PPjQrDKzK8.jpg
                        genre_ids:
                          - 35
                          - 18
                          - 10751
                        id: 432583
                        original_language: ml
                        original_title: ജോമോന്‍റെ സുവിശേഷങ്ങൾ...
                        overview: >-
                          A wayward youth of a rich father, Jomon is a carefree
                          youngster who doesn’t care about ‘being responsible
                          enough’ for his age. When the family lands in a
                          financial soup out of the blue, a different side of
                          the youngster surprisingly emerges. ​
                        popularity: 4.138
                        poster_path: /bGGYarM9KGD61F7Rmdioz6TJOuk.jpg
                        release_date: '2017-01-19'
                        title: Jomonte Suvisheshangal
                        video: false
                        vote_average: 6.4
                        vote_count: 35
                      - adult: false
                        backdrop_path: /4F2np8VZjzNJh0SXvVyG4xph9eO.jpg
                        genre_ids:
                          - 28
                          - 16
                          - 35
                          - 10751
                        id: 268531
                        original_language: en
                        original_title: 'Captain Underpants: The First Epic Movie'
                        overview: >-
                          Based on the bestselling book series, this outrageous
                          comedy tells the story of George and Harold,  two
                          overly imaginative pranksters who hypnotize their
                          principal into thinking he’s an enthusiastic, yet
                          dimwitted, superhero named Captain Underpants.
                        popularity: 25.883
                        poster_path: /vKSmaPct5OEeMoD8ue30RisHlKD.jpg
                        release_date: '2017-06-01'
                        title: 'Captain Underpants: The First Epic Movie'
                        video: false
                        vote_average: 6.2
                        vote_count: 1209
                      - adult: false
                        backdrop_path: /2QMgoiDlTmrO9FngZft8GgZ2SbX.jpg
                        genre_ids:
                          - 10751
                          - 16
                          - 12
                          - 35
                        id: 270946
                        original_language: en
                        original_title: Penguins of Madagascar
                        overview: >-
                          Skipper, Kowalski, Rico and Private join forces with
                          undercover organization The North Wind to stop the
                          villainous Dr. Octavius Brine from destroying the
                          world as we know it.
                        popularity: 72.157
                        poster_path: /gbrNsZ1dOK789NwWPyC0SuEABgr.jpg
                        release_date: '2014-11-22'
                        title: Penguins of Madagascar
                        video: false
                        vote_average: 6.53
                        vote_count: 4160
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                          - 16
                        id: 434309
                        original_language: en
                        original_title: Tough
                        overview: >-
                          Some things can only be understood with maturity. New
                          light is shed on childhood cultural misunderstandings
                          when a Chinese mother and her British born daughter
                          speak as adults for the first time.
                        popularity: 0.272
                        poster_path: /5cdsmDkMxnNeBH1wDBvC1sPfPkc.jpg
                        release_date: '2016-06-01'
                        title: Tough
                        video: false
                        vote_average: 6.6
                        vote_count: 5
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                        id: 1108794
                        original_language: en
                        original_title: Sing 3
                        overview: >-
                          The third installment in the Sing franchise. Plot
                          currently unknown.
                        popularity: 0.763
                        poster_path: null
                        release_date: ''
                        title: Sing 3
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /jy18bZ82yg8db16uRfIbPX44szv.jpg
                        genre_ids:
                          - 12
                          - 14
                          - 16
                          - 9648
                          - 10751
                        id: 27653
                        original_language: en
                        original_title: 'An American Tail: The Mystery of the Night Monster'
                        overview: >-
                          Follow the clues to fun and excitement as the beloved
                          little mouse takes on a big monster in this charming,
                          full-length adventure. When a ferocious, mouse-nabbing
                          creature puts fear into the hearts of New York City's
                          rodents, Fievel and his friends team up with a
                          reporter to chase after the scoop of the century and
                          -- just maybe -- get a close-up look at the bad guy
                          himself!
                        popularity: 9.569
                        poster_path: /oTV5TwZ4i6wDcWxoNpczk4CQBbM.jpg
                        release_date: '1999-10-06'
                        title: 'An American Tail: The Mystery of the Night Monster'
                        video: false
                        vote_average: 6.3
                        vote_count: 132
                      - adult: false
                        backdrop_path: /9tOkjBEiiGcaClgJFtwocStZvIT.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 269149
                        original_language: en
                        original_title: Zootopia
                        overview: >-
                          Determined to prove herself, Officer Judy Hopps, the
                          first bunny on Zootopia's police force, jumps at the
                          chance to crack her first case - even if it means
                          partnering with scam-artist fox Nick Wilde to solve
                          the mystery.
                        popularity: 108.894
                        poster_path: /hlK0e0wAQ3VLuJcsfIYPvb4JVud.jpg
                        release_date: '2016-02-11'
                        title: Zootopia
                        video: false
                        vote_average: 7.75
                        vote_count: 16363
                      - adult: false
                        backdrop_path: /rDCv2CPQBxjNt9pteEmSGXfqQRk.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 14
                          - 35
                        id: 269052
                        original_language: en
                        original_title: 'VeggieTales: An Easter Carol'
                        overview: >-
                          Ebenezer Nezzer is out of control! He's trying to make
                          Easter bigger than ever by filling London with plastic
                          eggs! But just how hard can his mechanical chickens
                          work before they're… well, fried? In just one
                          unforgettable day and night, Cavis and Millward (Bob
                          and Larry) and a music box angel named Hope must
                          convince Nezzer that Easter is about more than candy
                          and eggs. Inspired by Dickens' Christmas classic, this
                          very special VeggieTales film explains why millions of
                          Christians around the world celebrate Easter past,
                          present and future.
                        popularity: 2.716
                        poster_path: /xVTmyubu4C48RY08QmI0us8E7GM.jpg
                        release_date: '2004-02-10'
                        title: 'VeggieTales: An Easter Carol'
                        video: true
                        vote_average: 5.4
                        vote_count: 12
                      - adult: false
                        backdrop_path: /xcOMfqzBpLaanOfzKwnhu7Y0U5O.jpg
                        genre_ids:
                          - 18
                          - 10751
                        id: 270593
                        original_language: ml
                        original_title: ഹൗ ഓൾഡ് ആർ യൂ ?
                        overview: >-
                          36 year-old Nirupama Rajeev (played by Manju Warrier)
                          is an UD clerk in Revenue Department. The role of her
                          husband is played by Kunchaka Boban. There is nothing
                          interesting about her life as she leads a life which
                          is determined by her usual daily activities. The movie
                          focusses on the society's obsession with the age and
                          how individual's ability is overlooked by the fact how
                          old he or she is.
                        popularity: 1.497
                        poster_path: /t9U6siIkUoARSktJhgSloTuIka0.jpg
                        release_date: '2014-05-16'
                        title: How Old Are You
                        video: false
                        vote_average: 6.6
                        vote_count: 18
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 10751
                          - 18
                          - 10749
                        id: 29760
                        original_language: en
                        original_title: Cayman Went
                        overview: >-
                          Cayman Went is the story of Josh Anders, a fading
                          Hollywood underwater action star whose life takes on
                          new meaning when he's forced to spend time with the
                          eccentric, endearing inhabitants of Cayman Brac and
                          their local dive community.
                        popularity: 1.369
                        poster_path: /4VJIlBwth8F7zIrByNTwMJwkEH5.jpg
                        release_date: '2009-06-05'
                        title: Cayman Went
                        video: false
                        vote_average: 5
                        vote_count: 3
                      - adult: false
                        backdrop_path: /ksDFCJXecYawpkbhz2AQ8B1ArbT.jpg
                        genre_ids:
                          - 10751
                          - 16
                          - 12
                        id: 31473
                        original_language: en
                        original_title: 'An American Tail: The Treasure of Manhattan Island'
                        overview: >-
                          Fievel and his friend Tony Toponi find a map that they
                          believe points to a treasure buried somewhere beneath
                          Old New York, and the plucky rodent is determined to
                          find it. However, what he discovers under the city is
                          a tribe of Native American mice who were driven
                          underground by prejudiced European immigrants.
                        popularity: 14.873
                        poster_path: /3tHRV61S9NWgme1pOHeXeDRBYvh.jpg
                        release_date: '1998-02-15'
                        title: 'An American Tail: The Treasure of Manhattan Island'
                        video: false
                        vote_average: 6.275
                        vote_count: 167
                      - adult: false
                        backdrop_path: /ddtoVAha6yUyuMdHUWMzn5o5njX.jpg
                        genre_ids:
                          - 35
                          - 10751
                          - 14
                        id: 31586
                        original_language: en
                        original_title: North
                        overview: >-
                          Eleven-year-old North has had it with his parents.
                          They are always busy with their careers and don't give
                          North the attention he needs, so he files a lawsuit
                          against them. The judge rules that North should either
                          find new parents or return to his own parents within
                          two months. Thus North starts off on a journey around
                          the world to find parents that really care about him.
                        popularity: 9.312
                        poster_path: /e4JEG7dstmurXMUPOW9Jy6UDR9F.jpg
                        release_date: '1994-07-22'
                        title: North
                        video: false
                        vote_average: 4.996
                        vote_count: 252
                      - adult: false
                        backdrop_path: /rwD8N3wvfxcDBborM1BCZ6AiExZ.jpg
                        genre_ids:
                          - 10751
                          - 878
                          - 12
                        id: 31397
                        original_language: en
                        original_title: Alien from L.A.
                        overview: >-
                          When her archaeologist father disappears on an
                          expedition, Wanda sets out to look for him. What she
                          finds is a secret underground world, where no one
                          believes in life on the surface and where she and her
                          father are taken for spies.
                        popularity: 8.67
                        poster_path: /Al8v2ASozhufxTiA7HVL7GAxi3y.jpg
                        release_date: '1988-02-26'
                        title: Alien from L.A.
                        video: false
                        vote_average: 3.2
                        vote_count: 63
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                          - 27
                          - 878
                        id: 272108
                        original_language: ja
                        original_title: 淫獣エイリアン
                        overview: >-
                          The all female crew of the transport ship Muse is on a
                          mission in deep space. They pick up an SOS signal and
                          discover a derelict space cruiser where all the women
                          have died mysteriously. They take the only survivor, a
                          young woman named Flair, and detonate the ghost ship.
                          However, the danger is just beginning. With Flair on
                          the Muse, the romances between the women begin to take
                          a new turn. One by one, the crewmembers are attacked
                          by a mysterious alien presence, desperate to find a
                          way to reproduce with human women!
                        popularity: 19.023
                        poster_path: /dbxpznxnTpR5MCl0bdDRor7j4qK.jpg
                        release_date: '1997-01-24'
                        title: Alien from the Darkness
                        video: false
                        vote_average: 5.8
                        vote_count: 10
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 10751
                          - 12
                          - 35
                          - 10402
                        id: 767692
                        original_language: en
                        original_title: 'The Adventures of Timmy the Tooth: Spooky Tooth'
                        overview: >-
                          Set in Flossmore Valley and Egypt, Timmy, Brushbrush
                          and Bubbles visit the pyramids on their official
                          pyramid investigation business as they explore the
                          pyramid of King Tooth Uncommon.
                        popularity: 0.585
                        poster_path: /om4Ev8TvipAoNSOD39AFO0rGENW.jpg
                        release_date: '1995-05-22'
                        title: 'The Adventures of Timmy the Tooth: Spooky Tooth'
                        video: false
                        vote_average: 7
                        vote_count: 2
                      - adult: false
                        backdrop_path: /twuNiG3UXHo4cvPNcOq1yvmwV3j.jpg
                        genre_ids:
                          - 16
                          - 10751
                        id: 272070
                        original_language: en
                        original_title: 'VeggieTales: The Penniless Princess'
                        overview: >-
                          Sweet Sara Crewe has everything a little girl could
                          want - a loving family, lots of friends and a closet
                          full of frilly dresses! But when life takes a turn and
                          Sara goes from riches to rags, will she realize that
                          her true worth lies not in what she has, but what's in
                          her heart?
                        popularity: 0.355
                        poster_path: /1kznZuiS6dIVhZkRhwuf3gkG9oo.jpg
                        release_date: '2012-08-14'
                        title: 'VeggieTales: The Penniless Princess'
                        video: false
                        vote_average: 0
                        vote_count: 0
                    total_pages: 4246
                    total_results: 84901
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````