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

# On The Air

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



## OpenAPI

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


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


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


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

      Check the v4 [documentation
      ](https://developer.themoviedb.org/v4/docs/getting-started) for more
      information.  
  - name: Collections
  - name: Companies
  - name: Networks
  - name: Trending
  - name: Movies
  - name: Movie Lists
  - name: TV Series
  - name: TV Series Lists
  - name: TV Seasons
  - name: TV Providers
  - name: TV Episode Groups
  - name: Watch Providers
  - name: People
  - name: People List
  - name: Genre
  - name: Changes
  - name: Credits
  - name: Certifications
paths:
  /3/tv/on_the_air:
    get:
      tags:
        - TV Series Lists
      summary: On The Air
      description: This endpoint retrieves a list of TV shows that air in the next 7 days.
      operationId: onTheAir
      parameters:
        - name: language
          in: query
          schema:
            type: string
            example: en
          description: This represents the language.
        - name: page
          in: query
          schema:
            type: string
            example: '1'
          description: This represents the page number.
        - name: timezone
          in: query
          schema:
            type: string
          description: This represents the page number.
      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=13762
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 28 Dec 2024 14:06:48 GMT
            ETag:
              schema:
                type: string
                example: W/"bdd13f20df2f41925cb50bd89b94eb1d"
            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 199fd61d7551d8868317c5b53cc7d24c.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: mbBTUL2OlISXx1TL5-6BE2vMzDC9yMgBWmot-AvK-hS27F7vu_h58w==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '11142'
            x-memc-expires:
              schema:
                type: string
                example: '13762'
            x-memc-key:
              schema:
                type: string
                example: fa276a6cea89b0d84a90ea99ced4bfdf
          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: /vgeDRVpSUa4Hvovg4C6dgm4dfUW.jpg
                        first_air_date:
                          type: string
                          example: '2020-11-02'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 10766
                          example:
                            - 10766
                            - 18
                        id:
                          type: number
                          example: 112470
                        name:
                          type: string
                          example: Ici tout commence
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: FR
                          example:
                            - FR
                        original_language:
                          type: string
                          example: fr
                        original_name:
                          type: string
                          example: Ici tout commence
                        overview:
                          type: string
                          example: >-
                            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:
                          type: number
                          example: 2192.938
                        poster_path:
                          type: string
                          example: /v7nXPo2zdaIOfeIaERiOuTEt89N.jpg
                        vote_average:
                          type: number
                          example: 6.8
                        vote_count:
                          type: number
                          example: 86
                    example:
                      - 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: 2192.938
                        poster_path: /v7nXPo2zdaIOfeIaERiOuTEt89N.jpg
                        vote_average: 6.8
                        vote_count: 86
                      - 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: 2994.585
                        poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg
                        vote_average: 5.6
                        vote_count: 77
                      - 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: 2003.081
                        poster_path: /vf1I0G5jICTstI1EXxb9Oqq80TU.jpg
                        vote_average: 5.923
                        vote_count: 13
                      - adult: false
                        backdrop_path: /mLcD1v4sfoa1juOsBat7Vik7wEe.jpg
                        first_air_date: '2024-03-18'
                        genre_ids:
                          - 10764
                        id: 248890
                        name: Ready Steady Cook South Africa
                        origin_country:
                          - ZA
                        original_language: en
                        original_name: Ready Steady Cook South Africa
                        overview: >-
                          In Ready Steady Cook, two teams - a Red Tomato and a
                          Green Pepper - compete in a Red Kitchen and a Green
                          Kitchen, together with a South African chef on each
                          side and paired with enthusiastic home cooks, as they
                          are challenged creatively with a mystery bag of
                          ingredients in a 20-minute cook-off.
                        popularity: 1978.358
                        poster_path: /30xX4IMbgnMbQwo76xM4BOSokZO.jpg
                        vote_average: 4.5
                        vote_count: 9
                      - adult: false
                        backdrop_path: /jWXrQstj7p3Wl5MfYWY6IHqRpDb.jpg
                        first_air_date: '1952-12-26'
                        genre_ids:
                          - 10763
                        id: 94722
                        name: Tagesschau
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Tagesschau
                        overview: >-
                          German daily news program, the oldest still existing
                          program on German television.
                        popularity: 2734.827
                        poster_path: /7dFZJ2ZJJdcmkp05B9NWlqTJ5tq.jpg
                        vote_average: 6.8
                        vote_count: 237
                      - adult: false
                        backdrop_path: /vgDyFH6WfgHs1dpPhvC1vpLmOcJ.jpg
                        first_air_date: '2007-04-16'
                        genre_ids:
                          - 10763
                        id: 6883
                        name: BBC World News America
                        origin_country:
                          - US
                        original_language: en
                        original_name: BBC News America
                        overview: >-
                          BBC World News America is a current affairs news
                          programme produced by BBC News especially targeted
                          towards American audiences. It is presented by
                          rotating presenters Caitríona Perry and Sumi
                          Somaskanda.
                        popularity: 1574.521
                        poster_path: /ahbTgC581tpCGg5M9LMXPcl6nq5.jpg
                        vote_average: 5.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: null
                        first_air_date: '2005-09-05'
                        genre_ids:
                          - 18
                          - 35
                        id: 36361
                        name: Ulice
                        origin_country:
                          - CZ
                        original_language: cs
                        original_name: Ulice
                        overview: >-
                          Ulice is a Czech soap opera produced and broadcast by
                          Nova. In the Czech language Ulice means street.


                          The show describes the lives of the Farský, Jordán,
                          Boháč, Nikl, and Liška families and many other people
                          that live in Prague. Their daily battle against real
                          problems of living in a modern world like divorce,
                          love, betrayal and illness or disease. Ulice often
                          shows crime.
                        popularity: 1541.597
                        poster_path: /gFEHva8Csx18hMGJJZ6gi4sFSKR.jpg
                        vote_average: 4.6
                        vote_count: 30
                      - 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: 1530.188
                        poster_path: /7o9eY4qolqVn7SDLZzpJ89t7QYE.jpg
                        vote_average: 8.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: /tPLUHT2cQYJi66aSZZ1qrcu74Zq.jpg
                        first_air_date: '2024-11-04'
                        genre_ids:
                          - 10766
                          - 18
                        id: 257048
                        name: Garota do Momento
                        origin_country:
                          - BR
                        original_language: pt
                        original_name: Garota do Momento
                        overview: ''
                        popularity: 2512.621
                        poster_path: /jFSkjQSZ5Td52igalpoTQRuHtk.jpg
                        vote_average: 7.9
                        vote_count: 8
                      - adult: false
                        backdrop_path: /j5CR0gFPjwgmAXkV9HGaF4VMjIW.jpg
                        first_air_date: '2024-09-30'
                        genre_ids:
                          - 10766
                          - 18
                          - 35
                        id: 257064
                        name: Volta por Cima
                        origin_country:
                          - BR
                        original_language: pt
                        original_name: Volta por Cima
                        overview: ''
                        popularity: 2500.567
                        poster_path: /nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg
                        vote_average: 6.4
                        vote_count: 9
                      - 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: 1452.139
                        poster_path: /naCgSiacvV685kait6fBvhVhdce.jpg
                        vote_average: 7.7
                        vote_count: 20
                      - 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: 2111.199
                        poster_path: /aCDK83ykQYnQGFOTfiLjnoqXv1b.jpg
                        vote_average: 7.625
                        vote_count: 8
                      - 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: 2224.977
                        poster_path: /ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg
                        vote_average: 4.467
                        vote_count: 15
                      - adult: false
                        backdrop_path: /6wAu4kZiKov5WkavL7H2ZfwbGAo.jpg
                        first_air_date: '2024-09-09'
                        genre_ids:
                          - 10766
                          - 18
                          - 9648
                        id: 237478
                        name: Crazy About You
                        origin_country:
                          - BR
                        original_language: pt
                        original_name: Mania de Você
                        overview: >-
                          The story begins with the ambiguous relationship
                          between friends Viola and Luma, who seem predestined
                          to literally enter each other's lives. Born on the
                          same day, in very different situations, they meet
                          years later, united by coincidences that go beyond
                          their birthday. From humble origins, Viola moves with
                          her boyfriend Mavi to Angra dos Reis, where Luma lives
                          a luxurious life and dates Rudá, who ends up meeting
                          Viola by chance. Thus begins the duo's journey, which
                          goes from a passion for recipes to an obsession with
                          the same man, from the immediate connection to the
                          point of starting to live their friend’s reality, 10
                          years later. A journey divided between complicity and
                          rivalry, which includes them in a love quadrangle and
                          is impacted by a series of circumstances, twists and
                          surprises, such as the secret surrounding a murder.
                        popularity: 2162.02
                        poster_path: /cRMofv8YC4F1WnpF7cIqMpwSnwh.jpg
                        vote_average: 5.375
                        vote_count: 8
                      - adult: false
                        backdrop_path: /kkfqNkGQR5og5sDjJTxTVmI9PW.jpg
                        first_air_date: '2017-07-17'
                        genre_ids:
                          - 80
                          - 18
                        id: 72879
                        name: Tomorrow Is Ours
                        origin_country:
                          - FR
                        original_language: fr
                        original_name: Demain nous appartient
                        overview: >-
                          The story revolves around the people of Sète, France.
                          Their lives are punctuated by family rivalries,
                          romance and scenes from daily life, but also by plots
                          involving police investigations, secrets and
                          betrayals.
                        popularity: 1288.453
                        poster_path: /zMWldNZF0wS3L5XkDVFHxYhclcL.jpg
                        vote_average: 6.3
                        vote_count: 64
                      - adult: false
                        backdrop_path: /dg2pu4Vm4B2cOqTHlZ26Lka9qEz.jpg
                        first_air_date: '2024-10-11'
                        genre_ids:
                          - 10766
                          - 18
                        id: 262969
                        name: Return to Las Sabinas
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Regreso a Las Sabinas
                        overview: >-
                          Gracia and Paloma return to Las Sabinas to look after
                          their father, Emilio. Gracia reunites with her
                          childhood sweetheart, Miguel, who is now engaged to
                          Esther. Paloma takes over the family's land and
                          clashes with landowner Paca Utrera, who shares a
                          terrible secret with Emilio and has a nefarious plan
                          for the village. Young Óscar is found dead under
                          strange circumstances. Manuela must investigate the
                          murder with the help of Óscar's brother, Álex, who is
                          a priest.
                        popularity: 1256.419
                        poster_path: /xMMH3r8gJtWVe1841BtHGjDooUm.jpg
                        vote_average: 6.2
                        vote_count: 5
                      - 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: 1252.601
                        poster_path: /wALnisqW9vGGJWH1GYUeCCWTcYd.jpg
                        vote_average: 4.5
                        vote_count: 2
                      - 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: 1247.63
                        poster_path: /lp7uJ6tZ9k8m7kW75hIAOUafXr4.jpg
                        vote_average: 9.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /4N6zEMfZ57zNEQcM8gWeERFupMv.jpg
                        first_air_date: '2021-08-11'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 91363
                        name: What If...?
                        origin_country:
                          - US
                        original_language: en
                        original_name: What If...?
                        overview: >-
                          Taking inspiration from the comic books of the same
                          name, each episode of this animated anthology series
                          questions, revisits and twists classic Marvel
                          Cinematic moments.
                        popularity: 1988.645
                        poster_path: /p0wRElziYvdJ7Ifd9v5pdnP1Kxa.jpg
                        vote_average: 8.1
                        vote_count: 4229
                      - adult: false
                        backdrop_path: /ohJTnu93hJ0Uonl86Wn3mOSlWXN.jpg
                        first_air_date: '2017-02-06'
                        genre_ids:
                          - 10751
                          - 35
                          - 18
                        id: 91759
                        name: 'Come Home Love: Lo and Behold'
                        origin_country:
                          - HK
                        original_language: cn
                        original_name: 愛·回家之開心速遞
                        overview: >-
                          Hung Sue Gan starting from the bottom, established his
                          own logistics company, which is now running smoothly.
                          His only concern now are his three daughters. His
                          eldest daughter has immigrated overseas. His second
                          daughter Hung Yeuk Shui has reached the marriageable
                          age, but has no hopes for marriage anytime soon. She
                          is constantly bickering with her younger sister Hung
                          Sum Yue, who is an honour student, over trivial
                          matters, causing their father to not know whether to
                          laugh or cry. Hung Sue Yan, Hung Sue Gan's brother,
                          moves in with the family, temporarily ending his life
                          as a nomadic photographer. He joins Hung Yeuk Shui's
                          company and encounters Ko Pak Fei, the director of an
                          online shop. The two appear to be former lovers,
                          making for lots of laughter. Since Hung Sue Yan moved
                          in, a series of strange events have occurred in the
                          family. Upon investigation, the source is traced to
                          Lung Ging Fung, a promising young man who is the son
                          of department store mogul Lung Gam Wai.
                        popularity: 1138.45
                        poster_path: /lgD4j9gUGmMckZpWWRJjorWqGVT.jpg
                        vote_average: 5.3
                        vote_count: 40
                  total_pages:
                    type: number
                    example: 42
                  total_results:
                    type: number
                    example: 830
              examples:
                On The Air:
                  value:
                    page: 1
                    results:
                      - 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: 2192.938
                        poster_path: /v7nXPo2zdaIOfeIaERiOuTEt89N.jpg
                        vote_average: 6.8
                        vote_count: 86
                      - 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: 2994.585
                        poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg
                        vote_average: 5.6
                        vote_count: 77
                      - 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: 2003.081
                        poster_path: /vf1I0G5jICTstI1EXxb9Oqq80TU.jpg
                        vote_average: 5.923
                        vote_count: 13
                      - adult: false
                        backdrop_path: /mLcD1v4sfoa1juOsBat7Vik7wEe.jpg
                        first_air_date: '2024-03-18'
                        genre_ids:
                          - 10764
                        id: 248890
                        name: Ready Steady Cook South Africa
                        origin_country:
                          - ZA
                        original_language: en
                        original_name: Ready Steady Cook South Africa
                        overview: >-
                          In Ready Steady Cook, two teams - a Red Tomato and a
                          Green Pepper - compete in a Red Kitchen and a Green
                          Kitchen, together with a South African chef on each
                          side and paired with enthusiastic home cooks, as they
                          are challenged creatively with a mystery bag of
                          ingredients in a 20-minute cook-off.
                        popularity: 1978.358
                        poster_path: /30xX4IMbgnMbQwo76xM4BOSokZO.jpg
                        vote_average: 4.5
                        vote_count: 9
                      - adult: false
                        backdrop_path: /jWXrQstj7p3Wl5MfYWY6IHqRpDb.jpg
                        first_air_date: '1952-12-26'
                        genre_ids:
                          - 10763
                        id: 94722
                        name: Tagesschau
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Tagesschau
                        overview: >-
                          German daily news program, the oldest still existing
                          program on German television.
                        popularity: 2734.827
                        poster_path: /7dFZJ2ZJJdcmkp05B9NWlqTJ5tq.jpg
                        vote_average: 6.8
                        vote_count: 237
                      - adult: false
                        backdrop_path: /vgDyFH6WfgHs1dpPhvC1vpLmOcJ.jpg
                        first_air_date: '2007-04-16'
                        genre_ids:
                          - 10763
                        id: 6883
                        name: BBC World News America
                        origin_country:
                          - US
                        original_language: en
                        original_name: BBC News America
                        overview: >-
                          BBC World News America is a current affairs news
                          programme produced by BBC News especially targeted
                          towards American audiences. It is presented by
                          rotating presenters Caitríona Perry and Sumi
                          Somaskanda.
                        popularity: 1574.521
                        poster_path: /ahbTgC581tpCGg5M9LMXPcl6nq5.jpg
                        vote_average: 5.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: null
                        first_air_date: '2005-09-05'
                        genre_ids:
                          - 18
                          - 35
                        id: 36361
                        name: Ulice
                        origin_country:
                          - CZ
                        original_language: cs
                        original_name: Ulice
                        overview: >-
                          Ulice is a Czech soap opera produced and broadcast by
                          Nova. In the Czech language Ulice means street.


                          The show describes the lives of the Farský, Jordán,
                          Boháč, Nikl, and Liška families and many other people
                          that live in Prague. Their daily battle against real
                          problems of living in a modern world like divorce,
                          love, betrayal and illness or disease. Ulice often
                          shows crime.
                        popularity: 1541.597
                        poster_path: /gFEHva8Csx18hMGJJZ6gi4sFSKR.jpg
                        vote_average: 4.6
                        vote_count: 30
                      - 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: 1530.188
                        poster_path: /7o9eY4qolqVn7SDLZzpJ89t7QYE.jpg
                        vote_average: 8.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: /tPLUHT2cQYJi66aSZZ1qrcu74Zq.jpg
                        first_air_date: '2024-11-04'
                        genre_ids:
                          - 10766
                          - 18
                        id: 257048
                        name: Garota do Momento
                        origin_country:
                          - BR
                        original_language: pt
                        original_name: Garota do Momento
                        overview: ''
                        popularity: 2512.621
                        poster_path: /jFSkjQSZ5Td52igalpoTQRuHtk.jpg
                        vote_average: 7.9
                        vote_count: 8
                      - adult: false
                        backdrop_path: /j5CR0gFPjwgmAXkV9HGaF4VMjIW.jpg
                        first_air_date: '2024-09-30'
                        genre_ids:
                          - 10766
                          - 18
                          - 35
                        id: 257064
                        name: Volta por Cima
                        origin_country:
                          - BR
                        original_language: pt
                        original_name: Volta por Cima
                        overview: ''
                        popularity: 2500.567
                        poster_path: /nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg
                        vote_average: 6.4
                        vote_count: 9
                      - 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: 1452.139
                        poster_path: /naCgSiacvV685kait6fBvhVhdce.jpg
                        vote_average: 7.7
                        vote_count: 20
                      - 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: 2111.199
                        poster_path: /aCDK83ykQYnQGFOTfiLjnoqXv1b.jpg
                        vote_average: 7.625
                        vote_count: 8
                      - 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: 2224.977
                        poster_path: /ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg
                        vote_average: 4.467
                        vote_count: 15
                      - adult: false
                        backdrop_path: /6wAu4kZiKov5WkavL7H2ZfwbGAo.jpg
                        first_air_date: '2024-09-09'
                        genre_ids:
                          - 10766
                          - 18
                          - 9648
                        id: 237478
                        name: Crazy About You
                        origin_country:
                          - BR
                        original_language: pt
                        original_name: Mania de Você
                        overview: >-
                          The story begins with the ambiguous relationship
                          between friends Viola and Luma, who seem predestined
                          to literally enter each other's lives. Born on the
                          same day, in very different situations, they meet
                          years later, united by coincidences that go beyond
                          their birthday. From humble origins, Viola moves with
                          her boyfriend Mavi to Angra dos Reis, where Luma lives
                          a luxurious life and dates Rudá, who ends up meeting
                          Viola by chance. Thus begins the duo's journey, which
                          goes from a passion for recipes to an obsession with
                          the same man, from the immediate connection to the
                          point of starting to live their friend’s reality, 10
                          years later. A journey divided between complicity and
                          rivalry, which includes them in a love quadrangle and
                          is impacted by a series of circumstances, twists and
                          surprises, such as the secret surrounding a murder.
                        popularity: 2162.02
                        poster_path: /cRMofv8YC4F1WnpF7cIqMpwSnwh.jpg
                        vote_average: 5.375
                        vote_count: 8
                      - adult: false
                        backdrop_path: /kkfqNkGQR5og5sDjJTxTVmI9PW.jpg
                        first_air_date: '2017-07-17'
                        genre_ids:
                          - 80
                          - 18
                        id: 72879
                        name: Tomorrow Is Ours
                        origin_country:
                          - FR
                        original_language: fr
                        original_name: Demain nous appartient
                        overview: >-
                          The story revolves around the people of Sète, France.
                          Their lives are punctuated by family rivalries,
                          romance and scenes from daily life, but also by plots
                          involving police investigations, secrets and
                          betrayals.
                        popularity: 1288.453
                        poster_path: /zMWldNZF0wS3L5XkDVFHxYhclcL.jpg
                        vote_average: 6.3
                        vote_count: 64
                      - adult: false
                        backdrop_path: /dg2pu4Vm4B2cOqTHlZ26Lka9qEz.jpg
                        first_air_date: '2024-10-11'
                        genre_ids:
                          - 10766
                          - 18
                        id: 262969
                        name: Return to Las Sabinas
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Regreso a Las Sabinas
                        overview: >-
                          Gracia and Paloma return to Las Sabinas to look after
                          their father, Emilio. Gracia reunites with her
                          childhood sweetheart, Miguel, who is now engaged to
                          Esther. Paloma takes over the family's land and
                          clashes with landowner Paca Utrera, who shares a
                          terrible secret with Emilio and has a nefarious plan
                          for the village. Young Óscar is found dead under
                          strange circumstances. Manuela must investigate the
                          murder with the help of Óscar's brother, Álex, who is
                          a priest.
                        popularity: 1256.419
                        poster_path: /xMMH3r8gJtWVe1841BtHGjDooUm.jpg
                        vote_average: 6.2
                        vote_count: 5
                      - 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: 1252.601
                        poster_path: /wALnisqW9vGGJWH1GYUeCCWTcYd.jpg
                        vote_average: 4.5
                        vote_count: 2
                      - 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: 1247.63
                        poster_path: /lp7uJ6tZ9k8m7kW75hIAOUafXr4.jpg
                        vote_average: 9.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /4N6zEMfZ57zNEQcM8gWeERFupMv.jpg
                        first_air_date: '2021-08-11'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 91363
                        name: What If...?
                        origin_country:
                          - US
                        original_language: en
                        original_name: What If...?
                        overview: >-
                          Taking inspiration from the comic books of the same
                          name, each episode of this animated anthology series
                          questions, revisits and twists classic Marvel
                          Cinematic moments.
                        popularity: 1988.645
                        poster_path: /p0wRElziYvdJ7Ifd9v5pdnP1Kxa.jpg
                        vote_average: 8.1
                        vote_count: 4229
                      - adult: false
                        backdrop_path: /ohJTnu93hJ0Uonl86Wn3mOSlWXN.jpg
                        first_air_date: '2017-02-06'
                        genre_ids:
                          - 10751
                          - 35
                          - 18
                        id: 91759
                        name: 'Come Home Love: Lo and Behold'
                        origin_country:
                          - HK
                        original_language: cn
                        original_name: 愛·回家之開心速遞
                        overview: >-
                          Hung Sue Gan starting from the bottom, established his
                          own logistics company, which is now running smoothly.
                          His only concern now are his three daughters. His
                          eldest daughter has immigrated overseas. His second
                          daughter Hung Yeuk Shui has reached the marriageable
                          age, but has no hopes for marriage anytime soon. She
                          is constantly bickering with her younger sister Hung
                          Sum Yue, who is an honour student, over trivial
                          matters, causing their father to not know whether to
                          laugh or cry. Hung Sue Yan, Hung Sue Gan's brother,
                          moves in with the family, temporarily ending his life
                          as a nomadic photographer. He joins Hung Yeuk Shui's
                          company and encounters Ko Pak Fei, the director of an
                          online shop. The two appear to be former lovers,
                          making for lots of laughter. Since Hung Sue Yan moved
                          in, a series of strange events have occurred in the
                          family. Upon investigation, the source is traced to
                          Lung Ging Fung, a promising young man who is the son
                          of department store mogul Lung Gam Wai.
                        popularity: 1138.45
                        poster_path: /lgD4j9gUGmMckZpWWRJjorWqGVT.jpg
                        vote_average: 5.3
                        vote_count: 40
                    total_pages: 42
                    total_results: 830
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````