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

# TV

> This endpoint get the trending TV shows.



## OpenAPI

````yaml get /3/trending/tv/{time_window}
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/trending/tv/{time_window}:
    parameters:
      - name: time_window
        in: path
        required: true
        schema:
          type: string
          enum:
            - day
            - week
          default: day
    get:
      tags:
        - TRENDING
      summary: TV
      description: This endpoint get the trending TV shows.
      operationId: tv4
      parameters:
        - name: language
          in: query
          schema:
            type: string
            default: en-US
      responses:
        '200':
          description: TV
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=268
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Wed, 01 Jan 2025 14:41:24 GMT
            ETag:
              schema:
                type: string
                example: W/"309ba85243d7d41615f43c25a0de9230"
            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 4375274d19e6a104d814374704f49a08.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 88oI792drWewPLf_hWsGos0zFoPICZJum1e-w6EkQ2ah-yCwbdEmpQ==
            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: '332'
            x-memc-expires:
              schema:
                type: string
                example: '268'
            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
                          nullable: true
                          example: /2meX1nMdScFOoV4370rqHWKmXhY.jpg
                        first_air_date:
                          type: string
                          example: '2021-09-17'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 10759
                          example:
                            - 10759
                            - 9648
                            - 18
                        id:
                          type: number
                          example: 93405
                        media_type:
                          type: string
                          example: tv
                        name:
                          type: string
                          example: Squid Game
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: KR
                          example:
                            - KR
                        original_language:
                          type: string
                          example: ko
                        original_name:
                          type: string
                          example: 오징어 게임
                        overview:
                          type: string
                          example: >-
                            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:
                          type: number
                          example: 6151.403
                        poster_path:
                          type: string
                          example: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg
                        vote_average:
                          type: number
                          example: 7.8
                        vote_count:
                          type: number
                          example: 14424
                    example:
                      - adult: false
                        backdrop_path: /2meX1nMdScFOoV4370rqHWKmXhY.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: 6151.403
                        poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg
                        vote_average: 7.8
                        vote_count: 14424
                      - adult: false
                        backdrop_path: /iC92jNOuhxSIGTFoMmAjtyaNOGV.jpg
                        first_air_date: '2025-01-01'
                        genre_ids:
                          - 18
                          - 9648
                          - 80
                        id: 244243
                        media_type: tv
                        name: Missing You
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Missing You
                        overview: >-
                          When Detective Kat Donovan matches on a dating app
                          with the fiancé who disappeared years before, she
                          learns that some secrets are best left in the past.
                        popularity: 94.182
                        poster_path: /ftEwAkzbS7CktShNl7Z54vAOTYn.jpg
                        vote_average: 6.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /6E0hbesJfpekAqL2AeHYukkHcbD.jpg
                        first_air_date: '2024-12-02'
                        genre_ids:
                          - 10759
                          - 10765
                        id: 202879
                        media_type: tv
                        name: 'Star Wars: Skeleton Crew'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Skeleton Crew'
                        overview: >-
                          Four ordinary kids search for their home planet after
                          getting lost in the Star Wars galaxy.
                        popularity: 461.841
                        poster_path: /srQbJhLRKoAwRrNN5ga7webPHbC.jpg
                        vote_average: 7.4
                        vote_count: 117
                      - adult: false
                        backdrop_path: /kJVYs2p9SlU6YRZ7pJ0fE5mog2S.jpg
                        first_air_date: '2024-12-31'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                          - 18
                        id: 229858
                        media_type: tv
                        name: Fate/strange Fake
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Fate/strange Fake
                        overview: >-
                          In a Holy Grail War, Mages (Masters) and their Heroic
                          Spirits (Servants) fight for the control of the Holy
                          Grail—an omnipotent wish-granting device said to
                          fulfill any desire. Years have passed since the end of
                          the Fifth Holy Grail War in Japan. Now, signs portend
                          the emergence of a new Holy Grail in the western
                          American city of Snowfield
                        popularity: 79.864
                        poster_path: /2r5MEaLYl5lZxzgfSmrDybipngl.jpg
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /5JbWk5f3zSbwkQjbCazWi1adDMl.jpg
                        first_air_date: '2024-12-28'
                        genre_ids:
                          - 18
                          - 10759
                        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: 288.655
                        poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg
                        vote_average: 8.6
                        vote_count: 5
                      - adult: false
                        backdrop_path: /wLxWWyOegryQRTEblaLqMyhHJH2.jpg
                        first_air_date: '2024-12-31'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                          - 35
                        id: 276204
                        media_type: tv
                        name: >-
                          Bogus Skill «Fruitmaster» ~About that time I became
                          able to eat unlimited numbers of Skill Fruits (that
                          kill you)~
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 外れスキル《木の実マスター》 ～スキルの実（食べたら死ぬ）を無限に食べられるようになった件について～
                        overview: >-
                          Join an adventurer as he learns the secrets of the
                          skill fruits, and uses their powers to his own
                          advantage!
                        popularity: 26.404
                        poster_path: /sy8OTK68SerisyO3QaoSAp4NehX.jpg
                        vote_average: 8.5
                        vote_count: 2
                      - 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: 460.579
                        poster_path: /cMD9Ygz11zjJzAovURpO75Qg7rT.jpg
                        vote_average: 8.719
                        vote_count: 4744
                      - adult: false
                        backdrop_path: /p6ZP3Humvo90UXkDeEv5x9aynNH.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: 747.586
                        poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg
                        vote_average: 8.163
                        vote_count: 1195
                      - adult: false
                        backdrop_path: /4N6zEMfZ57zNEQcM8gWeERFupMv.jpg
                        first_air_date: '2021-08-11'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 91363
                        media_type: tv
                        name: What If...?
                        origin_country:
                          - US
                        original_language: en
                        original_name: What If...?
                        overview: >-
                          Taking inspiration from the comic books of the same
                          name, each episode of this animated anthology series
                          questions, revisits and twists classic Marvel
                          Cinematic moments.
                        popularity: 894.409
                        poster_path: /lztz5XBMG1x6Y5ubz7CxfPFsAcW.jpg
                        vote_average: 8.1
                        vote_count: 4248
                      - 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: 348.857
                        poster_path: /2EewmxXe72ogD0EaWM8gqa0ccIw.jpg
                        vote_average: 8.4
                        vote_count: 1871
                      - adult: false
                        backdrop_path: null
                        first_air_date: '2019-12-31'
                        genre_ids:
                          - 10764
                        id: 202449
                        media_type: tv
                        name: 最美的夜 bilibili晚会
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 最美的夜 bilibili晚会
                        overview: ''
                        popularity: 11.05
                        poster_path: /hVaHXSxdUgzODpIMP7RGU0VWkKV.jpg
                        vote_average: 9
                        vote_count: 2
                      - adult: false
                        backdrop_path: /gDtZQmfzvErZpeXOVeCBQE9WkSF.jpg
                        first_air_date: '2024-05-11'
                        genre_ids:
                          - 10759
                          - 18
                          - 10765
                        id: 239770
                        media_type: tv
                        name: Doctor Who
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Doctor Who
                        overview: >-
                          The Doctor and his companion travel across time and
                          space encountering incredible friends and foes.
                        popularity: 180.022
                        poster_path: /8FHthx4Vu81J4X5BTLhJYK9Gtbs.jpg
                        vote_average: 6.6
                        vote_count: 171
                      - adult: false
                        backdrop_path: /vjuDzuL40aLupeCNM3XNUErBEao.jpg
                        first_air_date: '2022-10-30'
                        genre_ids:
                          - 18
                          - 10768
                        id: 93870
                        media_type: tv
                        name: SAS Rogue Heroes
                        origin_country:
                          - GB
                        original_language: en
                        original_name: SAS Rogue Heroes
                        overview: >-
                          The dramatised account of how the world’s greatest
                          Special Forces unit, the SAS, was formed under
                          extraordinary circumstances in the darkest days of
                          World War Two.
                        popularity: 113.792
                        poster_path: /qEaxiDrPaTY34eIg6naXMfM2IKC.jpg
                        vote_average: 7.6
                        vote_count: 85
                      - adult: false
                        backdrop_path: /zqkqT0JGAz1x5cRhyOB069bV6ap.jpg
                        first_air_date: '2023-01-01'
                        genre_ids:
                          - 80
                        id: 210178
                        media_type: tv
                        name: Black Snow
                        origin_country:
                          - AU
                        original_language: en
                        original_name: Black Snow
                        overview: >-
                          In 1995, seventeen-year-old Isabel Baker was murdered.
                          The crime shocked the small town of Ashford and
                          devastated Isabel's Australian South Sea Islander
                          community. The case was never solved, the killer never
                          found. In 2020, the opening of a time capsule unearths
                          a secret that puts cold-case detective James Cormack
                          on the trail of the killer.
                        popularity: 65.19
                        poster_path: /8cYzv4vR2u4IA8rx7yk0r8P8uIp.jpg
                        vote_average: 6.9
                        vote_count: 58
                      - adult: false
                        backdrop_path: /yvKrycViRMQcIgdnjsM5JGNWU4Q.jpg
                        first_air_date: '2013-04-07'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                        id: 1429
                        media_type: tv
                        name: Attack on Titan
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 進撃の巨人
                        overview: >-
                          Many years ago, the last remnants of humanity were
                          forced to retreat behind the towering walls of a
                          fortified city to escape the massive, man-eating
                          Titans that roamed the land outside their fortress.
                          Only the heroic members of the Scouting Legion dared
                          to stray beyond the safety of the walls – but even
                          those brave warriors seldom returned alive. Those
                          within the city clung to the illusion of a peaceful
                          existence until the day that dream was shattered, and
                          their slim chance at survival was reduced to one
                          horrifying choice: kill – or be devoured!
                        popularity: 95.659
                        poster_path: /hTP1DtLGFamjfu8WqjnuQdP1n4i.jpg
                        vote_average: 8.667
                        vote_count: 6486
                      - adult: false
                        backdrop_path: /hKP2hZ3WrQXxBnSeIji2OvbtrFT.jpg
                        first_air_date: '2023-12-27'
                        genre_ids:
                          - 18
                        id: 106841
                        media_type: tv
                        name: Blossoms Shanghai
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 繁花
                        overview: >-
                          Set against the backdrop of massive economic growth in
                          the 1990s, the story follows A Bao, a self-made
                          millionaire and his journey from being a young
                          opportunist with a troubled past to accumulating
                          dazzling wealth in the city of Shanghai. It also
                          follows his entanglement with four women who represent
                          the pursuits of his life: adventure, honour, love and
                          innocence.
                        popularity: 40.936
                        poster_path: /pcL4VKmit4MI9QEzquRm5h4RrNw.jpg
                        vote_average: 8.7
                        vote_count: 47
                      - adult: false
                        backdrop_path: /enVrO8TRkdT8dmYXTfI4sEjR5Kp.jpg
                        first_air_date: '2024-11-07'
                        genre_ids:
                          - 18
                          - 10759
                          - 9648
                        id: 222766
                        media_type: tv
                        name: The Day of the Jackal
                        origin_country:
                          - GB
                        original_language: en
                        original_name: The Day of the Jackal
                        overview: >-
                          An unrivalled and highly elusive lone assassin, the
                          Jackal, makes his living carrying out hits for the
                          highest fee. But following his latest kill, he meets
                          his match in a tenacious British intelligence officer
                          who starts to track down the Jackal in a thrilling
                          cat-and-mouse chase across Europe, leaving destruction
                          in its wake.
                        popularity: 644.457
                        poster_path: /tYLecM3WSEjlkKhkGiH5G68Dprm.jpg
                        vote_average: 8.3
                        vote_count: 282
                      - adult: false
                        backdrop_path: /5W9Dn9d0sg6xoSfKBmZRk1rMwBU.jpg
                        first_air_date: '2019-01-27'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                          - 18
                        id: 87007
                        media_type: tv
                        name: Martial Universe
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 武动乾坤
                        overview: >-
                          Hailing from a banished family of the Great Lin Clan,
                          when Lin Dong was very young, he watched, powerless,
                          as his talented father was easily crushed and crippled
                          by the overwhelming genius of the great Lin Clan, Lin
                          Langtian.


                          With a despairing father, a heartbroken grandfather,
                          and a suffering family, ever since that fateful day,
                          Lin Dong has been driven by a deep purpose; to take
                          revenge on the man who had taken everything and more
                          from his family.


                          Armed with nothing but willpower and determination,
                          join Lin Dong as he unknowingly discovers a destiny
                          greater than he could ever hope to imagine when he
                          stumbles upon a mysterious stone talisman…
                        popularity: 126.055
                        poster_path: /aHirTQ4s3t8JeoFuvlP03XOrEQO.jpg
                        vote_average: 8.3
                        vote_count: 7
                      - adult: false
                        backdrop_path: /2Erj4Oav9EHAtqLI354VM7ULDqu.jpg
                        first_air_date: '2018-06-20'
                        genre_ids:
                          - 37
                          - 18
                        id: 73586
                        media_type: tv
                        name: Yellowstone
                        origin_country:
                          - US
                        original_language: en
                        original_name: Yellowstone
                        overview: >-
                          Follow the violent world of the Dutton family, who
                          controls the largest contiguous ranch in the United
                          States. Led by their patriarch John Dutton, the family
                          defends their property against constant attack by land
                          developers, an Indian reservation, and America’s first
                          National Park.
                        popularity: 1175.63
                        poster_path: /s4QRRYc1V2e68Qy9Wel9MI8fhRP.jpg
                        vote_average: 8.2
                        vote_count: 2508
                      - adult: false
                        backdrop_path: /fQsIJQxE1D0Y0NpWSKwo489y5px.jpg
                        first_air_date: '2023-11-22'
                        genre_ids:
                          - 10764
                        id: 204082
                        media_type: tv
                        name: 'Squid Game: The Challenge'
                        origin_country:
                          - GB
                        original_language: en
                        original_name: 'Squid Game: The Challenge'
                        overview: >-
                          In this reality competition show inspired by "Squid
                          Game," 456 players put their skills to the ultimate
                          test for a life-changing $4.56 million prize.
                        popularity: 1893.458
                        poster_path: /eAjXAgdjPMZH9Ugub7XYPowFoS1.jpg
                        vote_average: 6.433
                        vote_count: 299
                  total_pages:
                    type: number
                    example: 385
                  total_results:
                    type: number
                    example: 7698
              examples:
                TV:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /2meX1nMdScFOoV4370rqHWKmXhY.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: 6151.403
                        poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg
                        vote_average: 7.8
                        vote_count: 14424
                      - adult: false
                        backdrop_path: /iC92jNOuhxSIGTFoMmAjtyaNOGV.jpg
                        first_air_date: '2025-01-01'
                        genre_ids:
                          - 18
                          - 9648
                          - 80
                        id: 244243
                        media_type: tv
                        name: Missing You
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Missing You
                        overview: >-
                          When Detective Kat Donovan matches on a dating app
                          with the fiancé who disappeared years before, she
                          learns that some secrets are best left in the past.
                        popularity: 94.182
                        poster_path: /ftEwAkzbS7CktShNl7Z54vAOTYn.jpg
                        vote_average: 6.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /6E0hbesJfpekAqL2AeHYukkHcbD.jpg
                        first_air_date: '2024-12-02'
                        genre_ids:
                          - 10759
                          - 10765
                        id: 202879
                        media_type: tv
                        name: 'Star Wars: Skeleton Crew'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Skeleton Crew'
                        overview: >-
                          Four ordinary kids search for their home planet after
                          getting lost in the Star Wars galaxy.
                        popularity: 461.841
                        poster_path: /srQbJhLRKoAwRrNN5ga7webPHbC.jpg
                        vote_average: 7.4
                        vote_count: 117
                      - adult: false
                        backdrop_path: /kJVYs2p9SlU6YRZ7pJ0fE5mog2S.jpg
                        first_air_date: '2024-12-31'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                          - 18
                        id: 229858
                        media_type: tv
                        name: Fate/strange Fake
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Fate/strange Fake
                        overview: >-
                          In a Holy Grail War, Mages (Masters) and their Heroic
                          Spirits (Servants) fight for the control of the Holy
                          Grail—an omnipotent wish-granting device said to
                          fulfill any desire. Years have passed since the end of
                          the Fifth Holy Grail War in Japan. Now, signs portend
                          the emergence of a new Holy Grail in the western
                          American city of Snowfield
                        popularity: 79.864
                        poster_path: /2r5MEaLYl5lZxzgfSmrDybipngl.jpg
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /5JbWk5f3zSbwkQjbCazWi1adDMl.jpg
                        first_air_date: '2024-12-28'
                        genre_ids:
                          - 18
                          - 10759
                        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: 288.655
                        poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg
                        vote_average: 8.6
                        vote_count: 5
                      - adult: false
                        backdrop_path: /wLxWWyOegryQRTEblaLqMyhHJH2.jpg
                        first_air_date: '2024-12-31'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                          - 35
                        id: 276204
                        media_type: tv
                        name: >-
                          Bogus Skill «Fruitmaster» ~About that time I became
                          able to eat unlimited numbers of Skill Fruits (that
                          kill you)~
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 外れスキル《木の実マスター》 ～スキルの実（食べたら死ぬ）を無限に食べられるようになった件について～
                        overview: >-
                          Join an adventurer as he learns the secrets of the
                          skill fruits, and uses their powers to his own
                          advantage!
                        popularity: 26.404
                        poster_path: /sy8OTK68SerisyO3QaoSAp4NehX.jpg
                        vote_average: 8.5
                        vote_count: 2
                      - 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: 460.579
                        poster_path: /cMD9Ygz11zjJzAovURpO75Qg7rT.jpg
                        vote_average: 8.719
                        vote_count: 4744
                      - adult: false
                        backdrop_path: /p6ZP3Humvo90UXkDeEv5x9aynNH.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: 747.586
                        poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg
                        vote_average: 8.163
                        vote_count: 1195
                      - adult: false
                        backdrop_path: /4N6zEMfZ57zNEQcM8gWeERFupMv.jpg
                        first_air_date: '2021-08-11'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 91363
                        media_type: tv
                        name: What If...?
                        origin_country:
                          - US
                        original_language: en
                        original_name: What If...?
                        overview: >-
                          Taking inspiration from the comic books of the same
                          name, each episode of this animated anthology series
                          questions, revisits and twists classic Marvel
                          Cinematic moments.
                        popularity: 894.409
                        poster_path: /lztz5XBMG1x6Y5ubz7CxfPFsAcW.jpg
                        vote_average: 8.1
                        vote_count: 4248
                      - 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: 348.857
                        poster_path: /2EewmxXe72ogD0EaWM8gqa0ccIw.jpg
                        vote_average: 8.4
                        vote_count: 1871
                      - adult: false
                        backdrop_path: null
                        first_air_date: '2019-12-31'
                        genre_ids:
                          - 10764
                        id: 202449
                        media_type: tv
                        name: 最美的夜 bilibili晚会
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 最美的夜 bilibili晚会
                        overview: ''
                        popularity: 11.05
                        poster_path: /hVaHXSxdUgzODpIMP7RGU0VWkKV.jpg
                        vote_average: 9
                        vote_count: 2
                      - adult: false
                        backdrop_path: /gDtZQmfzvErZpeXOVeCBQE9WkSF.jpg
                        first_air_date: '2024-05-11'
                        genre_ids:
                          - 10759
                          - 18
                          - 10765
                        id: 239770
                        media_type: tv
                        name: Doctor Who
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Doctor Who
                        overview: >-
                          The Doctor and his companion travel across time and
                          space encountering incredible friends and foes.
                        popularity: 180.022
                        poster_path: /8FHthx4Vu81J4X5BTLhJYK9Gtbs.jpg
                        vote_average: 6.6
                        vote_count: 171
                      - adult: false
                        backdrop_path: /vjuDzuL40aLupeCNM3XNUErBEao.jpg
                        first_air_date: '2022-10-30'
                        genre_ids:
                          - 18
                          - 10768
                        id: 93870
                        media_type: tv
                        name: SAS Rogue Heroes
                        origin_country:
                          - GB
                        original_language: en
                        original_name: SAS Rogue Heroes
                        overview: >-
                          The dramatised account of how the world’s greatest
                          Special Forces unit, the SAS, was formed under
                          extraordinary circumstances in the darkest days of
                          World War Two.
                        popularity: 113.792
                        poster_path: /qEaxiDrPaTY34eIg6naXMfM2IKC.jpg
                        vote_average: 7.6
                        vote_count: 85
                      - adult: false
                        backdrop_path: /zqkqT0JGAz1x5cRhyOB069bV6ap.jpg
                        first_air_date: '2023-01-01'
                        genre_ids:
                          - 80
                        id: 210178
                        media_type: tv
                        name: Black Snow
                        origin_country:
                          - AU
                        original_language: en
                        original_name: Black Snow
                        overview: >-
                          In 1995, seventeen-year-old Isabel Baker was murdered.
                          The crime shocked the small town of Ashford and
                          devastated Isabel's Australian South Sea Islander
                          community. The case was never solved, the killer never
                          found. In 2020, the opening of a time capsule unearths
                          a secret that puts cold-case detective James Cormack
                          on the trail of the killer.
                        popularity: 65.19
                        poster_path: /8cYzv4vR2u4IA8rx7yk0r8P8uIp.jpg
                        vote_average: 6.9
                        vote_count: 58
                      - adult: false
                        backdrop_path: /yvKrycViRMQcIgdnjsM5JGNWU4Q.jpg
                        first_air_date: '2013-04-07'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                        id: 1429
                        media_type: tv
                        name: Attack on Titan
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 進撃の巨人
                        overview: >-
                          Many years ago, the last remnants of humanity were
                          forced to retreat behind the towering walls of a
                          fortified city to escape the massive, man-eating
                          Titans that roamed the land outside their fortress.
                          Only the heroic members of the Scouting Legion dared
                          to stray beyond the safety of the walls – but even
                          those brave warriors seldom returned alive. Those
                          within the city clung to the illusion of a peaceful
                          existence until the day that dream was shattered, and
                          their slim chance at survival was reduced to one
                          horrifying choice: kill – or be devoured!
                        popularity: 95.659
                        poster_path: /hTP1DtLGFamjfu8WqjnuQdP1n4i.jpg
                        vote_average: 8.667
                        vote_count: 6486
                      - adult: false
                        backdrop_path: /hKP2hZ3WrQXxBnSeIji2OvbtrFT.jpg
                        first_air_date: '2023-12-27'
                        genre_ids:
                          - 18
                        id: 106841
                        media_type: tv
                        name: Blossoms Shanghai
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 繁花
                        overview: >-
                          Set against the backdrop of massive economic growth in
                          the 1990s, the story follows A Bao, a self-made
                          millionaire and his journey from being a young
                          opportunist with a troubled past to accumulating
                          dazzling wealth in the city of Shanghai. It also
                          follows his entanglement with four women who represent
                          the pursuits of his life: adventure, honour, love and
                          innocence.
                        popularity: 40.936
                        poster_path: /pcL4VKmit4MI9QEzquRm5h4RrNw.jpg
                        vote_average: 8.7
                        vote_count: 47
                      - adult: false
                        backdrop_path: /enVrO8TRkdT8dmYXTfI4sEjR5Kp.jpg
                        first_air_date: '2024-11-07'
                        genre_ids:
                          - 18
                          - 10759
                          - 9648
                        id: 222766
                        media_type: tv
                        name: The Day of the Jackal
                        origin_country:
                          - GB
                        original_language: en
                        original_name: The Day of the Jackal
                        overview: >-
                          An unrivalled and highly elusive lone assassin, the
                          Jackal, makes his living carrying out hits for the
                          highest fee. But following his latest kill, he meets
                          his match in a tenacious British intelligence officer
                          who starts to track down the Jackal in a thrilling
                          cat-and-mouse chase across Europe, leaving destruction
                          in its wake.
                        popularity: 644.457
                        poster_path: /tYLecM3WSEjlkKhkGiH5G68Dprm.jpg
                        vote_average: 8.3
                        vote_count: 282
                      - adult: false
                        backdrop_path: /5W9Dn9d0sg6xoSfKBmZRk1rMwBU.jpg
                        first_air_date: '2019-01-27'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                          - 18
                        id: 87007
                        media_type: tv
                        name: Martial Universe
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 武动乾坤
                        overview: >-
                          Hailing from a banished family of the Great Lin Clan,
                          when Lin Dong was very young, he watched, powerless,
                          as his talented father was easily crushed and crippled
                          by the overwhelming genius of the great Lin Clan, Lin
                          Langtian.


                          With a despairing father, a heartbroken grandfather,
                          and a suffering family, ever since that fateful day,
                          Lin Dong has been driven by a deep purpose; to take
                          revenge on the man who had taken everything and more
                          from his family.


                          Armed with nothing but willpower and determination,
                          join Lin Dong as he unknowingly discovers a destiny
                          greater than he could ever hope to imagine when he
                          stumbles upon a mysterious stone talisman…
                        popularity: 126.055
                        poster_path: /aHirTQ4s3t8JeoFuvlP03XOrEQO.jpg
                        vote_average: 8.3
                        vote_count: 7
                      - adult: false
                        backdrop_path: /2Erj4Oav9EHAtqLI354VM7ULDqu.jpg
                        first_air_date: '2018-06-20'
                        genre_ids:
                          - 37
                          - 18
                        id: 73586
                        media_type: tv
                        name: Yellowstone
                        origin_country:
                          - US
                        original_language: en
                        original_name: Yellowstone
                        overview: >-
                          Follow the violent world of the Dutton family, who
                          controls the largest contiguous ranch in the United
                          States. Led by their patriarch John Dutton, the family
                          defends their property against constant attack by land
                          developers, an Indian reservation, and America’s first
                          National Park.
                        popularity: 1175.63
                        poster_path: /s4QRRYc1V2e68Qy9Wel9MI8fhRP.jpg
                        vote_average: 8.2
                        vote_count: 2508
                      - adult: false
                        backdrop_path: /fQsIJQxE1D0Y0NpWSKwo489y5px.jpg
                        first_air_date: '2023-11-22'
                        genre_ids:
                          - 10764
                        id: 204082
                        media_type: tv
                        name: 'Squid Game: The Challenge'
                        origin_country:
                          - GB
                        original_language: en
                        original_name: 'Squid Game: The Challenge'
                        overview: >-
                          In this reality competition show inspired by "Squid
                          Game," 456 players put their skills to the ultimate
                          test for a life-changing $4.56 million prize.
                        popularity: 1893.458
                        poster_path: /eAjXAgdjPMZH9Ugub7XYPowFoS1.jpg
                        vote_average: 6.433
                        vote_count: 299
                    total_pages: 385
                    total_results: 7698
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````