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

# Airing Today

> This endpoint gets a list of TV shows airing today.



## OpenAPI

````yaml get /3/tv/airing_today
openapi: 3.0.3
info:
  title: TMDb Endpoints
  description: >-
    Welcome to the TMDb API! You'll find a well-organized collection of
    endpoints, each helping you fetch different types of movie and TV data. The
    endpoints cover everything from searching for titles and getting details to
    managing lists and accessing ratings, all designed to give you precise
    control over the information you need.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
    description: Test server
  - url: https://api.themoviedb.org/3
    description: Production server
  - url: '{{base_url}}'
    description: Some other server
security: []
tags:
  - name: AUTHENTICATION
    description: The /account/{account_id} gets the public details of an account on TMDB.
  - name: ACCOUNT
    description: >-
      Account endpoints allow users to manage their personal information,
      ratings, watchlists, and other account-related data after authenticating.
  - name: CERTIFICATIONS
    description: >-
      The Certifications endpoints provide lists of movie and TV show content
      rating systems used in various countries.
  - name: CHANGES
    description: >-
      Changes endpoints allow you to track modifications made to movies, TV
      shows, and people in the TMDb database, providing a history of updates and
      enabling you to keep your local data synchronized.
  - name: COLLECTIONS
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
    description: >-
      Discover endpoints are powerful tools for finding movies and TV shows
      based on a wide range of criteria, such as genre, release date, rating,
      keywords, and more, enabling highly customized searches.
  - name: FIND
    description: This folder has find by ID endpoint
  - name: GENRES
    description: >-
      Genres endpoints provide lists of available movie and TV show genres,
      allowing you to categorize and filter content.
  - name: GUEST SESSIONS
    description: >-
      Guest session endpoints allow you to create temporary, unauthenticated
      sessions that grant limited access to certain API features, such as rating
      movies or TV shows without requiring a full user account.
  - name: KEYWORDS
    description: >-
      Keyword endpoints allow you to search for keywords and retrieve detailed
      information about specific keywords and the media associated with them.
  - name: LISTS
    description: >-
      Lists endpoints allow you to create, retrieve, modify, and delete custom
      lists of movies or TV shows.
  - name: MOVIE LIST
    description: >-
      The Movie List endpoints let you retrieve pre-made lists of movies,
      categorized by criteria like popularity, top rated, now playing, or
      upcoming releases.
  - name: MOVIES
    description: >-
      The Movie endpoints allow you to retrieve detailed information about
      movies, including titles, descriptions, cast, crew, ratings, and related
      data.
  - name: NETWORKS
    description: >-
      The NETWORKS endpoints let you retrieve information about television
      networks, such as their names, logos, and origin countries.
  - name: PEOPLE LISTS
    description: >-
      The People Lists endpoints let you retrieve lists of people based on
      criteria like popularity.
  - name: PEOPLE
    description: >-
      The PEOPLE endpoints let you get information about actors, directors, and
      other people involved in movies and TV shows.
  - name: REVIEWS
    description: >-
      The REVIEWS endpoints let you get user-written opinions and ratings about
      movies and TV shows.
  - name: SEARCH
    description: >-
      The "Search" endpoints let you find movies, TV shows, people, and other
      content by typing in keywords or names.
  - name: TRENDING
    description: >-
      The "Trending" endpoints show you what movies, TV shows, and people are
      currently popular or getting a lot of attention right now.
  - name: TV SERIES LISTS
    description: >-
      TV Series Lists endpoints provide access to pre-defined lists of TV shows,
      such as popular, top-rated, or airing today, allowing you to quickly
      retrieve collections of TV series based on specific criteria.
  - name: TV SERIES
    description: >-
      The TV series endpoints provide access to a wealth of information about
      television shows, including details, credits, seasons, episodes,
      recommendations, and more. See each of them below for specific
      information.
  - name: TV SEASONS
    description: >-
      The TV seasons endpoints allow you to retrieve details about specific
      seasons of a TV show, including information about the episodes within that
      season. See them below for specific information on how to use them.
  - name: TV EPISODES
    description: >-
      The TV episode endpoints allow you to retrieve detailed information about
      specific episodes of a TV show, including details like the episode number,
      name, air date, overview, and more. Check them out for specific
      information.
  - name: TV EPISODE GROUPS
    description: >-
      There's only one endpoint in this folder. Check the endpoint to find
      information about it.
  - name: WATCH PROVIDERS
    description: >-
      The Watch Providers endpoints provide information about streaming
      services, rental/purchase platforms, and sometimes even theatrical
      releases in different regions.
paths:
  /3/tv/airing_today:
    get:
      tags:
        - TV SERIES LISTS
      summary: Airing Today
      description: This endpoint gets a list of TV shows airing today.
      operationId: airingToday
      responses:
        '200':
          description: Airing Today Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=21597
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 12 Jan 2025 16:05:22 GMT
            ETag:
              schema:
                type: string
                example: W/"23007ee85a2621001e4522fa598bbe96"
            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 2c75ace4dd204c0629bda3cfca0f640c.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: sTKprzImI0CxKREgtnpOCgcvI7P8voj2x5YHd9v939qz7x_AivtCcQ==
            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: '562'
            x-memc-expires:
              schema:
                type: string
                example: '21597'
            x-memc-key:
              schema:
                type: string
                example: 3369578d31e3ff14bafaeaac8c48cfdc
          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: /hmNgVtGWKYWQg6C6dAdRaASgt1M.jpg
                        first_air_date:
                          type: string
                          example: '2025-01-02'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 10765
                          example:
                            - 10765
                            - 18
                        id:
                          type: number
                          example: 243512
                        name:
                          type: string
                          example: The Blossoming Love
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: CN
                          example:
                            - CN
                        original_language:
                          type: string
                          example: zh
                        original_name:
                          type: string
                          example: 千朵桃花一世开
                        overview:
                          type: string
                          example: >-
                            In ancient times, the Human Emperor, Zhao Ming,
                            petitioned on behalf of the people and sacrificed
                            himself to resist the divine realm. After Zhao
                            Ming's fall, his beloved, Hun Dunzhu, risked her
                            life to save a wisp of his soul, setting up the
                            cycle of reincarnation for eternity. In the distant
                            future, Zhao Ming reincarnated as Xie Xuechen, the
                            leader of the Immortal Alliance, while Hun Dunzhu
                            became the Holy Maiden Mu Xuanling in the Dark
                            Domain. The two finally reunited in the mortal realm
                            but had forgotten their past, becoming adversaries
                            in a "righteous versus evil" struggle. Mu Xuanling
                            saved the heavily injured Xie Xuechen in the Dark
                            Domain and coerced him to travel together in
                            gratitude for saving his life.
                        popularity:
                          type: number
                          example: 1753.564
                        poster_path:
                          type: string
                          nullable: true
                          example: /lAFxsacfM8r4XMh6ZeP48l1gCRS.jpg
                        vote_average:
                          type: number
                          example: 8.3
                        vote_count:
                          type: number
                          example: 3
                    example:
                      - adult: false
                        backdrop_path: /hmNgVtGWKYWQg6C6dAdRaASgt1M.jpg
                        first_air_date: '2025-01-02'
                        genre_ids:
                          - 10765
                          - 18
                        id: 243512
                        name: The Blossoming Love
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 千朵桃花一世开
                        overview: >-
                          In ancient times, the Human Emperor, Zhao Ming,
                          petitioned on behalf of the people and sacrificed
                          himself to resist the divine realm. After Zhao Ming's
                          fall, his beloved, Hun Dunzhu, risked her life to save
                          a wisp of his soul, setting up the cycle of
                          reincarnation for eternity. In the distant future,
                          Zhao Ming reincarnated as Xie Xuechen, the leader of
                          the Immortal Alliance, while Hun Dunzhu became the
                          Holy Maiden Mu Xuanling in the Dark Domain. The two
                          finally reunited in the mortal realm but had forgotten
                          their past, becoming adversaries in a "righteous
                          versus evil" struggle. Mu Xuanling saved the heavily
                          injured Xie Xuechen in the Dark Domain and coerced him
                          to travel together in gratitude for saving his life.
                        popularity: 1753.564
                        poster_path: /lAFxsacfM8r4XMh6ZeP48l1gCRS.jpg
                        vote_average: 8.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg
                        first_air_date: '2024-10-27'
                        genre_ids:
                          - 18
                          - 10751
                        id: 251691
                        name: Autumn of the Heart
                        origin_country:
                          - SA
                        original_language: ar
                        original_name: خريف القلب
                        overview: >-
                          A devastating car accident unearths a long-buried
                          secret that turns wealthy businessman Rashid and
                          hardworking Nahla's life around; fifteen years ago,
                          their daughters were switched at birth.
                        popularity: 1600.815
                        poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg
                        vote_average: 4
                        vote_count: 10
                      - adult: false
                        backdrop_path: /butPVWgcbtAjL9Z7jU7Xj1KA8KD.jpg
                        first_air_date: '2009-07-16'
                        genre_ids:
                          - 10767
                          - 35
                        id: 22980
                        name: Watch What Happens Live with Andy Cohen
                        origin_country:
                          - US
                        original_language: en
                        original_name: Watch What Happens Live with Andy Cohen
                        overview: >-
                          Bravo network executive Andy Cohen discusses pop
                          culture topics with celebrities and reality show
                          personalities.
                        popularity: 1406.464
                        poster_path: /onSD9UXfJwrMXWhq7UY7hGF2S1h.jpg
                        vote_average: 5
                        vote_count: 58
                      - adult: false
                        backdrop_path: /hu3i0AEfCUV76q0CLsdGyRrchSi.jpg
                        first_air_date: '2005-11-13'
                        genre_ids:
                          - 10764
                          - 9648
                        id: 61583
                        name: Cuarto milenio
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Cuarto milenio
                        overview: ''
                        popularity: 1213.906
                        poster_path: /fnuPYgBw5UriMqE6bfrtbjZlrqH.jpg
                        vote_average: 7.5
                        vote_count: 49
                      - adult: false
                        backdrop_path: null
                        first_air_date: '2024-12-24'
                        genre_ids:
                          - 18
                        id: 280113
                        name: Good Luck
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 石来运转
                        overview: >-
                          Shi Lai, an ordinary man, connected to a mysterious
                          stone, experiences three unique romantic encounters
                          and a twist of fate that changes his life. As he faces
                          challenges in the enigmatic town of Gu Mie, he must
                          find a way to turn his life around and rise to the
                          top.
                        popularity: 1171.542
                        poster_path: /eNpQLfB2MqIDOMlqUntLHNJjtrs.jpg
                        vote_average: 7
                        vote_count: 1
                      - adult: false
                        backdrop_path: /odVlTMqPPiMksmxpN9cCbPCjUPP.jpg
                        first_air_date: '2024-01-07'
                        genre_ids:
                          - 10759
                          - 10765
                          - 16
                        id: 127532
                        name: Solo Leveling
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 俺だけレベルアップな件
                        overview: >-
                          They say whatever doesn’t kill you makes you stronger,
                          but that’s not the case for the world’s weakest hunter
                          Sung Jinwoo. After being brutally slaughtered by
                          monsters in a high-ranking dungeon, Jinwoo came back
                          with the System, a program only he could see, that’s
                          leveling him up in every way. Now, he’s inspired to
                          discover the secrets behind his powers and the dungeon
                          that spawned them.
                        popularity: 1063.391
                        poster_path: /geCRueV3ElhRTr0xtJuEWJt6dJ1.jpg
                        vote_average: 8.508
                        vote_count: 589
                      - adult: false
                        backdrop_path: /yEamRf8CDfCAoYWhi6L5E4CWQab.jpg
                        first_air_date: '1992-05-02'
                        genre_ids:
                          - 10763
                          - 10764
                          - 10767
                        id: 275474
                        name: rbb24 Brandenburg aktuell
                        origin_country:
                          - DE
                        original_language: de
                        original_name: rbb24 Brandenburg aktuell
                        overview: ''
                        popularity: 1029.809
                        poster_path: null
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /eT5hedcuueC0aR0L0dgQJaoeQlf.jpg
                        first_air_date: '1988-08-21'
                        genre_ids:
                          - 10763
                        id: 6538
                        name: Carte Blanche
                        origin_country:
                          - ZA
                        original_language: en
                        original_name: Carte Blanche
                        overview: >-
                          Carte Blanche is a South African current affairs
                          investigative series which covers a variety of current
                          affairs topics including Mark Shuttleworth's trip to
                          the moon to the Tsunami disaster to the biggest murder
                          cases being tried in SA courts.
                        popularity: 1015.066
                        poster_path: /kAgxy63SbyUCmubaYmOwydvl9UW.jpg
                        vote_average: 7
                        vote_count: 1
                      - adult: false
                        backdrop_path: /vFJpFtQsYs6jY1CrAESGneVVI3o.jpg
                        first_air_date: '2024-11-11'
                        genre_ids:
                          - 18
                        id: 273327
                        name: Black Point
                        origin_country:
                          - EG
                        original_language: ar
                        original_name: نقطة سودة
                        overview: >-
                          “Black Point” takes place in a social romantic
                          setting, exploring the complex relationships between
                          its diverse characters.
                        popularity: 1010.01
                        poster_path: /xrGx7uRbCc9qwU76YD2wJXL56Js.jpg
                        vote_average: 1
                        vote_count: 1
                      - adult: false
                        backdrop_path: /xDXaptzkHFHGyQ2QGZ3aGnEE1dK.jpg
                        first_air_date: '2015-04-05'
                        genre_ids:
                          - 10764
                        id: 66046
                        name: 'Mystery Music Show: King of Mask Singer'
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 미스터리 음악쇼 복면가왕
                        overview: >-
                          Competitors are given elaborate masks to wear in order
                          to conceal their identity, thus removing factors such
                          as popularity, career and age that could lead to
                          prejudiced voting. In the first round, a pair of
                          competitors sing the same song, while in the second
                          and third rounds they each sing a solo song. After the
                          First Generation, the winner of the Third Round goes
                          on to challenge the Mask King, and is either
                          eliminated or replaces the previous Mask King through
                          live voting. The identities of the singers are not
                          revealed unless they have been eliminated.
                        popularity: 998.955
                        poster_path: /vlnAfmirzYx1TSxXuaPhHjkPPmK.jpg
                        vote_average: 5.2
                        vote_count: 8
                      - adult: false
                        backdrop_path: /lUrtMjiunomHPDC2sQNIxswbmdU.jpg
                        first_air_date: '1970-11-29'
                        genre_ids:
                          - 18
                          - 80
                        id: 3034
                        name: Scene of the Crime
                        origin_country:
                          - AT
                          - DE
                          - CH
                        original_language: de
                        original_name: Tatort
                        overview: >-
                          Tatort is a long-running German/Austrian/Swiss, crime
                          television series set in various parts of these
                          countries. The show is broadcast on the channels of
                          ARD in Germany, ORF in Austria and SF1 in Switzerland.
                        popularity: 913.065
                        poster_path: /b6kIWHHifuc8qH0IpzVzUeXBnvq.jpg
                        vote_average: 6.2
                        vote_count: 110
                      - adult: false
                        backdrop_path: /5JbWk5f3zSbwkQjbCazWi1adDMl.jpg
                        first_air_date: '2024-12-28'
                        genre_ids:
                          - 18
                          - 10759
                          - 35
                        id: 233912
                        name: Guardians of the Dafeng
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 大奉打更人
                        overview: >-
                          Xu Qi’an, a recent police academy graduate, awakens in
                          a strange world filled with Confucians, Taoists,
                          Buddhists, demons, and warlocks. Facing imminent exile
                          to a remote frontier town, he seizes the chance to
                          change his fate by joining a powerful organization of
                          guardians.
                        popularity: 858.488
                        poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg
                        vote_average: 7.2
                        vote_count: 8
                      - adult: false
                        backdrop_path: /ugcdRKcOyUMAr9hAsL058cAX2vj.jpg
                        first_air_date: '2001-10-20'
                        genre_ids:
                          - 10764
                        id: 12409
                        name: Star Academy
                        origin_country:
                          - FR
                        original_language: fr
                        original_name: Star Academy
                        overview: >-
                          Star Academy is a French reality television show
                          produced by the Dutch company Endemol. It consists of
                          a contest of young singers. It spawned an equally
                          successful show in Quebec called Star Académie. It is
                          broadcast on TF1. At the end of each season, selected
                          contestants would go on tour around France, Morocco,
                          Switzerland, Belgium, Tunisia, and other
                          French-speaking countries.
                        popularity: 652.803
                        poster_path: /26qS8VmB7PgtkkBuA0J20nmTish.jpg
                        vote_average: 6.4
                        vote_count: 13
                      - adult: false
                        backdrop_path: /wsHj4oHQJoe7DMYaqNFwVoyLiAh.jpg
                        first_air_date: '2010-07-11'
                        genre_ids:
                          - 35
                          - 10764
                        id: 33238
                        name: Running Man
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 런닝맨
                        overview: >-
                          A reality and competition show where members are
                          joined by celebs to complete a weekly mission to win
                          the race with Seoul as the beautiful backdrop.
                        popularity: 601.472
                        poster_path: /2Wmmu1MkqxJ48J7aySET9EKEjXz.jpg
                        vote_average: 8.4
                        vote_count: 178
                      - adult: false
                        backdrop_path: /usLRh1bcbL0Q9X8zf6rL4OV1qrA.jpg
                        first_air_date: '1971-04-03'
                        genre_ids:
                          - 10759
                          - 10765
                          - 18
                        id: 2661
                        name: Kamen Rider
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 仮面ライダー
                        overview: >-
                          Takeshi Hongo is a promising young man with a passion
                          for motorcycle racing. However, his dreams are
                          suddenly ruined when he gets kidnapped by Shocker, the
                          evil secret organization planning to dominate the
                          world. After being remodeled into a cyborg, Takeshi
                          escapes and swears to protect the world from the
                          inhuman monsters.
                        popularity: 513.894
                        poster_path: /fIJNVBa6MJStPiOvhLV69nAdu0e.jpg
                        vote_average: 6.3
                        vote_count: 83
                      - adult: false
                        backdrop_path: /jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg
                        first_air_date: '2024-12-15'
                        genre_ids:
                          - 80
                          - 18
                        id: 219937
                        name: 'Dexter: Original Sin'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Dexter: Original Sin'
                        overview: >-
                          In 1991 Miami, Dexter Morgan transitions from student
                          to avenging serial killer. When his bloodthirsty urges
                          can't be ignored any longer, Dexter must learn to
                          channel his inner darkness. With the guidance of his
                          father, Harry, he adopts a Code designed to help him
                          find and kill people who deserve to be eliminated from
                          society without getting on law enforcements' radar.
                          This is a particular challenge for young Dexter as he
                          begins a forensics internship at the Miami Metro
                          Police Department.
                        popularity: 509.057
                        poster_path: /j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg
                        vote_average: 8.8
                        vote_count: 62
                      - adult: false
                        backdrop_path: /mh2UczqEXJJVgqohbyZbHTuxwhL.jpg
                        first_air_date: '2024-11-17'
                        genre_ids:
                          - 18
                        id: 157741
                        name: Landman
                        origin_country:
                          - US
                        original_language: en
                        original_name: Landman
                        overview: >-
                          Set in the proverbial boomtowns of West-Texas and a
                          modern-day tale of fortune-seeking in the world of oil
                          rigs, the series is an upstairs/downstairs story of
                          roughnecks and wildcat billionaires that are fueling a
                          boom so big it’s reshaping our climate, our economy
                          and our geopolitics.
                        popularity: 432.747
                        poster_path: /AnLq5YSssNWpiD06iYF69wFiaNh.jpg
                        vote_average: 8
                        vote_count: 80
                      - adult: false
                        backdrop_path: /1gZrOa2E9DOohEvSLLBJqus2zGu.jpg
                        first_air_date: '1998-01-21'
                        genre_ids:
                          - 80
                          - 18
                          - 9648
                        id: 15226
                        name: C.I.D.
                        origin_country:
                          - IN
                        original_language: hi
                        original_name: C.I.D.
                        overview: >-
                          The first thrilling investigative series on Indian
                          Television, is today one of the most popular shows on
                          Sony Entertainment Television. Dramatic and absolutely
                          unpredictable, C.I.D. has captivated viewers over the
                          last eleven years and continues to keep audiences
                          glued to their television sets with its thrilling
                          plots and excitement. Also interwoven in its fast
                          paced plots are the personal challenges that the
                          C.I.D. team faces with non-stop adventure, tremendous
                          pressure and risk, all in the name of duty.The series
                          consists of hard-core police procedural stories
                          dealing with investigation, detection and suspense.
                          The protagonists of the serial are an elite group of
                          police officers belonging to the Crime Investigation
                          Department of the police force, led by ACP Pradyuman.
                        popularity: 381.136
                        poster_path: /60ZxbAMk6QO8jMD0p8WrGHVCbyK.jpg
                        vote_average: 5.9
                        vote_count: 21
                      - adult: false
                        backdrop_path: /yErVUZkLVak2ICxFC7mMfl3vcNP.jpg
                        first_air_date: '2023-10-01'
                        genre_ids:
                          - 16
                          - 10759
                          - 35
                          - 10765
                        id: 205050
                        name: Shangri-La Frontier
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: シャングリラ・フロンティア
                        overview: >-
                          Rakuro Hizutome only cares about one thing: beating
                          crappy VR games. He devotes his entire life to these
                          buggy games and could clear them all in his sleep. One
                          day, he decides to challenge himself and play a
                          popular god-tier game called Shangri-La Frontier. But
                          he quickly learns just how difficult it is. Will his
                          expert skills be enough to uncover its hidden secrets?
                        popularity: 375.164
                        poster_path: /qidGq2WJSIWAPH4jfJNkjriRqiu.jpg
                        vote_average: 8
                        vote_count: 115
                      - adult: false
                        backdrop_path: /wqebNDaopLixqxeQRDaqhNfy866.jpg
                        first_air_date: '2024-01-01'
                        genre_ids:
                          - 18
                        id: 242551
                        name: Winds of Love
                        origin_country:
                          - TR
                        original_language: tr
                        original_name: Rüzgarlı Tepe
                        overview: >-
                          Zeynep is the smart, well-behaved, exemplary daughter
                          of the wealthiest family in the town where she lives,
                          while Halil is a young man who lost his mother and
                          father at an early age and lives with his aunt with a
                          grudge to avenge his family. These two young people
                          who live despite their families will find themselves
                          in an unthinkable blind knot.
                        popularity: 373.425
                        poster_path: /vGrrdx21rS69tl55mxpl9pn9ebx.jpg
                        vote_average: 7.3
                        vote_count: 19
                  total_pages:
                    type: number
                    example: 11
                  total_results:
                    type: number
                    example: 207
              examples:
                Airing Today Example:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /hmNgVtGWKYWQg6C6dAdRaASgt1M.jpg
                        first_air_date: '2025-01-02'
                        genre_ids:
                          - 10765
                          - 18
                        id: 243512
                        name: The Blossoming Love
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 千朵桃花一世开
                        overview: >-
                          In ancient times, the Human Emperor, Zhao Ming,
                          petitioned on behalf of the people and sacrificed
                          himself to resist the divine realm. After Zhao Ming's
                          fall, his beloved, Hun Dunzhu, risked her life to save
                          a wisp of his soul, setting up the cycle of
                          reincarnation for eternity. In the distant future,
                          Zhao Ming reincarnated as Xie Xuechen, the leader of
                          the Immortal Alliance, while Hun Dunzhu became the
                          Holy Maiden Mu Xuanling in the Dark Domain. The two
                          finally reunited in the mortal realm but had forgotten
                          their past, becoming adversaries in a "righteous
                          versus evil" struggle. Mu Xuanling saved the heavily
                          injured Xie Xuechen in the Dark Domain and coerced him
                          to travel together in gratitude for saving his life.
                        popularity: 1753.564
                        poster_path: /lAFxsacfM8r4XMh6ZeP48l1gCRS.jpg
                        vote_average: 8.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg
                        first_air_date: '2024-10-27'
                        genre_ids:
                          - 18
                          - 10751
                        id: 251691
                        name: Autumn of the Heart
                        origin_country:
                          - SA
                        original_language: ar
                        original_name: خريف القلب
                        overview: >-
                          A devastating car accident unearths a long-buried
                          secret that turns wealthy businessman Rashid and
                          hardworking Nahla's life around; fifteen years ago,
                          their daughters were switched at birth.
                        popularity: 1600.815
                        poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg
                        vote_average: 4
                        vote_count: 10
                      - adult: false
                        backdrop_path: /butPVWgcbtAjL9Z7jU7Xj1KA8KD.jpg
                        first_air_date: '2009-07-16'
                        genre_ids:
                          - 10767
                          - 35
                        id: 22980
                        name: Watch What Happens Live with Andy Cohen
                        origin_country:
                          - US
                        original_language: en
                        original_name: Watch What Happens Live with Andy Cohen
                        overview: >-
                          Bravo network executive Andy Cohen discusses pop
                          culture topics with celebrities and reality show
                          personalities.
                        popularity: 1406.464
                        poster_path: /onSD9UXfJwrMXWhq7UY7hGF2S1h.jpg
                        vote_average: 5
                        vote_count: 58
                      - adult: false
                        backdrop_path: /hu3i0AEfCUV76q0CLsdGyRrchSi.jpg
                        first_air_date: '2005-11-13'
                        genre_ids:
                          - 10764
                          - 9648
                        id: 61583
                        name: Cuarto milenio
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Cuarto milenio
                        overview: ''
                        popularity: 1213.906
                        poster_path: /fnuPYgBw5UriMqE6bfrtbjZlrqH.jpg
                        vote_average: 7.5
                        vote_count: 49
                      - adult: false
                        backdrop_path: null
                        first_air_date: '2024-12-24'
                        genre_ids:
                          - 18
                        id: 280113
                        name: Good Luck
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 石来运转
                        overview: >-
                          Shi Lai, an ordinary man, connected to a mysterious
                          stone, experiences three unique romantic encounters
                          and a twist of fate that changes his life. As he faces
                          challenges in the enigmatic town of Gu Mie, he must
                          find a way to turn his life around and rise to the
                          top.
                        popularity: 1171.542
                        poster_path: /eNpQLfB2MqIDOMlqUntLHNJjtrs.jpg
                        vote_average: 7
                        vote_count: 1
                      - adult: false
                        backdrop_path: /odVlTMqPPiMksmxpN9cCbPCjUPP.jpg
                        first_air_date: '2024-01-07'
                        genre_ids:
                          - 10759
                          - 10765
                          - 16
                        id: 127532
                        name: Solo Leveling
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 俺だけレベルアップな件
                        overview: >-
                          They say whatever doesn’t kill you makes you stronger,
                          but that’s not the case for the world’s weakest hunter
                          Sung Jinwoo. After being brutally slaughtered by
                          monsters in a high-ranking dungeon, Jinwoo came back
                          with the System, a program only he could see, that’s
                          leveling him up in every way. Now, he’s inspired to
                          discover the secrets behind his powers and the dungeon
                          that spawned them.
                        popularity: 1063.391
                        poster_path: /geCRueV3ElhRTr0xtJuEWJt6dJ1.jpg
                        vote_average: 8.508
                        vote_count: 589
                      - adult: false
                        backdrop_path: /yEamRf8CDfCAoYWhi6L5E4CWQab.jpg
                        first_air_date: '1992-05-02'
                        genre_ids:
                          - 10763
                          - 10764
                          - 10767
                        id: 275474
                        name: rbb24 Brandenburg aktuell
                        origin_country:
                          - DE
                        original_language: de
                        original_name: rbb24 Brandenburg aktuell
                        overview: ''
                        popularity: 1029.809
                        poster_path: null
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /eT5hedcuueC0aR0L0dgQJaoeQlf.jpg
                        first_air_date: '1988-08-21'
                        genre_ids:
                          - 10763
                        id: 6538
                        name: Carte Blanche
                        origin_country:
                          - ZA
                        original_language: en
                        original_name: Carte Blanche
                        overview: >-
                          Carte Blanche is a South African current affairs
                          investigative series which covers a variety of current
                          affairs topics including Mark Shuttleworth's trip to
                          the moon to the Tsunami disaster to the biggest murder
                          cases being tried in SA courts.
                        popularity: 1015.066
                        poster_path: /kAgxy63SbyUCmubaYmOwydvl9UW.jpg
                        vote_average: 7
                        vote_count: 1
                      - adult: false
                        backdrop_path: /vFJpFtQsYs6jY1CrAESGneVVI3o.jpg
                        first_air_date: '2024-11-11'
                        genre_ids:
                          - 18
                        id: 273327
                        name: Black Point
                        origin_country:
                          - EG
                        original_language: ar
                        original_name: نقطة سودة
                        overview: >-
                          “Black Point” takes place in a social romantic
                          setting, exploring the complex relationships between
                          its diverse characters.
                        popularity: 1010.01
                        poster_path: /xrGx7uRbCc9qwU76YD2wJXL56Js.jpg
                        vote_average: 1
                        vote_count: 1
                      - adult: false
                        backdrop_path: /xDXaptzkHFHGyQ2QGZ3aGnEE1dK.jpg
                        first_air_date: '2015-04-05'
                        genre_ids:
                          - 10764
                        id: 66046
                        name: 'Mystery Music Show: King of Mask Singer'
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 미스터리 음악쇼 복면가왕
                        overview: >-
                          Competitors are given elaborate masks to wear in order
                          to conceal their identity, thus removing factors such
                          as popularity, career and age that could lead to
                          prejudiced voting. In the first round, a pair of
                          competitors sing the same song, while in the second
                          and third rounds they each sing a solo song. After the
                          First Generation, the winner of the Third Round goes
                          on to challenge the Mask King, and is either
                          eliminated or replaces the previous Mask King through
                          live voting. The identities of the singers are not
                          revealed unless they have been eliminated.
                        popularity: 998.955
                        poster_path: /vlnAfmirzYx1TSxXuaPhHjkPPmK.jpg
                        vote_average: 5.2
                        vote_count: 8
                      - adult: false
                        backdrop_path: /lUrtMjiunomHPDC2sQNIxswbmdU.jpg
                        first_air_date: '1970-11-29'
                        genre_ids:
                          - 18
                          - 80
                        id: 3034
                        name: Scene of the Crime
                        origin_country:
                          - AT
                          - DE
                          - CH
                        original_language: de
                        original_name: Tatort
                        overview: >-
                          Tatort is a long-running German/Austrian/Swiss, crime
                          television series set in various parts of these
                          countries. The show is broadcast on the channels of
                          ARD in Germany, ORF in Austria and SF1 in Switzerland.
                        popularity: 913.065
                        poster_path: /b6kIWHHifuc8qH0IpzVzUeXBnvq.jpg
                        vote_average: 6.2
                        vote_count: 110
                      - adult: false
                        backdrop_path: /5JbWk5f3zSbwkQjbCazWi1adDMl.jpg
                        first_air_date: '2024-12-28'
                        genre_ids:
                          - 18
                          - 10759
                          - 35
                        id: 233912
                        name: Guardians of the Dafeng
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 大奉打更人
                        overview: >-
                          Xu Qi’an, a recent police academy graduate, awakens in
                          a strange world filled with Confucians, Taoists,
                          Buddhists, demons, and warlocks. Facing imminent exile
                          to a remote frontier town, he seizes the chance to
                          change his fate by joining a powerful organization of
                          guardians.
                        popularity: 858.488
                        poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg
                        vote_average: 7.2
                        vote_count: 8
                      - adult: false
                        backdrop_path: /ugcdRKcOyUMAr9hAsL058cAX2vj.jpg
                        first_air_date: '2001-10-20'
                        genre_ids:
                          - 10764
                        id: 12409
                        name: Star Academy
                        origin_country:
                          - FR
                        original_language: fr
                        original_name: Star Academy
                        overview: >-
                          Star Academy is a French reality television show
                          produced by the Dutch company Endemol. It consists of
                          a contest of young singers. It spawned an equally
                          successful show in Quebec called Star Académie. It is
                          broadcast on TF1. At the end of each season, selected
                          contestants would go on tour around France, Morocco,
                          Switzerland, Belgium, Tunisia, and other
                          French-speaking countries.
                        popularity: 652.803
                        poster_path: /26qS8VmB7PgtkkBuA0J20nmTish.jpg
                        vote_average: 6.4
                        vote_count: 13
                      - adult: false
                        backdrop_path: /wsHj4oHQJoe7DMYaqNFwVoyLiAh.jpg
                        first_air_date: '2010-07-11'
                        genre_ids:
                          - 35
                          - 10764
                        id: 33238
                        name: Running Man
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 런닝맨
                        overview: >-
                          A reality and competition show where members are
                          joined by celebs to complete a weekly mission to win
                          the race with Seoul as the beautiful backdrop.
                        popularity: 601.472
                        poster_path: /2Wmmu1MkqxJ48J7aySET9EKEjXz.jpg
                        vote_average: 8.4
                        vote_count: 178
                      - adult: false
                        backdrop_path: /usLRh1bcbL0Q9X8zf6rL4OV1qrA.jpg
                        first_air_date: '1971-04-03'
                        genre_ids:
                          - 10759
                          - 10765
                          - 18
                        id: 2661
                        name: Kamen Rider
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 仮面ライダー
                        overview: >-
                          Takeshi Hongo is a promising young man with a passion
                          for motorcycle racing. However, his dreams are
                          suddenly ruined when he gets kidnapped by Shocker, the
                          evil secret organization planning to dominate the
                          world. After being remodeled into a cyborg, Takeshi
                          escapes and swears to protect the world from the
                          inhuman monsters.
                        popularity: 513.894
                        poster_path: /fIJNVBa6MJStPiOvhLV69nAdu0e.jpg
                        vote_average: 6.3
                        vote_count: 83
                      - adult: false
                        backdrop_path: /jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg
                        first_air_date: '2024-12-15'
                        genre_ids:
                          - 80
                          - 18
                        id: 219937
                        name: 'Dexter: Original Sin'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Dexter: Original Sin'
                        overview: >-
                          In 1991 Miami, Dexter Morgan transitions from student
                          to avenging serial killer. When his bloodthirsty urges
                          can't be ignored any longer, Dexter must learn to
                          channel his inner darkness. With the guidance of his
                          father, Harry, he adopts a Code designed to help him
                          find and kill people who deserve to be eliminated from
                          society without getting on law enforcements' radar.
                          This is a particular challenge for young Dexter as he
                          begins a forensics internship at the Miami Metro
                          Police Department.
                        popularity: 509.057
                        poster_path: /j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg
                        vote_average: 8.8
                        vote_count: 62
                      - adult: false
                        backdrop_path: /mh2UczqEXJJVgqohbyZbHTuxwhL.jpg
                        first_air_date: '2024-11-17'
                        genre_ids:
                          - 18
                        id: 157741
                        name: Landman
                        origin_country:
                          - US
                        original_language: en
                        original_name: Landman
                        overview: >-
                          Set in the proverbial boomtowns of West-Texas and a
                          modern-day tale of fortune-seeking in the world of oil
                          rigs, the series is an upstairs/downstairs story of
                          roughnecks and wildcat billionaires that are fueling a
                          boom so big it’s reshaping our climate, our economy
                          and our geopolitics.
                        popularity: 432.747
                        poster_path: /AnLq5YSssNWpiD06iYF69wFiaNh.jpg
                        vote_average: 8
                        vote_count: 80
                      - adult: false
                        backdrop_path: /1gZrOa2E9DOohEvSLLBJqus2zGu.jpg
                        first_air_date: '1998-01-21'
                        genre_ids:
                          - 80
                          - 18
                          - 9648
                        id: 15226
                        name: C.I.D.
                        origin_country:
                          - IN
                        original_language: hi
                        original_name: C.I.D.
                        overview: >-
                          The first thrilling investigative series on Indian
                          Television, is today one of the most popular shows on
                          Sony Entertainment Television. Dramatic and absolutely
                          unpredictable, C.I.D. has captivated viewers over the
                          last eleven years and continues to keep audiences
                          glued to their television sets with its thrilling
                          plots and excitement. Also interwoven in its fast
                          paced plots are the personal challenges that the
                          C.I.D. team faces with non-stop adventure, tremendous
                          pressure and risk, all in the name of duty.The series
                          consists of hard-core police procedural stories
                          dealing with investigation, detection and suspense.
                          The protagonists of the serial are an elite group of
                          police officers belonging to the Crime Investigation
                          Department of the police force, led by ACP Pradyuman.
                        popularity: 381.136
                        poster_path: /60ZxbAMk6QO8jMD0p8WrGHVCbyK.jpg
                        vote_average: 5.9
                        vote_count: 21
                      - adult: false
                        backdrop_path: /yErVUZkLVak2ICxFC7mMfl3vcNP.jpg
                        first_air_date: '2023-10-01'
                        genre_ids:
                          - 16
                          - 10759
                          - 35
                          - 10765
                        id: 205050
                        name: Shangri-La Frontier
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: シャングリラ・フロンティア
                        overview: >-
                          Rakuro Hizutome only cares about one thing: beating
                          crappy VR games. He devotes his entire life to these
                          buggy games and could clear them all in his sleep. One
                          day, he decides to challenge himself and play a
                          popular god-tier game called Shangri-La Frontier. But
                          he quickly learns just how difficult it is. Will his
                          expert skills be enough to uncover its hidden secrets?
                        popularity: 375.164
                        poster_path: /qidGq2WJSIWAPH4jfJNkjriRqiu.jpg
                        vote_average: 8
                        vote_count: 115
                      - adult: false
                        backdrop_path: /wqebNDaopLixqxeQRDaqhNfy866.jpg
                        first_air_date: '2024-01-01'
                        genre_ids:
                          - 18
                        id: 242551
                        name: Winds of Love
                        origin_country:
                          - TR
                        original_language: tr
                        original_name: Rüzgarlı Tepe
                        overview: >-
                          Zeynep is the smart, well-behaved, exemplary daughter
                          of the wealthiest family in the town where she lives,
                          while Halil is a young man who lost his mother and
                          father at an early age and lives with his aunt with a
                          grudge to avenge his family. These two young people
                          who live despite their families will find themselves
                          in an unthinkable blind knot.
                        popularity: 373.425
                        poster_path: /vGrrdx21rS69tl55mxpl9pn9ebx.jpg
                        vote_average: 7.3
                        vote_count: 19
                    total_pages: 11
                    total_results: 207
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````