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

# All

> All



## OpenAPI

````yaml get /3/trending/all/{{time_window}}
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/trending/all/{{time_window}}:
    parameters:
      - name: time_window
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - TRENDING
      summary: All
      description: All
      operationId: all
      responses:
        '200':
          description: All Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=72
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 12 Jan 2025 15:55:04 GMT
            ETag:
              schema:
                type: string
                example: W/"9cbe230bf204cbf32d7aac6ae003d6ab"
            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: tYXtoV_qTbhljSrQpJqviJ7-FWpSzGa6mMoypdbyE_VqfJPllDxzdg==
            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: '528'
            x-memc-expires:
              schema:
                type: string
                example: '72'
            x-memc-key:
              schema:
                type: string
                example: 510a15a44b99e7d3ec895702a72161cc
          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
                          example: /dMloNvayweggmvv0UD0iOJIkkbH.jpg
                        first_air_date:
                          type: string
                          example: '2025-01-11'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 53
                          example:
                            - 53
                            - 18
                            - 80
                            - 28
                        id:
                          type: number
                          example: 1261501
                        media_type:
                          type: string
                          example: movie
                        name:
                          type: string
                          example: SAKAMOTO DAYS
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: JP
                          example:
                            - JP
                        original_language:
                          type: string
                          example: fr
                        original_name:
                          type: string
                          example: SAKAMOTO DAYS
                        original_title:
                          type: string
                          example: Ad Vitam
                        overview:
                          type: string
                          example: >-
                            When he and his pregnant wife are attacked in their
                            home, a former elite agent becomes trapped in a
                            deadly manhunt tied to his own painful past.
                        popularity:
                          type: number
                          example: 80.748
                        poster_path:
                          type: string
                          example: /8qJfjFhNwpTONNAoE6gUSx2yGpg.jpg
                        release_date:
                          type: string
                          example: '2025-01-09'
                        title:
                          type: string
                          example: Ad Vitam
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 6.178
                        vote_count:
                          type: number
                          example: 59
                    example:
                      - adult: false
                        backdrop_path: /dMloNvayweggmvv0UD0iOJIkkbH.jpg
                        genre_ids:
                          - 53
                          - 18
                          - 80
                          - 28
                        id: 1261501
                        media_type: movie
                        original_language: fr
                        original_title: Ad Vitam
                        overview: >-
                          When he and his pregnant wife are attacked in their
                          home, a former elite agent becomes trapped in a deadly
                          manhunt tied to his own painful past.
                        popularity: 80.748
                        poster_path: /8qJfjFhNwpTONNAoE6gUSx2yGpg.jpg
                        release_date: '2025-01-09'
                        title: Ad Vitam
                        video: false
                        vote_average: 6.178
                        vote_count: 59
                      - adult: false
                        backdrop_path: /blSthAPRbEOJBowdxppeQqNPRh9.jpg
                        first_air_date: '2025-01-11'
                        genre_ids:
                          - 16
                          - 35
                          - 10759
                        id: 207332
                        media_type: tv
                        name: SAKAMOTO DAYS
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: SAKAMOTO DAYS
                        overview: >-
                          Once the greatest hitman of all, Taro Sakamoto retired
                          in the name of love. But when his past catches up, he
                          must fight to protect his beloved family.
                        popularity: 128.188
                        poster_path: /lBOHMPWetQprntjjtGquHwIHSvx.jpg
                        vote_average: 9.8
                        vote_count: 4
                      - adult: false
                        backdrop_path: /j45FEq8BPUJDVm3cGIQye0tqPpL.jpg
                        first_air_date: '2023-10-13'
                        genre_ids:
                          - 10759
                          - 10765
                          - 35
                        id: 157004
                        media_type: tv
                        name: Goosebumps
                        origin_country:
                          - US
                        original_language: en
                        original_name: Goosebumps
                        overview: >-
                          A group of five high schoolers embark on a shadowy and
                          twisted journey to investigate the tragic passing
                          three decades earlier of a teen named Harold Biddle –
                          while also unearthing dark secrets from their parents'
                          past.
                        popularity: 263.67
                        poster_path: /pMrMPlEJAGAKBUWJzeacIwjRU2C.jpg
                        vote_average: 7.2
                        vote_count: 162
                      - adult: false
                        backdrop_path: /odVlTMqPPiMksmxpN9cCbPCjUPP.jpg
                        first_air_date: '2024-01-07'
                        genre_ids:
                          - 10759
                          - 10765
                          - 16
                        id: 127532
                        media_type: tv
                        name: Solo Leveling
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 俺だけレベルアップな件
                        overview: >-
                          They say whatever doesn’t kill you makes you stronger,
                          but that’s not the case for the world’s weakest hunter
                          Sung Jinwoo. After being brutally slaughtered by
                          monsters in a high-ranking dungeon, Jinwoo came back
                          with the System, a program only he could see, that’s
                          leveling him up in every way. Now, he’s inspired to
                          discover the secrets behind his powers and the dungeon
                          that spawned them.
                        popularity: 1063.391
                        poster_path: /geCRueV3ElhRTr0xtJuEWJt6dJ1.jpg
                        vote_average: 8.508
                        vote_count: 589
                      - adult: false
                        backdrop_path: /w22GVYotTIVC1dUd58mRhwPqiS.jpg
                        genre_ids:
                          - 18
                          - 10749
                          - 14
                        id: 402431
                        media_type: movie
                        original_language: en
                        original_title: Wicked
                        overview: >-
                          In the land of Oz, ostracized and misunderstood
                          green-skinned Elphaba is forced to share a room with
                          the popular aristocrat Glinda at Shiz University, and
                          the two's unlikely friendship is tested as they begin
                          to fulfill their respective destinies as Glinda the
                          Good and the Wicked Witch of the West.
                        popularity: 2097.099
                        poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg
                        release_date: '2024-11-20'
                        title: Wicked
                        video: false
                        vote_average: 7.3
                        vote_count: 1195
                      - adult: false
                        backdrop_path: /1FxG2lmDYsCM1svJf7H79HNNwu2.jpg
                        first_air_date: '2025-01-09'
                        genre_ids:
                          - 37
                          - 18
                          - 10759
                        id: 215866
                        media_type: tv
                        name: American Primeval
                        origin_country:
                          - US
                        original_language: en
                        original_name: American Primeval
                        overview: >-
                          A mother and son fleeing from their past form a found
                          family while confronting a harsh landscape of freedom
                          and cruelty in the American West.
                        popularity: 256.168
                        poster_path: /ff0s9OHGNSZL6cVteIb7LNvTnJD.jpg
                        vote_average: 7.2
                        vote_count: 44
                      - adult: false
                        backdrop_path: /lJuQBW4w1x6NgD514xDPqZ2Lbpz.jpg
                        first_air_date: '2023-10-22'
                        genre_ids:
                          - 16
                          - 18
                          - 9648
                        id: 220542
                        media_type: tv
                        name: The Apothecary Diaries
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 薬屋のひとりごと
                        overview: >-
                          Maomao lived a peaceful life with her apothecary
                          father. Until one day, she's sold as a lowly servant
                          to the emperor's palace. But she wasn't meant for a
                          compliant life among royalty. So when imperial heirs
                          fall ill, she decides to step in and find a cure! This
                          catches the eye of Jinshi, a handsome palace official
                          who promotes her. Now, she's making a name for herself
                          solving medical mysteries!
                        popularity: 488.417
                        poster_path: /e3ojpANrFnmJCyeBNTinYwyBCIN.jpg
                        vote_average: 8.8
                        vote_count: 219
                      - adult: false
                        backdrop_path: /ukAmSyNdtWduHZfm27R2EOsguKt.jpg
                        first_air_date: '2021-09-17'
                        genre_ids:
                          - 10759
                          - 9648
                          - 18
                        id: 93405
                        media_type: tv
                        name: Squid Game
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 오징어 게임
                        overview: >-
                          Hundreds of cash-strapped players accept a strange
                          invitation to compete in children's games. Inside, a
                          tempting prize awaits — with deadly high stakes.
                        popularity: 7656.798
                        poster_path: /1QdXdRYfktUSONkl1oD5gc6Be0s.jpg
                        vote_average: 7.8
                        vote_count: 14897
                      - adult: false
                        backdrop_path: /b3mdmjYTEL70j7nuXATUAD9qgu4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 12
                        id: 823219
                        media_type: movie
                        original_language: lv
                        original_title: Straume
                        overview: >-
                          A solitary cat, displaced by a great flood, finds
                          refuge on a boat with various species and must
                          navigate the challenges of adapting to a transformed
                          world together.
                        popularity: 1220.626
                        poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg
                        release_date: '2024-01-30'
                        title: Flow
                        video: false
                        vote_average: 8.4
                        vote_count: 692
                      - adult: false
                        backdrop_path: /wJoMRuK93XCSBk0RnzOiL17NUTL.jpg
                        first_air_date: '2025-01-10'
                        genre_ids:
                          - 10759
                          - 10765
                          - 35
                        id: 281666
                        media_type: tv
                        name: 'Goosebumps: The Vanishing'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Goosebumps: The Vanishing'
                        overview: >-
                          When twins Devin and Cece are sent to spend a summer
                          in Gravesend, Brooklyn with their divorced dad,
                          scientist Anthony Brewer, they must band together with
                          new friends to save the neighborhood from a
                          long-dormant threat.
                        popularity: 1.4
                        poster_path: /ajghauMTZ4RKVeISDUzxcMWjXnI.jpg
                        vote_average: 9
                        vote_count: 2
                      - adult: false
                        backdrop_path: /n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg
                        first_air_date: '2023-05-04'
                        genre_ids:
                          - 10765
                          - 18
                        id: 125988
                        media_type: tv
                        name: Silo
                        origin_country:
                          - US
                        original_language: en
                        original_name: Silo
                        overview: >-
                          In a ruined and toxic future, thousands live in a
                          giant silo deep underground. After its sheriff breaks
                          a cardinal rule and residents die mysteriously,
                          engineer Juliette starts to uncover shocking secrets
                          and the truth about the silo.
                        popularity: 1314.984
                        poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg
                        vote_average: 8.168
                        vote_count: 1244
                      - adult: false
                        backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg
                        genre_ids:
                          - 18
                          - 14
                          - 27
                        id: 426063
                        media_type: movie
                        original_language: en
                        original_title: Nosferatu
                        overview: >-
                          A gothic tale of obsession between a haunted young
                          woman and the terrifying vampire infatuated with her,
                          causing untold horror in its wake.
                        popularity: 792.238
                        poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg
                        release_date: '2024-12-25'
                        title: Nosferatu
                        video: false
                        vote_average: 6.8
                        vote_count: 849
                      - adult: false
                        backdrop_path: /sMhDkrG904UcMJyrUtTuJVlsBJq.jpg
                        first_air_date: '2025-01-09'
                        genre_ids:
                          - 80
                          - 18
                          - 10759
                        id: 236429
                        media_type: tv
                        name: On Call
                        origin_country:
                          - US
                        original_language: en
                        original_name: On Call
                        overview: >-
                          Traci Harmon, a veteran female training officer, and
                          her rookie male ride-along, Alex Diaz, navigate the
                          loss of a fellow officer and politics of modern day
                          policing  — in the department and on the streets of
                          Long Beach.
                        popularity: 185.206
                        poster_path: /3MvgPuQfBrJ54lGqTZ6dwhG61rC.jpg
                        vote_average: 7.6
                        vote_count: 25
                      - adult: false
                        backdrop_path: /mh2UczqEXJJVgqohbyZbHTuxwhL.jpg
                        first_air_date: '2024-11-17'
                        genre_ids:
                          - 18
                        id: 157741
                        media_type: tv
                        name: Landman
                        origin_country:
                          - US
                        original_language: en
                        original_name: Landman
                        overview: >-
                          Set in the proverbial boomtowns of West-Texas and a
                          modern-day tale of fortune-seeking in the world of oil
                          rigs, the series is an upstairs/downstairs story of
                          roughnecks and wildcat billionaires that are fueling a
                          boom so big it’s reshaping our climate, our economy
                          and our geopolitics.
                        popularity: 432.747
                        poster_path: /AnLq5YSssNWpiD06iYF69wFiaNh.jpg
                        vote_average: 8
                        vote_count: 80
                      - adult: false
                        backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg
                        genre_ids:
                          - 12
                          - 10751
                          - 16
                        id: 762509
                        media_type: movie
                        original_language: en
                        original_title: 'Mufasa: The Lion King'
                        overview: >-
                          Mufasa, a cub lost and alone, meets a sympathetic lion
                          named Taka, the heir to a royal bloodline. The chance
                          meeting sets in motion an expansive journey of a group
                          of misfits searching for their destiny.
                        popularity: 2984.681
                        poster_path: /jbOSUAWMGzGL1L4EaUF8K6zYFo7.jpg
                        release_date: '2024-12-18'
                        title: 'Mufasa: The Lion King'
                        video: false
                        vote_average: 7.4
                        vote_count: 595
                      - adult: false
                        backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 35
                          - 10751
                        id: 939243
                        media_type: movie
                        original_language: en
                        original_title: Sonic the Hedgehog 3
                        overview: >-
                          Sonic, Knuckles, and Tails reunite against a powerful
                          new adversary, Shadow, a mysterious villain with
                          powers unlike anything they have faced before. With
                          their abilities outmatched in every way, Team Sonic
                          must seek out an unlikely alliance in hopes of
                          stopping Shadow and protecting the planet.
                        popularity: 4090.605
                        poster_path: /d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg
                        release_date: '2024-12-19'
                        title: Sonic the Hedgehog 3
                        video: false
                        vote_average: 7.637
                        vote_count: 493
                      - adult: false
                        backdrop_path: /4Mt7WHox67uJ1yErwTBFcV8KWgG.jpg
                        first_air_date: '1999-10-20'
                        genre_ids:
                          - 10759
                          - 35
                          - 16
                        id: 37854
                        media_type: tv
                        name: One Piece
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ワンピース
                        overview: >-
                          Years ago, the fearsome Pirate King, Gol D. Roger was
                          executed leaving a huge pile of treasure and the
                          famous "One Piece" behind. Whoever claims the "One
                          Piece" will be named the new King of the Pirates.


                          Monkey D. Luffy, a boy who consumed a "Devil Fruit,"
                          decides to follow in the footsteps of his idol, the
                          pirate Shanks, and find the One Piece. It helps, of
                          course, that his body has the properties of rubber and
                          that he's surrounded by a bevy of skilled fighters and
                          thieves to help him along the way.


                          Luffy will do anything to get the One Piece and become
                          King of the Pirates!
                        popularity: 225.629
                        poster_path: /cMD9Ygz11zjJzAovURpO75Qg7rT.jpg
                        vote_average: 8.722
                        vote_count: 4755
                      - adult: false
                        backdrop_path: /pqulyfkug9A7TmmRn5zrbRA8TAY.jpg
                        genre_ids:
                          - 28
                          - 35
                        id: 1255788
                        media_type: movie
                        original_language: fr
                        original_title: Le Jardinier
                        overview: >-
                          Every year the Prime Minister has a list of all kinds
                          of troublemakers eliminated in the name of the famous
                          Reason of State. Serge Shuster, Special Adviser to the
                          President of the Republic, finds himself on this list,
                          better known as the Matignon List.  Condemned to
                          certain death and at the heart of an implacable plot
                          and a state secret that also put his family in danger,
                          Serge, his wife and children have only one hope left -
                          their gardener, Léo, who hates it when « slugs »
                          invade his garden... Especially those that want to
                          kill innocent families.
                        popularity: 62.322
                        poster_path: /zvLQXaiHn5g376AuHe8hd0u8tN2.jpg
                        release_date: '2025-01-10'
                        title: The Gardener
                        video: false
                        vote_average: 4.696
                        vote_count: 23
                      - adult: false
                        backdrop_path: /z3BkMbCy5ajZPMyKEUwsPHuz2cV.jpg
                        first_air_date: '2025-01-09'
                        genre_ids:
                          - 18
                        id: 250307
                        media_type: tv
                        name: The Pitt
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Pitt
                        overview: >-
                          The staff of Pittsburgh's Trauma Medical Center work
                          around the clock to save lives in an overcrowded and
                          underfunded emergency department.
                        popularity: 145.246
                        poster_path: /6fMGktEDXMZZPACJ5cWkVQ6TSte.jpg
                        vote_average: 8.125
                        vote_count: 16
                      - adult: false
                        backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 18
                        id: 558449
                        media_type: movie
                        original_language: en
                        original_title: Gladiator II
                        overview: >-
                          Years after witnessing the death of the revered hero
                          Maximus at the hands of his uncle, Lucius is forced to
                          enter the Colosseum after his home is conquered by the
                          tyrannical Emperors who now lead Rome with an iron
                          fist. With rage in his heart and the future of the
                          Empire at stake, Lucius must look to his past to find
                          strength and honor to return the glory of Rome to its
                          people.
                        popularity: 3356.746
                        poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg
                        release_date: '2024-11-05'
                        title: Gladiator II
                        video: false
                        vote_average: 6.76
                        vote_count: 2249
                  total_pages:
                    type: number
                    example: 500
                  total_results:
                    type: number
                    example: 10000
              examples:
                All Example:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /dMloNvayweggmvv0UD0iOJIkkbH.jpg
                        genre_ids:
                          - 53
                          - 18
                          - 80
                          - 28
                        id: 1261501
                        media_type: movie
                        original_language: fr
                        original_title: Ad Vitam
                        overview: >-
                          When he and his pregnant wife are attacked in their
                          home, a former elite agent becomes trapped in a deadly
                          manhunt tied to his own painful past.
                        popularity: 80.748
                        poster_path: /8qJfjFhNwpTONNAoE6gUSx2yGpg.jpg
                        release_date: '2025-01-09'
                        title: Ad Vitam
                        video: false
                        vote_average: 6.178
                        vote_count: 59
                      - adult: false
                        backdrop_path: /blSthAPRbEOJBowdxppeQqNPRh9.jpg
                        first_air_date: '2025-01-11'
                        genre_ids:
                          - 16
                          - 35
                          - 10759
                        id: 207332
                        media_type: tv
                        name: SAKAMOTO DAYS
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: SAKAMOTO DAYS
                        overview: >-
                          Once the greatest hitman of all, Taro Sakamoto retired
                          in the name of love. But when his past catches up, he
                          must fight to protect his beloved family.
                        popularity: 128.188
                        poster_path: /lBOHMPWetQprntjjtGquHwIHSvx.jpg
                        vote_average: 9.8
                        vote_count: 4
                      - adult: false
                        backdrop_path: /j45FEq8BPUJDVm3cGIQye0tqPpL.jpg
                        first_air_date: '2023-10-13'
                        genre_ids:
                          - 10759
                          - 10765
                          - 35
                        id: 157004
                        media_type: tv
                        name: Goosebumps
                        origin_country:
                          - US
                        original_language: en
                        original_name: Goosebumps
                        overview: >-
                          A group of five high schoolers embark on a shadowy and
                          twisted journey to investigate the tragic passing
                          three decades earlier of a teen named Harold Biddle –
                          while also unearthing dark secrets from their parents'
                          past.
                        popularity: 263.67
                        poster_path: /pMrMPlEJAGAKBUWJzeacIwjRU2C.jpg
                        vote_average: 7.2
                        vote_count: 162
                      - adult: false
                        backdrop_path: /odVlTMqPPiMksmxpN9cCbPCjUPP.jpg
                        first_air_date: '2024-01-07'
                        genre_ids:
                          - 10759
                          - 10765
                          - 16
                        id: 127532
                        media_type: tv
                        name: Solo Leveling
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 俺だけレベルアップな件
                        overview: >-
                          They say whatever doesn’t kill you makes you stronger,
                          but that’s not the case for the world’s weakest hunter
                          Sung Jinwoo. After being brutally slaughtered by
                          monsters in a high-ranking dungeon, Jinwoo came back
                          with the System, a program only he could see, that’s
                          leveling him up in every way. Now, he’s inspired to
                          discover the secrets behind his powers and the dungeon
                          that spawned them.
                        popularity: 1063.391
                        poster_path: /geCRueV3ElhRTr0xtJuEWJt6dJ1.jpg
                        vote_average: 8.508
                        vote_count: 589
                      - adult: false
                        backdrop_path: /w22GVYotTIVC1dUd58mRhwPqiS.jpg
                        genre_ids:
                          - 18
                          - 10749
                          - 14
                        id: 402431
                        media_type: movie
                        original_language: en
                        original_title: Wicked
                        overview: >-
                          In the land of Oz, ostracized and misunderstood
                          green-skinned Elphaba is forced to share a room with
                          the popular aristocrat Glinda at Shiz University, and
                          the two's unlikely friendship is tested as they begin
                          to fulfill their respective destinies as Glinda the
                          Good and the Wicked Witch of the West.
                        popularity: 2097.099
                        poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg
                        release_date: '2024-11-20'
                        title: Wicked
                        video: false
                        vote_average: 7.3
                        vote_count: 1195
                      - adult: false
                        backdrop_path: /1FxG2lmDYsCM1svJf7H79HNNwu2.jpg
                        first_air_date: '2025-01-09'
                        genre_ids:
                          - 37
                          - 18
                          - 10759
                        id: 215866
                        media_type: tv
                        name: American Primeval
                        origin_country:
                          - US
                        original_language: en
                        original_name: American Primeval
                        overview: >-
                          A mother and son fleeing from their past form a found
                          family while confronting a harsh landscape of freedom
                          and cruelty in the American West.
                        popularity: 256.168
                        poster_path: /ff0s9OHGNSZL6cVteIb7LNvTnJD.jpg
                        vote_average: 7.2
                        vote_count: 44
                      - adult: false
                        backdrop_path: /lJuQBW4w1x6NgD514xDPqZ2Lbpz.jpg
                        first_air_date: '2023-10-22'
                        genre_ids:
                          - 16
                          - 18
                          - 9648
                        id: 220542
                        media_type: tv
                        name: The Apothecary Diaries
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 薬屋のひとりごと
                        overview: >-
                          Maomao lived a peaceful life with her apothecary
                          father. Until one day, she's sold as a lowly servant
                          to the emperor's palace. But she wasn't meant for a
                          compliant life among royalty. So when imperial heirs
                          fall ill, she decides to step in and find a cure! This
                          catches the eye of Jinshi, a handsome palace official
                          who promotes her. Now, she's making a name for herself
                          solving medical mysteries!
                        popularity: 488.417
                        poster_path: /e3ojpANrFnmJCyeBNTinYwyBCIN.jpg
                        vote_average: 8.8
                        vote_count: 219
                      - adult: false
                        backdrop_path: /ukAmSyNdtWduHZfm27R2EOsguKt.jpg
                        first_air_date: '2021-09-17'
                        genre_ids:
                          - 10759
                          - 9648
                          - 18
                        id: 93405
                        media_type: tv
                        name: Squid Game
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 오징어 게임
                        overview: >-
                          Hundreds of cash-strapped players accept a strange
                          invitation to compete in children's games. Inside, a
                          tempting prize awaits — with deadly high stakes.
                        popularity: 7656.798
                        poster_path: /1QdXdRYfktUSONkl1oD5gc6Be0s.jpg
                        vote_average: 7.8
                        vote_count: 14897
                      - adult: false
                        backdrop_path: /b3mdmjYTEL70j7nuXATUAD9qgu4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 12
                        id: 823219
                        media_type: movie
                        original_language: lv
                        original_title: Straume
                        overview: >-
                          A solitary cat, displaced by a great flood, finds
                          refuge on a boat with various species and must
                          navigate the challenges of adapting to a transformed
                          world together.
                        popularity: 1220.626
                        poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg
                        release_date: '2024-01-30'
                        title: Flow
                        video: false
                        vote_average: 8.4
                        vote_count: 692
                      - adult: false
                        backdrop_path: /wJoMRuK93XCSBk0RnzOiL17NUTL.jpg
                        first_air_date: '2025-01-10'
                        genre_ids:
                          - 10759
                          - 10765
                          - 35
                        id: 281666
                        media_type: tv
                        name: 'Goosebumps: The Vanishing'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Goosebumps: The Vanishing'
                        overview: >-
                          When twins Devin and Cece are sent to spend a summer
                          in Gravesend, Brooklyn with their divorced dad,
                          scientist Anthony Brewer, they must band together with
                          new friends to save the neighborhood from a
                          long-dormant threat.
                        popularity: 1.4
                        poster_path: /ajghauMTZ4RKVeISDUzxcMWjXnI.jpg
                        vote_average: 9
                        vote_count: 2
                      - adult: false
                        backdrop_path: /n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg
                        first_air_date: '2023-05-04'
                        genre_ids:
                          - 10765
                          - 18
                        id: 125988
                        media_type: tv
                        name: Silo
                        origin_country:
                          - US
                        original_language: en
                        original_name: Silo
                        overview: >-
                          In a ruined and toxic future, thousands live in a
                          giant silo deep underground. After its sheriff breaks
                          a cardinal rule and residents die mysteriously,
                          engineer Juliette starts to uncover shocking secrets
                          and the truth about the silo.
                        popularity: 1314.984
                        poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg
                        vote_average: 8.168
                        vote_count: 1244
                      - adult: false
                        backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg
                        genre_ids:
                          - 18
                          - 14
                          - 27
                        id: 426063
                        media_type: movie
                        original_language: en
                        original_title: Nosferatu
                        overview: >-
                          A gothic tale of obsession between a haunted young
                          woman and the terrifying vampire infatuated with her,
                          causing untold horror in its wake.
                        popularity: 792.238
                        poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg
                        release_date: '2024-12-25'
                        title: Nosferatu
                        video: false
                        vote_average: 6.8
                        vote_count: 849
                      - adult: false
                        backdrop_path: /sMhDkrG904UcMJyrUtTuJVlsBJq.jpg
                        first_air_date: '2025-01-09'
                        genre_ids:
                          - 80
                          - 18
                          - 10759
                        id: 236429
                        media_type: tv
                        name: On Call
                        origin_country:
                          - US
                        original_language: en
                        original_name: On Call
                        overview: >-
                          Traci Harmon, a veteran female training officer, and
                          her rookie male ride-along, Alex Diaz, navigate the
                          loss of a fellow officer and politics of modern day
                          policing  — in the department and on the streets of
                          Long Beach.
                        popularity: 185.206
                        poster_path: /3MvgPuQfBrJ54lGqTZ6dwhG61rC.jpg
                        vote_average: 7.6
                        vote_count: 25
                      - adult: false
                        backdrop_path: /mh2UczqEXJJVgqohbyZbHTuxwhL.jpg
                        first_air_date: '2024-11-17'
                        genre_ids:
                          - 18
                        id: 157741
                        media_type: tv
                        name: Landman
                        origin_country:
                          - US
                        original_language: en
                        original_name: Landman
                        overview: >-
                          Set in the proverbial boomtowns of West-Texas and a
                          modern-day tale of fortune-seeking in the world of oil
                          rigs, the series is an upstairs/downstairs story of
                          roughnecks and wildcat billionaires that are fueling a
                          boom so big it’s reshaping our climate, our economy
                          and our geopolitics.
                        popularity: 432.747
                        poster_path: /AnLq5YSssNWpiD06iYF69wFiaNh.jpg
                        vote_average: 8
                        vote_count: 80
                      - adult: false
                        backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg
                        genre_ids:
                          - 12
                          - 10751
                          - 16
                        id: 762509
                        media_type: movie
                        original_language: en
                        original_title: 'Mufasa: The Lion King'
                        overview: >-
                          Mufasa, a cub lost and alone, meets a sympathetic lion
                          named Taka, the heir to a royal bloodline. The chance
                          meeting sets in motion an expansive journey of a group
                          of misfits searching for their destiny.
                        popularity: 2984.681
                        poster_path: /jbOSUAWMGzGL1L4EaUF8K6zYFo7.jpg
                        release_date: '2024-12-18'
                        title: 'Mufasa: The Lion King'
                        video: false
                        vote_average: 7.4
                        vote_count: 595
                      - adult: false
                        backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 35
                          - 10751
                        id: 939243
                        media_type: movie
                        original_language: en
                        original_title: Sonic the Hedgehog 3
                        overview: >-
                          Sonic, Knuckles, and Tails reunite against a powerful
                          new adversary, Shadow, a mysterious villain with
                          powers unlike anything they have faced before. With
                          their abilities outmatched in every way, Team Sonic
                          must seek out an unlikely alliance in hopes of
                          stopping Shadow and protecting the planet.
                        popularity: 4090.605
                        poster_path: /d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg
                        release_date: '2024-12-19'
                        title: Sonic the Hedgehog 3
                        video: false
                        vote_average: 7.637
                        vote_count: 493
                      - adult: false
                        backdrop_path: /4Mt7WHox67uJ1yErwTBFcV8KWgG.jpg
                        first_air_date: '1999-10-20'
                        genre_ids:
                          - 10759
                          - 35
                          - 16
                        id: 37854
                        media_type: tv
                        name: One Piece
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ワンピース
                        overview: >-
                          Years ago, the fearsome Pirate King, Gol D. Roger was
                          executed leaving a huge pile of treasure and the
                          famous "One Piece" behind. Whoever claims the "One
                          Piece" will be named the new King of the Pirates.


                          Monkey D. Luffy, a boy who consumed a "Devil Fruit,"
                          decides to follow in the footsteps of his idol, the
                          pirate Shanks, and find the One Piece. It helps, of
                          course, that his body has the properties of rubber and
                          that he's surrounded by a bevy of skilled fighters and
                          thieves to help him along the way.


                          Luffy will do anything to get the One Piece and become
                          King of the Pirates!
                        popularity: 225.629
                        poster_path: /cMD9Ygz11zjJzAovURpO75Qg7rT.jpg
                        vote_average: 8.722
                        vote_count: 4755
                      - adult: false
                        backdrop_path: /pqulyfkug9A7TmmRn5zrbRA8TAY.jpg
                        genre_ids:
                          - 28
                          - 35
                        id: 1255788
                        media_type: movie
                        original_language: fr
                        original_title: Le Jardinier
                        overview: >-
                          Every year the Prime Minister has a list of all kinds
                          of troublemakers eliminated in the name of the famous
                          Reason of State. Serge Shuster, Special Adviser to the
                          President of the Republic, finds himself on this list,
                          better known as the Matignon List.  Condemned to
                          certain death and at the heart of an implacable plot
                          and a state secret that also put his family in danger,
                          Serge, his wife and children have only one hope left -
                          their gardener, Léo, who hates it when « slugs »
                          invade his garden... Especially those that want to
                          kill innocent families.
                        popularity: 62.322
                        poster_path: /zvLQXaiHn5g376AuHe8hd0u8tN2.jpg
                        release_date: '2025-01-10'
                        title: The Gardener
                        video: false
                        vote_average: 4.696
                        vote_count: 23
                      - adult: false
                        backdrop_path: /z3BkMbCy5ajZPMyKEUwsPHuz2cV.jpg
                        first_air_date: '2025-01-09'
                        genre_ids:
                          - 18
                        id: 250307
                        media_type: tv
                        name: The Pitt
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Pitt
                        overview: >-
                          The staff of Pittsburgh's Trauma Medical Center work
                          around the clock to save lives in an overcrowded and
                          underfunded emergency department.
                        popularity: 145.246
                        poster_path: /6fMGktEDXMZZPACJ5cWkVQ6TSte.jpg
                        vote_average: 8.125
                        vote_count: 16
                      - adult: false
                        backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 18
                        id: 558449
                        media_type: movie
                        original_language: en
                        original_title: Gladiator II
                        overview: >-
                          Years after witnessing the death of the revered hero
                          Maximus at the hands of his uncle, Lucius is forced to
                          enter the Colosseum after his home is conquered by the
                          tyrannical Emperors who now lead Rome with an iron
                          fist. With rage in his heart and the future of the
                          Empire at stake, Lucius must look to his past to find
                          strength and honor to return the glory of Rome to its
                          people.
                        popularity: 3356.746
                        poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg
                        release_date: '2024-11-05'
                        title: Gladiator II
                        video: false
                        vote_average: 6.76
                        vote_count: 2249
                    total_pages: 500
                    total_results: 10000
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````