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

# Movies

> This endpoint is deprecated, you should use [<code>/discover/movie</code>](https://developer.themoviedb.org/reference/discover-movie) instead.



## OpenAPI

````yaml get /3/keyword/{{keyword_id}}/movies
openapi: 3.0.3
info:
  title: TMDb Endpoints
  description: >-
    Welcome to the TMDb API! You'll find a well-organized collection of
    endpoints, each helping you fetch different types of movie and TV data. The
    endpoints cover everything from searching for titles and getting details to
    managing lists and accessing ratings, all designed to give you precise
    control over the information you need.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
    description: Test server
  - url: https://api.themoviedb.org/3
    description: Production server
  - url: '{{base_url}}'
    description: Some other server
security: []
tags:
  - name: AUTHENTICATION
    description: The /account/{account_id} gets the public details of an account on TMDB.
  - name: ACCOUNT
    description: >-
      Account endpoints allow users to manage their personal information,
      ratings, watchlists, and other account-related data after authenticating.
  - name: CERTIFICATIONS
    description: >-
      The Certifications endpoints provide lists of movie and TV show content
      rating systems used in various countries.
  - name: CHANGES
    description: >-
      Changes endpoints allow you to track modifications made to movies, TV
      shows, and people in the TMDb database, providing a history of updates and
      enabling you to keep your local data synchronized.
  - name: COLLECTIONS
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
    description: >-
      Discover endpoints are powerful tools for finding movies and TV shows
      based on a wide range of criteria, such as genre, release date, rating,
      keywords, and more, enabling highly customized searches.
  - name: FIND
    description: This folder has find by ID endpoint
  - name: GENRES
    description: >-
      Genres endpoints provide lists of available movie and TV show genres,
      allowing you to categorize and filter content.
  - name: GUEST SESSIONS
    description: >-
      Guest session endpoints allow you to create temporary, unauthenticated
      sessions that grant limited access to certain API features, such as rating
      movies or TV shows without requiring a full user account.
  - name: KEYWORDS
    description: >-
      Keyword endpoints allow you to search for keywords and retrieve detailed
      information about specific keywords and the media associated with them.
  - name: LISTS
    description: >-
      Lists endpoints allow you to create, retrieve, modify, and delete custom
      lists of movies or TV shows.
  - name: MOVIE LIST
    description: >-
      The Movie List endpoints let you retrieve pre-made lists of movies,
      categorized by criteria like popularity, top rated, now playing, or
      upcoming releases.
  - name: MOVIES
    description: >-
      The Movie endpoints allow you to retrieve detailed information about
      movies, including titles, descriptions, cast, crew, ratings, and related
      data.
  - name: NETWORKS
    description: >-
      The NETWORKS endpoints let you retrieve information about television
      networks, such as their names, logos, and origin countries.
  - name: PEOPLE LISTS
    description: >-
      The People Lists endpoints let you retrieve lists of people based on
      criteria like popularity.
  - name: PEOPLE
    description: >-
      The PEOPLE endpoints let you get information about actors, directors, and
      other people involved in movies and TV shows.
  - name: REVIEWS
    description: >-
      The REVIEWS endpoints let you get user-written opinions and ratings about
      movies and TV shows.
  - name: SEARCH
    description: >-
      The "Search" endpoints let you find movies, TV shows, people, and other
      content by typing in keywords or names.
  - name: TRENDING
    description: >-
      The "Trending" endpoints show you what movies, TV shows, and people are
      currently popular or getting a lot of attention right now.
  - name: TV SERIES LISTS
    description: >-
      TV Series Lists endpoints provide access to pre-defined lists of TV shows,
      such as popular, top-rated, or airing today, allowing you to quickly
      retrieve collections of TV series based on specific criteria.
  - name: TV SERIES
    description: >-
      The TV series endpoints provide access to a wealth of information about
      television shows, including details, credits, seasons, episodes,
      recommendations, and more. See each of them below for specific
      information.
  - name: TV SEASONS
    description: >-
      The TV seasons endpoints allow you to retrieve details about specific
      seasons of a TV show, including information about the episodes within that
      season. See them below for specific information on how to use them.
  - name: TV EPISODES
    description: >-
      The TV episode endpoints allow you to retrieve detailed information about
      specific episodes of a TV show, including details like the episode number,
      name, air date, overview, and more. Check them out for specific
      information.
  - name: TV EPISODE GROUPS
    description: >-
      There's only one endpoint in this folder. Check the endpoint to find
      information about it.
  - name: WATCH PROVIDERS
    description: >-
      The Watch Providers endpoints provide information about streaming
      services, rental/purchase platforms, and sometimes even theatrical
      releases in different regions.
paths:
  /3/keyword/{{keyword_id}}/movies:
    parameters:
      - name: keyword_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - KEYWORDS
      summary: Movies
      description: "This endpoint is deprecated, you should use\_[<code>/discover/movie</code>](https://developer.themoviedb.org/reference/discover-movie)\_instead."
      operationId: movies
      responses:
        '200':
          description: Movies Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=25190
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Fri, 10 Jan 2025 17:46:19 GMT
            ETag:
              schema:
                type: string
                example: W/"ed0d7ad0a8106306b345a13c6883675d"
            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 2753b41455655294f3c924b22dffed5e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: jffKUI1y2VnoqqZbxSKF2ihyioaQgvUHCriHs1bp9CM6xOV8HVc0ug==
            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: '3342'
            x-memc-expires:
              schema:
                type: string
                example: '25190'
            x-memc-key:
              schema:
                type: string
                example: bcbf1ff5b58db20368a3fa44f7150ffe
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 977
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          example: /b3mdmjYTEL70j7nuXATUAD9qgu4.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 16
                          example:
                            - 16
                            - 14
                            - 12
                        id:
                          type: number
                          example: 823219
                        original_language:
                          type: string
                          example: lv
                        original_title:
                          type: string
                          example: Straume
                        overview:
                          type: string
                          example: >-
                            A solitary cat, displaced by a great flood, finds
                            refuge on a boat with various species and must
                            navigate the challenges of adapting to a transformed
                            world together.
                        popularity:
                          type: number
                          example: 1520.499
                        poster_path:
                          type: string
                          example: /imKSymKBK7o73sajciEmndJoVkR.jpg
                        release_date:
                          type: string
                          example: '2024-01-30'
                        title:
                          type: string
                          example: Flow
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 8.4
                        vote_count:
                          type: number
                          example: 634
                    example:
                      - adult: false
                        backdrop_path: /b3mdmjYTEL70j7nuXATUAD9qgu4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 12
                        id: 823219
                        original_language: lv
                        original_title: Straume
                        overview: >-
                          A solitary cat, displaced by a great flood, finds
                          refuge on a boat with various species and must
                          navigate the challenges of adapting to a transformed
                          world together.
                        popularity: 1520.499
                        poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg
                        release_date: '2024-01-30'
                        title: Flow
                        video: false
                        vote_average: 8.4
                        vote_count: 634
                      - adult: false
                        backdrop_path: /lTYGtgDRygku7iiFLWyiEc4wLzz.jpg
                        genre_ids:
                          - 18
                          - 28
                          - 27
                        id: 1118031
                        original_language: es
                        original_title: 'Apocalipsis Z: el principio del fin'
                        overview: >-
                          When a kind of rabies that transforms people into
                          aggressive creatures spreads across the planet, Manel
                          isolates himself at home with his cat, relying on his
                          wits to survive; but soon they must go out in search
                          of food, by land and by sea, dodging many dangers.
                        popularity: 556.273
                        poster_path: /wIGJnIFQlESkC2rLpfA8EDHqk4g.jpg
                        release_date: '2024-10-04'
                        title: 'Apocalypse Z: The Beginning of the End'
                        video: false
                        vote_average: 6.843
                        vote_count: 814
                      - adult: false
                        backdrop_path: /P82NAcEsLIYgQtrtn36tYsj41m.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 12
                          - 28
                        id: 748783
                        original_language: en
                        original_title: The Garfield Movie
                        overview: >-
                          Garfield, the world-famous, Monday-hating,
                          lasagna-loving indoor cat, is about to have a wild
                          outdoor adventure! After an unexpected reunion with
                          his long-lost father – scruffy street cat Vic –
                          Garfield and his canine friend Odie are forced from
                          their perfectly pampered life into joining Vic in a
                          hilarious, high-stakes heist.
                        popularity: 226.754
                        poster_path: /xYduFGuch9OwbCOEUiamml18ZoB.jpg
                        release_date: '2024-04-30'
                        title: The Garfield Movie
                        video: false
                        vote_average: 7.1
                        vote_count: 1155
                      - adult: false
                        backdrop_path: /6XjMwQTvnICBz6TguiDKkDVHvgS.jpg
                        genre_ids:
                          - 27
                          - 878
                          - 53
                        id: 762441
                        original_language: en
                        original_title: 'A Quiet Place: Day One'
                        overview: >-
                          As New York City is invaded by alien creatures who
                          hunt by sound, a woman named Sam fights to survive
                          with her cat.
                        popularity: 188.488
                        poster_path: /hU42CRk14JuPEdqZG3AWmagiPAP.jpg
                        release_date: '2024-06-26'
                        title: 'A Quiet Place: Day One'
                        video: false
                        vote_average: 6.769
                        vote_count: 2377
                      - adult: false
                        backdrop_path: /rQaHA74pevnGsxcKGaoZVGWe9TC.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                          - 14
                        id: 508442
                        original_language: en
                        original_title: Soul
                        overview: >-
                          Joe Gardner is a middle school teacher with a love for
                          jazz music. After a successful audition at the Half
                          Note Club, he suddenly gets into an accident that
                          separates his soul from his body and is transported to
                          the You Seminar, a center in which souls develop and
                          gain passions before being transported to a newborn
                          child. Joe must enlist help from the other
                          souls-in-training, like 22, a soul who has spent eons
                          in the You Seminar, in order to get back to Earth.
                        popularity: 89.628
                        poster_path: /pEz5aROvfy5FBW1OTlrDO3VryWO.jpg
                        release_date: '2020-12-25'
                        title: Soul
                        video: false
                        vote_average: 8.119
                        vote_count: 10519
                      - adult: false
                        backdrop_path: /r8Vk1PJ7eDwRKDZJOS4AKC7puK3.jpg
                        genre_ids:
                          - 35
                          - 10751
                        id: 8920
                        original_language: en
                        original_title: Garfield
                        overview: >-
                          Garfield, the fat, lazy, lasagna lover, has everything
                          a cat could want. But when Jon, in an effort to
                          impress the Liz - the vet and an old high-school crush
                          - adopts a dog named Odie and brings him home,
                          Garfield gets the one thing he doesn't want.
                          Competition.
                        popularity: 74.073
                        poster_path: /vqwTSWNLyH55g8kBT61s2DgNYEp.jpg
                        release_date: '2004-06-10'
                        title: Garfield
                        video: false
                        vote_average: 5.7
                        vote_count: 4013
                      - adult: false
                        backdrop_path: /8iZjnNSIH4teZERl0VjUeHHVrec.jpg
                        genre_ids:
                          - 27
                          - 53
                        id: 157433
                        original_language: en
                        original_title: Pet Sematary
                        overview: >-
                          Dr. Louis Creed and his wife, Rachel, move from Boston
                          to Ludlow, in rural Maine, with their two young
                          children. Hidden in the woods near the new family
                          home, Ellie, their eldest daughter, discovers a
                          mysterious cemetery where the pets of community
                          members are buried.
                        popularity: 64.96
                        poster_path: /7SPhr7Qj39vbnfF9O2qHRYaKHAL.jpg
                        release_date: '2019-04-04'
                        title: Pet Sematary
                        video: false
                        vote_average: 5.7
                        vote_count: 3214
                      - adult: false
                        backdrop_path: /lrAarolYTHaRKT3eL5cVukG0pR7.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 35
                        id: 848538
                        original_language: en
                        original_title: Argylle
                        overview: >-
                          When the plots of reclusive author Elly Conway's
                          fictional espionage novels begin to mirror the covert
                          actions of a real-life spy organization, quiet
                          evenings at home become a thing of the past.
                          Accompanied by her cat Alfie and Aiden, a cat-allergic
                          spy, Elly races across the world to stay one step
                          ahead of the killers as the line between Conway's
                          fictional world and her real one begins to blur.
                        popularity: 64.95
                        poster_path: /siduVKgOnABO4WH4lOwPQwaGwJp.jpg
                        release_date: '2024-01-31'
                        title: Argylle
                        video: false
                        vote_average: 6.089
                        vote_count: 1378
                      - adult: false
                        backdrop_path: /zLj0peaxy5y2SlC6wNIQ4V0pfqg.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                          - 14
                        id: 1139829
                        original_language: en
                        original_title: Orion and the Dark
                        overview: >-
                          A boy with an active imagination faces his fears on an
                          unforgettable journey through the night with his new
                          friend: a giant, smiling creature named Dark.
                        popularity: 60.686
                        poster_path: /k6iHs4daxm0RQqFQsE8oE5wWJjj.jpg
                        release_date: '2024-02-01'
                        title: Orion and the Dark
                        video: false
                        vote_average: 6.6
                        vote_count: 513
                      - adult: false
                        backdrop_path: /gYtXT7fJNBRZBbBulO11DoRveLT.jpg
                        genre_ids:
                          - 18
                          - 35
                        id: 400928
                        original_language: en
                        original_title: Gifted
                        overview: >-
                          Frank, a single man raising his child prodigy niece
                          Mary, is drawn into a custody battle with his mother.
                        popularity: 59.749
                        poster_path: /7YB2YrMwIm1g8FyZtlvmVDfRnAT.jpg
                        release_date: '2017-04-07'
                        title: Gifted
                        video: false
                        vote_average: 8
                        vote_count: 5526
                      - adult: false
                        backdrop_path: /eDN9AA0IkGuuQKuINFvENisI79t.jpg
                        genre_ids:
                          - 10751
                          - 14
                          - 35
                          - 12
                        id: 10137
                        original_language: en
                        original_title: Stuart Little
                        overview: >-
                          The adventures of a heroic and debonair stalwart mouse
                          named Stuart Little with human qualities, who faces
                          some comic misadventures while living with a human
                          family as their child.
                        popularity: 44.646
                        poster_path: /362lcwTJlNyAhitTlp2UraECISR.jpg
                        release_date: '1999-12-17'
                        title: Stuart Little
                        video: false
                        vote_average: 6.065
                        vote_count: 4385
                      - adult: false
                        backdrop_path: /sLDoVwrzmKNdiBmykPSxaJA7uQh.jpg
                        genre_ids:
                          - 35
                          - 10749
                        id: 39451
                        original_language: en
                        original_title: Little Fockers
                        overview: >-
                          It has taken 10 years, two little Fockers with wife
                          Pam and countless hurdles for Greg to finally get in
                          with his tightly wound father-in-law, Jack. After the
                          cash-strapped dad takes a job moonlighting for a drug
                          company, Jack's suspicions about his favorite male
                          nurse come roaring back. When Greg and Pam's entire
                          clan descends for the twins' birthday party, Greg must
                          prove to the skeptical Jack that he's fully capable as
                          the man of the house.
                        popularity: 43.827
                        poster_path: /90mwPRNMmX9RUGVgKMJMJNQnYX8.jpg
                        release_date: '2010-12-21'
                        title: Little Fockers
                        video: false
                        vote_average: 5.647
                        vote_count: 3223
                      - adult: false
                        backdrop_path: /7Z7WVzJsSReG8B0CaPk0bvWD7tK.jpg
                        genre_ids:
                          - 14
                          - 16
                          - 10751
                        id: 51739
                        original_language: ja
                        original_title: 借りぐらしのアリエッティ
                        overview: >-
                          14-year-old Arrietty and the rest of the Clock family
                          live in peaceful anonymity as they make their own home
                          from items "borrowed" from the house's human
                          inhabitants. However, life changes for the Clocks when
                          a human boy discovers Arrietty.
                        popularity: 36.867
                        poster_path: /3lSRaSjDp2nkXMQkzzjpRi3035O.jpg
                        release_date: '2010-07-16'
                        title: The Secret World of Arrietty
                        video: false
                        vote_average: 7.655
                        vote_count: 2842
                      - adult: false
                        backdrop_path: /8SbRghTQhk1OVzfGy14bJxFNMMg.jpg
                        genre_ids:
                          - 12
                          - 16
                          - 35
                          - 14
                          - 10751
                        id: 13394
                        original_language: en
                        original_title: Shrek the Halls
                        overview: >-
                          The Christmas tree isn't the only thing green in this
                          new holiday classic. Shrek is back and trying to get
                          into the spirit of the season. After promising Fiona
                          and the kids a Christmas they'll remember, he is
                          forced to take a crash course in the holiday. But just
                          when he thinks he has everything for their quiet
                          family Christmas just right, there is a knock at the
                          door.
                        popularity: 35.988
                        poster_path: /zeqUbXA0JPSlyAHdRTgxoYgK24n.jpg
                        release_date: '2007-11-28'
                        title: Shrek the Halls
                        video: false
                        vote_average: 6.342
                        vote_count: 854
                      - adult: false
                        backdrop_path: /agkZziO4ZPAsVfKUrJD68lys08P.jpg
                        genre_ids:
                          - 14
                          - 18
                          - 35
                          - 10751
                        id: 9598
                        original_language: en
                        original_title: Babe
                        overview: >-
                          Babe is a little pig who doesn't quite know his place
                          in the world. With a bunch of odd friends, like
                          Ferdinand the duck who thinks he is a rooster and Fly
                          the dog he calls mum, Babe realises that he has the
                          makings to become the greatest sheep pig of all time,
                          and Farmer Hogget knows it. With the help of the sheep
                          dogs, Babe learns that a pig can be anything that he
                          wants to be.
                        popularity: 32.682
                        poster_path: /zKuQMtnbVTz9DsOnOJmlW71v4qH.jpg
                        release_date: '1995-07-18'
                        title: Babe
                        video: false
                        vote_average: 6.2
                        vote_count: 2888
                      - adult: false
                        backdrop_path: /3ipuPBeBfsxcsry7Gh5m9J1rwJ1.jpg
                        genre_ids:
                          - 10751
                          - 35
                        id: 10992
                        original_language: en
                        original_title: Cats & Dogs
                        overview: >-
                          When a professor develops a vaccine that eliminates
                          human allergies to dogs, he unwittingly upsets the
                          fragile balance of power between cats and dogs and
                          touches off an epic battle for pet supremacy. The fur
                          flies as the feline faction, led by Mr. Tinkles,
                          squares off against wide-eyed puppy Lou and his canine
                          cohorts.
                        popularity: 32.134
                        poster_path: /azV3Je9uYKvSL2B46wc4vOHJV4S.jpg
                        release_date: '2001-07-04'
                        title: Cats & Dogs
                        video: false
                        vote_average: 5.379
                        vote_count: 1627
                      - adult: false
                        backdrop_path: /au236RSArVTOMXM6AXVNBPZEKNb.jpg
                        genre_ids:
                          - 35
                          - 12
                          - 10751
                          - 14
                        id: 10588
                        original_language: en
                        original_title: The Cat in the Hat
                        overview: >-
                          During a rainy day, and while their mother is out,
                          Conrad and Sally, and their pet fish, are visited by
                          the mischievous Cat in the Hat. Fun soon turns to
                          mayhem, and the siblings must figure out how to rid
                          themselves of the maniacal Cat.
                        popularity: 32.049
                        poster_path: /uYYLz67e5xEQMsY858VSSCDsLU6.jpg
                        release_date: '2003-11-21'
                        title: The Cat in the Hat
                        video: false
                        vote_average: 5.264
                        vote_count: 1652
                      - adult: false
                        backdrop_path: /5HnHEodzdN7thQRMfncWdle8ybD.jpg
                        genre_ids:
                          - 14
                          - 35
                          - 10751
                        id: 322240
                        original_language: en
                        original_title: Nine Lives
                        overview: >-
                          A stuffy businessman finds himself trapped inside the
                          body of his family's cat.
                        popularity: 31.977
                        poster_path: /i457G22lL9t2yhEFdYz5Nd1M5DV.jpg
                        release_date: '2016-08-03'
                        title: Nine Lives
                        video: false
                        vote_average: 5.8
                        vote_count: 1066
                      - adult: false
                        backdrop_path: /jxI45ITLNFz8Alxye7mMpLy9BEE.jpg
                        genre_ids:
                          - 35
                          - 80
                          - 9648
                        id: 270487
                        original_language: en
                        original_title: Hail, Caesar!
                        overview: >-
                          When a Hollywood star mysteriously disappears in the
                          middle of filming, the studio sends their fixer to get
                          him back.
                        popularity: 31.643
                        poster_path: /txvoksUbyxqvaOvDfEbwW5nEcmX.jpg
                        release_date: '2016-02-05'
                        title: Hail, Caesar!
                        video: false
                        vote_average: 5.922
                        vote_count: 3757
                      - adult: false
                        backdrop_path: /zUCpWrWU2kLZd0f8gPG2vma0AiM.jpg
                        genre_ids:
                          - 12
                          - 14
                          - 16
                          - 18
                          - 10751
                        id: 15370
                        original_language: ja
                        original_title: 猫の恩返し
                        overview: >-
                          Young Haru rescues a cat from being run over, but soon
                          learns it's no ordinary feline; it happens to be the
                          Prince of the Cats.
                        popularity: 30.908
                        poster_path: /pqyY7IEWkCWNZ7EuRStQaJITEta.jpg
                        release_date: '2002-07-19'
                        title: The Cat Returns
                        video: false
                        vote_average: 7.121
                        vote_count: 2218
                  total_pages:
                    type: number
                    example: 27
                  total_results:
                    type: number
                    example: 521
              examples:
                Movies Example:
                  value:
                    id: 977
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /b3mdmjYTEL70j7nuXATUAD9qgu4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 12
                        id: 823219
                        original_language: lv
                        original_title: Straume
                        overview: >-
                          A solitary cat, displaced by a great flood, finds
                          refuge on a boat with various species and must
                          navigate the challenges of adapting to a transformed
                          world together.
                        popularity: 1520.499
                        poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg
                        release_date: '2024-01-30'
                        title: Flow
                        video: false
                        vote_average: 8.4
                        vote_count: 634
                      - adult: false
                        backdrop_path: /lTYGtgDRygku7iiFLWyiEc4wLzz.jpg
                        genre_ids:
                          - 18
                          - 28
                          - 27
                        id: 1118031
                        original_language: es
                        original_title: 'Apocalipsis Z: el principio del fin'
                        overview: >-
                          When a kind of rabies that transforms people into
                          aggressive creatures spreads across the planet, Manel
                          isolates himself at home with his cat, relying on his
                          wits to survive; but soon they must go out in search
                          of food, by land and by sea, dodging many dangers.
                        popularity: 556.273
                        poster_path: /wIGJnIFQlESkC2rLpfA8EDHqk4g.jpg
                        release_date: '2024-10-04'
                        title: 'Apocalypse Z: The Beginning of the End'
                        video: false
                        vote_average: 6.843
                        vote_count: 814
                      - adult: false
                        backdrop_path: /P82NAcEsLIYgQtrtn36tYsj41m.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 12
                          - 28
                        id: 748783
                        original_language: en
                        original_title: The Garfield Movie
                        overview: >-
                          Garfield, the world-famous, Monday-hating,
                          lasagna-loving indoor cat, is about to have a wild
                          outdoor adventure! After an unexpected reunion with
                          his long-lost father – scruffy street cat Vic –
                          Garfield and his canine friend Odie are forced from
                          their perfectly pampered life into joining Vic in a
                          hilarious, high-stakes heist.
                        popularity: 226.754
                        poster_path: /xYduFGuch9OwbCOEUiamml18ZoB.jpg
                        release_date: '2024-04-30'
                        title: The Garfield Movie
                        video: false
                        vote_average: 7.1
                        vote_count: 1155
                      - adult: false
                        backdrop_path: /6XjMwQTvnICBz6TguiDKkDVHvgS.jpg
                        genre_ids:
                          - 27
                          - 878
                          - 53
                        id: 762441
                        original_language: en
                        original_title: 'A Quiet Place: Day One'
                        overview: >-
                          As New York City is invaded by alien creatures who
                          hunt by sound, a woman named Sam fights to survive
                          with her cat.
                        popularity: 188.488
                        poster_path: /hU42CRk14JuPEdqZG3AWmagiPAP.jpg
                        release_date: '2024-06-26'
                        title: 'A Quiet Place: Day One'
                        video: false
                        vote_average: 6.769
                        vote_count: 2377
                      - adult: false
                        backdrop_path: /rQaHA74pevnGsxcKGaoZVGWe9TC.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                          - 14
                        id: 508442
                        original_language: en
                        original_title: Soul
                        overview: >-
                          Joe Gardner is a middle school teacher with a love for
                          jazz music. After a successful audition at the Half
                          Note Club, he suddenly gets into an accident that
                          separates his soul from his body and is transported to
                          the You Seminar, a center in which souls develop and
                          gain passions before being transported to a newborn
                          child. Joe must enlist help from the other
                          souls-in-training, like 22, a soul who has spent eons
                          in the You Seminar, in order to get back to Earth.
                        popularity: 89.628
                        poster_path: /pEz5aROvfy5FBW1OTlrDO3VryWO.jpg
                        release_date: '2020-12-25'
                        title: Soul
                        video: false
                        vote_average: 8.119
                        vote_count: 10519
                      - adult: false
                        backdrop_path: /r8Vk1PJ7eDwRKDZJOS4AKC7puK3.jpg
                        genre_ids:
                          - 35
                          - 10751
                        id: 8920
                        original_language: en
                        original_title: Garfield
                        overview: >-
                          Garfield, the fat, lazy, lasagna lover, has everything
                          a cat could want. But when Jon, in an effort to
                          impress the Liz - the vet and an old high-school crush
                          - adopts a dog named Odie and brings him home,
                          Garfield gets the one thing he doesn't want.
                          Competition.
                        popularity: 74.073
                        poster_path: /vqwTSWNLyH55g8kBT61s2DgNYEp.jpg
                        release_date: '2004-06-10'
                        title: Garfield
                        video: false
                        vote_average: 5.7
                        vote_count: 4013
                      - adult: false
                        backdrop_path: /8iZjnNSIH4teZERl0VjUeHHVrec.jpg
                        genre_ids:
                          - 27
                          - 53
                        id: 157433
                        original_language: en
                        original_title: Pet Sematary
                        overview: >-
                          Dr. Louis Creed and his wife, Rachel, move from Boston
                          to Ludlow, in rural Maine, with their two young
                          children. Hidden in the woods near the new family
                          home, Ellie, their eldest daughter, discovers a
                          mysterious cemetery where the pets of community
                          members are buried.
                        popularity: 64.96
                        poster_path: /7SPhr7Qj39vbnfF9O2qHRYaKHAL.jpg
                        release_date: '2019-04-04'
                        title: Pet Sematary
                        video: false
                        vote_average: 5.7
                        vote_count: 3214
                      - adult: false
                        backdrop_path: /lrAarolYTHaRKT3eL5cVukG0pR7.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 35
                        id: 848538
                        original_language: en
                        original_title: Argylle
                        overview: >-
                          When the plots of reclusive author Elly Conway's
                          fictional espionage novels begin to mirror the covert
                          actions of a real-life spy organization, quiet
                          evenings at home become a thing of the past.
                          Accompanied by her cat Alfie and Aiden, a cat-allergic
                          spy, Elly races across the world to stay one step
                          ahead of the killers as the line between Conway's
                          fictional world and her real one begins to blur.
                        popularity: 64.95
                        poster_path: /siduVKgOnABO4WH4lOwPQwaGwJp.jpg
                        release_date: '2024-01-31'
                        title: Argylle
                        video: false
                        vote_average: 6.089
                        vote_count: 1378
                      - adult: false
                        backdrop_path: /zLj0peaxy5y2SlC6wNIQ4V0pfqg.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                          - 14
                        id: 1139829
                        original_language: en
                        original_title: Orion and the Dark
                        overview: >-
                          A boy with an active imagination faces his fears on an
                          unforgettable journey through the night with his new
                          friend: a giant, smiling creature named Dark.
                        popularity: 60.686
                        poster_path: /k6iHs4daxm0RQqFQsE8oE5wWJjj.jpg
                        release_date: '2024-02-01'
                        title: Orion and the Dark
                        video: false
                        vote_average: 6.6
                        vote_count: 513
                      - adult: false
                        backdrop_path: /gYtXT7fJNBRZBbBulO11DoRveLT.jpg
                        genre_ids:
                          - 18
                          - 35
                        id: 400928
                        original_language: en
                        original_title: Gifted
                        overview: >-
                          Frank, a single man raising his child prodigy niece
                          Mary, is drawn into a custody battle with his mother.
                        popularity: 59.749
                        poster_path: /7YB2YrMwIm1g8FyZtlvmVDfRnAT.jpg
                        release_date: '2017-04-07'
                        title: Gifted
                        video: false
                        vote_average: 8
                        vote_count: 5526
                      - adult: false
                        backdrop_path: /eDN9AA0IkGuuQKuINFvENisI79t.jpg
                        genre_ids:
                          - 10751
                          - 14
                          - 35
                          - 12
                        id: 10137
                        original_language: en
                        original_title: Stuart Little
                        overview: >-
                          The adventures of a heroic and debonair stalwart mouse
                          named Stuart Little with human qualities, who faces
                          some comic misadventures while living with a human
                          family as their child.
                        popularity: 44.646
                        poster_path: /362lcwTJlNyAhitTlp2UraECISR.jpg
                        release_date: '1999-12-17'
                        title: Stuart Little
                        video: false
                        vote_average: 6.065
                        vote_count: 4385
                      - adult: false
                        backdrop_path: /sLDoVwrzmKNdiBmykPSxaJA7uQh.jpg
                        genre_ids:
                          - 35
                          - 10749
                        id: 39451
                        original_language: en
                        original_title: Little Fockers
                        overview: >-
                          It has taken 10 years, two little Fockers with wife
                          Pam and countless hurdles for Greg to finally get in
                          with his tightly wound father-in-law, Jack. After the
                          cash-strapped dad takes a job moonlighting for a drug
                          company, Jack's suspicions about his favorite male
                          nurse come roaring back. When Greg and Pam's entire
                          clan descends for the twins' birthday party, Greg must
                          prove to the skeptical Jack that he's fully capable as
                          the man of the house.
                        popularity: 43.827
                        poster_path: /90mwPRNMmX9RUGVgKMJMJNQnYX8.jpg
                        release_date: '2010-12-21'
                        title: Little Fockers
                        video: false
                        vote_average: 5.647
                        vote_count: 3223
                      - adult: false
                        backdrop_path: /7Z7WVzJsSReG8B0CaPk0bvWD7tK.jpg
                        genre_ids:
                          - 14
                          - 16
                          - 10751
                        id: 51739
                        original_language: ja
                        original_title: 借りぐらしのアリエッティ
                        overview: >-
                          14-year-old Arrietty and the rest of the Clock family
                          live in peaceful anonymity as they make their own home
                          from items "borrowed" from the house's human
                          inhabitants. However, life changes for the Clocks when
                          a human boy discovers Arrietty.
                        popularity: 36.867
                        poster_path: /3lSRaSjDp2nkXMQkzzjpRi3035O.jpg
                        release_date: '2010-07-16'
                        title: The Secret World of Arrietty
                        video: false
                        vote_average: 7.655
                        vote_count: 2842
                      - adult: false
                        backdrop_path: /8SbRghTQhk1OVzfGy14bJxFNMMg.jpg
                        genre_ids:
                          - 12
                          - 16
                          - 35
                          - 14
                          - 10751
                        id: 13394
                        original_language: en
                        original_title: Shrek the Halls
                        overview: >-
                          The Christmas tree isn't the only thing green in this
                          new holiday classic. Shrek is back and trying to get
                          into the spirit of the season. After promising Fiona
                          and the kids a Christmas they'll remember, he is
                          forced to take a crash course in the holiday. But just
                          when he thinks he has everything for their quiet
                          family Christmas just right, there is a knock at the
                          door.
                        popularity: 35.988
                        poster_path: /zeqUbXA0JPSlyAHdRTgxoYgK24n.jpg
                        release_date: '2007-11-28'
                        title: Shrek the Halls
                        video: false
                        vote_average: 6.342
                        vote_count: 854
                      - adult: false
                        backdrop_path: /agkZziO4ZPAsVfKUrJD68lys08P.jpg
                        genre_ids:
                          - 14
                          - 18
                          - 35
                          - 10751
                        id: 9598
                        original_language: en
                        original_title: Babe
                        overview: >-
                          Babe is a little pig who doesn't quite know his place
                          in the world. With a bunch of odd friends, like
                          Ferdinand the duck who thinks he is a rooster and Fly
                          the dog he calls mum, Babe realises that he has the
                          makings to become the greatest sheep pig of all time,
                          and Farmer Hogget knows it. With the help of the sheep
                          dogs, Babe learns that a pig can be anything that he
                          wants to be.
                        popularity: 32.682
                        poster_path: /zKuQMtnbVTz9DsOnOJmlW71v4qH.jpg
                        release_date: '1995-07-18'
                        title: Babe
                        video: false
                        vote_average: 6.2
                        vote_count: 2888
                      - adult: false
                        backdrop_path: /3ipuPBeBfsxcsry7Gh5m9J1rwJ1.jpg
                        genre_ids:
                          - 10751
                          - 35
                        id: 10992
                        original_language: en
                        original_title: Cats & Dogs
                        overview: >-
                          When a professor develops a vaccine that eliminates
                          human allergies to dogs, he unwittingly upsets the
                          fragile balance of power between cats and dogs and
                          touches off an epic battle for pet supremacy. The fur
                          flies as the feline faction, led by Mr. Tinkles,
                          squares off against wide-eyed puppy Lou and his canine
                          cohorts.
                        popularity: 32.134
                        poster_path: /azV3Je9uYKvSL2B46wc4vOHJV4S.jpg
                        release_date: '2001-07-04'
                        title: Cats & Dogs
                        video: false
                        vote_average: 5.379
                        vote_count: 1627
                      - adult: false
                        backdrop_path: /au236RSArVTOMXM6AXVNBPZEKNb.jpg
                        genre_ids:
                          - 35
                          - 12
                          - 10751
                          - 14
                        id: 10588
                        original_language: en
                        original_title: The Cat in the Hat
                        overview: >-
                          During a rainy day, and while their mother is out,
                          Conrad and Sally, and their pet fish, are visited by
                          the mischievous Cat in the Hat. Fun soon turns to
                          mayhem, and the siblings must figure out how to rid
                          themselves of the maniacal Cat.
                        popularity: 32.049
                        poster_path: /uYYLz67e5xEQMsY858VSSCDsLU6.jpg
                        release_date: '2003-11-21'
                        title: The Cat in the Hat
                        video: false
                        vote_average: 5.264
                        vote_count: 1652
                      - adult: false
                        backdrop_path: /5HnHEodzdN7thQRMfncWdle8ybD.jpg
                        genre_ids:
                          - 14
                          - 35
                          - 10751
                        id: 322240
                        original_language: en
                        original_title: Nine Lives
                        overview: >-
                          A stuffy businessman finds himself trapped inside the
                          body of his family's cat.
                        popularity: 31.977
                        poster_path: /i457G22lL9t2yhEFdYz5Nd1M5DV.jpg
                        release_date: '2016-08-03'
                        title: Nine Lives
                        video: false
                        vote_average: 5.8
                        vote_count: 1066
                      - adult: false
                        backdrop_path: /jxI45ITLNFz8Alxye7mMpLy9BEE.jpg
                        genre_ids:
                          - 35
                          - 80
                          - 9648
                        id: 270487
                        original_language: en
                        original_title: Hail, Caesar!
                        overview: >-
                          When a Hollywood star mysteriously disappears in the
                          middle of filming, the studio sends their fixer to get
                          him back.
                        popularity: 31.643
                        poster_path: /txvoksUbyxqvaOvDfEbwW5nEcmX.jpg
                        release_date: '2016-02-05'
                        title: Hail, Caesar!
                        video: false
                        vote_average: 5.922
                        vote_count: 3757
                      - adult: false
                        backdrop_path: /zUCpWrWU2kLZd0f8gPG2vma0AiM.jpg
                        genre_ids:
                          - 12
                          - 14
                          - 16
                          - 18
                          - 10751
                        id: 15370
                        original_language: ja
                        original_title: 猫の恩返し
                        overview: >-
                          Young Haru rescues a cat from being run over, but soon
                          learns it's no ordinary feline; it happens to be the
                          Prince of the Cats.
                        popularity: 30.908
                        poster_path: /pqyY7IEWkCWNZ7EuRStQaJITEta.jpg
                        release_date: '2002-07-19'
                        title: The Cat Returns
                        video: false
                        vote_average: 7.121
                        vote_count: 2218
                    total_pages: 27
                    total_results: 521
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````