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

# Search movies

> Search for movies by their original, translated and alternative titles.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/search/movie
openapi: 3.0.3
info:
  title: Endpoints
  description: This section contains all the endpoints used in the documentation.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: This section contains all endpoints used for authentication
  - name: Accounts
    description: This section contains account-specific endpoints.
  - name: Favorites
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows, episodes to favorites, and also to get a list of
      favorites for the account.
  - name: Movies
    description: >-
      This section contains an endpoint to add a movie to favorites, and another
      to get a list of favorite movies for a TMDB account.
  - name: TV shows
    description: >-
      This section contains an endpoint to get the favorite TV shows for an
      account.
  - name: Watchlist
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows to watchlist, and also to get a list of watchlist for the
      account.
  - name: Movies1
    description: >-
      This section contains an endpoint that allows a TMDB account to add a
      movie to watchlist, and another to get the movies in a watchlist.
  - name: TV shows1
    description: >-
      This section contains an endpoint used to get TV shows in an account's
      watchlist.
  - name: Ratings
    description: >-
      This section contains endpoints used to get all movies, TV Shows, and
      episodes rated by a TMDB account.
  - name: Movies12
    description: >-
      This section contains an endpoint used to get a list of movies rated by a
      TMDB account.
  - name: TV shows12
    description: >-
      This section contains an endpoint used to get a list of TV shows rated by
      a TMDB account.
  - name: Episodes
    description: >-
      This section contains an endpoint used to get a list of episodes rated by
      a TMDB account.
  - name: Lists
    description: Endpoints for a TMDB account lists.
  - name: Guest sessions
    description: This section contains all endpoints accessible by a guest session.
  - name: Movies
    description: For movies.
  - name: TV episodes
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      episodes.
  - name: TV seasons
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      seasons.
  - name: TV series
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      series.
  - name: TV series lists
    description: This section contains all endpoints used to list TV series.
  - name: TV episode groups
    description: This section contains an endpoint used to retrieve data for TV episodes.
  - name: Watch providers
    description: Get available regions.
  - name: People
    description: About people lists.
  - name: Companies
    description: >-
      This section contains all endpoints used to retrieve data for supported
      companies.
  - name: Discover
    description: This section contains all endpoints used to discover movies and TV shows.
  - name: Recent changes
    description: >-
      This section contains all endpoints used to get recent changes in the TMDB
      database.
  - name: Credit
    description: This section contains an endpoint used to retrieve movie credits.
  - name: Certifications
    description: >-
      This section contains all endpoints used to get certification for movies
      and TV shows.
  - name: Collections
    description: This section contains all endpoints used to retrieve data for collections
  - name: Configuration
    description: >-
      This section contains all endpoints used to retrieve data on TMDB's
      configurations.
  - name: Find
    description: >-
      This section contains an endpoint used to search the TMDB database by
      External ID.
  - name: Genres
    description: This section contains endpoints related to genres.
  - name: Keywords
    description: >-
      This section contains an endpoint used to get keywords in the database by
      an ID.
  - name: Movie lists
    description: >-
      This section contains all endpoints used to retrieve movies by multiple
      search filters.
  - name: Networks
    description: For network endpoints.
  - name: Reviews
    description: For reviews endpoints.
  - name: Search
    description: For search endpoints.
  - name: Trending
    description: For trending videos.
paths:
  /3/search/movie:
    get:
      tags:
        - Search
      summary: Search movies
      description: Search for movies by their original, translated and alternative titles.
      operationId: searchMovies
      parameters:
        - name: query
          in: query
          schema:
            type: string
            example: Prison break
      responses:
        '200':
          description: New Request
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=22000
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 02 Jan 2025 16:55:39 GMT
            ETag:
              schema:
                type: string
                example: W/"027c5fd160e3b2e605c8488a03fa05ca"
            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 4375274d19e6a104d814374704f49a08.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: Jsdv8gB3VzQcdDOjFnqPp1p3mAy_uJO4xvYnDVdSC2_EBvyPODSqSg==
            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: '3679'
            x-memc-expires:
              schema:
                type: string
                example: '22000'
            x-memc-key:
              schema:
                type: string
                example: 346c0ad4c8e752e0049b4274570cbc53
          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: /qN2q7yyCsSLVt8tVVW3d4VXvbPb.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 28
                          example:
                            - 28
                            - 18
                            - 53
                        id:
                          type: number
                          example: 176241
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: 'Prison Break: The Final Break'
                        overview:
                          type: string
                          example: "Takes place after Season 4 (after episode 22), on some streaming services this movie is episode 23 and 24 on season 4.\r Michael and Sara wed, but the happiness is short-lived when the Feds apprehend her for the murder of Michael's mother, Christina. Once a hit is ordered on Sara, the team reunite to break out the increasingly vulnerable target."
                        popularity:
                          type: number
                          example: 57.817
                        poster_path:
                          type: string
                          nullable: true
                          example: /jZRs7TEwsPnNMKGJs312uAg2lyo.jpg
                        release_date:
                          type: string
                          example: '2009-09-10'
                        title:
                          type: string
                          example: 'Prison Break: The Final Break'
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 7.5
                        vote_count:
                          type: number
                          example: 655
                    example:
                      - adult: false
                        backdrop_path: /qN2q7yyCsSLVt8tVVW3d4VXvbPb.jpg
                        genre_ids:
                          - 28
                          - 18
                          - 53
                        id: 176241
                        original_language: en
                        original_title: 'Prison Break: The Final Break'
                        overview: "Takes place after Season 4 (after episode 22), on some streaming services this movie is episode 23 and 24 on season 4.\r Michael and Sara wed, but the happiness is short-lived when the Feds apprehend her for the murder of Michael's mother, Christina. Once a hit is ordered on Sara, the team reunite to break out the increasingly vulnerable target."
                        popularity: 57.817
                        poster_path: /jZRs7TEwsPnNMKGJs312uAg2lyo.jpg
                        release_date: '2009-09-10'
                        title: 'Prison Break: The Final Break'
                        video: false
                        vote_average: 7.5
                        vote_count: 655
                      - adult: false
                        backdrop_path: /tIlgbjEosrY5iqMb8qikKCfd8ba.jpg
                        genre_ids:
                          - 10770
                          - 18
                        id: 455806
                        original_language: ja
                        original_title: 破獄
                        overview: >-
                          One late night in June 1942, Sakuma Seitaro dangles
                          from the frame of a skylight in an isolation cell in
                          Akita Prison. He forces open the glass window and
                          breaks out of jail. This crime even reaches the ears
                          of Urata Susumu, the chief warden of Kosuge Prison in
                          Tokyo. Urata had been in charge of those sentenced to
                          life in the prison until last year. Although Sakuma is
                          a dangerous person who had also broken out of jail in
                          Aomori, he submits to Urata who is the only person who
                          had treated him kindly in the past. However, three
                          months after escaping from jail, Sakuma shows up at
                          Urata’s house. He has come to complain about the
                          inhumane Akita prison officers. But he is locked up
                          again after Urata notifies the police during an
                          unguarded moment. A year later, Sakuma is sent to
                          Abashiri Prison and Urata is also ordered to transfer
                          as the prison’s chief warden.
                        popularity: 4.215
                        poster_path: /j90PiutxZtCZdrI2PWwz7TGNzN3.jpg
                        release_date: '2017-04-12'
                        title: Prison Break
                        video: false
                        vote_average: 5.8
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                        id: 441888
                        original_language: en
                        original_title: America's Greatest Prison Breaks
                        overview: >-
                          A look at the prison breakout of Richard Matt and
                          David Sweat from Clinton Correctional facility, as
                          well as a look back at some of the most daring and
                          ingenious prison breaks in American history.
                        popularity: 2.355
                        poster_path: /3Gh3de5AWU3UKTwNYOQHOEU93yi.jpg
                        release_date: '2015-12-27'
                        title: America's Greatest Prison Breaks
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /huJhHslibJDKUaIbJMAIsYZtUyy.jpg
                        genre_ids:
                          - 80
                          - 18
                          - 53
                        id: 242693
                        original_language: en
                        original_title: Prison Break
                        overview: >-
                          Story of a tuna fisherman who has been wrongfully
                          convicted of a murder he did not commit. His exemplary
                          behavior in prison ensures that he is up for early
                          parole. He realizes, however, that his movements will
                          be limited, and he will be unable to join and wed his
                          beloved. The only solution is to escape and hunt down
                          the real killer, himself.
                        popularity: 2.756
                        poster_path: /jSeX7De6WLd1sLh7USH0GVctyH8.jpg
                        release_date: '1938-07-12'
                        title: Prison Break
                        video: false
                        vote_average: 5.1
                        vote_count: 7
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 28
                          - 80
                        id: 561647
                        original_language: ja
                        original_title: 刑務所破り
                        overview: >-
                          Set up to be the patsy by a rival gang, Furuta Makoto
                          attacks the yakuza boss he thinks is responsible for
                          his father’s murder. He then learns it was all a plot
                          to take over his father’s turf and he seeks vengeance
                          against the puppet master behind the entire
                          conspiracy. His quest for justice leads him to prison
                          where he must fend off the attack of a master assassin
                          before he can make his escape and go after the true
                          killer!
                        popularity: 5.245
                        poster_path: /8g1xxi6DKw31ocOwUuhbxQT4EqI.jpg
                        release_date: '1969-08-30'
                        title: Prison Break
                        video: false
                        vote_average: 7
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 35
                        id: 628405
                        original_language: fa
                        original_title: فرار از زندان
                        overview: >-
                          The story of two brother, one of which is convicted
                          and jailed by mistake. The other brother sets up an
                          escape plan.
                        popularity: 0.497
                        poster_path: /nZaONcD2RJ5tImRNfuh06mYj1d7.jpg
                        release_date: '2015-06-05'
                        title: Prison Break
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /s7nqTYWHCEghInB63gVuG5ahNvw.jpg
                        genre_ids:
                          - 53
                          - 27
                        id: 442972
                        original_language: ja
                        original_title: 人狼ゲーム プリズン・ブレイク
                        overview: >-
                          Akari Inui and other students are kidnapped and
                          imprisoned. They are forced to take part in a game to
                          kill and survive. The last survivor will receive one
                          hundred million yen.
                        popularity: 4.067
                        poster_path: /kXabvgvMkCHWJLEDOVyltglOSj4.jpg
                        release_date: '2016-07-02'
                        title: 'The Werewolf Game: Prison Break'
                        video: false
                        vote_average: 6.4
                        vote_count: 5
                      - adult: false
                        backdrop_path: /7PCBrrjayucHjl3Ksn04pj3D2tO.jpg
                        genre_ids:
                          - 28
                          - 9648
                        id: 888582
                        original_language: zh
                        original_title: 大宋断狱神手
                        overview: ''
                        popularity: 0.859
                        poster_path: /1IKT2YoK9CnTvvcqOfQadBzBxym.jpg
                        release_date: '2018-08-29'
                        title: Prison Break of Great Song
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /yvWLWKHXz2J0RUy43D1aPGqmaau.jpg
                        genre_ids:
                          - 80
                          - 18
                        id: 310965
                        original_language: en
                        original_title: Prison Breaker
                        overview: >-
                          A British secret service agent falls in love with the
                          daughter of a leading London criminal, and soon after
                          becoming involved with her father finds himself in
                          prison facing a charge of manslaughter..
                        popularity: 1.352
                        poster_path: /npGtGO02fzGuB8Xqp7LMau10gGX.jpg
                        release_date: '1936-02-01'
                        title: Prison Breaker
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /wWG5yHv5gX4il6zjojHrNkmLY7u.jpg
                        genre_ids:
                          - 80
                          - 18
                          - 10770
                        id: 449417
                        original_language: en
                        original_title: 'NY Prison Break: The Seduction of Joyce Mitchell'
                        overview: >-
                          Convicted killers David Sweat and Richard Matt seduce
                          bored, restless, small town mom Joyce Mitchell who
                          aids and abets their audacious jailbreak.
                        popularity: 2.171
                        poster_path: /5oc1tiBRen3NCabw0q3iN5VWMXH.jpg
                        release_date: '2017-03-20'
                        title: 'NY Prison Break: The Seduction of Joyce Mitchell'
                        video: false
                        vote_average: 5
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 412297
                        original_language: en
                        original_title: Prison Break-In
                        overview: >-
                          Hank Mason lives a modest life in his childhood home.
                          He clings to a pretty girlfriend and works toward a
                          lifestyle that doesn't really suit him. When his
                          father is unable to care for himself and moves back in
                          with Roy, he brings an unfulfilled history with him.
                          Through an avalanche of troubles, father and son
                          realize sometimes you have to break out to break in.
                        popularity: 2.012
                        poster_path: null
                        release_date: '2015-09-19'
                        title: Prison Break-In
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /b0ZmU88S73sEV8gZ8LHa4LYz5Yg.jpg
                        genre_ids:
                          - 80
                        id: 568625
                        original_language: en
                        original_title: Dannemora Prison Break
                        overview: >-
                          The two-hour special dives back into the historic 2015
                          prison break by Clinton Correctional Facility inmates
                          David Sweat and Richard Matt.
                        popularity: 1.338
                        poster_path: /wNXAb9g7rxn64i4gH8o53sS01Bg.jpg
                        release_date: '2018-12-11'
                        title: Dannemora Prison Break
                        video: false
                        vote_average: 10
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 80
                          - 99
                        id: 436195
                        original_language: en
                        original_title: Breaking Into Prison
                        overview: >-
                          Documentary maker Livvy Haydock investigates the rise
                          of contraband inside UK prisons, and uncovers the
                          links in the chain on both sides of the law. She
                          spends time with criminals who are making 10 times a
                          drug’s street value by selling to prisoners behind
                          bars, including a ‘networker’, a key link in the chain
                          who sources goods on the outside and gets them to
                          whichever inmate has made an order via the mule.
                        popularity: 0.376
                        poster_path: null
                        release_date: '2016-11-07'
                        title: Breaking Into Prison
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 27
                        id: 736776
                        original_language: en
                        original_title: Untitled Prison-Break Horror Project
                        overview: >-
                          A group of female inmates attempt to break out of
                          prison and in the process discover a secret room that
                          unleashes a dark presence in the facility.
                        popularity: 0.576
                        poster_path: null
                        release_date: ''
                        title: Untitled Prison-Break Horror Project
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /fOhvOU0vFo692ohbnU6DD5dok8J.jpg
                        genre_ids:
                          - 53
                        id: 1318888
                        original_language: en
                        original_title: 'The Beating: Prison Break'
                        overview: >-
                          After being arrested on accounts of child abuse, Mr
                          Hillbilly is incarcerated in the Dark Portal
                          Penitentiary. He must make a daring escape with his
                          good friend Pitrensky to evade Dr Blaufunnsmurch and
                          his infamous penitentiary.
                        popularity: 0.063
                        poster_path: /b35divO5tbWyejjJ8bUt35kIOhM.jpg
                        release_date: '2020-08-04'
                        title: 'The Beating: Prison Break'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /ao3c9QhQ39GO4uVRbJvX1vTIfJD.jpg
                        genre_ids:
                          - 878
                          - 37
                          - 28
                        id: 125981
                        original_language: en
                        original_title: Space Rage
                        overview: >-
                          In this sci-fi/western film set two hundred years from
                          now, a bank robber, Grange is captured and sentenced
                          to the penal colony on the mining planet Proxima
                          Centauri 3 where he meets bounty-hunter Walker, and
                          the Colonel, a retired policeman from LA who was
                          considered the best of his kind. Grange is a dangerous
                          lunatic and Walker and the Colonel must team up to
                          keep him from escaping.
                        popularity: 2.458
                        poster_path: /v5WSAPNPSQu9kcOIAqFyEojPJYT.jpg
                        release_date: '1985-12-25'
                        title: Space Rage
                        video: false
                        vote_average: 3.667
                        vote_count: 15
                  total_pages:
                    type: number
                    example: 1
                  total_results:
                    type: number
                    example: 16
              examples:
                New Request:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /qN2q7yyCsSLVt8tVVW3d4VXvbPb.jpg
                        genre_ids:
                          - 28
                          - 18
                          - 53
                        id: 176241
                        original_language: en
                        original_title: 'Prison Break: The Final Break'
                        overview: "Takes place after Season 4 (after episode 22), on some streaming services this movie is episode 23 and 24 on season 4.\r Michael and Sara wed, but the happiness is short-lived when the Feds apprehend her for the murder of Michael's mother, Christina. Once a hit is ordered on Sara, the team reunite to break out the increasingly vulnerable target."
                        popularity: 57.817
                        poster_path: /jZRs7TEwsPnNMKGJs312uAg2lyo.jpg
                        release_date: '2009-09-10'
                        title: 'Prison Break: The Final Break'
                        video: false
                        vote_average: 7.5
                        vote_count: 655
                      - adult: false
                        backdrop_path: /tIlgbjEosrY5iqMb8qikKCfd8ba.jpg
                        genre_ids:
                          - 10770
                          - 18
                        id: 455806
                        original_language: ja
                        original_title: 破獄
                        overview: >-
                          One late night in June 1942, Sakuma Seitaro dangles
                          from the frame of a skylight in an isolation cell in
                          Akita Prison. He forces open the glass window and
                          breaks out of jail. This crime even reaches the ears
                          of Urata Susumu, the chief warden of Kosuge Prison in
                          Tokyo. Urata had been in charge of those sentenced to
                          life in the prison until last year. Although Sakuma is
                          a dangerous person who had also broken out of jail in
                          Aomori, he submits to Urata who is the only person who
                          had treated him kindly in the past. However, three
                          months after escaping from jail, Sakuma shows up at
                          Urata’s house. He has come to complain about the
                          inhumane Akita prison officers. But he is locked up
                          again after Urata notifies the police during an
                          unguarded moment. A year later, Sakuma is sent to
                          Abashiri Prison and Urata is also ordered to transfer
                          as the prison’s chief warden.
                        popularity: 4.215
                        poster_path: /j90PiutxZtCZdrI2PWwz7TGNzN3.jpg
                        release_date: '2017-04-12'
                        title: Prison Break
                        video: false
                        vote_average: 5.8
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                        id: 441888
                        original_language: en
                        original_title: America's Greatest Prison Breaks
                        overview: >-
                          A look at the prison breakout of Richard Matt and
                          David Sweat from Clinton Correctional facility, as
                          well as a look back at some of the most daring and
                          ingenious prison breaks in American history.
                        popularity: 2.355
                        poster_path: /3Gh3de5AWU3UKTwNYOQHOEU93yi.jpg
                        release_date: '2015-12-27'
                        title: America's Greatest Prison Breaks
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /huJhHslibJDKUaIbJMAIsYZtUyy.jpg
                        genre_ids:
                          - 80
                          - 18
                          - 53
                        id: 242693
                        original_language: en
                        original_title: Prison Break
                        overview: >-
                          Story of a tuna fisherman who has been wrongfully
                          convicted of a murder he did not commit. His exemplary
                          behavior in prison ensures that he is up for early
                          parole. He realizes, however, that his movements will
                          be limited, and he will be unable to join and wed his
                          beloved. The only solution is to escape and hunt down
                          the real killer, himself.
                        popularity: 2.756
                        poster_path: /jSeX7De6WLd1sLh7USH0GVctyH8.jpg
                        release_date: '1938-07-12'
                        title: Prison Break
                        video: false
                        vote_average: 5.1
                        vote_count: 7
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 28
                          - 80
                        id: 561647
                        original_language: ja
                        original_title: 刑務所破り
                        overview: >-
                          Set up to be the patsy by a rival gang, Furuta Makoto
                          attacks the yakuza boss he thinks is responsible for
                          his father’s murder. He then learns it was all a plot
                          to take over his father’s turf and he seeks vengeance
                          against the puppet master behind the entire
                          conspiracy. His quest for justice leads him to prison
                          where he must fend off the attack of a master assassin
                          before he can make his escape and go after the true
                          killer!
                        popularity: 5.245
                        poster_path: /8g1xxi6DKw31ocOwUuhbxQT4EqI.jpg
                        release_date: '1969-08-30'
                        title: Prison Break
                        video: false
                        vote_average: 7
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 35
                        id: 628405
                        original_language: fa
                        original_title: فرار از زندان
                        overview: >-
                          The story of two brother, one of which is convicted
                          and jailed by mistake. The other brother sets up an
                          escape plan.
                        popularity: 0.497
                        poster_path: /nZaONcD2RJ5tImRNfuh06mYj1d7.jpg
                        release_date: '2015-06-05'
                        title: Prison Break
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /s7nqTYWHCEghInB63gVuG5ahNvw.jpg
                        genre_ids:
                          - 53
                          - 27
                        id: 442972
                        original_language: ja
                        original_title: 人狼ゲーム プリズン・ブレイク
                        overview: >-
                          Akari Inui and other students are kidnapped and
                          imprisoned. They are forced to take part in a game to
                          kill and survive. The last survivor will receive one
                          hundred million yen.
                        popularity: 4.067
                        poster_path: /kXabvgvMkCHWJLEDOVyltglOSj4.jpg
                        release_date: '2016-07-02'
                        title: 'The Werewolf Game: Prison Break'
                        video: false
                        vote_average: 6.4
                        vote_count: 5
                      - adult: false
                        backdrop_path: /7PCBrrjayucHjl3Ksn04pj3D2tO.jpg
                        genre_ids:
                          - 28
                          - 9648
                        id: 888582
                        original_language: zh
                        original_title: 大宋断狱神手
                        overview: ''
                        popularity: 0.859
                        poster_path: /1IKT2YoK9CnTvvcqOfQadBzBxym.jpg
                        release_date: '2018-08-29'
                        title: Prison Break of Great Song
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /yvWLWKHXz2J0RUy43D1aPGqmaau.jpg
                        genre_ids:
                          - 80
                          - 18
                        id: 310965
                        original_language: en
                        original_title: Prison Breaker
                        overview: >-
                          A British secret service agent falls in love with the
                          daughter of a leading London criminal, and soon after
                          becoming involved with her father finds himself in
                          prison facing a charge of manslaughter..
                        popularity: 1.352
                        poster_path: /npGtGO02fzGuB8Xqp7LMau10gGX.jpg
                        release_date: '1936-02-01'
                        title: Prison Breaker
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /wWG5yHv5gX4il6zjojHrNkmLY7u.jpg
                        genre_ids:
                          - 80
                          - 18
                          - 10770
                        id: 449417
                        original_language: en
                        original_title: 'NY Prison Break: The Seduction of Joyce Mitchell'
                        overview: >-
                          Convicted killers David Sweat and Richard Matt seduce
                          bored, restless, small town mom Joyce Mitchell who
                          aids and abets their audacious jailbreak.
                        popularity: 2.171
                        poster_path: /5oc1tiBRen3NCabw0q3iN5VWMXH.jpg
                        release_date: '2017-03-20'
                        title: 'NY Prison Break: The Seduction of Joyce Mitchell'
                        video: false
                        vote_average: 5
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 412297
                        original_language: en
                        original_title: Prison Break-In
                        overview: >-
                          Hank Mason lives a modest life in his childhood home.
                          He clings to a pretty girlfriend and works toward a
                          lifestyle that doesn't really suit him. When his
                          father is unable to care for himself and moves back in
                          with Roy, he brings an unfulfilled history with him.
                          Through an avalanche of troubles, father and son
                          realize sometimes you have to break out to break in.
                        popularity: 2.012
                        poster_path: null
                        release_date: '2015-09-19'
                        title: Prison Break-In
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /b0ZmU88S73sEV8gZ8LHa4LYz5Yg.jpg
                        genre_ids:
                          - 80
                        id: 568625
                        original_language: en
                        original_title: Dannemora Prison Break
                        overview: >-
                          The two-hour special dives back into the historic 2015
                          prison break by Clinton Correctional Facility inmates
                          David Sweat and Richard Matt.
                        popularity: 1.338
                        poster_path: /wNXAb9g7rxn64i4gH8o53sS01Bg.jpg
                        release_date: '2018-12-11'
                        title: Dannemora Prison Break
                        video: false
                        vote_average: 10
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 80
                          - 99
                        id: 436195
                        original_language: en
                        original_title: Breaking Into Prison
                        overview: >-
                          Documentary maker Livvy Haydock investigates the rise
                          of contraband inside UK prisons, and uncovers the
                          links in the chain on both sides of the law. She
                          spends time with criminals who are making 10 times a
                          drug’s street value by selling to prisoners behind
                          bars, including a ‘networker’, a key link in the chain
                          who sources goods on the outside and gets them to
                          whichever inmate has made an order via the mule.
                        popularity: 0.376
                        poster_path: null
                        release_date: '2016-11-07'
                        title: Breaking Into Prison
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 27
                        id: 736776
                        original_language: en
                        original_title: Untitled Prison-Break Horror Project
                        overview: >-
                          A group of female inmates attempt to break out of
                          prison and in the process discover a secret room that
                          unleashes a dark presence in the facility.
                        popularity: 0.576
                        poster_path: null
                        release_date: ''
                        title: Untitled Prison-Break Horror Project
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /fOhvOU0vFo692ohbnU6DD5dok8J.jpg
                        genre_ids:
                          - 53
                        id: 1318888
                        original_language: en
                        original_title: 'The Beating: Prison Break'
                        overview: >-
                          After being arrested on accounts of child abuse, Mr
                          Hillbilly is incarcerated in the Dark Portal
                          Penitentiary. He must make a daring escape with his
                          good friend Pitrensky to evade Dr Blaufunnsmurch and
                          his infamous penitentiary.
                        popularity: 0.063
                        poster_path: /b35divO5tbWyejjJ8bUt35kIOhM.jpg
                        release_date: '2020-08-04'
                        title: 'The Beating: Prison Break'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /ao3c9QhQ39GO4uVRbJvX1vTIfJD.jpg
                        genre_ids:
                          - 878
                          - 37
                          - 28
                        id: 125981
                        original_language: en
                        original_title: Space Rage
                        overview: >-
                          In this sci-fi/western film set two hundred years from
                          now, a bank robber, Grange is captured and sentenced
                          to the penal colony on the mining planet Proxima
                          Centauri 3 where he meets bounty-hunter Walker, and
                          the Colonel, a retired policeman from LA who was
                          considered the best of his kind. Grange is a dangerous
                          lunatic and Walker and the Colonel must team up to
                          keep him from escaping.
                        popularity: 2.458
                        poster_path: /v5WSAPNPSQu9kcOIAqFyEojPJYT.jpg
                        release_date: '1985-12-25'
                        title: Space Rage
                        video: false
                        vote_average: 3.667
                        vote_count: 15
                    total_pages: 1
                    total_results: 16
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````