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

# Movies

> This endpoint serach for movies by their original, translated and alternative titles.



## OpenAPI

````yaml get /3/search/movie
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/search/movie:
    get:
      tags:
        - SEARCH
      summary: Movies
      description: >-
        This endpoint serach for movies by their original, translated and
        alternative titles.
      operationId: movies4
      parameters:
        - name: query
          required: true
          in: query
          schema:
            type: string
            example: animation
        - 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
            example: '2020'
        - name: page
          in: query
          schema:
            type: integer
            default: 1
        - name: region
          in: query
          schema:
            type: string
            example: US
        - name: year
          in: query
          schema:
            type: string
            example: '2020'
      responses:
        '200':
          description: Movies
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=11733
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Tue, 31 Dec 2024 11:01:20 GMT
            ETag:
              schema:
                type: string
                example: W/"2bf1e86b84a9de153487c8bb719c69ef"
            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 afc076a932b635d1fe9febfccf7103f0.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: JoFf4n93on68yZu9G4Z9VnfktqtRTkfOm0ScS9XiVVC-n5zKCSzwNA==
            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: '13551'
            x-memc-expires:
              schema:
                type: string
                example: '11733'
            x-memc-key:
              schema:
                type: string
                example: bdddc26456ae677c0d99ff734c6068ec
          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: /zojlWX59bx5lgJCfJxMtKIVgNSI.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 16
                          example:
                            - 16
                            - 28
                        id:
                          type: number
                          example: 779019
                        original_language:
                          type: string
                          example: ja
                        original_title:
                          type: string
                          example: グリザイア：ファントムトリガー THE ANIMATION スターゲイザー
                        overview:
                          type: string
                          example: >-
                            While Rena and Maki recover from their injuries, the
                            other SORD members jet off overseas for a school
                            trip. Within moments of their arrival, though, the
                            Mihama gang are pulled into a manhunt for a SORD
                            deserter, assisted by student Sylvia and Velvet of
                            St. Aile's International School. Tohka's the star of
                            the show this time round, but she's wrestling with
                            her own issues - old memories of her parents, and a
                            promise to a friend that she wasn't able to keep...
                        popularity:
                          type: number
                          example: 13.308
                        poster_path:
                          type: string
                          nullable: true
                          example: /zNaweWLkwIAsrdeBq4Hu6j6EO5a.jpg
                        release_date:
                          type: string
                          example: '2020-11-27'
                        title:
                          type: string
                          example: 'Grisaia: Phantom Trigger The Animation - Stargazer'
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 6.5
                        vote_count:
                          type: number
                          example: 48
                    example:
                      - adult: false
                        backdrop_path: /zojlWX59bx5lgJCfJxMtKIVgNSI.jpg
                        genre_ids:
                          - 16
                          - 28
                        id: 779019
                        original_language: ja
                        original_title: グリザイア：ファントムトリガー THE ANIMATION スターゲイザー
                        overview: >-
                          While Rena and Maki recover from their injuries, the
                          other SORD members jet off overseas for a school trip.
                          Within moments of their arrival, though, the Mihama
                          gang are pulled into a manhunt for a SORD deserter,
                          assisted by student Sylvia and Velvet of St. Aile's
                          International School. Tohka's the star of the show
                          this time round, but she's wrestling with her own
                          issues - old memories of her parents, and a promise to
                          a friend that she wasn't able to keep...
                        popularity: 13.308
                        poster_path: /zNaweWLkwIAsrdeBq4Hu6j6EO5a.jpg
                        release_date: '2020-11-27'
                        title: 'Grisaia: Phantom Trigger The Animation - Stargazer'
                        video: false
                        vote_average: 6.5
                        vote_count: 48
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                        id: 876391
                        original_language: ja
                        original_title: 人形アニメ「ハイキュー!!」
                        overview: >-
                          A stop-motion anime bundled with the 42nd compiled
                          book volume of Haruichi Furudate's Haikyu!! manga
                          featuring the Karasuno team as puppets.
                        popularity: 2.065
                        poster_path: /hRfB69kiWBYql0jBgoc4TLIU2XO.jpg
                        release_date: '2020-03-04'
                        title: Haikyuu!! Puppet Animation
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /5eh3FcbEEK9jyoZr6CApEFwvlwU.jpg
                        genre_ids:
                          - 18
                          - 53
                        id: 676839
                        original_language: es
                        original_title: Animales humanos
                        overview: >-
                          The harmony of a seemingly idyllic neighborhood is
                          disrupted when a dog attacks a young girl.
                        popularity: 5.8
                        poster_path: /5Ba51RwONmbrotqX1FgHELYtffU.jpg
                        release_date: '2020-12-12'
                        title: Human Animals
                        video: false
                        vote_average: 6.9
                        vote_count: 69
                      - adult: false
                        backdrop_path: /cBLnDmmk3Lrfvjg2NZOnC8sQaZR.jpg
                        genre_ids:
                          - 16
                          - 10749
                          - 35
                        id: 622841
                        original_language: tl
                        original_title: Hayop Ka! The Nimfa Dimaano Story
                        overview: >-
                          Follow an attractive feline saleslady at a department
                          store as she figures in a love triangle between her
                          mongrel janitor boyfriend and her high society
                          businessdog.
                        popularity: 1.501
                        poster_path: /pP6mmhuaNmfpGAn1qNd4ZjSWpbY.jpg
                        release_date: '2020-10-28'
                        title: You Animal! The Nimfa Dimaano Story
                        video: false
                        vote_average: 6.8
                        vote_count: 12
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 778162
                        original_language: lt
                        original_title: Virstant žvėrim
                        overview: >-
                          Juste volunteers at the electronic music festival in
                          the middle of the woods. Everything seems to be nice
                          and fun until an angry gang disrupts the event.
                          Becoming their target and realizing there is no one to
                          help her, Juste decides to take action herself.
                        popularity: 0.249
                        poster_path: null
                        release_date: '2020-01-01'
                        title: Becoming Animal
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /uhnch4bM6COjNPIc7ECHyfa9wbX.jpg
                        genre_ids:
                          - 99
                        id: 759994
                        original_language: it
                        original_title: RES CREATA
                        overview: ''
                        popularity: 0.729
                        poster_path: /rGFYlY3fs8PDycfpw3OD2jfE2Fr.jpg
                        release_date: '2020-11-01'
                        title: RES CREATA - Humans and other animals
                        video: false
                        vote_average: 7.1
                        vote_count: 5
                      - adult: false
                        backdrop_path: /vfAcu3Spg0fjKnO6GbwW9czLm5a.jpg
                        genre_ids:
                          - 18
                        id: 664577
                        original_language: de
                        original_title: Nackte Tiere
                        overview: >-
                          Five young people in provincial Germany. They run into
                          each other and away from each other. They kiss and
                          they fight. It’s their last winter together before
                          they leave school, after that it’s stay or go. A
                          feature film debut of enormous intensity.
                        popularity: 1.375
                        poster_path: /8G2QQb00Cs5EmONz69cql0g6xJd.jpg
                        release_date: '2020-09-17'
                        title: Naked Animals
                        video: false
                        vote_average: 3.4
                        vote_count: 7
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 35
                          - 27
                        id: 931311
                        original_language: en
                        original_title: >-
                          Three Short Animations on the Theme of
                          'Socially-Distanced' Zombie Movies
                        overview: >-
                          Horror-comedy animations exploring how zombie movies
                          might be affected by Covid.
                        popularity: 0.02
                        poster_path: /5BsFztN5XokororbGYGmC0GZD2g.jpg
                        release_date: '2020-10-26'
                        title: >-
                          Three Short Animations on the Theme of
                          'Socially-Distanced' Zombie Movies
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                        id: 827024
                        original_language: zh
                        original_title: Animation Curriculum Review
                        overview: >-
                          Film directed by Bu Hua, Liu Jian, Qiu Anxiong, and
                          Zhong Su.
                        popularity: 0.014
                        poster_path: /eLbElVB29w4wd47SYwOJXHzqh84.jpg
                        release_date: '2020-12-31'
                        title: Animation Curriculum Review
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 884318
                        original_language: de
                        original_title: An Animation Journey
                        overview: ''
                        popularity: 0.018
                        poster_path: null
                        release_date: '2020-07-30'
                        title: An Animation Journey
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /pROJuBbLXmQseHaWOAzuNPs3aUq.jpg
                        genre_ids:
                          - 18
                          - 14
                        id: 662711
                        original_language: pt
                        original_title: Um Animal Amarelo
                        overview: >-
                          Obsessed with questions about his past, a bankrupt,
                          white Brazilian filmmaker undertakes an epic journey
                          from Brazil to Mozambique and Portugal. This
                          melancholic fable mixes animation, live-action,
                          voice-overs, genres, and continents to explore
                          Brazil's colonial past.
                        popularity: 1.235
                        poster_path: /krCEKAB8uBANanpxQaUn8VE8Gfr.jpg
                        release_date: '2020-10-15'
                        title: A Yellow Animal
                        video: false
                        vote_average: 2
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                          - 10770
                        id: 829936
                        original_language: de
                        original_title: Tierische Wohngemeinschaften
                        overview: >-
                          A unique look at three of the greatest builders of the
                          African Savannah: weaver birds, aardvarks and
                          termites. In their spectacular buildings they do not
                          live alone! Many roommates from other species, from
                          small insects, reptiles and birds to large mammals,
                          not only live together — they also benefit from
                          sharing the same roof.
                        popularity: 0.065
                        poster_path: /43qAPFQdvHvh7GkbJPyoFZR6asO.jpg
                        release_date: '2020-01-01'
                        title: >-
                          Africa's Wild Roommates: How Animals Share Bed and
                          Board
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 820275
                        original_language: is
                        original_title: Animalia
                        overview: >-
                          Surrounded by toy animals, a father struggling with
                          loss searches for one last connection.
                        popularity: 0.127
                        poster_path: /8m7dSx585FEmcFIztL62wkJCHrc.jpg
                        release_date: '2020-09-27'
                        title: Animalia
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 854740
                        original_language: en
                        original_title: Fantasma, animal
                        overview: >-
                          A machine that contains a ghost. From two eyes to one
                          eye. The same four limbs. The artificial body. The
                          appearance of things, their incandescence. The light
                          on the screen feels more alive than ever. The
                          satellite guides me. Through a transmutation exercise
                          a human in old age performs a ritual that allows him
                          to deposit his essence in the body of a drone. In the
                          gaze of the machine, a new illusion is reconfigured.
                        popularity: 0.085
                        poster_path: /qJdMKErjeePY2283dsmDkkWOc7l.jpg
                        release_date: '2020-10-05'
                        title: Ghost, Animal
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /iJOKknvhPxLV5OwqMvOnKGe3K9a.jpg
                        genre_ids:
                          - 18
                          - 9648
                        id: 880031
                        original_language: zh
                        original_title: 龙门相
                        overview: >-
                          Zhang is an undertaker in a small town. His wife, Lee,
                          has an affair with Wang. Lee is pregnant and asks Wang
                          for advice. In order to keep the baby, Wang plans to
                          murder Zhang. Then he hires two hit men on the
                          Internet.
                        popularity: 0.487
                        poster_path: /i5JSJ6lrdxUCAJR6xApXVcgXtm3.jpg
                        release_date: '2020-07-28'
                        title: The Advanced Animals
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 18
                        id: 763238
                        original_language: es
                        original_title: Animales Extintos
                        overview: >-
                          On their last field trip before graduation, a group of
                          male classmates blow off steam in the woods before
                          entering the real world. But for one of them, the
                          rocky road to adulthood starts early.
                        popularity: 1.246
                        poster_path: /jGIrI2oOHJeUYggnefEZSySzakB.jpg
                        release_date: '2020-06-16'
                        title: Extinct Animals
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                        id: 802774
                        original_language: ru
                        original_title: Верую, или Филистерский мир политических животных
                        overview: >-
                          The action explores the surrealistic absurdist ritual
                          called “Elections of the President of the Republic of
                          Belarus”. This procedure, in my understanding, is a
                          ceremony of an eccentric farce, with the intersection
                          of modern form of religious worship and hierarchical
                          animal behavior of primates.
                        popularity: 0.013
                        poster_path: /7oSNLJ9RhgW8DwsiKCaoNejL8zj.jpg
                        release_date: '2020-08-09'
                        title: >-
                          I Believe, or The Philistine World of Political
                          Animals
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /9QChcNdeYronmpZxq96xWqRHjTT.jpg
                        genre_ids: []
                        id: 810037
                        original_language: es
                        original_title: Animales de guerra
                        overview: >-
                          After a long time, Antonio meets Rubén the night
                          before they face each other in a wrestling tournament
                          final. They wander around, looking for something to
                          repress their desires.
                        popularity: 0.377
                        poster_path: /fFdbMpJnsElRjlfXN4vSOCriXYv.jpg
                        release_date: '2020-09-23'
                        title: War Animals
                        video: false
                        vote_average: 5.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 945086
                        original_language: fr
                        original_title: L'Homme, ce vieil animal malade
                        overview: >-
                          The title, quoting Nietzsche describing Man as a sick
                          animal, seems to fit Jean-Luc Nancy, famous for his
                          thinking and especially his striking account of his
                          experience of a heart transplant. But there is no
                          miserabilism here, no sickness or age – instead we
                          have a portrait of the philosopher in action in
                          various different aspects. The first course is
                          biographical, with family archives that take us back
                          to the philosopher’s early years, setting the stage
                          for childhood memories as he secretly breaks his first
                          taboos.
                        popularity: 0.013
                        poster_path: /ab0V4ub0jNN25GBaq5Ot1H3AGY1.jpg
                        release_date: '2020-09-17'
                        title: Man, That Old Sick Animal
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /ymq8XiG446SCUTN9ZUOh0hG5nOm.jpg
                        genre_ids:
                          - 80
                        id: 693104
                        original_language: ru
                        original_title: Я не застрелю тебя, как тупую скотину
                        overview: >-
                          Symbol has its power because people believe that it
                          has the power.
                        popularity: 0.463
                        poster_path: /jGTzPeCIHL9MR45mnfX9s0DHpUP.jpg
                        release_date: '2020-04-15'
                        title: You Won't Die Out Here Like a Dumb Animal
                        video: false
                        vote_average: 10
                        vote_count: 1
                  total_pages:
                    type: number
                    example: 2
                  total_results:
                    type: number
                    example: 22
              examples:
                Movies:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /zojlWX59bx5lgJCfJxMtKIVgNSI.jpg
                        genre_ids:
                          - 16
                          - 28
                        id: 779019
                        original_language: ja
                        original_title: グリザイア：ファントムトリガー THE ANIMATION スターゲイザー
                        overview: >-
                          While Rena and Maki recover from their injuries, the
                          other SORD members jet off overseas for a school trip.
                          Within moments of their arrival, though, the Mihama
                          gang are pulled into a manhunt for a SORD deserter,
                          assisted by student Sylvia and Velvet of St. Aile's
                          International School. Tohka's the star of the show
                          this time round, but she's wrestling with her own
                          issues - old memories of her parents, and a promise to
                          a friend that she wasn't able to keep...
                        popularity: 13.308
                        poster_path: /zNaweWLkwIAsrdeBq4Hu6j6EO5a.jpg
                        release_date: '2020-11-27'
                        title: 'Grisaia: Phantom Trigger The Animation - Stargazer'
                        video: false
                        vote_average: 6.5
                        vote_count: 48
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                        id: 876391
                        original_language: ja
                        original_title: 人形アニメ「ハイキュー!!」
                        overview: >-
                          A stop-motion anime bundled with the 42nd compiled
                          book volume of Haruichi Furudate's Haikyu!! manga
                          featuring the Karasuno team as puppets.
                        popularity: 2.065
                        poster_path: /hRfB69kiWBYql0jBgoc4TLIU2XO.jpg
                        release_date: '2020-03-04'
                        title: Haikyuu!! Puppet Animation
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /5eh3FcbEEK9jyoZr6CApEFwvlwU.jpg
                        genre_ids:
                          - 18
                          - 53
                        id: 676839
                        original_language: es
                        original_title: Animales humanos
                        overview: >-
                          The harmony of a seemingly idyllic neighborhood is
                          disrupted when a dog attacks a young girl.
                        popularity: 5.8
                        poster_path: /5Ba51RwONmbrotqX1FgHELYtffU.jpg
                        release_date: '2020-12-12'
                        title: Human Animals
                        video: false
                        vote_average: 6.9
                        vote_count: 69
                      - adult: false
                        backdrop_path: /cBLnDmmk3Lrfvjg2NZOnC8sQaZR.jpg
                        genre_ids:
                          - 16
                          - 10749
                          - 35
                        id: 622841
                        original_language: tl
                        original_title: Hayop Ka! The Nimfa Dimaano Story
                        overview: >-
                          Follow an attractive feline saleslady at a department
                          store as she figures in a love triangle between her
                          mongrel janitor boyfriend and her high society
                          businessdog.
                        popularity: 1.501
                        poster_path: /pP6mmhuaNmfpGAn1qNd4ZjSWpbY.jpg
                        release_date: '2020-10-28'
                        title: You Animal! The Nimfa Dimaano Story
                        video: false
                        vote_average: 6.8
                        vote_count: 12
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 778162
                        original_language: lt
                        original_title: Virstant žvėrim
                        overview: >-
                          Juste volunteers at the electronic music festival in
                          the middle of the woods. Everything seems to be nice
                          and fun until an angry gang disrupts the event.
                          Becoming their target and realizing there is no one to
                          help her, Juste decides to take action herself.
                        popularity: 0.249
                        poster_path: null
                        release_date: '2020-01-01'
                        title: Becoming Animal
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /uhnch4bM6COjNPIc7ECHyfa9wbX.jpg
                        genre_ids:
                          - 99
                        id: 759994
                        original_language: it
                        original_title: RES CREATA
                        overview: ''
                        popularity: 0.729
                        poster_path: /rGFYlY3fs8PDycfpw3OD2jfE2Fr.jpg
                        release_date: '2020-11-01'
                        title: RES CREATA - Humans and other animals
                        video: false
                        vote_average: 7.1
                        vote_count: 5
                      - adult: false
                        backdrop_path: /vfAcu3Spg0fjKnO6GbwW9czLm5a.jpg
                        genre_ids:
                          - 18
                        id: 664577
                        original_language: de
                        original_title: Nackte Tiere
                        overview: >-
                          Five young people in provincial Germany. They run into
                          each other and away from each other. They kiss and
                          they fight. It’s their last winter together before
                          they leave school, after that it’s stay or go. A
                          feature film debut of enormous intensity.
                        popularity: 1.375
                        poster_path: /8G2QQb00Cs5EmONz69cql0g6xJd.jpg
                        release_date: '2020-09-17'
                        title: Naked Animals
                        video: false
                        vote_average: 3.4
                        vote_count: 7
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 35
                          - 27
                        id: 931311
                        original_language: en
                        original_title: >-
                          Three Short Animations on the Theme of
                          'Socially-Distanced' Zombie Movies
                        overview: >-
                          Horror-comedy animations exploring how zombie movies
                          might be affected by Covid.
                        popularity: 0.02
                        poster_path: /5BsFztN5XokororbGYGmC0GZD2g.jpg
                        release_date: '2020-10-26'
                        title: >-
                          Three Short Animations on the Theme of
                          'Socially-Distanced' Zombie Movies
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                        id: 827024
                        original_language: zh
                        original_title: Animation Curriculum Review
                        overview: >-
                          Film directed by Bu Hua, Liu Jian, Qiu Anxiong, and
                          Zhong Su.
                        popularity: 0.014
                        poster_path: /eLbElVB29w4wd47SYwOJXHzqh84.jpg
                        release_date: '2020-12-31'
                        title: Animation Curriculum Review
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 884318
                        original_language: de
                        original_title: An Animation Journey
                        overview: ''
                        popularity: 0.018
                        poster_path: null
                        release_date: '2020-07-30'
                        title: An Animation Journey
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /pROJuBbLXmQseHaWOAzuNPs3aUq.jpg
                        genre_ids:
                          - 18
                          - 14
                        id: 662711
                        original_language: pt
                        original_title: Um Animal Amarelo
                        overview: >-
                          Obsessed with questions about his past, a bankrupt,
                          white Brazilian filmmaker undertakes an epic journey
                          from Brazil to Mozambique and Portugal. This
                          melancholic fable mixes animation, live-action,
                          voice-overs, genres, and continents to explore
                          Brazil's colonial past.
                        popularity: 1.235
                        poster_path: /krCEKAB8uBANanpxQaUn8VE8Gfr.jpg
                        release_date: '2020-10-15'
                        title: A Yellow Animal
                        video: false
                        vote_average: 2
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                          - 10770
                        id: 829936
                        original_language: de
                        original_title: Tierische Wohngemeinschaften
                        overview: >-
                          A unique look at three of the greatest builders of the
                          African Savannah: weaver birds, aardvarks and
                          termites. In their spectacular buildings they do not
                          live alone! Many roommates from other species, from
                          small insects, reptiles and birds to large mammals,
                          not only live together — they also benefit from
                          sharing the same roof.
                        popularity: 0.065
                        poster_path: /43qAPFQdvHvh7GkbJPyoFZR6asO.jpg
                        release_date: '2020-01-01'
                        title: >-
                          Africa's Wild Roommates: How Animals Share Bed and
                          Board
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 820275
                        original_language: is
                        original_title: Animalia
                        overview: >-
                          Surrounded by toy animals, a father struggling with
                          loss searches for one last connection.
                        popularity: 0.127
                        poster_path: /8m7dSx585FEmcFIztL62wkJCHrc.jpg
                        release_date: '2020-09-27'
                        title: Animalia
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 854740
                        original_language: en
                        original_title: Fantasma, animal
                        overview: >-
                          A machine that contains a ghost. From two eyes to one
                          eye. The same four limbs. The artificial body. The
                          appearance of things, their incandescence. The light
                          on the screen feels more alive than ever. The
                          satellite guides me. Through a transmutation exercise
                          a human in old age performs a ritual that allows him
                          to deposit his essence in the body of a drone. In the
                          gaze of the machine, a new illusion is reconfigured.
                        popularity: 0.085
                        poster_path: /qJdMKErjeePY2283dsmDkkWOc7l.jpg
                        release_date: '2020-10-05'
                        title: Ghost, Animal
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /iJOKknvhPxLV5OwqMvOnKGe3K9a.jpg
                        genre_ids:
                          - 18
                          - 9648
                        id: 880031
                        original_language: zh
                        original_title: 龙门相
                        overview: >-
                          Zhang is an undertaker in a small town. His wife, Lee,
                          has an affair with Wang. Lee is pregnant and asks Wang
                          for advice. In order to keep the baby, Wang plans to
                          murder Zhang. Then he hires two hit men on the
                          Internet.
                        popularity: 0.487
                        poster_path: /i5JSJ6lrdxUCAJR6xApXVcgXtm3.jpg
                        release_date: '2020-07-28'
                        title: The Advanced Animals
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 18
                        id: 763238
                        original_language: es
                        original_title: Animales Extintos
                        overview: >-
                          On their last field trip before graduation, a group of
                          male classmates blow off steam in the woods before
                          entering the real world. But for one of them, the
                          rocky road to adulthood starts early.
                        popularity: 1.246
                        poster_path: /jGIrI2oOHJeUYggnefEZSySzakB.jpg
                        release_date: '2020-06-16'
                        title: Extinct Animals
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                        id: 802774
                        original_language: ru
                        original_title: Верую, или Филистерский мир политических животных
                        overview: >-
                          The action explores the surrealistic absurdist ritual
                          called “Elections of the President of the Republic of
                          Belarus”. This procedure, in my understanding, is a
                          ceremony of an eccentric farce, with the intersection
                          of modern form of religious worship and hierarchical
                          animal behavior of primates.
                        popularity: 0.013
                        poster_path: /7oSNLJ9RhgW8DwsiKCaoNejL8zj.jpg
                        release_date: '2020-08-09'
                        title: >-
                          I Believe, or The Philistine World of Political
                          Animals
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /9QChcNdeYronmpZxq96xWqRHjTT.jpg
                        genre_ids: []
                        id: 810037
                        original_language: es
                        original_title: Animales de guerra
                        overview: >-
                          After a long time, Antonio meets Rubén the night
                          before they face each other in a wrestling tournament
                          final. They wander around, looking for something to
                          repress their desires.
                        popularity: 0.377
                        poster_path: /fFdbMpJnsElRjlfXN4vSOCriXYv.jpg
                        release_date: '2020-09-23'
                        title: War Animals
                        video: false
                        vote_average: 5.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 945086
                        original_language: fr
                        original_title: L'Homme, ce vieil animal malade
                        overview: >-
                          The title, quoting Nietzsche describing Man as a sick
                          animal, seems to fit Jean-Luc Nancy, famous for his
                          thinking and especially his striking account of his
                          experience of a heart transplant. But there is no
                          miserabilism here, no sickness or age – instead we
                          have a portrait of the philosopher in action in
                          various different aspects. The first course is
                          biographical, with family archives that take us back
                          to the philosopher’s early years, setting the stage
                          for childhood memories as he secretly breaks his first
                          taboos.
                        popularity: 0.013
                        poster_path: /ab0V4ub0jNN25GBaq5Ot1H3AGY1.jpg
                        release_date: '2020-09-17'
                        title: Man, That Old Sick Animal
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /ymq8XiG446SCUTN9ZUOh0hG5nOm.jpg
                        genre_ids:
                          - 80
                        id: 693104
                        original_language: ru
                        original_title: Я не застрелю тебя, как тупую скотину
                        overview: >-
                          Symbol has its power because people believe that it
                          has the power.
                        popularity: 0.463
                        poster_path: /jGTzPeCIHL9MR45mnfX9s0DHpUP.jpg
                        release_date: '2020-04-15'
                        title: You Won't Die Out Here Like a Dumb Animal
                        video: false
                        vote_average: 10
                        vote_count: 1
                    total_pages: 2
                    total_results: 22
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````