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

# Recommendations

> This endpoint retrieves a list of recommended TV shows.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/{{series_id}}/recommendations
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/{{series_id}}/recommendations:
    parameters:
      - name: series_id
        in: path
        description: >-
          This represents the series ID. Get it
          [here](https://starlight.mintlify.app/api-reference/seriesid)
        required: true
        schema:
          type: string
    get:
      tags:
        - TV Series
      summary: Recommendations
      description: This endpoint retrieves a list of recommended TV shows.
      operationId: recommendations1
      parameters:
        - name: language
          in: query
          schema:
            type: string
            example: en
          description: This represents the language.
        - name: page
          in: query
          schema:
            type: string
            example: '1'
          description: This represents the page number.
      responses:
        '200':
          description: Recommendations
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=22886
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 29 Dec 2024 20:19:31 GMT
            ETag:
              schema:
                type: string
                example: W/"83d88f0c911c814eb91536a852ff5502"
            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 7ba3a61255419c2e0d9e131796899e10.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: vM9lhhHEZPipnGgIxIFA2_hqooh6sk2YBUeLZGR10zOYzJ9LPlWcEg==
            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: '4195'
            x-memc-expires:
              schema:
                type: string
                example: '22886'
            x-memc-key:
              schema:
                type: string
                example: 6363a5b9879533809559ff8dfe442e73
          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: /bKxiLRPVWe2nZXCzt6JPr5HNWYm.jpg
                        first_air_date:
                          type: string
                          example: '2020-12-10'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 18
                          example:
                            - 18
                            - 9648
                            - 10759
                        id:
                          type: number
                          example: 110316
                        media_type:
                          type: string
                          example: tv
                        name:
                          type: string
                          example: Alice in Borderland
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: JP
                          example:
                            - JP
                        original_language:
                          type: string
                          example: ja
                        original_name:
                          type: string
                          example: 今際の国のアリス
                        overview:
                          type: string
                          example: >-
                            With his two friends, a video-game-obsessed young
                            man finds himself in a strange version of Tokyo
                            where they must compete in dangerous games to win.
                        popularity:
                          type: number
                          example: 151.642
                        poster_path:
                          type: string
                          example: /20mOwAAPwZ1vLQkw0fvuQHiG7bO.jpg
                        vote_average:
                          type: number
                          example: 8.16
                        vote_count:
                          type: number
                          example: 2005
                    example:
                      - adult: false
                        backdrop_path: /bKxiLRPVWe2nZXCzt6JPr5HNWYm.jpg
                        first_air_date: '2020-12-10'
                        genre_ids:
                          - 18
                          - 9648
                          - 10759
                        id: 110316
                        media_type: tv
                        name: Alice in Borderland
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 今際の国のアリス
                        overview: >-
                          With his two friends, a video-game-obsessed young man
                          finds himself in a strange version of Tokyo where they
                          must compete in dangerous games to win.
                        popularity: 151.642
                        poster_path: /20mOwAAPwZ1vLQkw0fvuQHiG7bO.jpg
                        vote_average: 8.16
                        vote_count: 2005
                      - adult: false
                        backdrop_path: /1R68vl3d5s86JsS2NPjl8UoMqIS.jpg
                        first_air_date: '2021-11-24'
                        genre_ids:
                          - 18
                          - 35
                          - 10759
                        id: 88329
                        media_type: tv
                        name: Hawkeye
                        origin_country:
                          - US
                        original_language: en
                        original_name: Hawkeye
                        overview: >-
                          Former Avenger Clint Barton has a seemingly simple
                          mission: get back to his family for Christmas.
                          Possible? Maybe with the help of Kate Bishop, a
                          22-year-old archer with dreams of becoming a
                          superhero. The two are forced to work together when a
                          presence from Barton’s past threatens to derail far
                          more than the festive spirit.
                        popularity: 162.028
                        poster_path: /ct5pNE5dDHryHLDnxyZPYcqO1sz.jpg
                        vote_average: 7.863
                        vote_count: 3317
                      - adult: false
                        backdrop_path: /lyZmMTwpr6ZCXKA7lszpXcDwNOM.jpg
                        first_air_date: '2021-10-12'
                        genre_ids:
                          - 80
                          - 35
                          - 9648
                        id: 90462
                        media_type: tv
                        name: Chucky
                        origin_country:
                          - US
                        original_language: en
                        original_name: Chucky
                        overview: >-
                          After a vintage Chucky doll turns up at a suburban
                          yard sale, an idyllic American town is thrown into
                          chaos as a series of horrifying murders begin to
                          expose the town’s hypocrisies and secrets. Meanwhile,
                          the arrival of enemies — and allies — from Chucky’s
                          past threatens to expose the truth behind the
                          killings, as well as the demon doll’s untold origins.
                        popularity: 247.659
                        poster_path: /sdCJbGkvnIsIKLxaFQrviriODVq.jpg
                        vote_average: 7.9
                        vote_count: 4045
                      - adult: false
                        backdrop_path: /sYXLeu5usz6yEz0k00FYvtEdodD.jpg
                        first_air_date: '2021-11-06'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                          - 9648
                          - 18
                        id: 94605
                        media_type: tv
                        name: Arcane
                        origin_country:
                          - US
                        original_language: en
                        original_name: Arcane
                        overview: >-
                          Amid the stark discord of twin cities Piltover and
                          Zaun, two sisters fight on rival sides of a war
                          between magic technologies and clashing convictions.
                        popularity: 465.268
                        poster_path: /abf8tHznhSvl9BAElD2cQeRr7do.jpg
                        vote_average: 8.8
                        vote_count: 4671
                      - adult: false
                        backdrop_path: /u23G9KZregWHs1use6ir1fX27gl.jpg
                        first_air_date: '2019-01-11'
                        genre_ids:
                          - 35
                          - 18
                        id: 81356
                        media_type: tv
                        name: Sex Education
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Sex Education
                        overview: >-
                          Inexperienced Otis channels his sex therapist mom when
                          he teams up with rebellious Maeve to set up an
                          underground sex therapy clinic at school.
                        popularity: 298.661
                        poster_path: /4Bph0hhnDH6dpc0SZIV522bLm4P.jpg
                        vote_average: 8.2
                        vote_count: 7304
                      - adult: false
                        backdrop_path: /4N6zEMfZ57zNEQcM8gWeERFupMv.jpg
                        first_air_date: '2021-08-11'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 91363
                        media_type: tv
                        name: What If...?
                        origin_country:
                          - US
                        original_language: en
                        original_name: What If...?
                        overview: >-
                          Taking inspiration from the comic books of the same
                          name, each episode of this animated anthology series
                          questions, revisits and twists classic Marvel
                          Cinematic moments.
                        popularity: 2784.103
                        poster_path: /lztz5XBMG1x6Y5ubz7CxfPFsAcW.jpg
                        vote_average: 8.1
                        vote_count: 4234
                      - adult: false
                        backdrop_path: /rKsd2InqKFH4NMPCTBFDo6m4tnm.jpg
                        first_air_date: '2022-01-28'
                        genre_ids:
                          - 10759
                          - 18
                          - 10765
                        id: 99966
                        media_type: tv
                        name: All of Us Are Dead
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 지금 우리 학교는
                        overview: >-
                          A high school becomes ground zero for a zombie virus
                          outbreak. Trapped students must fight their way out —
                          or turn into one of the rabid infected.
                        popularity: 266.457
                        poster_path: /pTEFqAjLd5YTsMD6NSUxV6Dq7A6.jpg
                        vote_average: 8.3
                        vote_count: 3902
                      - adult: false
                        backdrop_path: /ikN8ABD9pXHuW4JFqTEHr3ae8rd.jpg
                        first_air_date: '2021-11-19'
                        genre_ids:
                          - 18
                          - 9648
                          - 10765
                        id: 106651
                        media_type: tv
                        name: Hellbound
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 지옥
                        overview: >-
                          Unearthly beings deliver bloody condemnations, sending
                          individuals to hell and giving rise to a religious
                          group founded on the idea of divine justice.
                        popularity: 57.897
                        poster_path: /5NYdSAnDVIXePrSG2dznHdiibMk.jpg
                        vote_average: 7.4
                        vote_count: 891
                      - adult: false
                        backdrop_path: /gFZriCkpJYsApPZEF3jhxL4yLzG.jpg
                        first_air_date: '2017-05-02'
                        genre_ids:
                          - 80
                          - 18
                        id: 71446
                        media_type: tv
                        name: Money Heist
                        origin_country:
                          - ES
                        original_language: es
                        original_name: La casa de papel
                        overview: >-
                          To carry out the biggest heist in history, a
                          mysterious man called The Professor recruits a band of
                          eight robbers who have a single characteristic: none
                          of them has anything to lose. Five months of seclusion
                          - memorizing every step, every detail, every
                          probability - culminate in eleven days locked up in
                          the National Coinage and Stamp Factory of Spain,
                          surrounded by police forces and with dozens of
                          hostages in their power, to find out whether their
                          suicide wager will lead to everything or nothing.
                        popularity: 224.205
                        poster_path: /reEMJA1uzscCbkpeRJeTT2bjqUp.jpg
                        vote_average: 8.2
                        vote_count: 18653
                      - adult: false
                        backdrop_path: /or7wKwv1IT6LEOktt395O5qi7e.jpg
                        first_air_date: '2013-09-12'
                        genre_ids:
                          - 18
                          - 80
                        id: 60574
                        media_type: tv
                        name: Peaky Blinders
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Peaky Blinders
                        overview: >-
                          A gangster family epic set in 1919 Birmingham, England
                          and centered on a gang who sew razor blades in the
                          peaks of their caps, and their fierce boss Tommy
                          Shelby, who means to move up in the world.
                        popularity: 542.974
                        poster_path: /vUUqzWa2LnHIVqkaKVlVGkVcZIW.jpg
                        vote_average: 8.538
                        vote_count: 10042
                      - adult: false
                        backdrop_path: /4XbQb5YoWK9oMrlQdKwtZ1ccpC8.jpg
                        first_air_date: '2021-09-24'
                        genre_ids:
                          - 9648
                          - 18
                        id: 97400
                        media_type: tv
                        name: Midnight Mass
                        origin_country:
                          - US
                        original_language: en
                        original_name: Midnight Mass
                        overview: >-
                          A young man returns to his isolated hometown on
                          Crockett Island, hoping to rebuild his life after
                          serving four years in prison for killing someone in a
                          drunk-driving incident. He arrives at the same time as
                          a mysterious, charismatic young priest who begins to
                          revitalise the town's flagging faith. However, the
                          community's divisions are soon exacerbated by the
                          priest's deeds while mysterious events befall the
                          small town.
                        popularity: 38.216
                        poster_path: /iYoMZYVD775MtBYJfv6OGY1FsnL.jpg
                        vote_average: 7.5
                        vote_count: 923
                      - adult: false
                        backdrop_path: /2ZNFu0hkSVtAI6LRWGIlCPNd1Tj.jpg
                        first_air_date: '2018-09-09'
                        genre_ids:
                          - 18
                        id: 78191
                        media_type: tv
                        name: You
                        origin_country:
                          - US
                        original_language: en
                        original_name: You
                        overview: >-
                          A dangerously charming, intensely obsessive young man
                          goes to extreme measures to insert himself into the
                          lives of those he is transfixed by.
                        popularity: 192.941
                        poster_path: /7bEYwjUvlJW7GerM8GYmqwl4oS3.jpg
                        vote_average: 8
                        vote_count: 3207
                      - adult: false
                        backdrop_path: /34OGjFEbHj0E3lE2w0iTUVq0CBz.jpg
                        first_air_date: '2020-10-23'
                        genre_ids:
                          - 18
                        id: 87739
                        media_type: tv
                        name: The Queen's Gambit
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Queen's Gambit
                        overview: >-
                          In a 1950s orphanage, a young girl reveals an
                          astonishing talent for chess and begins an unlikely
                          journey to stardom while grappling with addiction.
                        popularity: 112.129
                        poster_path: /zU0htwkhNvBQdVSIKB9s6hgVeFK.jpg
                        vote_average: 8.5
                        vote_count: 4635
                      - adult: false
                        backdrop_path: /4LZuFMhLivOSO7zuWAQ3RffMnnr.jpg
                        first_air_date: '2021-10-15'
                        genre_ids:
                          - 80
                          - 18
                          - 9648
                        id: 110356
                        media_type: tv
                        name: My Name
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 마이 네임
                        overview: >-
                          Following her father's murder, a revenge-driven woman
                          puts her trust in a powerful crime boss — and enters
                          the police force under his direction.
                        popularity: 54.932
                        poster_path: /l3Bn2jgYndSFvcPpddqMxQXiiCe.jpg
                        vote_average: 8.245
                        vote_count: 886
                      - adult: false
                        backdrop_path: /i9IEOD1Li1y89xRHKH9kiE8dt9z.jpg
                        first_air_date: '2021-10-21'
                        genre_ids:
                          - 10765
                          - 18
                        id: 127235
                        media_type: tv
                        name: Invasion
                        origin_country:
                          - US
                        original_language: en
                        original_name: Invasion
                        overview: >-
                          Earth is visited by an alien species that threatens
                          humanity's existence. Events unfold in real time
                          through the eyes of five ordinary people across the
                          globe as they struggle to make sense of the chaos
                          unraveling around them.
                        popularity: 111.062
                        poster_path: /wWFs3pl9gWHYvDElQVB4CB809m9.jpg
                        vote_average: 7.187
                        vote_count: 958
                      - adult: false
                        backdrop_path: /e6v08948EZVvLrx0sWpmglguY9e.jpg
                        first_air_date: '2021-11-07'
                        genre_ids:
                          - 18
                          - 80
                        id: 131927
                        media_type: tv
                        name: 'Dexter: New Blood'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Dexter: New Blood'
                        overview: >-
                          10 years after Dexter went missing in the eye of
                          Hurricane Laura, we find him living under an assumed
                          name in the small town of Iron Lake, New York.  Dexter
                          may be embracing his new life, but in the wake of
                          unexpected events in this close-knit community, his
                          Dark Passenger beckons.
                        popularity: 120.254
                        poster_path: /9EBKgrFIsCFSV1RZKWhYUdbtGiv.jpg
                        vote_average: 7.976
                        vote_count: 1153
                      - adult: false
                        backdrop_path: /gEQkOMmnJcoh9Hh1vk7fpVYnksR.jpg
                        first_air_date: '2020-08-14'
                        genre_ids:
                          - 35
                          - 18
                        id: 97546
                        media_type: tv
                        name: Ted Lasso
                        origin_country:
                          - US
                        original_language: en
                        original_name: Ted Lasso
                        overview: >-
                          Ted Lasso, an American football coach, moves to
                          England when he’s hired to manage a soccer
                          team—despite having no experience. With cynical
                          players and a doubtful town, will he get them to see
                          the Ted Lasso Way?
                        popularity: 367.387
                        poster_path: /5fhZdwP1DVJ0FyVH6vrFdHwpXIn.jpg
                        vote_average: 8.4
                        vote_count: 1764
                      - adult: false
                        backdrop_path: /i65eDmzPilc9FSVboIKdSSZ8Q0E.jpg
                        first_air_date: '2021-09-30'
                        genre_ids:
                          - 18
                        id: 111141
                        media_type: tv
                        name: Maid
                        origin_country:
                          - US
                        original_language: en
                        original_name: Maid
                        overview: >-
                          After fleeing an abusive relationship, a young mother
                          finds a job cleaning houses as she fights to provide
                          for her child and build them a better future.
                        popularity: 40.584
                        poster_path: /mCiEYoZYTKqgCSMSjYlWe62Qbwo.jpg
                        vote_average: 7.9
                        vote_count: 682
                      - adult: false
                        backdrop_path: /tUP1NO43xSp3ckFb91fn92zOnGk.jpg
                        first_air_date: '2021-09-23'
                        genre_ids:
                          - 10765
                          - 18
                        id: 93740
                        media_type: tv
                        name: Foundation
                        origin_country:
                          - US
                        original_language: en
                        original_name: Foundation
                        overview: >-
                          Follow a band of exiles on their monumental journey to
                          save humanity and rebuild civilization amid the fall
                          of the Galactic Empire.
                        popularity: 143.751
                        poster_path: /1AZERr7KEJBpcchQ6vFcbUUC0Zw.jpg
                        vote_average: 7.807
                        vote_count: 1258
                      - adult: false
                        backdrop_path: /20eIP9o5ebArmu2HxJutaBjhLf4.jpg
                        first_air_date: '2019-05-06'
                        genre_ids:
                          - 18
                        id: 87108
                        media_type: tv
                        name: Chernobyl
                        origin_country:
                          - US
                        original_language: en
                        original_name: Chernobyl
                        overview: >-
                          The true story of one of the worst man-made
                          catastrophes in history: the catastrophic nuclear
                          accident at Chernobyl. A tale of the brave men and
                          women who sacrificed to save Europe from unimaginable
                          disaster.
                        popularity: 208.944
                        poster_path: /7vcwOySsqeyEdmfHQNT5jHCL2gb.jpg
                        vote_average: 8.7
                        vote_count: 6434
                  total_pages:
                    type: number
                    example: 2
                  total_results:
                    type: number
                    example: 40
              examples:
                Recommendations:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /bKxiLRPVWe2nZXCzt6JPr5HNWYm.jpg
                        first_air_date: '2020-12-10'
                        genre_ids:
                          - 18
                          - 9648
                          - 10759
                        id: 110316
                        media_type: tv
                        name: Alice in Borderland
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 今際の国のアリス
                        overview: >-
                          With his two friends, a video-game-obsessed young man
                          finds himself in a strange version of Tokyo where they
                          must compete in dangerous games to win.
                        popularity: 151.642
                        poster_path: /20mOwAAPwZ1vLQkw0fvuQHiG7bO.jpg
                        vote_average: 8.16
                        vote_count: 2005
                      - adult: false
                        backdrop_path: /1R68vl3d5s86JsS2NPjl8UoMqIS.jpg
                        first_air_date: '2021-11-24'
                        genre_ids:
                          - 18
                          - 35
                          - 10759
                        id: 88329
                        media_type: tv
                        name: Hawkeye
                        origin_country:
                          - US
                        original_language: en
                        original_name: Hawkeye
                        overview: >-
                          Former Avenger Clint Barton has a seemingly simple
                          mission: get back to his family for Christmas.
                          Possible? Maybe with the help of Kate Bishop, a
                          22-year-old archer with dreams of becoming a
                          superhero. The two are forced to work together when a
                          presence from Barton’s past threatens to derail far
                          more than the festive spirit.
                        popularity: 162.028
                        poster_path: /ct5pNE5dDHryHLDnxyZPYcqO1sz.jpg
                        vote_average: 7.863
                        vote_count: 3317
                      - adult: false
                        backdrop_path: /lyZmMTwpr6ZCXKA7lszpXcDwNOM.jpg
                        first_air_date: '2021-10-12'
                        genre_ids:
                          - 80
                          - 35
                          - 9648
                        id: 90462
                        media_type: tv
                        name: Chucky
                        origin_country:
                          - US
                        original_language: en
                        original_name: Chucky
                        overview: >-
                          After a vintage Chucky doll turns up at a suburban
                          yard sale, an idyllic American town is thrown into
                          chaos as a series of horrifying murders begin to
                          expose the town’s hypocrisies and secrets. Meanwhile,
                          the arrival of enemies — and allies — from Chucky’s
                          past threatens to expose the truth behind the
                          killings, as well as the demon doll’s untold origins.
                        popularity: 247.659
                        poster_path: /sdCJbGkvnIsIKLxaFQrviriODVq.jpg
                        vote_average: 7.9
                        vote_count: 4045
                      - adult: false
                        backdrop_path: /sYXLeu5usz6yEz0k00FYvtEdodD.jpg
                        first_air_date: '2021-11-06'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                          - 9648
                          - 18
                        id: 94605
                        media_type: tv
                        name: Arcane
                        origin_country:
                          - US
                        original_language: en
                        original_name: Arcane
                        overview: >-
                          Amid the stark discord of twin cities Piltover and
                          Zaun, two sisters fight on rival sides of a war
                          between magic technologies and clashing convictions.
                        popularity: 465.268
                        poster_path: /abf8tHznhSvl9BAElD2cQeRr7do.jpg
                        vote_average: 8.8
                        vote_count: 4671
                      - adult: false
                        backdrop_path: /u23G9KZregWHs1use6ir1fX27gl.jpg
                        first_air_date: '2019-01-11'
                        genre_ids:
                          - 35
                          - 18
                        id: 81356
                        media_type: tv
                        name: Sex Education
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Sex Education
                        overview: >-
                          Inexperienced Otis channels his sex therapist mom when
                          he teams up with rebellious Maeve to set up an
                          underground sex therapy clinic at school.
                        popularity: 298.661
                        poster_path: /4Bph0hhnDH6dpc0SZIV522bLm4P.jpg
                        vote_average: 8.2
                        vote_count: 7304
                      - adult: false
                        backdrop_path: /4N6zEMfZ57zNEQcM8gWeERFupMv.jpg
                        first_air_date: '2021-08-11'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 91363
                        media_type: tv
                        name: What If...?
                        origin_country:
                          - US
                        original_language: en
                        original_name: What If...?
                        overview: >-
                          Taking inspiration from the comic books of the same
                          name, each episode of this animated anthology series
                          questions, revisits and twists classic Marvel
                          Cinematic moments.
                        popularity: 2784.103
                        poster_path: /lztz5XBMG1x6Y5ubz7CxfPFsAcW.jpg
                        vote_average: 8.1
                        vote_count: 4234
                      - adult: false
                        backdrop_path: /rKsd2InqKFH4NMPCTBFDo6m4tnm.jpg
                        first_air_date: '2022-01-28'
                        genre_ids:
                          - 10759
                          - 18
                          - 10765
                        id: 99966
                        media_type: tv
                        name: All of Us Are Dead
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 지금 우리 학교는
                        overview: >-
                          A high school becomes ground zero for a zombie virus
                          outbreak. Trapped students must fight their way out —
                          or turn into one of the rabid infected.
                        popularity: 266.457
                        poster_path: /pTEFqAjLd5YTsMD6NSUxV6Dq7A6.jpg
                        vote_average: 8.3
                        vote_count: 3902
                      - adult: false
                        backdrop_path: /ikN8ABD9pXHuW4JFqTEHr3ae8rd.jpg
                        first_air_date: '2021-11-19'
                        genre_ids:
                          - 18
                          - 9648
                          - 10765
                        id: 106651
                        media_type: tv
                        name: Hellbound
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 지옥
                        overview: >-
                          Unearthly beings deliver bloody condemnations, sending
                          individuals to hell and giving rise to a religious
                          group founded on the idea of divine justice.
                        popularity: 57.897
                        poster_path: /5NYdSAnDVIXePrSG2dznHdiibMk.jpg
                        vote_average: 7.4
                        vote_count: 891
                      - adult: false
                        backdrop_path: /gFZriCkpJYsApPZEF3jhxL4yLzG.jpg
                        first_air_date: '2017-05-02'
                        genre_ids:
                          - 80
                          - 18
                        id: 71446
                        media_type: tv
                        name: Money Heist
                        origin_country:
                          - ES
                        original_language: es
                        original_name: La casa de papel
                        overview: >-
                          To carry out the biggest heist in history, a
                          mysterious man called The Professor recruits a band of
                          eight robbers who have a single characteristic: none
                          of them has anything to lose. Five months of seclusion
                          - memorizing every step, every detail, every
                          probability - culminate in eleven days locked up in
                          the National Coinage and Stamp Factory of Spain,
                          surrounded by police forces and with dozens of
                          hostages in their power, to find out whether their
                          suicide wager will lead to everything or nothing.
                        popularity: 224.205
                        poster_path: /reEMJA1uzscCbkpeRJeTT2bjqUp.jpg
                        vote_average: 8.2
                        vote_count: 18653
                      - adult: false
                        backdrop_path: /or7wKwv1IT6LEOktt395O5qi7e.jpg
                        first_air_date: '2013-09-12'
                        genre_ids:
                          - 18
                          - 80
                        id: 60574
                        media_type: tv
                        name: Peaky Blinders
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Peaky Blinders
                        overview: >-
                          A gangster family epic set in 1919 Birmingham, England
                          and centered on a gang who sew razor blades in the
                          peaks of their caps, and their fierce boss Tommy
                          Shelby, who means to move up in the world.
                        popularity: 542.974
                        poster_path: /vUUqzWa2LnHIVqkaKVlVGkVcZIW.jpg
                        vote_average: 8.538
                        vote_count: 10042
                      - adult: false
                        backdrop_path: /4XbQb5YoWK9oMrlQdKwtZ1ccpC8.jpg
                        first_air_date: '2021-09-24'
                        genre_ids:
                          - 9648
                          - 18
                        id: 97400
                        media_type: tv
                        name: Midnight Mass
                        origin_country:
                          - US
                        original_language: en
                        original_name: Midnight Mass
                        overview: >-
                          A young man returns to his isolated hometown on
                          Crockett Island, hoping to rebuild his life after
                          serving four years in prison for killing someone in a
                          drunk-driving incident. He arrives at the same time as
                          a mysterious, charismatic young priest who begins to
                          revitalise the town's flagging faith. However, the
                          community's divisions are soon exacerbated by the
                          priest's deeds while mysterious events befall the
                          small town.
                        popularity: 38.216
                        poster_path: /iYoMZYVD775MtBYJfv6OGY1FsnL.jpg
                        vote_average: 7.5
                        vote_count: 923
                      - adult: false
                        backdrop_path: /2ZNFu0hkSVtAI6LRWGIlCPNd1Tj.jpg
                        first_air_date: '2018-09-09'
                        genre_ids:
                          - 18
                        id: 78191
                        media_type: tv
                        name: You
                        origin_country:
                          - US
                        original_language: en
                        original_name: You
                        overview: >-
                          A dangerously charming, intensely obsessive young man
                          goes to extreme measures to insert himself into the
                          lives of those he is transfixed by.
                        popularity: 192.941
                        poster_path: /7bEYwjUvlJW7GerM8GYmqwl4oS3.jpg
                        vote_average: 8
                        vote_count: 3207
                      - adult: false
                        backdrop_path: /34OGjFEbHj0E3lE2w0iTUVq0CBz.jpg
                        first_air_date: '2020-10-23'
                        genre_ids:
                          - 18
                        id: 87739
                        media_type: tv
                        name: The Queen's Gambit
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Queen's Gambit
                        overview: >-
                          In a 1950s orphanage, a young girl reveals an
                          astonishing talent for chess and begins an unlikely
                          journey to stardom while grappling with addiction.
                        popularity: 112.129
                        poster_path: /zU0htwkhNvBQdVSIKB9s6hgVeFK.jpg
                        vote_average: 8.5
                        vote_count: 4635
                      - adult: false
                        backdrop_path: /4LZuFMhLivOSO7zuWAQ3RffMnnr.jpg
                        first_air_date: '2021-10-15'
                        genre_ids:
                          - 80
                          - 18
                          - 9648
                        id: 110356
                        media_type: tv
                        name: My Name
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 마이 네임
                        overview: >-
                          Following her father's murder, a revenge-driven woman
                          puts her trust in a powerful crime boss — and enters
                          the police force under his direction.
                        popularity: 54.932
                        poster_path: /l3Bn2jgYndSFvcPpddqMxQXiiCe.jpg
                        vote_average: 8.245
                        vote_count: 886
                      - adult: false
                        backdrop_path: /i9IEOD1Li1y89xRHKH9kiE8dt9z.jpg
                        first_air_date: '2021-10-21'
                        genre_ids:
                          - 10765
                          - 18
                        id: 127235
                        media_type: tv
                        name: Invasion
                        origin_country:
                          - US
                        original_language: en
                        original_name: Invasion
                        overview: >-
                          Earth is visited by an alien species that threatens
                          humanity's existence. Events unfold in real time
                          through the eyes of five ordinary people across the
                          globe as they struggle to make sense of the chaos
                          unraveling around them.
                        popularity: 111.062
                        poster_path: /wWFs3pl9gWHYvDElQVB4CB809m9.jpg
                        vote_average: 7.187
                        vote_count: 958
                      - adult: false
                        backdrop_path: /e6v08948EZVvLrx0sWpmglguY9e.jpg
                        first_air_date: '2021-11-07'
                        genre_ids:
                          - 18
                          - 80
                        id: 131927
                        media_type: tv
                        name: 'Dexter: New Blood'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Dexter: New Blood'
                        overview: >-
                          10 years after Dexter went missing in the eye of
                          Hurricane Laura, we find him living under an assumed
                          name in the small town of Iron Lake, New York.  Dexter
                          may be embracing his new life, but in the wake of
                          unexpected events in this close-knit community, his
                          Dark Passenger beckons.
                        popularity: 120.254
                        poster_path: /9EBKgrFIsCFSV1RZKWhYUdbtGiv.jpg
                        vote_average: 7.976
                        vote_count: 1153
                      - adult: false
                        backdrop_path: /gEQkOMmnJcoh9Hh1vk7fpVYnksR.jpg
                        first_air_date: '2020-08-14'
                        genre_ids:
                          - 35
                          - 18
                        id: 97546
                        media_type: tv
                        name: Ted Lasso
                        origin_country:
                          - US
                        original_language: en
                        original_name: Ted Lasso
                        overview: >-
                          Ted Lasso, an American football coach, moves to
                          England when he’s hired to manage a soccer
                          team—despite having no experience. With cynical
                          players and a doubtful town, will he get them to see
                          the Ted Lasso Way?
                        popularity: 367.387
                        poster_path: /5fhZdwP1DVJ0FyVH6vrFdHwpXIn.jpg
                        vote_average: 8.4
                        vote_count: 1764
                      - adult: false
                        backdrop_path: /i65eDmzPilc9FSVboIKdSSZ8Q0E.jpg
                        first_air_date: '2021-09-30'
                        genre_ids:
                          - 18
                        id: 111141
                        media_type: tv
                        name: Maid
                        origin_country:
                          - US
                        original_language: en
                        original_name: Maid
                        overview: >-
                          After fleeing an abusive relationship, a young mother
                          finds a job cleaning houses as she fights to provide
                          for her child and build them a better future.
                        popularity: 40.584
                        poster_path: /mCiEYoZYTKqgCSMSjYlWe62Qbwo.jpg
                        vote_average: 7.9
                        vote_count: 682
                      - adult: false
                        backdrop_path: /tUP1NO43xSp3ckFb91fn92zOnGk.jpg
                        first_air_date: '2021-09-23'
                        genre_ids:
                          - 10765
                          - 18
                        id: 93740
                        media_type: tv
                        name: Foundation
                        origin_country:
                          - US
                        original_language: en
                        original_name: Foundation
                        overview: >-
                          Follow a band of exiles on their monumental journey to
                          save humanity and rebuild civilization amid the fall
                          of the Galactic Empire.
                        popularity: 143.751
                        poster_path: /1AZERr7KEJBpcchQ6vFcbUUC0Zw.jpg
                        vote_average: 7.807
                        vote_count: 1258
                      - adult: false
                        backdrop_path: /20eIP9o5ebArmu2HxJutaBjhLf4.jpg
                        first_air_date: '2019-05-06'
                        genre_ids:
                          - 18
                        id: 87108
                        media_type: tv
                        name: Chernobyl
                        origin_country:
                          - US
                        original_language: en
                        original_name: Chernobyl
                        overview: >-
                          The true story of one of the worst man-made
                          catastrophes in history: the catastrophic nuclear
                          accident at Chernobyl. A tale of the brave men and
                          women who sacrificed to save Europe from unimaginable
                          disaster.
                        popularity: 208.944
                        poster_path: /7vcwOySsqeyEdmfHQNT5jHCL2gb.jpg
                        vote_average: 8.7
                        vote_count: 6434
                    total_pages: 2
                    total_results: 40
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````