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

# TV

> This endpoint retrieves a list of all trending TV shows.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/trending/tv/{{time_window}}
openapi: 3.0.3
info:
  title: The Movie Database API
  description: >-
    Welcome to the third version of The Movie Database (TMDB) API. Our API
    provides you with vast access to a range of movies, TV shows, actor
    information, and images.


    With the TMDB API, you can easily integrate any of these functionalities in
    your application.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: Collection
security:
  - bearerAuth: []
tags:
  - name: Validate Key
  - name: Authentication
  - name: Guest Sessions
  - name: Configuration
  - name: Account
  - name: Search
  - name: Discover
  - name: Find
  - name: Keyword
  - name: Lists
  - name: V3 vs V4
    description: >-
      There is version 4 (v4) for our list API. It contains several advanced
      improvements that differentiate it from the version 3 (v3) list. Although
      v3 lists will continue to work, you can only access these features if you
      switch to v4 lists.


      Some of the new improvements you can access on v4 lists include:


      - You can Import "unlimited" items in a single request
          
      - You can use mixed-type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          

      Check the v4 [documentation
      ](https://developer.themoviedb.org/v4/docs/getting-started) for more
      information.  
  - name: Collections
  - name: Companies
  - name: Networks
  - name: Trending
  - name: Movies
  - name: Movie Lists
  - name: TV Series
  - name: TV Series Lists
  - name: TV Seasons
  - name: TV Providers
  - name: TV Episode Groups
  - name: Watch Providers
  - name: People
  - name: People List
  - name: Genre
  - name: Changes
  - name: Credits
  - name: Certifications
paths:
  /3/trending/tv/{{time_window}}:
    parameters:
      - name: time_window
        in: path
        description: This represents the time window.
        required: true
        schema:
          type: string
          enum:
            - day
            - week
    get:
      tags:
        - TV Series Lists
      summary: TV
      description: This endpoint retrieves a list of all trending TV shows.
      operationId: tv2
      parameters:
        - name: language
          in: query
          schema:
            type: string
            example: en
          description: This represents the language.
        - name: page
          in: query
          schema:
            type: string
            example: '1'
          description: This represents the page number.
      responses:
        '200':
          description: TV
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=477
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 28 Dec 2024 13:57:18 GMT
            ETag:
              schema:
                type: string
                example: W/"6945f4f2e52ba9217567653bf646baa2"
            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 368146333bf1a1071e8432a7d4e41e1a.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: zNrFFxVJ-DefxQFM_hsnnJnDuI9W4JJG3OSO0SNQ8XTRn3bHBNihXA==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '123'
            x-memc-expires:
              schema:
                type: string
                example: '477'
            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: /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: 1601.261
                        poster_path:
                          type: string
                          example: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg
                        vote_average:
                          type: number
                          example: 7.835
                        vote_count:
                          type: number
                          example: 14210
                    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: 1601.261
                        poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg
                        vote_average: 7.835
                        vote_count: 14210
                      - 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: 1988.645
                        poster_path: /p0wRElziYvdJ7Ifd9v5pdnP1Kxa.jpg
                        vote_average: 8.1
                        vote_count: 4229
                      - 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: 1012.266
                        poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg
                        vote_average: 8.158
                        vote_count: 1184
                      - 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: 399.639
                        poster_path: /8FHthx4Vu81J4X5BTLhJYK9Gtbs.jpg
                        vote_average: 6.6
                        vote_count: 169
                      - 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: 492.883
                        poster_path: /eAjXAgdjPMZH9Ugub7XYPowFoS1.jpg
                        vote_average: 6.3
                        vote_count: 262
                      - 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 Qian, 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: 75.139
                        poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg
                        vote_average: 9.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /tWb81lXOBUQoyavNzXrp11ss6GS.jpg
                        first_air_date: '2024-11-17'
                        genre_ids:
                          - 10765
                          - 18
                          - 10759
                        id: 90228
                        media_type: tv
                        name: 'Dune: Prophecy'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Dune: Prophecy'
                        overview: >-
                          Ten thousand years before the ascension of Paul
                          Atreides, sisters Valya and Tula Harkonnen establish
                          the fabled sect and female order that would become
                          known as the Bene Gesserit to control the future of
                          humankind.
                        popularity: 633.219
                        poster_path: /5B8Cxz8ZZXp3w2WmmdKTXpkS24e.jpg
                        vote_average: 7.8
                        vote_count: 188
                      - 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: 459.168
                        poster_path: /j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg
                        vote_average: 8.7
                        vote_count: 43
                      - adult: false
                        backdrop_path: /zwJD8l39vPLSdp7kylwghRaxVVG.jpg
                        first_air_date: '2024-12-16'
                        genre_ids:
                          - 18
                          - 9648
                        id: 252904
                        media_type: tv
                        name: Riverside Code at Qingming Festival
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 清明上河图密码
                        overview: >-
                          During the Northern Song Dynasty, the Zhao
                          family—comprising Zhao Buyou, his wife Wen Yue, and
                          their three children—lives in Bianliang's Que'er
                          Alley. Zhao Buyou, a lowly clerk, seeks a simple life,
                          while Wen Yue is focused on improving their living
                          conditions. Despite frequent disagreements, the family
                          remains close. An unexpected event thrusts them into a
                          significant case, leading them on a journey of
                          personal growth and discovery, while uncovering deeper
                          truths and protecting their community.
                        popularity: 414.317
                        poster_path: /5UIrFvk4JSjVCon6YoSO3jHyUkn.jpg
                        vote_average: 8
                        vote_count: 3
                      - 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: 501.663
                        poster_path: /2EewmxXe72ogD0EaWM8gqa0ccIw.jpg
                        vote_average: 8.4
                        vote_count: 1859
                      - 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: 570.446
                        poster_path: /srQbJhLRKoAwRrNN5ga7webPHbC.jpg
                        vote_average: 7.373
                        vote_count: 110
                      - 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: 691.978
                        poster_path: /tYLecM3WSEjlkKhkGiH5G68Dprm.jpg
                        vote_average: 8.3
                        vote_count: 262
                      - 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: 234.797
                        poster_path: /cMD9Ygz11zjJzAovURpO75Qg7rT.jpg
                        vote_average: 8.7
                        vote_count: 4740
                      - adult: false
                        backdrop_path: /jlbUx0aHJupDVDlCo0R7UxSaUUd.jpg
                        first_air_date: '2024-10-04'
                        genre_ids:
                          - 16
                          - 10759
                          - 35
                          - 10765
                        id: 240411
                        media_type: tv
                        name: Dan Da Dan
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ダンダダン
                        overview: >-
                          In a bet to prove whether ghosts or aliens exist, two
                          high schoolers face terrifying paranormal threats,
                          gain superpowers and maybe even fall in love?!
                        popularity: 591.651
                        poster_path: /6qfZAOEUFIrbUH3JvePclx1nXzz.jpg
                        vote_average: 8.8
                        vote_count: 306
                      - adult: false
                        backdrop_path: /oUmWLyeko3kYdUr8DBLIsxwcugl.jpg
                        first_air_date: '2024-10-11'
                        genre_ids:
                          - 16
                          - 10759
                          - 35
                          - 10765
                        id: 236994
                        media_type: tv
                        name: Dragon Ball DAIMA
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ドラゴンボールDAIMA
                        overview: >-
                          Mysteriously transformed into mini versions of
                          themselves, Goku and his friends travel to the Demon
                          Realm to uncover the truth and find a cure.
                        popularity: 863.745
                        poster_path: /cIDPZMGsiVHkHA6HPJmEmGcgyyw.jpg
                        vote_average: 8.1
                        vote_count: 256
                      - adult: false
                        backdrop_path: /95Ggx5yxZtdoR31SFRQGy9fGNxW.jpg
                        first_air_date: '2024-12-10'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                        id: 261579
                        media_type: tv
                        name: Secret Level
                        origin_country:
                          - US
                        original_language: en
                        original_name: Secret Level
                        overview: >-
                          Adult animated series of original short stories which
                          are set within the worlds of beloved video games. Each
                          episode serves as a gateway to a new adventure,
                          unlocking exciting worlds from beloved gaming classics
                          and highly anticipated new titles.
                        popularity: 295.741
                        poster_path: /856MRq23grNxpeVl1PdFgmmLiT0.jpg
                        vote_average: 7.6
                        vote_count: 173
                      - adult: false
                        backdrop_path: /2ns30HHRX5qgsVfEvvevwUcrD5E.jpg
                        first_air_date: '2021-04-30'
                        genre_ids:
                          - 16
                          - 10765
                          - 9648
                        id: 123542
                        media_type: tv
                        name: LINK CLICK
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 时光代理人
                        overview: >-
                          Using superpowers to enter their clientele’s photos
                          one by one, Cheng Xiaoshi and Lu Guang take their work
                          seriously at “Time Photo Studio,” a small photography
                          shop set in the backdrop of a modern metropolis. Each
                          job can be full of danger, but nothing is more
                          important than fulfilling every order, no matter the
                          scale…or peril involved!
                        popularity: 97.046
                        poster_path: /au5LmnOXHIe2iUTPydG1QIZMD5P.jpg
                        vote_average: 8.2
                        vote_count: 70
                      - adult: false
                        backdrop_path: /dD2X3iqtF4Dz3FpnYNSWud3LOrj.jpg
                        first_air_date: '2024-12-01'
                        genre_ids:
                          - 18
                          - 9648
                        id: 219971
                        media_type: tv
                        name: The Agency
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Agency
                        overview: >-
                          Covert CIA agent Martian is ordered to abandon his
                          undercover life and return to London Station. When the
                          love he left behind unexpectedly reappears, their
                          romance reignites, pitting his career, his real
                          identity and his mission against his heart while
                          hurling them both into a deadly game of international
                          intrigue and espionage.
                        popularity: 209.419
                        poster_path: /jtzUrOzxY0iRnPJ2qZ6VmVC1Hfl.jpg
                        vote_average: 7.8
                        vote_count: 37
                      - adult: false
                        backdrop_path: /5kLv2yxi2Zj6ZsHssvCR4GvVKWK.jpg
                        first_air_date: '2024-11-29'
                        genre_ids:
                          - 80
                          - 35
                          - 18
                        id: 236356
                        media_type: tv
                        name: Family Matters
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 가족계획
                        overview: >-
                          A group of people possessing special abilities
                          disguise themselves as a family to survive against
                          heinous criminals.
                        popularity: 128.715
                        poster_path: /aQt92o4IOZis7rFRNpo15sflZde.jpg
                        vote_average: 7.4
                        vote_count: 5
                      - adult: false
                        backdrop_path: /vcFW09U4834DyFOeRZpsx9x1D3S.jpg
                        first_air_date: '2005-03-26'
                        genre_ids:
                          - 10759
                          - 18
                          - 10765
                        id: 57243
                        media_type: tv
                        name: Doctor Who
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Doctor Who
                        overview: >-
                          The Doctor is a Time Lord: a 900 year old alien with 2
                          hearts, part of a gifted civilization who mastered
                          time travel. The Doctor saves planets for a
                          living—more of a hobby actually, and the Doctor's
                          very, very good at it.
                        popularity: 764.008
                        poster_path: /4edFyasCrkH4MKs6H4mHqlrxA6b.jpg
                        vote_average: 7.538
                        vote_count: 3019
                  total_pages:
                    type: number
                    example: 500
                  total_results:
                    type: number
                    example: 10000
              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: 1601.261
                        poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg
                        vote_average: 7.835
                        vote_count: 14210
                      - 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: 1988.645
                        poster_path: /p0wRElziYvdJ7Ifd9v5pdnP1Kxa.jpg
                        vote_average: 8.1
                        vote_count: 4229
                      - 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: 1012.266
                        poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg
                        vote_average: 8.158
                        vote_count: 1184
                      - 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: 399.639
                        poster_path: /8FHthx4Vu81J4X5BTLhJYK9Gtbs.jpg
                        vote_average: 6.6
                        vote_count: 169
                      - 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: 492.883
                        poster_path: /eAjXAgdjPMZH9Ugub7XYPowFoS1.jpg
                        vote_average: 6.3
                        vote_count: 262
                      - 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 Qian, 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: 75.139
                        poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg
                        vote_average: 9.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /tWb81lXOBUQoyavNzXrp11ss6GS.jpg
                        first_air_date: '2024-11-17'
                        genre_ids:
                          - 10765
                          - 18
                          - 10759
                        id: 90228
                        media_type: tv
                        name: 'Dune: Prophecy'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Dune: Prophecy'
                        overview: >-
                          Ten thousand years before the ascension of Paul
                          Atreides, sisters Valya and Tula Harkonnen establish
                          the fabled sect and female order that would become
                          known as the Bene Gesserit to control the future of
                          humankind.
                        popularity: 633.219
                        poster_path: /5B8Cxz8ZZXp3w2WmmdKTXpkS24e.jpg
                        vote_average: 7.8
                        vote_count: 188
                      - 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: 459.168
                        poster_path: /j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg
                        vote_average: 8.7
                        vote_count: 43
                      - adult: false
                        backdrop_path: /zwJD8l39vPLSdp7kylwghRaxVVG.jpg
                        first_air_date: '2024-12-16'
                        genre_ids:
                          - 18
                          - 9648
                        id: 252904
                        media_type: tv
                        name: Riverside Code at Qingming Festival
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 清明上河图密码
                        overview: >-
                          During the Northern Song Dynasty, the Zhao
                          family—comprising Zhao Buyou, his wife Wen Yue, and
                          their three children—lives in Bianliang's Que'er
                          Alley. Zhao Buyou, a lowly clerk, seeks a simple life,
                          while Wen Yue is focused on improving their living
                          conditions. Despite frequent disagreements, the family
                          remains close. An unexpected event thrusts them into a
                          significant case, leading them on a journey of
                          personal growth and discovery, while uncovering deeper
                          truths and protecting their community.
                        popularity: 414.317
                        poster_path: /5UIrFvk4JSjVCon6YoSO3jHyUkn.jpg
                        vote_average: 8
                        vote_count: 3
                      - 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: 501.663
                        poster_path: /2EewmxXe72ogD0EaWM8gqa0ccIw.jpg
                        vote_average: 8.4
                        vote_count: 1859
                      - 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: 570.446
                        poster_path: /srQbJhLRKoAwRrNN5ga7webPHbC.jpg
                        vote_average: 7.373
                        vote_count: 110
                      - 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: 691.978
                        poster_path: /tYLecM3WSEjlkKhkGiH5G68Dprm.jpg
                        vote_average: 8.3
                        vote_count: 262
                      - 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: 234.797
                        poster_path: /cMD9Ygz11zjJzAovURpO75Qg7rT.jpg
                        vote_average: 8.7
                        vote_count: 4740
                      - adult: false
                        backdrop_path: /jlbUx0aHJupDVDlCo0R7UxSaUUd.jpg
                        first_air_date: '2024-10-04'
                        genre_ids:
                          - 16
                          - 10759
                          - 35
                          - 10765
                        id: 240411
                        media_type: tv
                        name: Dan Da Dan
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ダンダダン
                        overview: >-
                          In a bet to prove whether ghosts or aliens exist, two
                          high schoolers face terrifying paranormal threats,
                          gain superpowers and maybe even fall in love?!
                        popularity: 591.651
                        poster_path: /6qfZAOEUFIrbUH3JvePclx1nXzz.jpg
                        vote_average: 8.8
                        vote_count: 306
                      - adult: false
                        backdrop_path: /oUmWLyeko3kYdUr8DBLIsxwcugl.jpg
                        first_air_date: '2024-10-11'
                        genre_ids:
                          - 16
                          - 10759
                          - 35
                          - 10765
                        id: 236994
                        media_type: tv
                        name: Dragon Ball DAIMA
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ドラゴンボールDAIMA
                        overview: >-
                          Mysteriously transformed into mini versions of
                          themselves, Goku and his friends travel to the Demon
                          Realm to uncover the truth and find a cure.
                        popularity: 863.745
                        poster_path: /cIDPZMGsiVHkHA6HPJmEmGcgyyw.jpg
                        vote_average: 8.1
                        vote_count: 256
                      - adult: false
                        backdrop_path: /95Ggx5yxZtdoR31SFRQGy9fGNxW.jpg
                        first_air_date: '2024-12-10'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                        id: 261579
                        media_type: tv
                        name: Secret Level
                        origin_country:
                          - US
                        original_language: en
                        original_name: Secret Level
                        overview: >-
                          Adult animated series of original short stories which
                          are set within the worlds of beloved video games. Each
                          episode serves as a gateway to a new adventure,
                          unlocking exciting worlds from beloved gaming classics
                          and highly anticipated new titles.
                        popularity: 295.741
                        poster_path: /856MRq23grNxpeVl1PdFgmmLiT0.jpg
                        vote_average: 7.6
                        vote_count: 173
                      - adult: false
                        backdrop_path: /2ns30HHRX5qgsVfEvvevwUcrD5E.jpg
                        first_air_date: '2021-04-30'
                        genre_ids:
                          - 16
                          - 10765
                          - 9648
                        id: 123542
                        media_type: tv
                        name: LINK CLICK
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 时光代理人
                        overview: >-
                          Using superpowers to enter their clientele’s photos
                          one by one, Cheng Xiaoshi and Lu Guang take their work
                          seriously at “Time Photo Studio,” a small photography
                          shop set in the backdrop of a modern metropolis. Each
                          job can be full of danger, but nothing is more
                          important than fulfilling every order, no matter the
                          scale…or peril involved!
                        popularity: 97.046
                        poster_path: /au5LmnOXHIe2iUTPydG1QIZMD5P.jpg
                        vote_average: 8.2
                        vote_count: 70
                      - adult: false
                        backdrop_path: /dD2X3iqtF4Dz3FpnYNSWud3LOrj.jpg
                        first_air_date: '2024-12-01'
                        genre_ids:
                          - 18
                          - 9648
                        id: 219971
                        media_type: tv
                        name: The Agency
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Agency
                        overview: >-
                          Covert CIA agent Martian is ordered to abandon his
                          undercover life and return to London Station. When the
                          love he left behind unexpectedly reappears, their
                          romance reignites, pitting his career, his real
                          identity and his mission against his heart while
                          hurling them both into a deadly game of international
                          intrigue and espionage.
                        popularity: 209.419
                        poster_path: /jtzUrOzxY0iRnPJ2qZ6VmVC1Hfl.jpg
                        vote_average: 7.8
                        vote_count: 37
                      - adult: false
                        backdrop_path: /5kLv2yxi2Zj6ZsHssvCR4GvVKWK.jpg
                        first_air_date: '2024-11-29'
                        genre_ids:
                          - 80
                          - 35
                          - 18
                        id: 236356
                        media_type: tv
                        name: Family Matters
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 가족계획
                        overview: >-
                          A group of people possessing special abilities
                          disguise themselves as a family to survive against
                          heinous criminals.
                        popularity: 128.715
                        poster_path: /aQt92o4IOZis7rFRNpo15sflZde.jpg
                        vote_average: 7.4
                        vote_count: 5
                      - adult: false
                        backdrop_path: /vcFW09U4834DyFOeRZpsx9x1D3S.jpg
                        first_air_date: '2005-03-26'
                        genre_ids:
                          - 10759
                          - 18
                          - 10765
                        id: 57243
                        media_type: tv
                        name: Doctor Who
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Doctor Who
                        overview: >-
                          The Doctor is a Time Lord: a 900 year old alien with 2
                          hearts, part of a gifted civilization who mastered
                          time travel. The Doctor saves planets for a
                          living—more of a hobby actually, and the Doctor's
                          very, very good at it.
                        popularity: 764.008
                        poster_path: /4edFyasCrkH4MKs6H4mHqlrxA6b.jpg
                        vote_average: 7.538
                        vote_count: 3019
                    total_pages: 500
                    total_results: 10000
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````