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

# TV

> This endpoint gets the trending TV shows on TMDB.



## OpenAPI

````yaml get /3/trending/tv/{{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/tv/{{time_window}}:
    parameters:
      - name: time_window
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - TRENDING
      summary: TV
      description: This endpoint gets the trending TV shows on TMDB.
      operationId: tv1
      responses:
        '200':
          description: TV Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=501
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 12 Jan 2025 15:59:22 GMT
            ETag:
              schema:
                type: string
                example: W/"c8877b7c783b1652ca0bfaacdc37c152"
            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 79a8bda299f9389df1f030913c73199e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 8NPXH1UAQAPYWlT205E3eOawhGd7iorYooZyrIe9L2itaZpV7Ss81A==
            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: '99'
            x-memc-expires:
              schema:
                type: string
                example: '501'
            x-memc-key:
              schema:
                type: string
                example: 88b045d957c55fc9bb6a4cb8571983c8
          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: /blSthAPRbEOJBowdxppeQqNPRh9.jpg
                        first_air_date:
                          type: string
                          example: '2025-01-11'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 16
                          example:
                            - 16
                            - 35
                            - 10759
                        id:
                          type: number
                          example: 207332
                        media_type:
                          type: string
                          example: tv
                        name:
                          type: string
                          example: SAKAMOTO DAYS
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: JP
                          example:
                            - JP
                        original_language:
                          type: string
                          example: ja
                        original_name:
                          type: string
                          example: SAKAMOTO DAYS
                        overview:
                          type: string
                          example: >-
                            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:
                          type: number
                          example: 128.188
                        poster_path:
                          type: string
                          example: /lBOHMPWetQprntjjtGquHwIHSvx.jpg
                        vote_average:
                          type: number
                          example: 9.8
                        vote_count:
                          type: number
                          example: 4
                    example:
                      - 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: /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: /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: /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: /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: /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: /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: /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: /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: /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: /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: /mjCLM0KHXErVCvz4UMuUV1l2Th.jpg
                        first_air_date: '2025-01-12'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 270487
                        media_type: tv
                        name: >-
                          I Left My A-Rank Party to Help My Former Students
                          Reach the Dungeon Depths!
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Aランクパーティを離脱した俺は、元教え子たちと迷宮深部を目指す。
                        overview: >-
                          Not every party treats you like a hero—especially when
                          you’re a lowly red mage like Yuke. So, after years of
                          constant ridicule by his A-rank party members, he
                          ditches them. Searching for a new party, he reunites
                          with former students Marina, Silk, and Rain, and joins
                          their group. But on a quest to conquer the world’s
                          greatest dungeon, they become entangled in chaos that
                          threatens the world.
                        popularity: 39.876
                        poster_path: /XAKKKNkKjVPgV2LTCLLXNvMdWI.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /5JbWk5f3zSbwkQjbCazWi1adDMl.jpg
                        first_air_date: '2024-12-28'
                        genre_ids:
                          - 18
                          - 10759
                          - 35
                        id: 233912
                        media_type: tv
                        name: Guardians of the Dafeng
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 大奉打更人
                        overview: >-
                          Xu Qi’an, a recent police academy graduate, awakens in
                          a strange world filled with Confucians, Taoists,
                          Buddhists, demons, and warlocks. Facing imminent exile
                          to a remote frontier town, he seizes the chance to
                          change his fate by joining a powerful organization of
                          guardians.
                        popularity: 858.488
                        poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg
                        vote_average: 7.2
                        vote_count: 8
                      - adult: false
                        backdrop_path: /jibcH0Gnc7mCXD5vooVqU3e6Wuy.jpg
                        first_air_date: '2023-10-08'
                        genre_ids:
                          - 16
                          - 35
                          - 10765
                        id: 223564
                        media_type: tv
                        name: >-
                          The 100 Girlfriends Who Really, Really, Really,
                          Really, REALLY Love You
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 君のことが大大大大大好きな100人の彼女
                        overview: >-
                          Rentaro Aijo was rejected 100 times in middle school.
                          He visits a shrine and prays for better luck in high
                          school. The God of Love appears and promises that
                          he'll soon meet 100 people he's destined to date. But
                          there's a catch—once destiny introduces someone to
                          him, the two must happily love each other. If they
                          don't, they'll die. What will befall Rentaro and his
                          100 girlfriends in high school?
                        popularity: 199.891
                        poster_path: /ms7uowQ6gBjfaB2zzwugfr30IKZ.jpg
                        vote_average: 8.1
                        vote_count: 123
                      - adult: false
                        backdrop_path: /o0NsbcIvsllg6CJX0FBFY8wWbsn.jpg
                        first_air_date: '2004-10-05'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 30984
                        media_type: tv
                        name: Bleach
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: BLEACH
                        overview: >-
                          For as long as he can remember, Ichigo Kurosaki has
                          been able to see ghosts. But when he meets Rukia, a
                          Soul Reaper who battles evil spirits known as Hollows,
                          he finds his life is changed forever. Now, with a
                          newfound wealth of spiritual energy, Ichigo discovers
                          his true calling: to protect the living and the dead
                          from evil.
                        popularity: 425.586
                        poster_path: /2EewmxXe72ogD0EaWM8gqa0ccIw.jpg
                        vote_average: 8.4
                        vote_count: 1877
                      - adult: false
                        backdrop_path: /kDxIaVUaeMpobnnZ918z5uSoP8V.jpg
                        first_air_date: '2025-01-10'
                        genre_ids:
                          - 16
                          - 35
                          - 10759
                          - 10765
                        id: 249964
                        media_type: tv
                        name: >-
                          I May Be a Guild Receptionist, but I'll Solo Any Boss
                          to Clock Out on Time
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ギルドの受付嬢ですが、残業は嫌なのでボスをソロ討伐しようと思います
                        overview: >-
                          Alina thought she had found the perfect job as a guild
                          receptionist. It’s stable, safe, and has a super cute
                          uniform. But this dream gig turns into an overtime
                          nightmare whenever adventurers get stuck clearing a
                          dungeon. Tired of the long nights, Alina starts taking
                          down the bosses herself! She even earns the name
                          Executioner for her impressive skills. Can she keep
                          her identity a secret?
                        popularity: 94.382
                        poster_path: /n9WZ97NUkT0Gc7ro6kVw1qe4ItR.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /y8T8BhptuHFPR0hCGcUSMyUfUfm.jpg
                        first_air_date: '2024-12-05'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                        id: 219543
                        media_type: tv
                        name: Creature Commandos
                        origin_country:
                          - US
                        original_language: en
                        original_name: Creature Commandos
                        overview: >-
                          Follow the exploits of the Creature Commandos, a
                          secret team of incarcerated monsters recruited for
                          missions deemed too dangerous for humans. When all
                          else fails... they're your last, worst option.
                        popularity: 479.257
                        poster_path: /bB3G6Ug1jfsOUptb0RJsqrgMVta.jpg
                        vote_average: 8.058
                        vote_count: 103
                      - adult: false
                        backdrop_path: /jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg
                        first_air_date: '2024-12-15'
                        genre_ids:
                          - 80
                          - 18
                        id: 219937
                        media_type: tv
                        name: 'Dexter: Original Sin'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Dexter: Original Sin'
                        overview: >-
                          In 1991 Miami, Dexter Morgan transitions from student
                          to avenging serial killer. When his bloodthirsty urges
                          can't be ignored any longer, Dexter must learn to
                          channel his inner darkness. With the guidance of his
                          father, Harry, he adopts a Code designed to help him
                          find and kill people who deserve to be eliminated from
                          society without getting on law enforcements' radar.
                          This is a particular challenge for young Dexter as he
                          begins a forensics internship at the Miami Metro
                          Police Department.
                        popularity: 509.057
                        poster_path: /j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg
                        vote_average: 8.8
                        vote_count: 62
                      - adult: false
                        backdrop_path: /lN13BPAEnc5iXmoxxBQHOZ1ScfZ.jpg
                        first_air_date: '2019-07-05'
                        genre_ids:
                          - 10759
                          - 16
                          - 35
                          - 10765
                        id: 86031
                        media_type: tv
                        name: Dr. STONE
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Dr.STONE
                        overview: >-
                          One fateful day, all of humanity was petrified by a
                          blinding flash of light. After several millennia, high
                          schooler Taiju awakens and finds himself lost in a
                          world of statues. However, he's not alone! His
                          science-loving friend Senku's been up and running for
                          a few months and he's got a grand plan in mind, to
                          kickstart civilization with the power of science!
                        popularity: 68.808
                        poster_path: /xbZQ3fDl0y5mt0ARwfeyrgQ4JTw.jpg
                        vote_average: 8.5
                        vote_count: 1455
                  total_pages:
                    type: number
                    example: 500
                  total_results:
                    type: number
                    example: 10000
              examples:
                TV Example:
                  value:
                    page: 1
                    results:
                      - 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: /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: /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: /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: /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: /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: /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: /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: /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: /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: /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: /mjCLM0KHXErVCvz4UMuUV1l2Th.jpg
                        first_air_date: '2025-01-12'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 270487
                        media_type: tv
                        name: >-
                          I Left My A-Rank Party to Help My Former Students
                          Reach the Dungeon Depths!
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Aランクパーティを離脱した俺は、元教え子たちと迷宮深部を目指す。
                        overview: >-
                          Not every party treats you like a hero—especially when
                          you’re a lowly red mage like Yuke. So, after years of
                          constant ridicule by his A-rank party members, he
                          ditches them. Searching for a new party, he reunites
                          with former students Marina, Silk, and Rain, and joins
                          their group. But on a quest to conquer the world’s
                          greatest dungeon, they become entangled in chaos that
                          threatens the world.
                        popularity: 39.876
                        poster_path: /XAKKKNkKjVPgV2LTCLLXNvMdWI.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /5JbWk5f3zSbwkQjbCazWi1adDMl.jpg
                        first_air_date: '2024-12-28'
                        genre_ids:
                          - 18
                          - 10759
                          - 35
                        id: 233912
                        media_type: tv
                        name: Guardians of the Dafeng
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 大奉打更人
                        overview: >-
                          Xu Qi’an, a recent police academy graduate, awakens in
                          a strange world filled with Confucians, Taoists,
                          Buddhists, demons, and warlocks. Facing imminent exile
                          to a remote frontier town, he seizes the chance to
                          change his fate by joining a powerful organization of
                          guardians.
                        popularity: 858.488
                        poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg
                        vote_average: 7.2
                        vote_count: 8
                      - adult: false
                        backdrop_path: /jibcH0Gnc7mCXD5vooVqU3e6Wuy.jpg
                        first_air_date: '2023-10-08'
                        genre_ids:
                          - 16
                          - 35
                          - 10765
                        id: 223564
                        media_type: tv
                        name: >-
                          The 100 Girlfriends Who Really, Really, Really,
                          Really, REALLY Love You
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 君のことが大大大大大好きな100人の彼女
                        overview: >-
                          Rentaro Aijo was rejected 100 times in middle school.
                          He visits a shrine and prays for better luck in high
                          school. The God of Love appears and promises that
                          he'll soon meet 100 people he's destined to date. But
                          there's a catch—once destiny introduces someone to
                          him, the two must happily love each other. If they
                          don't, they'll die. What will befall Rentaro and his
                          100 girlfriends in high school?
                        popularity: 199.891
                        poster_path: /ms7uowQ6gBjfaB2zzwugfr30IKZ.jpg
                        vote_average: 8.1
                        vote_count: 123
                      - adult: false
                        backdrop_path: /o0NsbcIvsllg6CJX0FBFY8wWbsn.jpg
                        first_air_date: '2004-10-05'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 30984
                        media_type: tv
                        name: Bleach
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: BLEACH
                        overview: >-
                          For as long as he can remember, Ichigo Kurosaki has
                          been able to see ghosts. But when he meets Rukia, a
                          Soul Reaper who battles evil spirits known as Hollows,
                          he finds his life is changed forever. Now, with a
                          newfound wealth of spiritual energy, Ichigo discovers
                          his true calling: to protect the living and the dead
                          from evil.
                        popularity: 425.586
                        poster_path: /2EewmxXe72ogD0EaWM8gqa0ccIw.jpg
                        vote_average: 8.4
                        vote_count: 1877
                      - adult: false
                        backdrop_path: /kDxIaVUaeMpobnnZ918z5uSoP8V.jpg
                        first_air_date: '2025-01-10'
                        genre_ids:
                          - 16
                          - 35
                          - 10759
                          - 10765
                        id: 249964
                        media_type: tv
                        name: >-
                          I May Be a Guild Receptionist, but I'll Solo Any Boss
                          to Clock Out on Time
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ギルドの受付嬢ですが、残業は嫌なのでボスをソロ討伐しようと思います
                        overview: >-
                          Alina thought she had found the perfect job as a guild
                          receptionist. It’s stable, safe, and has a super cute
                          uniform. But this dream gig turns into an overtime
                          nightmare whenever adventurers get stuck clearing a
                          dungeon. Tired of the long nights, Alina starts taking
                          down the bosses herself! She even earns the name
                          Executioner for her impressive skills. Can she keep
                          her identity a secret?
                        popularity: 94.382
                        poster_path: /n9WZ97NUkT0Gc7ro6kVw1qe4ItR.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /y8T8BhptuHFPR0hCGcUSMyUfUfm.jpg
                        first_air_date: '2024-12-05'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                        id: 219543
                        media_type: tv
                        name: Creature Commandos
                        origin_country:
                          - US
                        original_language: en
                        original_name: Creature Commandos
                        overview: >-
                          Follow the exploits of the Creature Commandos, a
                          secret team of incarcerated monsters recruited for
                          missions deemed too dangerous for humans. When all
                          else fails... they're your last, worst option.
                        popularity: 479.257
                        poster_path: /bB3G6Ug1jfsOUptb0RJsqrgMVta.jpg
                        vote_average: 8.058
                        vote_count: 103
                      - adult: false
                        backdrop_path: /jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg
                        first_air_date: '2024-12-15'
                        genre_ids:
                          - 80
                          - 18
                        id: 219937
                        media_type: tv
                        name: 'Dexter: Original Sin'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Dexter: Original Sin'
                        overview: >-
                          In 1991 Miami, Dexter Morgan transitions from student
                          to avenging serial killer. When his bloodthirsty urges
                          can't be ignored any longer, Dexter must learn to
                          channel his inner darkness. With the guidance of his
                          father, Harry, he adopts a Code designed to help him
                          find and kill people who deserve to be eliminated from
                          society without getting on law enforcements' radar.
                          This is a particular challenge for young Dexter as he
                          begins a forensics internship at the Miami Metro
                          Police Department.
                        popularity: 509.057
                        poster_path: /j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg
                        vote_average: 8.8
                        vote_count: 62
                      - adult: false
                        backdrop_path: /lN13BPAEnc5iXmoxxBQHOZ1ScfZ.jpg
                        first_air_date: '2019-07-05'
                        genre_ids:
                          - 10759
                          - 16
                          - 35
                          - 10765
                        id: 86031
                        media_type: tv
                        name: Dr. STONE
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Dr.STONE
                        overview: >-
                          One fateful day, all of humanity was petrified by a
                          blinding flash of light. After several millennia, high
                          schooler Taiju awakens and finds himself lost in a
                          world of statues. However, he's not alone! His
                          science-loving friend Senku's been up and running for
                          a few months and he's got a grand plan in mind, to
                          kickstart civilization with the power of science!
                        popularity: 68.808
                        poster_path: /xbZQ3fDl0y5mt0ARwfeyrgQ4JTw.jpg
                        vote_average: 8.5
                        vote_count: 1455
                    total_pages: 500
                    total_results: 10000
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````