The Movie Database Search API

The Search API from The Movie Database — 7 operation(s) for search.

OpenAPI Specification

the-movie-database-search-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: tmdb-api Account Search API
  version: '3'
servers:
- url: https://api.themoviedb.org
security:
- sec0: []
tags:
- name: Search
paths:
  /3/search/collection:
    get:
      summary: Collection
      description: Search for collections by their original, translated and alternative names.
      operationId: search-collection
      parameters:
      - name: query
        in: query
        required: true
        schema:
          type: string
      - name: include_adult
        in: query
        schema:
          type: boolean
          default: false
      - name: language
        in: query
        schema:
          type: string
          default: en-US
      - name: page
        in: query
        schema:
          type: integer
          format: int32
          default: 1
      - name: region
        in: query
        schema:
          type: string
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: '{"page":1,"results":[{"adult":false,"backdrop_path":"/zuW6fOiusv4X9nnW3paHGfXcSll.jpg","id":86311,"name":"The Avengers Collection","original_language":"en","original_name":"The Avengers Collection","overview":"A superhero film series produced by Marvel Studios based on the Marvel Comics superhero team of the same name, and part of the Marvel Cinematic Universe (MCU).  The series features an ensemble cast from the Marvel Cinematic Universe series films, as they join forces for the peacekeeping organization S.H.I.E.L.D. led by Nick Fury.","poster_path":"/yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg"}],"total_pages":1,"total_results":1}'
              schema:
                type: object
                properties:
                  page:
                    type: integer
                    example: 1
                    default: 0
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                          default: true
                        backdrop_path:
                          type: string
                          example: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg
                        id:
                          type: integer
                          example: 86311
                          default: 0
                        name:
                          type: string
                          example: The Avengers Collection
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: The Avengers Collection
                        overview:
                          type: string
                          example: A superhero film series produced by Marvel Studios based on the Marvel Comics superhero team of the same name, and part of the Marvel Cinematic Universe (MCU).  The series features an ensemble cast from the Marvel Cinematic Universe series films, as they join forces for the peacekeeping organization S.H.I.E.L.D. led by Nick Fury.
                        poster_path:
                          type: string
                          example: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg
                  total_pages:
                    type: integer
                    example: 1
                    default: 0
                  total_results:
                    type: integer
                    example: 1
                    default: 0
      deprecated: false
      tags:
      - Search
  /3/search/company:
    get:
      summary: Company
      description: Search for companies by their original and alternative names.
      operationId: search-company
      parameters:
      - name: query
        in: query
        required: true
        schema:
          type: string
      - name: page
        in: query
        schema:
          type: integer
          format: int32
          default: 1
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: '{"page":1,"results":[{"id":3268,"logo_path":"/tuomPhY2UtuPTqqFnKMVHvSb724.png","name":"HBO","origin_country":"US"},{"id":142414,"logo_path":"/tC3oVZvqpwhAG1uSjpMnmj4nW3O.png","name":"HBO Asia","origin_country":"SG"},{"id":143571,"logo_path":null,"name":"HBO Showcase","origin_country":""},{"id":14914,"logo_path":"/1RZBWz53SpHUTLpRcM8BGv2plIP.png","name":"HBO Documentary Films","origin_country":"US"},{"id":119349,"logo_path":null,"name":"HBO Central Europe","origin_country":""},{"id":48582,"logo_path":"/tyoN6zoxMJ71GBddxVkk4dpaeze.png","name":"HBO Europe","origin_country":""},{"id":147188,"logo_path":null,"name":"HBO / Cinemax","origin_country":""},{"id":7429,"logo_path":"/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png","name":"HBO Films","origin_country":"US"},{"id":158691,"logo_path":"/s5ELD35ShWgVKQxgERHM2iP5bXA.png","name":"HBO Max","origin_country":"US"},{"id":21222,"logo_path":"/baMruKL2uRhJ1Soi4flSHVzXIH2.png","name":"HBO Independent Productions","origin_country":"US"},{"id":27289,"logo_path":null,"name":"HBO Bulgaria","origin_country":""},{"id":128608,"logo_path":null,"name":"H-Bomb Films","origin_country":""},{"id":89525,"logo_path":null,"name":"HBO Family","origin_country":""},{"id":37659,"logo_path":"/zfouUSOEq718TbB9YqN9OylPtD7.png","name":"HBO Polska","origin_country":"PL"},{"id":136561,"logo_path":"/mReKmOZLemFcWlMocCwiq3XbsbB.png","name":"HBO Europe","origin_country":"CZ"},{"id":44618,"logo_path":"/vh38lPSFvesAuOQ8r5TrUT9Vur5.png","name":"HBO Latin America","origin_country":""},{"id":67207,"logo_path":null,"name":"HBO Downtown Productions","origin_country":""},{"id":11489,"logo_path":null,"name":"HBO/Cinemax Documentary","origin_country":""},{"id":13670,"logo_path":null,"name":"HBO Romania","origin_country":"RO"},{"id":6751,"logo_path":"/giPzzhPdiNloiuwo7qLagRn5uGH.png","name":"HBO Sports","origin_country":"US"}],"total_pages":2,"total_results":22}'
              schema:
                type: object
                properties:
                  page:
                    type: integer
                    example: 1
                    default: 0
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: integer
                          example: 3268
                          default: 0
                        logo_path:
                          type: string
                          example: /tuomPhY2UtuPTqqFnKMVHvSb724.png
                        name:
                          type: string
                          example: HBO
                        origin_country:
                          type: string
                          example: US
                  total_pages:
                    type: integer
                    example: 2
                    default: 0
                  total_results:
                    type: integer
                    example: 22
                    default: 0
      deprecated: false
      tags:
      - Search
  /3/search/keyword:
    get:
      summary: Keyword
      description: Search for keywords by their name.
      operationId: search-keyword
      parameters:
      - name: query
        in: query
        required: true
        schema:
          type: string
      - name: page
        in: query
        schema:
          type: integer
          format: int32
          default: 1
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: '{"page":1,"results":[{"id":262419,"name":"lost"},{"id":5930,"name":"getting lost"},{"id":249351,"name":"lost wallet"},{"id":213077,"name":"lost youth"},{"id":41309,"name":"lost of friend"},{"id":215483,"name":"lost daughter"},{"id":251248,"name":"paradise lost"},{"id":215583,"name":"lost colony"},{"id":215678,"name":"partially lost film"},{"id":163088,"name":"lost tribe"},{"id":222130,"name":"lost continent"},{"id":223620,"name":"lost in the woods"},{"id":169953,"name":"lost treasure"},{"id":170333,"name":"innocence lost"},{"id":225280,"name":"partly lost"},{"id":227948,"name":"lost children"},{"id":288632,"name":"lost girl"},{"id":179553,"name":"lost pet"},{"id":179578,"name":"lost at sea"},{"id":181429,"name":"lost film"}],"total_pages":5,"total_results":84}'
              schema:
                type: object
                properties:
                  page:
                    type: integer
                    example: 1
                    default: 0
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: integer
                          example: 262419
                          default: 0
                        name:
                          type: string
                          example: lost
                  total_pages:
                    type: integer
                    example: 5
                    default: 0
                  total_results:
                    type: integer
                    example: 84
                    default: 0
      deprecated: false
      tags:
      - Search
  /3/search/movie:
    get:
      summary: Movie
      description: Search for movies by their original, translated and alternative titles.
      operationId: search-movie
      parameters:
      - name: query
        in: query
        required: true
        schema:
          type: string
      - name: include_adult
        in: query
        schema:
          type: boolean
          default: false
      - name: language
        in: query
        schema:
          type: string
          default: en-US
      - name: primary_release_year
        in: query
        schema:
          type: string
      - name: page
        in: query
        schema:
          type: integer
          format: int32
          default: 1
      - name: region
        in: query
        schema:
          type: string
      - name: year
        in: query
        schema:
          type: string
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: '{"page":1,"results":[{"adult":false,"backdrop_path":"/hZkgoQYus5vegHoetLkCJzb17zJ.jpg","genre_ids":[18,53,35],"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":73.433,"poster_path":"/pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg","release_date":"1999-10-15","title":"Fight Club","video":false,"vote_average":8.433,"vote_count":26279},{"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":15.263,"poster_path":"/u8u3KVq0qfJYmNDsaTVOXy4So6f.jpg","release_date":"2014-10-23","title":"Zombie Fight Club","video":false,"vote_average":4.721,"vote_count":52},{"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.744,"poster_path":"/rPCOC0myV3Vr7nYGMAOAOpUXgH3.jpg","release_date":"2015-06-21","title":"Florence Fight Club","video":false,"vote_average":5.722,"vote_count":9},{"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":0.874,"poster_path":null,"release_date":"","title":"Fight Club (Russian version)","video":false,"vote_average":7.4,"vote_count":6},{"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":1.953,"poster_path":"/a9RWdhRLyx3BqCjlwmZJHXyeMkR.jpg","release_date":"2021-10-09","title":"GCW Fight Club","video":true,"vote_average":6.5,"vote_count":5},{"adult":false,"backdrop_path":null,"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.26,"poster_path":"/aXFmWfWYCCxQTkCn7K86RvDiMHZ.jpg","release_date":"2006-02-17","title":"Fight Club: Members Only","video":false,"vote_average":4.5,"vote_count":12},{"adult":false,"backdrop_path":null,"genre_ids":[99],"id":259016,"original_language":"en","original_title":"Insane Fight Club","overview":"A group of friends have created a brand new subculture that is taking over the streets of Glasgow. They''ve established their very own fight club, but this is no ordinary wrestling event - this is brutal, riotous chaos. Fights don''t always stay inside the ring, people are bounced off the side of buses and thrown off balconies in pubs. They now plan the biggest show of their lives. The stakes are high, will it bring them the fame and recognition they need to survive?","popularity":1.614,"poster_path":null,"release_date":"2014-03-11","title":"Insane Fight Club","video":false,"vote_average":4.333,"vote_count":3},{"adult":false,"backdrop_path":null,"genre_ids":[28,18,80],"id":51021,"original_language":"en","original_title":"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":0.983,"poster_path":"/ipl6NdM0LwyakzLH9gKBDn8YhmZ.jpg","release_date":"2010-11-16","title":"Lure: Teen Fight Club","video":false,"vote_average":5.556,"vote_count":9},{"adult":false,"backdrop_path":null,"genre_ids":[28,99,12],"id":104782,"original_language":"it","original_title":"Florence Fight Club","overview":"Four men decided to enter in the oldest Fight Club of the History, The Florentine Football tournament. A father and son, a black guy, an old champion and outsider clerk will enter in an arena of the time to win their fears, to go over their limits, to be heroes for a day.","popularity":0.6,"poster_path":null,"release_date":"2010-01-01","title":"Florence Fight Club","video":false,"vote_average":7.0,"vote_count":1},{"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":0.6,"poster_path":"/tZDxttt0LfgAKwvLIWyOO3fr01c.jpg","release_date":"2007-10-01","title":"Musangwe: Fight Club","video":false,"vote_average":6.25,"vote_count":4},{"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":0.6,"poster_path":null,"release_date":"2009-06-18","title":"Girls Fight Club","video":false,"vote_average":5.25,"vote_count":2},{"adult":false,"backdrop_path":"/lBENxZ1nmHXkTKV0AJu1agnW8Mg.jpg","genre_ids":[],"id":877672,"original_language":"en","original_title":"Superhero Fight Club","overview":"Oliver introduces Barry to his own little fight club which features such members as Roy Harper, Laurel Lance, Malcolm Merlyn and Ra''s Al Ghul.","popularity":0.6,"poster_path":"/riAUCTb0NBakJxlBMB801gQlF1j.jpg","release_date":"2015-04-13","title":"Superhero Fight Club","video":false,"vote_average":6.375,"vote_count":9},{"adult":false,"backdrop_path":"/z8MzErK9gYLHgvqYKMapqk7rqyZ.jpg","genre_ids":[],"id":877673,"original_language":"en","original_title":"Superhero Fight Club 2.0","overview":"Barry and Oliver introduce Supergirl to the new fight club, Felicity and Cisco applying additional features to the fight in which The Flash, Green Arrow, Supergirl, White Canary, Firestorm and Atom need to fight to stay alive.","popularity":0.632,"poster_path":"/edt0iegDlAqPddRunIixcpNsja4.jpg","release_date":"2016-09-29","title":"Superhero Fight Club 2.0","video":false,"vote_average":6.5,"vote_count":6},{"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.6,"poster_path":"/8pEQqVtSpgCtb7dzhR55EO1dC3l.jpg","release_date":"2019-07-13","title":"Fight Club But With Tennis And No Fight","video":false,"vote_average":7.0,"vote_count":1},{"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":0.6,"poster_path":"/353CATo61TQERENVF6AqIqhUD51.jpg","release_date":"2021-07-09","title":"GCW: Fight Club Houston","video":true,"vote_average":5.0,"vote_count":1},{"adult":false,"backdrop_path":null,"genre_ids":[],"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.6,"poster_path":"/pNhu0kvxvBJhpzDEwKf9Zdphbfg.jpg","release_date":"","title":"Leopard Fight Club","video":false,"vote_average":6.0,"vote_count":1},{"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":0.742,"poster_path":null,"release_date":"2008-10-22","title":"Jurassic Fight Club","video":false,"vote_average":7.4,"vote_count":5},{"adult":false,"backdrop_path":null,"genre_ids":[99],"id":322772,"original_language":"en","original_title":"Insane Fight Club II - This Time It’s Personal","overview":"Insane Fight Club is back. This year the boys are taking their unique form of entertainment to England as they stage fight nights in Birmingham, Leeds, Liverpool and Newcastle.","popularity":2.348,"poster_path":null,"release_date":"2015-01-21","title":"Insane Fight Club II - This Time It’s Personal","video":false,"vote_average":7.0,"vote_count":2},{"adult":false,"backdrop_path":null,"genre_ids":[],"id":818666,"original_language":"en","original_title":"Triller Fight Club: Jake Paul vs Ben Askren","overview":"Jake Paul vs. Ben Askren is an professional boxing match between YouTuber Jake Paul and former MMA fighter Ben Askren.  The bout took take place on April 17, 2021, at the Mercedes-Benz Stadium in Atlanta, Georgia.","popularity":1.467,"poster_path":"/pFxHnZhetfHpXlcYTNTFZFt6pBq.jpg","release_date":"2021-04-17","title":"Triller Fight Club: Jake Paul vs Ben Askren","video":true,"vote_average":5.0,"vote_count":3},{"adult":false,"backdrop_path":null,"genre_ids":[],"id":935845,"original_language":"en","original_title":"GCW: Fight Club 2 Houston","overview":"Are you ready for the GCW: Fight Club 2?  On February 4th GCW: Fight Club 2 is live on FITE straight from Houston Premier Arena, TX!  Check the full lineup below:  4-way match  Mascara Dorada vs Gringo Loco vs Blake Christian vs ASF  Atticus Cogar vs Gino Medina  All-Star Scramble  Matthew Justice vs Allie Katch vs Grim Reefer vs Jimmy Lloyd vs Jordan Oliver vs Chris Carter  GCW Extreme Championship  AJ Gray vs Mysterious Q  Bryan Keith vs Effy  Ninja Mack vs Nick Wayne  Loko Wrestling Championship  Dante Leon vs Sam Stackhouse  Matt Tremont vs Sadika  *lineup subject to change","popularity":0.6,"poster_path":"/bPPvoNxWcoqSvw0SnigOZpcxKmN.jpg","release_date":"2022-02-04","title":"GCW: Fight Club 2 Houston","video":true,"vote_average":8.0,"vote_count":1}],"total_pages":2,"total_results":39}'
              schema:
                type: object
                properties:
                  page:
                    type: integer
                    example: 1
                    default: 0
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                          default: true
                        backdrop_path:
                          type: string
                          example: /hZkgoQYus5vegHoetLkCJzb17zJ.jpg
                        genre_ids:
                          type: array
                          items:
                            type: integer
                            example: 18
                            default: 0
                        id:
                          type: integer
                          example: 550
                          default: 0
                        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: 73.433
                          default: 0
                        poster_path:
                          type: string
                          example: /pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg
                        release_date:
                          type: string
                          example: '1999-10-15'
                        title:
                          type: string
                          example: Fight Club
                        video:
                          type: boolean
                          example: false
                          default: true
                        vote_average:
                          type: number
                          example: 8.433
                          default: 0
                        vote_count:
                          type: integer
                          example: 26279
                          default: 0
                  total_pages:
                    type: integer
                    example: 2
                    default: 0
                  total_results:
                    type: integer
                    example: 39
                    default: 0
      deprecated: false
      tags:
      - Search
  /3/search/multi:
    get:
      summary: Multi
      description: Use multi search when you want to search for movies, TV shows and people in a single request.
      operationId: search-multi
      parameters:
      - name: query
        in: query
        required: true
        schema:
          type: string
      - name: include_adult
        in: query
        schema:
          type: boolean
          default: false
      - name: language
        in: query
        schema:
          type: string
          default: en-US
      - name: page
        in: query
        schema:
          type: integer
          format: int32
          default: 1
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value:
                    page: 1
                    results:
                    - adult: false
                      backdrop_path: /aDYSnJAK0BTVeE8osOy22Kz3SXY.jpg
                      id: 11
                      title: Star Wars
                      original_language: en
                      original_title: Star Wars
                      overview: Princess Leia is captured and held hostage by the evil Imperial forces in their effort to take over the galactic Empire. Venturesome Luke Skywalker and dashing captain Han Solo team together with the loveable robot duo R2-D2 and C-3PO to rescue the beautiful princess and restore peace and justice in the Empire.
                      poster_path: /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg
                      media_type: movie
                      genre_ids:
                      - 12
                      - 28
                      - 878
                      popularity: 78.047
                      release_date: '1977-05-25'
                      video: false
                      vote_average: 8.208
                      vote_count: 18528
                    - adult: false
                      backdrop_path: /iflKt34Ck2JpY2PY9wW1zwdJgJi.jpg
                      id: 782054
                      title: 'Doraemon: Nobita''s Little Star Wars 2021'
                      original_language: ja
                      original_title: 映画ドラえもん のび太の宇宙小戦争 2021
                      overview: One day during summer vacation, a palm-sized alien named Papi appears from a small rocket that Nobita picks up. He is the president of Pirika, a small planet in outer space, and has come to Earth to escape the rebels. Doraemon and his friends are puzzled by Papi’s small size, but as they play together using the secret tool “Small Light”, they gradually become friends. However, a whale-shaped space battleship comes to earth and attacks Doraemon, Nobita and the others in order to capture Papi. Feeling responsible for getting everyone involved, Papi tries to stand up to the rebels. Doraemon and his friends leave for the planet Pirika to protect their dear friend and his home.
                      poster_path: /48gKZioIDeUOI0afbYv3kh9u9RQ.jpg
                      media_type: movie
                      genre_ids:
                      - 16
                      - 878
                      - 12
                      popularity: 33.466
                      release_date: '2022-03-04'
                      video: false
                      vote_average: 5.825
                      vote_count: 60
                    - adult: false
                      backdrop_path: /ajztm40qDPqMONaSJhQ2PaNe2Xd.jpg
                      id: 83867
                      name: 'Star Wars: Andor'
                      original_language: en
                      original_name: 'Star Wars: Andor'
                      overview: The tale of the burgeoning rebellion against the Empire and how people and planets became involved. In an era filled with danger, deception and intrigue, Cassian Andor embarks on the path that is destined to turn him into a rebel hero.
                      poster_path: /59SVNwLfoMnZPPB6ukW6dlPxAdI.jpg
                      media_type: tv
                      genre_ids:
                      - 10765
                      - 10759
                      - 10768
                      - 18
                      popularity: 87.697
                      first_air_date: '2022-09-21'
                      vote_average: 8.223
                      vote_count: 671
                      origin_country:
                      - US
                    - adult: false
                      backdrop_path: /7Q0diljpwSnUuHfxrZmexxztrEZ.jpg
                      id: 114478
                      name: 'Star Wars: Visions'
                      original_language: ja
                      original_name: スター・ウォーズ:ビジョンズ
                      overview: An anthology series of animated short films celebrating Star Wars through the lens of the world's best anime creators.
                      poster_path: /8yECMpsZ8wAvra4Sow6Bz9WOO5f.jpg
                      media_type: tv
                      genre_ids:
                      - 16
                      - 10765
                      - 10759
                      popularity: 32.764
                      first_air_date: '2021-09-22'
                      vote_average: 7.304
                      vote_count: 237
                      origin_country:
                      - JP
                      - US
                    - adult: false
                      backdrop_path: /m6eRgkR1KC6Mr6gKx6gKCzSn6vD.jpg
                      id: 4194
                      name: 'Star Wars: The Clone Wars'
                      original_language: en
                      original_name: 'Star Wars: The Clone Wars'
                      overview: Yoda, Obi-Wan Kenobi, Anakin Skywalker, Mace Windu and other Jedi Knights lead the Grand Army of the Republic against the droid army of the Separatists.
                      poster_path: /e1nWfnnCVqxS2LeTO3dwGyAsG2V.jpg
                      media_type: tv
                      genre_ids:
                      - 10759
                  

# --- truncated at 32 KB (63 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/the-movie-database/refs/heads/main/openapi/the-movie-database-search-api-openapi.yml