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

# On The Air

> This endpoint gets a list of TV shows that air in the next 7 days.



## OpenAPI

````yaml get /3/tv/on_the_air
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/on_the_air:
    get:
      tags:
        - TV SERIES LISTS
      summary: On The Air
      description: This endpoint gets a list of TV shows that air in the next 7 days.
      operationId: onTheAir
      responses:
        '200':
          description: On The Air
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=12512
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 12 Jan 2025 16:06:18 GMT
            ETag:
              schema:
                type: string
                example: W/"737d6e8a24ec84101ab158daadca4c69"
            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: qeGhWfVbbGuhW619YPXXBkC5E1pvZBVXI5UQo3Vf8DcpLiKCRzPJvg==
            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: '13735'
            x-memc-expires:
              schema:
                type: string
                example: '12512'
            x-memc-key:
              schema:
                type: string
                example: 84b0738f93ce6a25a0e18cbab52c6f63
          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: /9zIqN0oMmaeFvBlccgw80sWed7I.jpg
                        first_air_date:
                          type: string
                          example: '2007-09-10'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 10763
                          example:
                            - 10763
                            - 35
                        id:
                          type: number
                          example: 13008
                        name:
                          type: string
                          example: TMZ
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: US
                          example:
                            - US
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: TMZ
                        overview:
                          type: string
                          example: >-
                            Based on the popular gossip website, this
                            entertainment newsmagazine delivers daily updates on
                            Hollywood's rich, beautiful and screwed-up. The
                            program often shows highlights of the day's staff
                            meeting during which reporters pitch ideas for
                            stories to air that day.
                        popularity:
                          type: number
                          example: 1369.57
                        poster_path:
                          type: string
                          example: /ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg
                        vote_average:
                          type: number
                          example: 4.588
                        vote_count:
                          type: number
                          example: 17
                    example:
                      - adult: false
                        backdrop_path: /9zIqN0oMmaeFvBlccgw80sWed7I.jpg
                        first_air_date: '2007-09-10'
                        genre_ids:
                          - 10763
                          - 35
                        id: 13008
                        name: TMZ
                        origin_country:
                          - US
                        original_language: en
                        original_name: TMZ
                        overview: >-
                          Based on the popular gossip website, this
                          entertainment newsmagazine delivers daily updates on
                          Hollywood's rich, beautiful and screwed-up. The
                          program often shows highlights of the day's staff
                          meeting during which reporters pitch ideas for stories
                          to air that day.
                        popularity: 1369.57
                        poster_path: /ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg
                        vote_average: 4.588
                        vote_count: 17
                      - adult: false
                        backdrop_path: /mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg
                        first_air_date: '2005-10-13'
                        genre_ids:
                          - 10766
                        id: 206559
                        name: Binnelanders
                        origin_country:
                          - ZA
                        original_language: af
                        original_name: Binnelanders
                        overview: >-
                          A South African Afrikaans soap opera. It is set in and
                          around the fictional private hospital, Binneland
                          Kliniek, in Pretoria, and the storyline follows the
                          trials, trauma and tribulations of the staff and
                          patients of the hospital.
                        popularity: 2276.647
                        poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg
                        vote_average: 5.7
                        vote_count: 81
                      - adult: false
                        backdrop_path: /5APjn4LnV5wWk5DXq7ZewT6zzP1.jpg
                        first_air_date: '1960-12-09'
                        genre_ids:
                          - 10766
                        id: 291
                        name: Coronation Street
                        origin_country:
                          - MY
                          - GB
                        original_language: en
                        original_name: Coronation Street
                        overview: >-
                          The residents of Coronation Street are ordinary,
                          working-class people, and the show follows them
                          through regular social and family interactions at
                          home, in the workplace, and in their local pub, the
                          Rovers Return Inn. Britain's longest-running soap.
                        popularity: 2027.252
                        poster_path: /5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg
                        vote_average: 5.3
                        vote_count: 109
                      - 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: /rotcih1fY3UOYejNbiTmz36og12.jpg
                        first_air_date: '2024-01-22'
                        genre_ids:
                          - 18
                          - 10751
                        id: 242722
                        name: Shrimad Ramayan
                        origin_country:
                          - IN
                        original_language: hi
                        original_name: श्रीमद् रामायण
                        overview: >-
                          Shrimad Ramayan is an ambitious television series that
                          brings to life the timeless epic, the Ramayan, with a
                          deep commitment to authenticity, cultural reverence
                          and a contemporary sensibility.
                        popularity: 1050.229
                        poster_path: /aCDK83ykQYnQGFOTfiLjnoqXv1b.jpg
                        vote_average: 6.9
                        vote_count: 9
                      - adult: false
                        backdrop_path: /zk3UqXnnK7cpUv6LsD9DS8FtUxb.jpg
                        first_air_date: '2024-09-02'
                        genre_ids:
                          - 18
                          - 10759
                        id: 256121
                        name: Lavender Fields
                        origin_country:
                          - PH
                        original_language: tl
                        original_name: Lavender Fields
                        overview: >-
                          The life of a simple flower farm girl is shattered
                          when she falls for a charming accountant, who turns
                          out to be a married gun cartel member. Targeted for
                          his stolen money, she loses everything she holds dear
                          and reinvents herself to seek justice.
                        popularity: 958.562
                        poster_path: /7o9eY4qolqVn7SDLZzpJ89t7QYE.jpg
                        vote_average: 7.2
                        vote_count: 6
                      - adult: false
                        backdrop_path: /i8iqYtAy9qcO5RSrA1f6fY1n6SN.jpg
                        first_air_date: '2015-11-16'
                        genre_ids:
                          - 10766
                        id: 235484
                        name: Suidooster
                        origin_country:
                          - ZA
                        original_language: af
                        original_name: Suidooster
                        overview: >-
                          Suidooster is a South African television soap opera
                          produced by Suidooster Films which revolves around a
                          matriarch, her family, friends and the people of
                          Suidooster, a small shopping and business centre in
                          the fictional Cape Town suburb of Ruiterbosch.
                        popularity: 898.556
                        poster_path: /naCgSiacvV685kait6fBvhVhdce.jpg
                        vote_average: 7.7
                        vote_count: 20
                      - adult: false
                        backdrop_path: /4uWvmON2pqDJtpPAsHMggdDFFrn.jpg
                        first_air_date: '1990-09-13'
                        genre_ids:
                          - 80
                          - 18
                        id: 549
                        name: Law & Order
                        origin_country:
                          - US
                        original_language: en
                        original_name: Law & Order
                        overview: >-
                          In cases ripped from the headlines, police investigate
                          serious and often deadly crimes, weighing the evidence
                          and questioning the suspects until someone is taken
                          into custody. The district attorney's office then
                          builds a case to convict the perpetrator by proving
                          the person guilty beyond a reasonable doubt. Working
                          together, these expert teams navigate all sides of the
                          complex criminal justice system to make New York a
                          safer place.
                        popularity: 1438.813
                        poster_path: /6vFL8S6Cci8s7SHWXz60xOisGBC.jpg
                        vote_average: 7.4
                        vote_count: 589
                      - adult: false
                        backdrop_path: /s41aHDgGza66JSwEc0poXSuBrmx.jpg
                        first_air_date: '2024-11-18'
                        genre_ids:
                          - 18
                        id: 261121
                        name: Desperate Mrs. Seonju
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 친절한 선주씨
                        overview: >-
                          Pi Seon Ju works as an interior designer in a small
                          neighborhood. She is married to Jeon Nam Jin, who is
                          an ambitious architect. Although Pi Seon Ju is devoted
                          to her husband, her husband falls in love with Jin
                          Sang A, who will become the successor of an
                          architecture company. To further pursue his love and
                          ambitions, Jeon Nam Jin demands a divorce from Pi Seon
                          Ju. After their divorce, Pi Seon Ju decides to start
                          her new life.


                          Meanwhile, architect Kim So U is married to Jin Sang
                          A. Unlike Jin Sang A, he is satisfied with a stable
                          situation rather than being fueled with ambition. Due
                          to his wife's affair with Jeon Nam Jin, Kim So U gets
                          divorced. After meeting Pi Seon Ju, Kim So U
                          experiences a turning point in his life.
                        popularity: 826.883
                        poster_path: /wALnisqW9vGGJWH1GYUeCCWTcYd.jpg
                        vote_average: 6.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /2Bkqjc9tNWo3KLr1aRYyJ7vMQtM.jpg
                        first_air_date: '2023-10-22'
                        genre_ids:
                          - 10764
                        id: 235493
                        name: De Bondgenoten
                        origin_country:
                          - NL
                        original_language: nl
                        original_name: De Bondgenoten
                        overview: ''
                        popularity: 810.3
                        poster_path: /sFgeZT3H1Uz3X1OipPq3WONv0WO.jpg
                        vote_average: 7
                        vote_count: 21
                      - adult: false
                        backdrop_path: /ueQ3OVzCjBS7dgOEgunELfPfRbC.jpg
                        first_air_date: '2024-10-07'
                        genre_ids:
                          - 10751
                          - 35
                          - 18
                        id: 262831
                        name: My Merry Marriage
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 결혼하자 맹꽁아!
                        overview: >-
                          A delightful family drama that asks the true meaning
                          of 'happiness' by showing various aspects of marriage
                          such as divorce, remarriage, and single life, and
                          brings about empathy and laughter from all
                          generations.


                          Maeng Gong Hee is a contract designer at Jayce
                          Fashion. Having inherited her strong mother's spirit
                          and her former detective father's athletic ability,
                          she is a rare wild woman these days who has the guts
                          to survive even if she were to be stranded on a
                          deserted island.


                          Gu Dan Soo is the grandson of Jayce Fashion Chairman
                          Hwang Ik Seon and born to a wealthy father and a poor
                          mother. Dan Soo, who was living as a free spirit in a
                          foreign country, comes to Korea according to his
                          grandmother's plan to make a successor to the chairman
                          out of him and he reunites with childhood friend Maeng
                          Gong Hee once again.
                        popularity: 798.734
                        poster_path: /lp7uJ6tZ9k8m7kW75hIAOUafXr4.jpg
                        vote_average: 9.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg
                        first_air_date: '2023-05-04'
                        genre_ids:
                          - 10765
                          - 18
                        id: 125988
                        name: Silo
                        origin_country:
                          - US
                        original_language: en
                        original_name: Silo
                        overview: >-
                          In a ruined and toxic future, thousands live in a
                          giant silo deep underground. After its sheriff breaks
                          a cardinal rule and residents die mysteriously,
                          engineer Juliette starts to uncover shocking secrets
                          and the truth about the silo.
                        popularity: 1314.984
                        poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg
                        vote_average: 8.169
                        vote_count: 1242
                      - adult: false
                        backdrop_path: /4i3iJepkqqH5JJgTNLJdi8ke6ir.jpg
                        first_air_date: '2024-05-06'
                        genre_ids:
                          - 10766
                        id: 249010
                        name: Kelders van Geheime
                        origin_country:
                          - ZA
                        original_language: af
                        original_name: Kelders van Geheime
                        overview: >-
                          Kelders van Geheime (Cellars of Secrets) is a South
                          African, Afrikaans-language telenovela based on the
                          wheeling's and dealings of the community that lives on
                          Soebatskloof (a wine farm in the Cape). The series
                          focuses on three families: the Abrahams, Syster and
                          Marais households. These families will have to stand
                          together, agree (or agree to disagree), and work
                          together to earn their bread and butter – and a glass
                          of wine.
                        popularity: 735.847
                        poster_path: /vf1I0G5jICTstI1EXxb9Oqq80TU.jpg
                        vote_average: 6
                        vote_count: 13
                      - 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: /9lN6AgYnVvaSmYneCowp7RQtZFy.jpg
                        first_air_date: '2024-11-04'
                        genre_ids:
                          - 10751
                        id: 273042
                        name: Our Honorary Photo Studio
                        origin_country:
                          - TW
                        original_language: zh
                        original_name: 阿榮與阿玉
                        overview: ''
                        popularity: 722.671
                        poster_path: /ziHUUJpuuVc9qtN9I95SWpBC3ni.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /vgeDRVpSUa4Hvovg4C6dgm4dfUW.jpg
                        first_air_date: '2020-11-02'
                        genre_ids:
                          - 10766
                          - 18
                        id: 112470
                        name: Ici tout commence
                        origin_country:
                          - FR
                        original_language: fr
                        original_name: Ici tout commence
                        overview: >-
                          This television drama series is centered around the
                          prestigious culinary school of renowned chef Auguste
                          Armand. The show follows the lives of students and
                          staff as they navigate the challenges and pressures of
                          the culinary world—delving into their personal and
                          professional lives, revealing secrets, rivalries, and
                          complex relationships.
                        popularity: 710.954
                        poster_path: /v7nXPo2zdaIOfeIaERiOuTEt89N.jpg
                        vote_average: 6.8
                        vote_count: 86
                      - adult: false
                        backdrop_path: /k47iw0yNjippeLxkUv7kjqwdyL9.jpg
                        first_air_date: '2024-10-08'
                        genre_ids:
                          - 18
                          - 10751
                          - 35
                        id: 273911
                        name: La mujer de mi vida
                        origin_country:
                          - ES
                          - US
                          - VE
                        original_language: es
                        original_name: LA MUJER DE MI VIDA
                        overview: >-
                          The series revolves around Ricardo Oribe (Iván
                          Sánchez), a physically unattractive but successful
                          businessman, dedicated to his family and in love with
                          his beautiful wife Daniela (Angélica Celaya), a young
                          aspiring actress. Ricardo's life takes a turn when his
                          best friend Emilio (Mauricio Islas) betrays him and
                          tries to kill him in order to take over his company
                          and the family he never had. Despite being presumed
                          dead by his family and friends, Ricardo is still
                          alive, but suffering from amnesia. After a course of
                          15 years, Ricardo goes through several physical
                          changes and recovers his memory.
                        popularity: 709.012
                        poster_path: /4Qksv87C57O0IWA8sT2KwxZ4fXh.jpg
                        vote_average: 3
                        vote_count: 1
                      - adult: false
                        backdrop_path: /jFIwFNfXBewO0quEGb0p3wvL3HP.jpg
                        first_air_date: '2024-11-04'
                        genre_ids:
                          - 10766
                          - 18
                        id: 273825
                        name: Amor amargo
                        origin_country:
                          - US
                          - MX
                        original_language: es
                        original_name: Amor amargo
                        overview: ''
                        popularity: 702.028
                        poster_path: /u8TkzDfknYHbx0NEsD8TSzw3M5f.jpg
                        vote_average: 7.533
                        vote_count: 15
                      - adult: false
                        backdrop_path: /aizbHLcKVWvJ7jxkflJzTu5Z8GE.jpg
                        first_air_date: '2018-08-27'
                        genre_ids:
                          - 10766
                        id: 81329
                        name: Chronicles of the Sun
                        origin_country:
                          - FR
                        original_language: fr
                        original_name: Un si grand soleil
                        overview: >-
                          Claire is surprised when she gets arrested for the
                          murder of her childhood friend after she returns to
                          Montpellier.
                        popularity: 697.443
                        poster_path: /t6jVlbPMtZOJoAOfeoR4yQmnjXM.jpg
                        vote_average: 6.836
                        vote_count: 116
                      - 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
                  total_pages:
                    type: number
                    example: 55
                  total_results:
                    type: number
                    example: 1097
              examples:
                On The Air:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /9zIqN0oMmaeFvBlccgw80sWed7I.jpg
                        first_air_date: '2007-09-10'
                        genre_ids:
                          - 10763
                          - 35
                        id: 13008
                        name: TMZ
                        origin_country:
                          - US
                        original_language: en
                        original_name: TMZ
                        overview: >-
                          Based on the popular gossip website, this
                          entertainment newsmagazine delivers daily updates on
                          Hollywood's rich, beautiful and screwed-up. The
                          program often shows highlights of the day's staff
                          meeting during which reporters pitch ideas for stories
                          to air that day.
                        popularity: 1369.57
                        poster_path: /ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg
                        vote_average: 4.588
                        vote_count: 17
                      - adult: false
                        backdrop_path: /mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg
                        first_air_date: '2005-10-13'
                        genre_ids:
                          - 10766
                        id: 206559
                        name: Binnelanders
                        origin_country:
                          - ZA
                        original_language: af
                        original_name: Binnelanders
                        overview: >-
                          A South African Afrikaans soap opera. It is set in and
                          around the fictional private hospital, Binneland
                          Kliniek, in Pretoria, and the storyline follows the
                          trials, trauma and tribulations of the staff and
                          patients of the hospital.
                        popularity: 2276.647
                        poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg
                        vote_average: 5.7
                        vote_count: 81
                      - adult: false
                        backdrop_path: /5APjn4LnV5wWk5DXq7ZewT6zzP1.jpg
                        first_air_date: '1960-12-09'
                        genre_ids:
                          - 10766
                        id: 291
                        name: Coronation Street
                        origin_country:
                          - MY
                          - GB
                        original_language: en
                        original_name: Coronation Street
                        overview: >-
                          The residents of Coronation Street are ordinary,
                          working-class people, and the show follows them
                          through regular social and family interactions at
                          home, in the workplace, and in their local pub, the
                          Rovers Return Inn. Britain's longest-running soap.
                        popularity: 2027.252
                        poster_path: /5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg
                        vote_average: 5.3
                        vote_count: 109
                      - 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: /rotcih1fY3UOYejNbiTmz36og12.jpg
                        first_air_date: '2024-01-22'
                        genre_ids:
                          - 18
                          - 10751
                        id: 242722
                        name: Shrimad Ramayan
                        origin_country:
                          - IN
                        original_language: hi
                        original_name: श्रीमद् रामायण
                        overview: >-
                          Shrimad Ramayan is an ambitious television series that
                          brings to life the timeless epic, the Ramayan, with a
                          deep commitment to authenticity, cultural reverence
                          and a contemporary sensibility.
                        popularity: 1050.229
                        poster_path: /aCDK83ykQYnQGFOTfiLjnoqXv1b.jpg
                        vote_average: 6.9
                        vote_count: 9
                      - adult: false
                        backdrop_path: /zk3UqXnnK7cpUv6LsD9DS8FtUxb.jpg
                        first_air_date: '2024-09-02'
                        genre_ids:
                          - 18
                          - 10759
                        id: 256121
                        name: Lavender Fields
                        origin_country:
                          - PH
                        original_language: tl
                        original_name: Lavender Fields
                        overview: >-
                          The life of a simple flower farm girl is shattered
                          when she falls for a charming accountant, who turns
                          out to be a married gun cartel member. Targeted for
                          his stolen money, she loses everything she holds dear
                          and reinvents herself to seek justice.
                        popularity: 958.562
                        poster_path: /7o9eY4qolqVn7SDLZzpJ89t7QYE.jpg
                        vote_average: 7.2
                        vote_count: 6
                      - adult: false
                        backdrop_path: /i8iqYtAy9qcO5RSrA1f6fY1n6SN.jpg
                        first_air_date: '2015-11-16'
                        genre_ids:
                          - 10766
                        id: 235484
                        name: Suidooster
                        origin_country:
                          - ZA
                        original_language: af
                        original_name: Suidooster
                        overview: >-
                          Suidooster is a South African television soap opera
                          produced by Suidooster Films which revolves around a
                          matriarch, her family, friends and the people of
                          Suidooster, a small shopping and business centre in
                          the fictional Cape Town suburb of Ruiterbosch.
                        popularity: 898.556
                        poster_path: /naCgSiacvV685kait6fBvhVhdce.jpg
                        vote_average: 7.7
                        vote_count: 20
                      - adult: false
                        backdrop_path: /4uWvmON2pqDJtpPAsHMggdDFFrn.jpg
                        first_air_date: '1990-09-13'
                        genre_ids:
                          - 80
                          - 18
                        id: 549
                        name: Law & Order
                        origin_country:
                          - US
                        original_language: en
                        original_name: Law & Order
                        overview: >-
                          In cases ripped from the headlines, police investigate
                          serious and often deadly crimes, weighing the evidence
                          and questioning the suspects until someone is taken
                          into custody. The district attorney's office then
                          builds a case to convict the perpetrator by proving
                          the person guilty beyond a reasonable doubt. Working
                          together, these expert teams navigate all sides of the
                          complex criminal justice system to make New York a
                          safer place.
                        popularity: 1438.813
                        poster_path: /6vFL8S6Cci8s7SHWXz60xOisGBC.jpg
                        vote_average: 7.4
                        vote_count: 589
                      - adult: false
                        backdrop_path: /s41aHDgGza66JSwEc0poXSuBrmx.jpg
                        first_air_date: '2024-11-18'
                        genre_ids:
                          - 18
                        id: 261121
                        name: Desperate Mrs. Seonju
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 친절한 선주씨
                        overview: >-
                          Pi Seon Ju works as an interior designer in a small
                          neighborhood. She is married to Jeon Nam Jin, who is
                          an ambitious architect. Although Pi Seon Ju is devoted
                          to her husband, her husband falls in love with Jin
                          Sang A, who will become the successor of an
                          architecture company. To further pursue his love and
                          ambitions, Jeon Nam Jin demands a divorce from Pi Seon
                          Ju. After their divorce, Pi Seon Ju decides to start
                          her new life.


                          Meanwhile, architect Kim So U is married to Jin Sang
                          A. Unlike Jin Sang A, he is satisfied with a stable
                          situation rather than being fueled with ambition. Due
                          to his wife's affair with Jeon Nam Jin, Kim So U gets
                          divorced. After meeting Pi Seon Ju, Kim So U
                          experiences a turning point in his life.
                        popularity: 826.883
                        poster_path: /wALnisqW9vGGJWH1GYUeCCWTcYd.jpg
                        vote_average: 6.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /2Bkqjc9tNWo3KLr1aRYyJ7vMQtM.jpg
                        first_air_date: '2023-10-22'
                        genre_ids:
                          - 10764
                        id: 235493
                        name: De Bondgenoten
                        origin_country:
                          - NL
                        original_language: nl
                        original_name: De Bondgenoten
                        overview: ''
                        popularity: 810.3
                        poster_path: /sFgeZT3H1Uz3X1OipPq3WONv0WO.jpg
                        vote_average: 7
                        vote_count: 21
                      - adult: false
                        backdrop_path: /ueQ3OVzCjBS7dgOEgunELfPfRbC.jpg
                        first_air_date: '2024-10-07'
                        genre_ids:
                          - 10751
                          - 35
                          - 18
                        id: 262831
                        name: My Merry Marriage
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 결혼하자 맹꽁아!
                        overview: >-
                          A delightful family drama that asks the true meaning
                          of 'happiness' by showing various aspects of marriage
                          such as divorce, remarriage, and single life, and
                          brings about empathy and laughter from all
                          generations.


                          Maeng Gong Hee is a contract designer at Jayce
                          Fashion. Having inherited her strong mother's spirit
                          and her former detective father's athletic ability,
                          she is a rare wild woman these days who has the guts
                          to survive even if she were to be stranded on a
                          deserted island.


                          Gu Dan Soo is the grandson of Jayce Fashion Chairman
                          Hwang Ik Seon and born to a wealthy father and a poor
                          mother. Dan Soo, who was living as a free spirit in a
                          foreign country, comes to Korea according to his
                          grandmother's plan to make a successor to the chairman
                          out of him and he reunites with childhood friend Maeng
                          Gong Hee once again.
                        popularity: 798.734
                        poster_path: /lp7uJ6tZ9k8m7kW75hIAOUafXr4.jpg
                        vote_average: 9.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg
                        first_air_date: '2023-05-04'
                        genre_ids:
                          - 10765
                          - 18
                        id: 125988
                        name: Silo
                        origin_country:
                          - US
                        original_language: en
                        original_name: Silo
                        overview: >-
                          In a ruined and toxic future, thousands live in a
                          giant silo deep underground. After its sheriff breaks
                          a cardinal rule and residents die mysteriously,
                          engineer Juliette starts to uncover shocking secrets
                          and the truth about the silo.
                        popularity: 1314.984
                        poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg
                        vote_average: 8.169
                        vote_count: 1242
                      - adult: false
                        backdrop_path: /4i3iJepkqqH5JJgTNLJdi8ke6ir.jpg
                        first_air_date: '2024-05-06'
                        genre_ids:
                          - 10766
                        id: 249010
                        name: Kelders van Geheime
                        origin_country:
                          - ZA
                        original_language: af
                        original_name: Kelders van Geheime
                        overview: >-
                          Kelders van Geheime (Cellars of Secrets) is a South
                          African, Afrikaans-language telenovela based on the
                          wheeling's and dealings of the community that lives on
                          Soebatskloof (a wine farm in the Cape). The series
                          focuses on three families: the Abrahams, Syster and
                          Marais households. These families will have to stand
                          together, agree (or agree to disagree), and work
                          together to earn their bread and butter – and a glass
                          of wine.
                        popularity: 735.847
                        poster_path: /vf1I0G5jICTstI1EXxb9Oqq80TU.jpg
                        vote_average: 6
                        vote_count: 13
                      - 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: /9lN6AgYnVvaSmYneCowp7RQtZFy.jpg
                        first_air_date: '2024-11-04'
                        genre_ids:
                          - 10751
                        id: 273042
                        name: Our Honorary Photo Studio
                        origin_country:
                          - TW
                        original_language: zh
                        original_name: 阿榮與阿玉
                        overview: ''
                        popularity: 722.671
                        poster_path: /ziHUUJpuuVc9qtN9I95SWpBC3ni.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /vgeDRVpSUa4Hvovg4C6dgm4dfUW.jpg
                        first_air_date: '2020-11-02'
                        genre_ids:
                          - 10766
                          - 18
                        id: 112470
                        name: Ici tout commence
                        origin_country:
                          - FR
                        original_language: fr
                        original_name: Ici tout commence
                        overview: >-
                          This television drama series is centered around the
                          prestigious culinary school of renowned chef Auguste
                          Armand. The show follows the lives of students and
                          staff as they navigate the challenges and pressures of
                          the culinary world—delving into their personal and
                          professional lives, revealing secrets, rivalries, and
                          complex relationships.
                        popularity: 710.954
                        poster_path: /v7nXPo2zdaIOfeIaERiOuTEt89N.jpg
                        vote_average: 6.8
                        vote_count: 86
                      - adult: false
                        backdrop_path: /k47iw0yNjippeLxkUv7kjqwdyL9.jpg
                        first_air_date: '2024-10-08'
                        genre_ids:
                          - 18
                          - 10751
                          - 35
                        id: 273911
                        name: La mujer de mi vida
                        origin_country:
                          - ES
                          - US
                          - VE
                        original_language: es
                        original_name: LA MUJER DE MI VIDA
                        overview: >-
                          The series revolves around Ricardo Oribe (Iván
                          Sánchez), a physically unattractive but successful
                          businessman, dedicated to his family and in love with
                          his beautiful wife Daniela (Angélica Celaya), a young
                          aspiring actress. Ricardo's life takes a turn when his
                          best friend Emilio (Mauricio Islas) betrays him and
                          tries to kill him in order to take over his company
                          and the family he never had. Despite being presumed
                          dead by his family and friends, Ricardo is still
                          alive, but suffering from amnesia. After a course of
                          15 years, Ricardo goes through several physical
                          changes and recovers his memory.
                        popularity: 709.012
                        poster_path: /4Qksv87C57O0IWA8sT2KwxZ4fXh.jpg
                        vote_average: 3
                        vote_count: 1
                      - adult: false
                        backdrop_path: /jFIwFNfXBewO0quEGb0p3wvL3HP.jpg
                        first_air_date: '2024-11-04'
                        genre_ids:
                          - 10766
                          - 18
                        id: 273825
                        name: Amor amargo
                        origin_country:
                          - US
                          - MX
                        original_language: es
                        original_name: Amor amargo
                        overview: ''
                        popularity: 702.028
                        poster_path: /u8TkzDfknYHbx0NEsD8TSzw3M5f.jpg
                        vote_average: 7.533
                        vote_count: 15
                      - adult: false
                        backdrop_path: /aizbHLcKVWvJ7jxkflJzTu5Z8GE.jpg
                        first_air_date: '2018-08-27'
                        genre_ids:
                          - 10766
                        id: 81329
                        name: Chronicles of the Sun
                        origin_country:
                          - FR
                        original_language: fr
                        original_name: Un si grand soleil
                        overview: >-
                          Claire is surprised when she gets arrested for the
                          murder of her childhood friend after she returns to
                          Montpellier.
                        popularity: 697.443
                        poster_path: /t6jVlbPMtZOJoAOfeoR4yQmnjXM.jpg
                        vote_average: 6.836
                        vote_count: 116
                      - 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
                    total_pages: 55
                    total_results: 1097
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````