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

# On The Air

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



## OpenAPI

````yaml api-reference/openapi3.json get /3/tv/on_the_air
openapi: 3.0.3
info:
  title: The Movie Database
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: AUTHENTICATION
  - name: ACCOUNT
  - name: CERTIFICATIONS
  - name: CHANGES
  - name: COLLECTIONS
  - name: COMPANY
  - name: CONFIGURATION
  - name: CREDIT
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSIONS
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORKS
  - name: PEOPLE LIST
  - name: PEOPLE
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODE GROUP
  - name: WATCH PROVIDERS
paths:
  /3/tv/on_the_air:
    get:
      tags:
        - TV SERIES LIST
      summary: On The Air
      description: This endpoint get a list of TV shows that air in the next 7 days.
      operationId: onTheAir
      parameters:
        - $ref: '#/components/parameters/language'
        - $ref: '#/components/parameters/page'
        - $ref: '#/components/parameters/timezone'
      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=28113
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 05 Jan 2025 17:58:32 GMT
            ETag:
              schema:
                type: string
                example: W/"2b63f04bc334ab02fac964c9205aa84e"
            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 ffa4b37ccdc94a8c62bf6b6414725210.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: pwseiQ68my33klHsDFyE4KVPcMoTU_lU8jJK6fK39Ntd-TD4fetrEw==
            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: MISS, STORE
            x-memc-age:
              schema:
                type: string
                example: '0'
            x-memc-expires:
              schema:
                type: string
                example: '28113'
            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
                          example: /mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg
                        first_air_date:
                          type: string
                          example: '2005-10-13'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 10766
                          example:
                            - 10766
                        id:
                          type: number
                          example: 206559
                        name:
                          type: string
                          example: Binnelanders
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: ZA
                          example:
                            - ZA
                        original_language:
                          type: string
                          example: af
                        original_name:
                          type: string
                          example: Binnelanders
                        overview:
                          type: string
                          example: >-
                            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:
                          type: number
                          example: 2235.035
                        poster_path:
                          type: string
                          example: /3bzECfllho8PphdYujLUIuhncJD.jpg
                        vote_average:
                          type: number
                          example: 5.619
                        vote_count:
                          type: number
                          example: 80
                    example:
                      - 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: 2235.035
                        poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg
                        vote_average: 5.619
                        vote_count: 80
                      - 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: 1736.545
                        poster_path: /5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg
                        vote_average: 5.3
                        vote_count: 109
                      - 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: 1534.793
                        poster_path: /nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg
                        vote_average: 6.4
                        vote_count: 9
                      - 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: 1522.286
                        poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg
                        vote_average: 4
                        vote_count: 8
                      - 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: 1517.348
                        poster_path: /jFSkjQSZ5Td52igalpoTQRuHtk.jpg
                        vote_average: 7.9
                        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: 1360.641
                        poster_path: /ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg
                        vote_average: 4.813
                        vote_count: 16
                      - adult: false
                        backdrop_path: /lUrtMjiunomHPDC2sQNIxswbmdU.jpg
                        first_air_date: '1970-11-29'
                        genre_ids:
                          - 18
                          - 80
                        id: 3034
                        name: Scene of the Crime
                        origin_country:
                          - AT
                          - DE
                          - CH
                        original_language: de
                        original_name: Tatort
                        overview: >-
                          Tatort is a long-running German/Austrian/Swiss, crime
                          television series set in various parts of these
                          countries. The show is broadcast on the channels of
                          ARD in Germany, ORF in Austria and SF1 in Switzerland.
                        popularity: 1330.885
                        poster_path: /b6kIWHHifuc8qH0IpzVzUeXBnvq.jpg
                        vote_average: 6.1
                        vote_count: 109
                      - 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: 1312.357
                        poster_path: /cRMofv8YC4F1WnpF7cIqMpwSnwh.jpg
                        vote_average: 5.111
                        vote_count: 8
                      - 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: 1310.42
                        poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg
                        vote_average: 8.158
                        vote_count: 1212
                      - 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: 1276.018
                        poster_path: /v7nXPo2zdaIOfeIaERiOuTEt89N.jpg
                        vote_average: 6.8
                        vote_count: 86
                      - 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: 1265.662
                        poster_path: /aCDK83ykQYnQGFOTfiLjnoqXv1b.jpg
                        vote_average: 6.9
                        vote_count: 9
                      - adult: false
                        backdrop_path: /xSQaQi0WfPPmJ9UAFGIUkBciwns.jpg
                        first_air_date: '2015-04-20'
                        genre_ids:
                          - 10767
                        id: 96386
                        name: Nogizaka Under Construction
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 乃木坂工事中
                        overview: >-
                          Nogizaka46 is making a big leap forward right now!


                          Their activities range from live performances,
                          varieties, dramas, movies, and models.


                          In order to give these girls even more momentum, this
                          program will challenge various projects that bring out
                          new aspects and charms of the members!!!
                        popularity: 1248.089
                        poster_path: /wjfGdo9BoKeakiSxdKdiPZxv1jA.jpg
                        vote_average: 8.2
                        vote_count: 4
                      - 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: 1212.197
                        poster_path: /vf1I0G5jICTstI1EXxb9Oqq80TU.jpg
                        vote_average: 5.9
                        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: 1200.724
                        poster_path: /30xX4IMbgnMbQwo76xM4BOSokZO.jpg
                        vote_average: 4.5
                        vote_count: 9
                      - adult: false
                        backdrop_path: /eJd5TfoiFG5JOhuMZgdvpTgp8eK.jpg
                        first_air_date: '2004-10-06'
                        genre_ids:
                          - 80
                        id: 41018
                        name: SOKO Wismar
                        origin_country:
                          - DE
                        original_language: de
                        original_name: SOKO Wismar
                        overview: ''
                        popularity: 1163.511
                        poster_path: /jvc2fWkPfr5CdiK18k9VOM6xYZ5.jpg
                        vote_average: 6.1
                        vote_count: 9
                      - adult: false
                        backdrop_path: /2m1Mu0xPj4SikiqkaolTRUcNtWH.jpg
                        first_air_date: '2018-10-16'
                        genre_ids:
                          - 80
                          - 18
                          - 35
                        id: 79744
                        name: The Rookie
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Rookie
                        overview: >-
                          Starting over isn’t easy, especially for small-town
                          guy John Nolan who, after a life-altering incident, is
                          pursuing his dream of being an LAPD officer. As the
                          force’s oldest rookie, he’s met with skepticism from
                          some higher-ups who see him as just a walking midlife
                          crisis.
                        popularity: 1040.308
                        poster_path: /bL1mwXDnH5fCxqc4S2n40hoVyoe.jpg
                        vote_average: 8.5
                        vote_count: 2127
                      - adult: false
                        backdrop_path: /mYW9FSNCbh1JImoJ8a8VCrZKCmM.jpg
                        first_air_date: '2017-12-25'
                        genre_ids:
                          - 10767
                          - 35
                        id: 154509
                        name: Vrede op aarde
                        origin_country:
                          - BE
                        original_language: nl
                        original_name: Vrede op aarde
                        overview: ''
                        popularity: 933.961
                        poster_path: /uRRcE1KTpRpPyOCJqT6uVSrmyph.jpg
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /vFJpFtQsYs6jY1CrAESGneVVI3o.jpg
                        first_air_date: '2024-11-11'
                        genre_ids:
                          - 18
                        id: 273327
                        name: Black Point
                        origin_country:
                          - EG
                        original_language: ar
                        original_name: نقطة سودة
                        overview: >-
                          “Black Point” takes place in a social romantic
                          setting, exploring the complex relationships between
                          its diverse characters.
                        popularity: 932.453
                        poster_path: /xrGx7uRbCc9qwU76YD2wJXL56Js.jpg
                        vote_average: 0
                        vote_count: 0
                      - 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: 921.394
                        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: 862.085
                        poster_path: /naCgSiacvV685kait6fBvhVhdce.jpg
                        vote_average: 7.7
                        vote_count: 20
                  total_pages:
                    type: number
                    example: 52
                  total_results:
                    type: number
                    example: 1025
              examples:
                on the air:
                  value:
                    page: 1
                    results:
                      - 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: 2235.035
                        poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg
                        vote_average: 5.619
                        vote_count: 80
                      - 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: 1736.545
                        poster_path: /5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg
                        vote_average: 5.3
                        vote_count: 109
                      - 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: 1534.793
                        poster_path: /nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg
                        vote_average: 6.4
                        vote_count: 9
                      - 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: 1522.286
                        poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg
                        vote_average: 4
                        vote_count: 8
                      - 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: 1517.348
                        poster_path: /jFSkjQSZ5Td52igalpoTQRuHtk.jpg
                        vote_average: 7.9
                        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: 1360.641
                        poster_path: /ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg
                        vote_average: 4.813
                        vote_count: 16
                      - adult: false
                        backdrop_path: /lUrtMjiunomHPDC2sQNIxswbmdU.jpg
                        first_air_date: '1970-11-29'
                        genre_ids:
                          - 18
                          - 80
                        id: 3034
                        name: Scene of the Crime
                        origin_country:
                          - AT
                          - DE
                          - CH
                        original_language: de
                        original_name: Tatort
                        overview: >-
                          Tatort is a long-running German/Austrian/Swiss, crime
                          television series set in various parts of these
                          countries. The show is broadcast on the channels of
                          ARD in Germany, ORF in Austria and SF1 in Switzerland.
                        popularity: 1330.885
                        poster_path: /b6kIWHHifuc8qH0IpzVzUeXBnvq.jpg
                        vote_average: 6.1
                        vote_count: 109
                      - 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: 1312.357
                        poster_path: /cRMofv8YC4F1WnpF7cIqMpwSnwh.jpg
                        vote_average: 5.111
                        vote_count: 8
                      - 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: 1310.42
                        poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg
                        vote_average: 8.158
                        vote_count: 1212
                      - 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: 1276.018
                        poster_path: /v7nXPo2zdaIOfeIaERiOuTEt89N.jpg
                        vote_average: 6.8
                        vote_count: 86
                      - 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: 1265.662
                        poster_path: /aCDK83ykQYnQGFOTfiLjnoqXv1b.jpg
                        vote_average: 6.9
                        vote_count: 9
                      - adult: false
                        backdrop_path: /xSQaQi0WfPPmJ9UAFGIUkBciwns.jpg
                        first_air_date: '2015-04-20'
                        genre_ids:
                          - 10767
                        id: 96386
                        name: Nogizaka Under Construction
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 乃木坂工事中
                        overview: >-
                          Nogizaka46 is making a big leap forward right now!


                          Their activities range from live performances,
                          varieties, dramas, movies, and models.


                          In order to give these girls even more momentum, this
                          program will challenge various projects that bring out
                          new aspects and charms of the members!!!
                        popularity: 1248.089
                        poster_path: /wjfGdo9BoKeakiSxdKdiPZxv1jA.jpg
                        vote_average: 8.2
                        vote_count: 4
                      - 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: 1212.197
                        poster_path: /vf1I0G5jICTstI1EXxb9Oqq80TU.jpg
                        vote_average: 5.9
                        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: 1200.724
                        poster_path: /30xX4IMbgnMbQwo76xM4BOSokZO.jpg
                        vote_average: 4.5
                        vote_count: 9
                      - adult: false
                        backdrop_path: /eJd5TfoiFG5JOhuMZgdvpTgp8eK.jpg
                        first_air_date: '2004-10-06'
                        genre_ids:
                          - 80
                        id: 41018
                        name: SOKO Wismar
                        origin_country:
                          - DE
                        original_language: de
                        original_name: SOKO Wismar
                        overview: ''
                        popularity: 1163.511
                        poster_path: /jvc2fWkPfr5CdiK18k9VOM6xYZ5.jpg
                        vote_average: 6.1
                        vote_count: 9
                      - adult: false
                        backdrop_path: /2m1Mu0xPj4SikiqkaolTRUcNtWH.jpg
                        first_air_date: '2018-10-16'
                        genre_ids:
                          - 80
                          - 18
                          - 35
                        id: 79744
                        name: The Rookie
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Rookie
                        overview: >-
                          Starting over isn’t easy, especially for small-town
                          guy John Nolan who, after a life-altering incident, is
                          pursuing his dream of being an LAPD officer. As the
                          force’s oldest rookie, he’s met with skepticism from
                          some higher-ups who see him as just a walking midlife
                          crisis.
                        popularity: 1040.308
                        poster_path: /bL1mwXDnH5fCxqc4S2n40hoVyoe.jpg
                        vote_average: 8.5
                        vote_count: 2127
                      - adult: false
                        backdrop_path: /mYW9FSNCbh1JImoJ8a8VCrZKCmM.jpg
                        first_air_date: '2017-12-25'
                        genre_ids:
                          - 10767
                          - 35
                        id: 154509
                        name: Vrede op aarde
                        origin_country:
                          - BE
                        original_language: nl
                        original_name: Vrede op aarde
                        overview: ''
                        popularity: 933.961
                        poster_path: /uRRcE1KTpRpPyOCJqT6uVSrmyph.jpg
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /vFJpFtQsYs6jY1CrAESGneVVI3o.jpg
                        first_air_date: '2024-11-11'
                        genre_ids:
                          - 18
                        id: 273327
                        name: Black Point
                        origin_country:
                          - EG
                        original_language: ar
                        original_name: نقطة سودة
                        overview: >-
                          “Black Point” takes place in a social romantic
                          setting, exploring the complex relationships between
                          its diverse characters.
                        popularity: 932.453
                        poster_path: /xrGx7uRbCc9qwU76YD2wJXL56Js.jpg
                        vote_average: 0
                        vote_count: 0
                      - 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: 921.394
                        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: 862.085
                        poster_path: /naCgSiacvV685kait6fBvhVhdce.jpg
                        vote_average: 7.7
                        vote_count: 20
                    total_pages: 52
                    total_results: 1025
components:
  parameters:
    language:
      name: language
      in: query
      description: Specifies the language in which the response should be returned.
      schema:
        type: string
        example: en-US
    page:
      name: page
      in: query
      description: >-
        Indicates which page of results to return. Default is the first page
        (1).
      schema:
        type: integer
        example: 1
    timezone:
      name: timezone
      in: query
      description: This is the timezone of the user.
      schema:
        type: string
        example: ''
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````