> ## 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.

# Movie

> This endpoin searches for movies by their original, translated and alternative titles.



## OpenAPI

````yaml get /3/search/movie
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/search/movie:
    get:
      tags:
        - SEARCH
      summary: Movie
      description: >-
        This endpoin searches for movies by their original, translated and
        alternative titles.
      operationId: movie1
      parameters:
        - name: query
          in: query
          schema:
            type: string
            example: Fight%20Club
        - name: include_adult
          in: query
          schema:
            type: string
            example: 'false'
        - name: language
          in: query
          schema:
            type: string
            example: en-US
        - name: page
          in: query
          schema:
            type: string
            example: '1'
      responses:
        '200':
          description: Movie Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=506
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 12 Jan 2025 15:33:30 GMT
            ETag:
              schema:
                type: string
                example: W/"23ae4e78318bdcc10e49c924aca16ea6"
            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 a9f4bdae1135d507d62df475ab78dc5e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: uc9_6dddBNR0_kuzNvTXg15YTUikw952_EUQffcjiPk9VbptGpF_3Q==
            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: '24354'
            x-memc-expires:
              schema:
                type: string
                example: '506'
            x-memc-key:
              schema:
                type: string
                example: d181ba52979f1aaa139230d0234dc2be
          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: /hZkgoQYus5vegHoetLkCJzb17zJ.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 18
                          example:
                            - 18
                        id:
                          type: number
                          example: 550
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: Fight Club
                        overview:
                          type: string
                          example: >-
                            A ticking-time-bomb insomniac and a slippery soap
                            salesman channel primal male aggression into a
                            shocking new form of therapy. Their concept catches
                            on, with underground "fight clubs" forming in every
                            town, until an eccentric gets in the way and ignites
                            an out-of-control spiral toward oblivion.
                        popularity:
                          type: number
                          example: 118.839
                        poster_path:
                          type: string
                          nullable: true
                          example: /pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg
                        release_date:
                          type: string
                          example: '1999-10-15'
                        title:
                          type: string
                          example: Fight Club
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 8.439
                        vote_count:
                          type: number
                          example: 29653
                    example:
                      - adult: false
                        backdrop_path: /hZkgoQYus5vegHoetLkCJzb17zJ.jpg
                        genre_ids:
                          - 18
                        id: 550
                        original_language: en
                        original_title: Fight Club
                        overview: >-
                          A ticking-time-bomb insomniac and a slippery soap
                          salesman channel primal male aggression into a
                          shocking new form of therapy. Their concept catches
                          on, with underground "fight clubs" forming in every
                          town, until an eccentric gets in the way and ignites
                          an out-of-control spiral toward oblivion.
                        popularity: 118.839
                        poster_path: /pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg
                        release_date: '1999-10-15'
                        title: Fight Club
                        video: false
                        vote_average: 8.439
                        vote_count: 29653
                      - adult: false
                        backdrop_path: /1VqE5z4VIOcNcajJuHLk4fDkY9G.jpg
                        genre_ids:
                          - 28
                          - 27
                        id: 289732
                        original_language: zh
                        original_title: 屍城
                        overview: >-
                          It's the end of the century at a corner of the city in
                          a building riddled with crime - Everyone in the
                          building has turned into zombies. After Jenny's
                          boyfriend is killed in a zombie attack, she faces the
                          challenge of surviving in the face of adversity. In
                          order to stay alive, she struggles with Andy to flee
                          danger.
                        popularity: 11.18
                        poster_path: /u8u3KVq0qfJYmNDsaTVOXy4So6f.jpg
                        release_date: '2014-10-23'
                        title: Zombie Fight Club
                        video: false
                        vote_average: 5.6
                        vote_count: 113
                      - adult: false
                        backdrop_path: /nlDmuxSjJS1Fi2FgVToPm9ytm5S.jpg
                        genre_ids:
                          - 28
                          - 18
                          - 53
                        id: 1213076
                        original_language: ta
                        original_title: Fight Club
                        overview: >-
                          A young boy Selva chasing his football sports dreams
                          suffers a major setback, grows into an angry young man
                          who is drawn into conflicts by evil forces involving
                          him and his family, which he must navigate and reform
                        popularity: 3.077
                        poster_path: /1h6t9nCYVWOLRskB35K51payMok.jpg
                        release_date: '2023-12-15'
                        title: Fight Club
                        video: false
                        vote_average: 6.5
                        vote_count: 14
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 35
                          - 18
                        id: 323667
                        original_language: ru
                        original_title: Вставай и бейся
                        overview: >-
                          Intertwined stories from the gladiator/athletes
                          participating to the Calcio Storico Fiorentino yearly
                          championship.
                        popularity: 2.525
                        poster_path: /rPCOC0myV3Vr7nYGMAOAOpUXgH3.jpg
                        release_date: '2015-06-21'
                        title: Florence Fight Club
                        video: false
                        vote_average: 7.4
                        vote_count: 30
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 973534
                        original_language: ru
                        original_title: Бойцовский клуб (русская версия)
                        overview: >-
                          The Russian version of the movie "Fight Club" is not
                          just a Russian version of a well-known cult film, it
                          is the result and of the hard work of two young men
                          and their love for cinema, Alexander Kukhar
                          (GOLOBON-TV) and Dmitry Ivanov (GRIZLIK FILM) , who
                          are responsible for this project, from the development
                          of its idea and the selection of the cast, to the
                          organization of filming and financial support. 
                          Filming lasted a whole year. Everyday work, constant
                          trips, searching for suitable film sets and an
                          exhausting schedule - all this was not in vain and
                          resulted in an unusually amazing and original project
                          - the film "Fight Club", created in the very heart of
                          southern Russia, in the city of Krasnodar, by two
                          young people
                        popularity: 2.183
                        poster_path: null
                        release_date: ''
                        title: Fight Club (Russian version)
                        video: true
                        vote_average: 7.75
                        vote_count: 30
                      - adult: false
                        backdrop_path: /zCQtfDzKBiHOEkRLCWN658VMVlx.jpg
                        genre_ids:
                          - 18
                        id: 1412906
                        original_language: en
                        original_title: Fight Club Zone
                        overview: >-
                          When a person sees his actions as correct from both
                          angles, then let him do whatever he wants.
                        popularity: 0.641
                        poster_path: /xMoseEDOeaGnJp3cwYVrTrMz3lp.jpg
                        release_date: '2024-11-02'
                        title: Fight Club Zone
                        video: false
                        vote_average: 9
                        vote_count: 1
                      - adult: false
                        backdrop_path: /cHnWx0QoVvtSNkDUpYcM9CXJhV8.jpg
                        genre_ids:
                          - 28
                        id: 347807
                        original_language: hi
                        original_title: 'Fight Club: Members Only'
                        overview: >-
                          Four friends head off to Bombay and get involved in
                          the mother and father of all gang wars.
                        popularity: 2.364
                        poster_path: /aXFmWfWYCCxQTkCn7K86RvDiMHZ.jpg
                        release_date: '2006-02-17'
                        title: 'Fight Club: Members Only'
                        video: false
                        vote_average: 6.4
                        vote_count: 25
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 28
                          - 16
                        id: 1253350
                        original_language: en
                        original_title: Jurassic Fight Club - Cannibal Dinosaur Claymation
                        overview: >-
                          A Short claymation version of Jurassic fight club's
                          first episode.
                        popularity: 1.683
                        poster_path: /qVNnuW43y7fl0EBuP5Mzbi4tN9J.jpg
                        release_date: '2010-07-28'
                        title: Jurassic Fight Club - Cannibal Dinosaur Claymation
                        video: false
                        vote_average: 6.9
                        vote_count: 7
                      - adult: false
                        backdrop_path: /oBMzgMqZTp2X8ZSc3ysVUjT5BeN.jpg
                        genre_ids:
                          - 99
                        id: 1159565
                        original_language: en
                        original_title: Great White Fight Club
                        overview: >-
                          Experts set out to prove that female great white
                          sharks rule the ocean.
                        popularity: 1.016
                        poster_path: /4gbp125YYBOTfNAGP7K81vFW792.jpg
                        release_date: '2023-07-24'
                        title: Great White Fight Club
                        video: false
                        vote_average: 7.8
                        vote_count: 10
                      - adult: false
                        backdrop_path: /tCcjGTnM20ujEtgFCGoMYeYilRj.jpg
                        genre_ids:
                          - 28
                          - 16
                        id: 1254078
                        original_language: en
                        original_title: Fredz Jurassic Fight Club Claymation Style Part 1
                        overview: >-
                          Shorter & More Violent Versions Instead of the lame
                          clay sculptures previously seen. The animals are not
                          in Vivid color B/C I don't have a large amount 
                          colorful clay. This video Has 4 out of 8 Episodes i'll
                          be doing & soon i'll be making colorful Versions of
                          The Creatures In  Runcycles.
                        popularity: 0.724
                        poster_path: /1uSR6XpVK5gKdr4Qcc26CRGTwWk.jpg
                        release_date: '2010-08-14'
                        title: Fredz Jurassic Fight Club Claymation Style Part 1
                        video: false
                        vote_average: 7.2
                        vote_count: 4
                      - adult: false
                        backdrop_path: /5ShuVz8G8LigZKktqAuPnupFxRK.jpg
                        genre_ids:
                          - 28
                          - 16
                        id: 1254080
                        original_language: en
                        original_title: Fredz Jurassic Fight Club Claymation Style Part 2
                        overview: >-
                          Finally, the second half of an epic short revealed!
                          Enjoy... The LOST EPISODE.
                        popularity: 1.91
                        poster_path: /5vKdtHL6cdLzG5ZTPHNvZ7tR0LR.jpg
                        release_date: '2011-12-28'
                        title: Fredz Jurassic Fight Club Claymation Style Part 2
                        video: false
                        vote_average: 6.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 883656
                        original_language: en
                        original_title: GCW Fight Club
                        overview: >-
                          GCW presents Fight Club straight from the Showboat
                          Hotel in Atlantic City, NJ! The event features the GCW
                          World Championship match where Mox defends against
                          Gage in a match that we have been waiting for during
                          the last decade. Who will be the new GCW World
                          Champion?
                        popularity: 2.283
                        poster_path: /a9RWdhRLyx3BqCjlwmZJHXyeMkR.jpg
                        release_date: '2021-10-09'
                        title: GCW Fight Club
                        video: true
                        vote_average: 7.7
                        vote_count: 21
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 28
                          - 18
                          - 80
                        id: 51021
                        original_language: en
                        original_title: 'A Lure: Teen Fight Club'
                        overview: >-
                          A community is under siege as three Belmont Highschool
                          coed students go missing with no trace of their
                          whereabouts. The pressure is on the police to capture
                          the culprits responsible. Scouring the school hallways
                          in search of clues, undercover female detective Maggie
                          Rawdon (Jessica Sonnerborn) enters Belmont High as a
                          transfer student in an attempt to solve the hideous
                          disappearance of the students. Maggie makes a few new
                          friends, and gets invited to a private rave in the
                          country. Just as the group begins to suspect that
                          they've taken a wrong turn, however, the trap is
                          sprung and Maggie finds out firsthand what fate has
                          befallen the missing girls.
                        popularity: 2.432
                        poster_path: /ipl6NdM0LwyakzLH9gKBDn8YhmZ.jpg
                        release_date: '2010-11-16'
                        title: 'A Lure: Teen Fight Club'
                        video: false
                        vote_average: 7.1
                        vote_count: 24
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 1369119
                        original_language: en
                        original_title: 'GCW Fight Club 2024 - Night 1: The Art Of War Games'
                        overview: ''
                        popularity: 0.356
                        poster_path: /e0rAFOeJ0rF4EoloPHnAsZz8Fk4.jpg
                        release_date: '2024-10-12'
                        title: 'GCW Fight Club 2024 - Night 1: The Art Of War Games'
                        video: false
                        vote_average: 6.2
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                        id: 944789
                        original_language: en
                        original_title: Leopard Fight Club
                        overview: >-
                          Witness a remarkable coming-of-age story as we track a
                          young leopard's journey from rookie to royalty in
                          South Africa's lethal Big Five landscape. When we
                          first meet Jack, he's clumsy, fearful, and weak, but
                          he's a fast learner - and he'll need to be. He's
                          destined for a showdown with the area's current
                          leopard monarch, an alpha male with a real mean
                          streak. We follow Jack as he hones his skills and
                          builds up muscle for the ultimate catfight. It's a
                          battle where only the winner will walk out alive.
                        popularity: 0.729
                        poster_path: /pNhu0kvxvBJhpzDEwKf9Zdphbfg.jpg
                        release_date: '2013-04-01'
                        title: Leopard Fight Club
                        video: false
                        vote_average: 7.5
                        vote_count: 11
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                        id: 532155
                        original_language: en
                        original_title: 'Musangwe: Fight Club'
                        overview: >-
                          The first rule is that there are no rules. For the
                          bare-knuckle combatants competing in Musangwe fights,
                          anything goes - you can even put a curse on him. The
                          sport, which dates back centuries, has become a South
                          African institution. Any male from the age of nine to
                          ninety can compete. We follow a group of fighters as
                          they slug it out in the ring. Who will be this year's
                          champion?
                        popularity: 1.157
                        poster_path: /tZDxttt0LfgAKwvLIWyOO3fr01c.jpg
                        release_date: '2007-10-01'
                        title: 'Musangwe: Fight Club'
                        video: false
                        vote_average: 7.7
                        vote_count: 16
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                        id: 151912
                        original_language: en
                        original_title: Jurassic Fight Club
                        overview: >-
                          Jurassic Fight Club, a paleontology-based miniseries
                          that ran for 12 episodes, depicts how prehistoric
                          beasts hunted their prey, dissecting these battles and
                          uncovering a predatory world far more calculated and
                          complex than originally thought. It was hosted by
                          George Blasing, a self-taught paleontologist.
                        popularity: 1.397
                        poster_path: null
                        release_date: '2008-10-22'
                        title: Jurassic Fight Club
                        video: false
                        vote_average: 7.5
                        vote_count: 17
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 289100
                        original_language: en
                        original_title: Girls Fight Club
                        overview: >-
                          The best women's wrestling competition of all
                          time...and if you think it's fake you're in for a big
                          surprise See LEGENDARY Mixed Martial Arts fighters
                          coach their teams to victory in the cage! aka Chuck
                          Lidell's Girl's Fight Club
                        popularity: 1.388
                        poster_path: null
                        release_date: '2009-06-18'
                        title: Girls Fight Club
                        video: false
                        vote_average: 7.538
                        vote_count: 13
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 969532
                        original_language: en
                        original_title: 'GCW: Fight Club Houston'
                        overview: >-
                          On July 9th GCW presents Fight Club Houston straight
                          from Premier Arena in Houston, Texas. The lineup is
                          almost completed, check it below:  AJ Gray vs Bryan
                          Keith  Nick Gage vs Sadika  Joey Janela vs Dante 
                          Ninja Mack vs Jack Cartwheel  Effy vs Gino  Jimmy
                          Lloyd vs Carter  Lucha Scramble  .... more to be added
                          soon!
                        popularity: 1.397
                        poster_path: /353CATo61TQERENVF6AqIqhUD51.jpg
                        release_date: '2021-07-09'
                        title: 'GCW: Fight Club Houston'
                        video: true
                        vote_average: 7.5
                        vote_count: 12
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                          - 35
                        id: 615408
                        original_language: en
                        original_title: Fight Club But With Tennis And No Fight
                        overview: >-
                          Drama descends upon two tennis-obsessed women as the
                          tension moves from off the court and into the café.
                        popularity: 0.765
                        poster_path: /8pEQqVtSpgCtb7dzhR55EO1dC3l.jpg
                        release_date: '2019-07-13'
                        title: Fight Club But With Tennis And No Fight
                        video: false
                        vote_average: 7.6
                        vote_count: 13
                  total_pages:
                    type: number
                    example: 3
                  total_results:
                    type: number
                    example: 57
              examples:
                Movie Example:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /hZkgoQYus5vegHoetLkCJzb17zJ.jpg
                        genre_ids:
                          - 18
                        id: 550
                        original_language: en
                        original_title: Fight Club
                        overview: >-
                          A ticking-time-bomb insomniac and a slippery soap
                          salesman channel primal male aggression into a
                          shocking new form of therapy. Their concept catches
                          on, with underground "fight clubs" forming in every
                          town, until an eccentric gets in the way and ignites
                          an out-of-control spiral toward oblivion.
                        popularity: 118.839
                        poster_path: /pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg
                        release_date: '1999-10-15'
                        title: Fight Club
                        video: false
                        vote_average: 8.439
                        vote_count: 29653
                      - adult: false
                        backdrop_path: /1VqE5z4VIOcNcajJuHLk4fDkY9G.jpg
                        genre_ids:
                          - 28
                          - 27
                        id: 289732
                        original_language: zh
                        original_title: 屍城
                        overview: >-
                          It's the end of the century at a corner of the city in
                          a building riddled with crime - Everyone in the
                          building has turned into zombies. After Jenny's
                          boyfriend is killed in a zombie attack, she faces the
                          challenge of surviving in the face of adversity. In
                          order to stay alive, she struggles with Andy to flee
                          danger.
                        popularity: 11.18
                        poster_path: /u8u3KVq0qfJYmNDsaTVOXy4So6f.jpg
                        release_date: '2014-10-23'
                        title: Zombie Fight Club
                        video: false
                        vote_average: 5.6
                        vote_count: 113
                      - adult: false
                        backdrop_path: /nlDmuxSjJS1Fi2FgVToPm9ytm5S.jpg
                        genre_ids:
                          - 28
                          - 18
                          - 53
                        id: 1213076
                        original_language: ta
                        original_title: Fight Club
                        overview: >-
                          A young boy Selva chasing his football sports dreams
                          suffers a major setback, grows into an angry young man
                          who is drawn into conflicts by evil forces involving
                          him and his family, which he must navigate and reform
                        popularity: 3.077
                        poster_path: /1h6t9nCYVWOLRskB35K51payMok.jpg
                        release_date: '2023-12-15'
                        title: Fight Club
                        video: false
                        vote_average: 6.5
                        vote_count: 14
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 35
                          - 18
                        id: 323667
                        original_language: ru
                        original_title: Вставай и бейся
                        overview: >-
                          Intertwined stories from the gladiator/athletes
                          participating to the Calcio Storico Fiorentino yearly
                          championship.
                        popularity: 2.525
                        poster_path: /rPCOC0myV3Vr7nYGMAOAOpUXgH3.jpg
                        release_date: '2015-06-21'
                        title: Florence Fight Club
                        video: false
                        vote_average: 7.4
                        vote_count: 30
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 973534
                        original_language: ru
                        original_title: Бойцовский клуб (русская версия)
                        overview: >-
                          The Russian version of the movie "Fight Club" is not
                          just a Russian version of a well-known cult film, it
                          is the result and of the hard work of two young men
                          and their love for cinema, Alexander Kukhar
                          (GOLOBON-TV) and Dmitry Ivanov (GRIZLIK FILM) , who
                          are responsible for this project, from the development
                          of its idea and the selection of the cast, to the
                          organization of filming and financial support. 
                          Filming lasted a whole year. Everyday work, constant
                          trips, searching for suitable film sets and an
                          exhausting schedule - all this was not in vain and
                          resulted in an unusually amazing and original project
                          - the film "Fight Club", created in the very heart of
                          southern Russia, in the city of Krasnodar, by two
                          young people
                        popularity: 2.183
                        poster_path: null
                        release_date: ''
                        title: Fight Club (Russian version)
                        video: true
                        vote_average: 7.75
                        vote_count: 30
                      - adult: false
                        backdrop_path: /zCQtfDzKBiHOEkRLCWN658VMVlx.jpg
                        genre_ids:
                          - 18
                        id: 1412906
                        original_language: en
                        original_title: Fight Club Zone
                        overview: >-
                          When a person sees his actions as correct from both
                          angles, then let him do whatever he wants.
                        popularity: 0.641
                        poster_path: /xMoseEDOeaGnJp3cwYVrTrMz3lp.jpg
                        release_date: '2024-11-02'
                        title: Fight Club Zone
                        video: false
                        vote_average: 9
                        vote_count: 1
                      - adult: false
                        backdrop_path: /cHnWx0QoVvtSNkDUpYcM9CXJhV8.jpg
                        genre_ids:
                          - 28
                        id: 347807
                        original_language: hi
                        original_title: 'Fight Club: Members Only'
                        overview: >-
                          Four friends head off to Bombay and get involved in
                          the mother and father of all gang wars.
                        popularity: 2.364
                        poster_path: /aXFmWfWYCCxQTkCn7K86RvDiMHZ.jpg
                        release_date: '2006-02-17'
                        title: 'Fight Club: Members Only'
                        video: false
                        vote_average: 6.4
                        vote_count: 25
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 28
                          - 16
                        id: 1253350
                        original_language: en
                        original_title: Jurassic Fight Club - Cannibal Dinosaur Claymation
                        overview: >-
                          A Short claymation version of Jurassic fight club's
                          first episode.
                        popularity: 1.683
                        poster_path: /qVNnuW43y7fl0EBuP5Mzbi4tN9J.jpg
                        release_date: '2010-07-28'
                        title: Jurassic Fight Club - Cannibal Dinosaur Claymation
                        video: false
                        vote_average: 6.9
                        vote_count: 7
                      - adult: false
                        backdrop_path: /oBMzgMqZTp2X8ZSc3ysVUjT5BeN.jpg
                        genre_ids:
                          - 99
                        id: 1159565
                        original_language: en
                        original_title: Great White Fight Club
                        overview: >-
                          Experts set out to prove that female great white
                          sharks rule the ocean.
                        popularity: 1.016
                        poster_path: /4gbp125YYBOTfNAGP7K81vFW792.jpg
                        release_date: '2023-07-24'
                        title: Great White Fight Club
                        video: false
                        vote_average: 7.8
                        vote_count: 10
                      - adult: false
                        backdrop_path: /tCcjGTnM20ujEtgFCGoMYeYilRj.jpg
                        genre_ids:
                          - 28
                          - 16
                        id: 1254078
                        original_language: en
                        original_title: Fredz Jurassic Fight Club Claymation Style Part 1
                        overview: >-
                          Shorter & More Violent Versions Instead of the lame
                          clay sculptures previously seen. The animals are not
                          in Vivid color B/C I don't have a large amount 
                          colorful clay. This video Has 4 out of 8 Episodes i'll
                          be doing & soon i'll be making colorful Versions of
                          The Creatures In  Runcycles.
                        popularity: 0.724
                        poster_path: /1uSR6XpVK5gKdr4Qcc26CRGTwWk.jpg
                        release_date: '2010-08-14'
                        title: Fredz Jurassic Fight Club Claymation Style Part 1
                        video: false
                        vote_average: 7.2
                        vote_count: 4
                      - adult: false
                        backdrop_path: /5ShuVz8G8LigZKktqAuPnupFxRK.jpg
                        genre_ids:
                          - 28
                          - 16
                        id: 1254080
                        original_language: en
                        original_title: Fredz Jurassic Fight Club Claymation Style Part 2
                        overview: >-
                          Finally, the second half of an epic short revealed!
                          Enjoy... The LOST EPISODE.
                        popularity: 1.91
                        poster_path: /5vKdtHL6cdLzG5ZTPHNvZ7tR0LR.jpg
                        release_date: '2011-12-28'
                        title: Fredz Jurassic Fight Club Claymation Style Part 2
                        video: false
                        vote_average: 6.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 883656
                        original_language: en
                        original_title: GCW Fight Club
                        overview: >-
                          GCW presents Fight Club straight from the Showboat
                          Hotel in Atlantic City, NJ! The event features the GCW
                          World Championship match where Mox defends against
                          Gage in a match that we have been waiting for during
                          the last decade. Who will be the new GCW World
                          Champion?
                        popularity: 2.283
                        poster_path: /a9RWdhRLyx3BqCjlwmZJHXyeMkR.jpg
                        release_date: '2021-10-09'
                        title: GCW Fight Club
                        video: true
                        vote_average: 7.7
                        vote_count: 21
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 28
                          - 18
                          - 80
                        id: 51021
                        original_language: en
                        original_title: 'A Lure: Teen Fight Club'
                        overview: >-
                          A community is under siege as three Belmont Highschool
                          coed students go missing with no trace of their
                          whereabouts. The pressure is on the police to capture
                          the culprits responsible. Scouring the school hallways
                          in search of clues, undercover female detective Maggie
                          Rawdon (Jessica Sonnerborn) enters Belmont High as a
                          transfer student in an attempt to solve the hideous
                          disappearance of the students. Maggie makes a few new
                          friends, and gets invited to a private rave in the
                          country. Just as the group begins to suspect that
                          they've taken a wrong turn, however, the trap is
                          sprung and Maggie finds out firsthand what fate has
                          befallen the missing girls.
                        popularity: 2.432
                        poster_path: /ipl6NdM0LwyakzLH9gKBDn8YhmZ.jpg
                        release_date: '2010-11-16'
                        title: 'A Lure: Teen Fight Club'
                        video: false
                        vote_average: 7.1
                        vote_count: 24
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 1369119
                        original_language: en
                        original_title: 'GCW Fight Club 2024 - Night 1: The Art Of War Games'
                        overview: ''
                        popularity: 0.356
                        poster_path: /e0rAFOeJ0rF4EoloPHnAsZz8Fk4.jpg
                        release_date: '2024-10-12'
                        title: 'GCW Fight Club 2024 - Night 1: The Art Of War Games'
                        video: false
                        vote_average: 6.2
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                        id: 944789
                        original_language: en
                        original_title: Leopard Fight Club
                        overview: >-
                          Witness a remarkable coming-of-age story as we track a
                          young leopard's journey from rookie to royalty in
                          South Africa's lethal Big Five landscape. When we
                          first meet Jack, he's clumsy, fearful, and weak, but
                          he's a fast learner - and he'll need to be. He's
                          destined for a showdown with the area's current
                          leopard monarch, an alpha male with a real mean
                          streak. We follow Jack as he hones his skills and
                          builds up muscle for the ultimate catfight. It's a
                          battle where only the winner will walk out alive.
                        popularity: 0.729
                        poster_path: /pNhu0kvxvBJhpzDEwKf9Zdphbfg.jpg
                        release_date: '2013-04-01'
                        title: Leopard Fight Club
                        video: false
                        vote_average: 7.5
                        vote_count: 11
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                        id: 532155
                        original_language: en
                        original_title: 'Musangwe: Fight Club'
                        overview: >-
                          The first rule is that there are no rules. For the
                          bare-knuckle combatants competing in Musangwe fights,
                          anything goes - you can even put a curse on him. The
                          sport, which dates back centuries, has become a South
                          African institution. Any male from the age of nine to
                          ninety can compete. We follow a group of fighters as
                          they slug it out in the ring. Who will be this year's
                          champion?
                        popularity: 1.157
                        poster_path: /tZDxttt0LfgAKwvLIWyOO3fr01c.jpg
                        release_date: '2007-10-01'
                        title: 'Musangwe: Fight Club'
                        video: false
                        vote_average: 7.7
                        vote_count: 16
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                        id: 151912
                        original_language: en
                        original_title: Jurassic Fight Club
                        overview: >-
                          Jurassic Fight Club, a paleontology-based miniseries
                          that ran for 12 episodes, depicts how prehistoric
                          beasts hunted their prey, dissecting these battles and
                          uncovering a predatory world far more calculated and
                          complex than originally thought. It was hosted by
                          George Blasing, a self-taught paleontologist.
                        popularity: 1.397
                        poster_path: null
                        release_date: '2008-10-22'
                        title: Jurassic Fight Club
                        video: false
                        vote_average: 7.5
                        vote_count: 17
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 289100
                        original_language: en
                        original_title: Girls Fight Club
                        overview: >-
                          The best women's wrestling competition of all
                          time...and if you think it's fake you're in for a big
                          surprise See LEGENDARY Mixed Martial Arts fighters
                          coach their teams to victory in the cage! aka Chuck
                          Lidell's Girl's Fight Club
                        popularity: 1.388
                        poster_path: null
                        release_date: '2009-06-18'
                        title: Girls Fight Club
                        video: false
                        vote_average: 7.538
                        vote_count: 13
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 969532
                        original_language: en
                        original_title: 'GCW: Fight Club Houston'
                        overview: >-
                          On July 9th GCW presents Fight Club Houston straight
                          from Premier Arena in Houston, Texas. The lineup is
                          almost completed, check it below:  AJ Gray vs Bryan
                          Keith  Nick Gage vs Sadika  Joey Janela vs Dante 
                          Ninja Mack vs Jack Cartwheel  Effy vs Gino  Jimmy
                          Lloyd vs Carter  Lucha Scramble  .... more to be added
                          soon!
                        popularity: 1.397
                        poster_path: /353CATo61TQERENVF6AqIqhUD51.jpg
                        release_date: '2021-07-09'
                        title: 'GCW: Fight Club Houston'
                        video: true
                        vote_average: 7.5
                        vote_count: 12
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                          - 35
                        id: 615408
                        original_language: en
                        original_title: Fight Club But With Tennis And No Fight
                        overview: >-
                          Drama descends upon two tennis-obsessed women as the
                          tension moves from off the court and into the café.
                        popularity: 0.765
                        poster_path: /8pEQqVtSpgCtb7dzhR55EO1dC3l.jpg
                        release_date: '2019-07-13'
                        title: Fight Club But With Tennis And No Fight
                        video: false
                        vote_average: 7.6
                        vote_count: 13
                    total_pages: 3
                    total_results: 57
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````