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

# Recommend TV Shows

> This endpoint get a users list of recommended TV shows.



## OpenAPI

````yaml get /4/account/{account_object_id}/tv/recommendations
openapi: 3.0.3
info:
  title: Version 4
  description: This API is the version 4 of TMDB API
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTH
  - name: LISTS
    description: For this folder, you will need to create an access token
paths:
  /4/account/{account_object_id}/tv/recommendations:
    parameters:
      - name: account_object_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - ACCOUNT
      summary: Recommend TV Shows
      description: This endpoint get a users list of recommended TV shows.
      operationId: recommendTvShows
      parameters:
        - name: page
          description: the page number
          in: query
          schema:
            type: integer
            default: 1
        - name: language
          description: The ISO 639-1 code for the language
          in: query
          schema:
            type: string
            default: en-US
      responses:
        '200':
          description: Recommend TV Shows
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=600
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 03 Mar 2025 08:58:55 GMT
            ETag:
              schema:
                type: string
                example: W/"3a8d38092534157b2639e95bac4d6ad6"
            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 a9f4bdae1135d507d62df475ab78dc5e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: ewYrW6MyRu4W-NAzrWUtiNYwaN4sIEZwfhn--7vU5b9BHBfEkKU-Hw==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: MISS, STORE
            x-memc-age:
              schema:
                type: string
                example: '0'
            x-memc-expires:
              schema:
                type: string
                example: '600'
            x-memc-key:
              schema:
                type: string
                example: 974f26003183c53b1e16f0e6744a29a3
          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: /lgGZ2ysbRyAOi2VgIZpp6k8qILj.jpg
                        first_air_date:
                          type: string
                          example: '1999-01-31'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 16
                          example:
                            - 16
                            - 35
                        id:
                          type: number
                          example: 1434
                        media_type:
                          type: string
                          example: tv
                        name:
                          type: string
                          example: Family Guy
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: US
                          example:
                            - US
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: Family Guy
                        overview:
                          type: string
                          example: >-
                            Sick, twisted, politically incorrect and Freakin'
                            Sweet animated series featuring the adventures of
                            the dysfunctional Griffin family. Bumbling Peter and
                            long-suffering Lois have three kids. Stewie (a
                            brilliant but sadistic baby bent on killing his
                            mother and taking over the world), Meg (the oldest,
                            and is the most unpopular girl in town) and Chris
                            (the middle kid, he's not very bright but has a
                            passion for movies). The final member of the family
                            is Brian - a talking dog and much more than a pet,
                            he keeps Stewie in check whilst sipping Martinis and
                            sorting through his own life issues.
                        popularity:
                          type: number
                          example: 651.061
                        poster_path:
                          type: string
                          example: /8o8kiBkWFK3gVytHdyzEWUBXVfK.jpg
                        vote_average:
                          type: number
                          example: 7.4
                        vote_count:
                          type: number
                          example: 4487
                    example:
                      - adult: false
                        backdrop_path: /lgGZ2ysbRyAOi2VgIZpp6k8qILj.jpg
                        first_air_date: '1999-01-31'
                        genre_ids:
                          - 16
                          - 35
                        id: 1434
                        media_type: tv
                        name: Family Guy
                        origin_country:
                          - US
                        original_language: en
                        original_name: Family Guy
                        overview: >-
                          Sick, twisted, politically incorrect and Freakin'
                          Sweet animated series featuring the adventures of the
                          dysfunctional Griffin family. Bumbling Peter and
                          long-suffering Lois have three kids. Stewie (a
                          brilliant but sadistic baby bent on killing his mother
                          and taking over the world), Meg (the oldest, and is
                          the most unpopular girl in town) and Chris (the middle
                          kid, he's not very bright but has a passion for
                          movies). The final member of the family is Brian - a
                          talking dog and much more than a pet, he keeps Stewie
                          in check whilst sipping Martinis and sorting through
                          his own life issues.
                        popularity: 651.061
                        poster_path: /8o8kiBkWFK3gVytHdyzEWUBXVfK.jpg
                        vote_average: 7.4
                        vote_count: 4487
                      - adult: false
                        backdrop_path: /ubFM3JrH3p6BtCHWAlOuboC1obg.jpg
                        first_air_date: '1999-03-28'
                        genre_ids:
                          - 16
                          - 35
                          - 10765
                        id: 615
                        media_type: tv
                        name: Futurama
                        origin_country:
                          - US
                        original_language: en
                        original_name: Futurama
                        overview: >-
                          The adventures of a late-20th-century New York City
                          pizza delivery boy, Philip J. Fry, who, after being
                          unwittingly cryogenically frozen for one thousand
                          years, finds employment at Planet Express, an
                          interplanetary delivery company in the
                          retro-futuristic 31st century.
                        popularity: 335.114
                        poster_path: /sdJcX2cXirwQurLLlrDLYov7hcD.jpg
                        vote_average: 8.4
                        vote_count: 3362
                      - adult: false
                        backdrop_path: /pxeqQX4qFQ0cVxPt5SWZENV5BH3.jpg
                        first_air_date: '1989-12-17'
                        genre_ids:
                          - 10751
                          - 16
                          - 35
                        id: 456
                        media_type: tv
                        name: The Simpsons
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Simpsons
                        overview: >-
                          Set in Springfield, the average American town, the
                          show focuses on the antics and everyday adventures of
                          the Simpson family; Homer, Marge, Bart, Lisa and
                          Maggie, as well as a virtual cast of thousands. Since
                          the beginning, the series has been a pop culture icon,
                          attracting hundreds of celebrities to guest star. The
                          show has also made name for itself in its fearless
                          satirical take on politics, media and American life in
                          general.
                        popularity: 705.007
                        poster_path: /vHqeLzYl3dEAutojCO26g0LIkom.jpg
                        vote_average: 8
                        vote_count: 10072
                      - adult: false
                        backdrop_path: /2CmVYL5aOebxlE4cUl5xU4kcgdc.jpg
                        first_air_date: '2009-09-27'
                        genre_ids:
                          - 16
                          - 35
                        id: 15632
                        media_type: tv
                        name: The Cleveland Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Cleveland Show
                        overview: >-
                          The bizarre adventures of Cleveland Brown and his
                          family.
                        popularity: 73.781
                        poster_path: /Qp4gvTc5Cp15VBdt77oXKQ54xF.jpg
                        vote_average: 5.859
                        vote_count: 418
                      - adult: false
                        backdrop_path: /41neXsH222hV2zrsTyw8h7javon.jpg
                        first_air_date: '1997-08-13'
                        genre_ids:
                          - 16
                          - 35
                        id: 2190
                        media_type: tv
                        name: South Park
                        origin_country:
                          - US
                        original_language: en
                        original_name: South Park
                        overview: >-
                          Follows the misadventures of four irreverent
                          grade-schoolers in the quiet, dysfunctional town of
                          South Park, Colorado.
                        popularity: 314.323
                        poster_path: /xJnbMTrJ2fl1AXAKx34U4BPvOhs.jpg
                        vote_average: 8.365
                        vote_count: 4451
                      - adult: false
                        backdrop_path: /oJuDMcM8LZA5F5Ahgc9mZg2LRIO.jpg
                        first_air_date: '2011-01-09'
                        genre_ids:
                          - 16
                          - 35
                        id: 32726
                        media_type: tv
                        name: Bob's Burgers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Bob's Burgers
                        overview: >-
                          Bob's Burgers follows a third-generation restaurateur,
                          Bob, as he runs Bob's Burgers with the help of his
                          wife and their three kids. Bob and his quirky family
                          have big ideas about burgers, but fall short on
                          service and sophistication. Despite the greasy
                          counters, lousy location and a dearth of customers,
                          Bob and his family are determined to make Bob's
                          Burgers "grand re-re-re-opening" a success.
                        popularity: 424.439
                        poster_path: /yVz5foNr6nCfathj0igg8RLVGfn.jpg
                        vote_average: 7.83
                        vote_count: 950
                      - adult: false
                        backdrop_path: /hwlWGc8LD6eTN1l1A9vd3geWwtC.jpg
                        first_air_date: '2003-09-22'
                        genre_ids:
                          - 35
                        id: 2691
                        media_type: tv
                        name: Two and a Half Men
                        origin_country:
                          - US
                        original_language: en
                        original_name: Two and a Half Men
                        overview: >-
                          A hedonistic jingle writer's free-wheeling life comes
                          to an abrupt halt when his brother and 10-year-old
                          nephew move into his beach-front house.
                        popularity: 411.709
                        poster_path: /A9QDK4OWpv41W27kCv0LXe30k9S.jpg
                        vote_average: 7.453
                        vote_count: 3332
                      - adult: false
                        backdrop_path: /x4lxFIhhrDI4nWtV8osnYwbGESV.jpg
                        first_air_date: '2009-09-23'
                        genre_ids:
                          - 35
                        id: 1421
                        media_type: tv
                        name: Modern Family
                        origin_country:
                          - US
                        original_language: en
                        original_name: Modern Family
                        overview: >-
                          The Pritchett-Dunphy-Tucker clan is a wonderfully
                          large and blended family. They give us an honest and
                          often hilarious look into the sometimes warm,
                          sometimes twisted, embrace of the modern family.
                        popularity: 398.386
                        poster_path: /k5Qg5rgPoKdh3yTJJrLtyoyYGwC.jpg
                        vote_average: 7.867
                        vote_count: 2889
                      - adult: false
                        backdrop_path: /3MY7hMWrJ13Xtb1Y4jd7tztyPaZ.jpg
                        first_air_date: '1999-05-01'
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 387
                        media_type: tv
                        name: SpongeBob SquarePants
                        origin_country:
                          - US
                        original_language: en
                        original_name: SpongeBob SquarePants
                        overview: >-
                          Deep down in the Pacific Ocean in the subterranean
                          city of Bikini Bottom lives a square yellow sponge
                          named SpongeBob SquarePants. SpongeBob lives in a
                          pineapple with his pet snail, Gary, loves his job as a
                          fry cook at the Krusty Krab, and has a knack for
                          getting into all kinds of trouble without really
                          trying. When he's not getting on the nerves of his
                          cranky next door neighbor Squidward, SpongeBob can
                          usually be found smack in the middle of all sorts of
                          strange situations with his best buddy, the simple yet
                          lovable starfish, Patrick, or his thrill-seeking
                          surfer-girl squirrel pal, Sandy Cheeks.
                        popularity: 42.126
                        poster_path: /amvtZgiTty0GHIgD56gpouBWrcy.jpg
                        vote_average: 7.7
                        vote_count: 2998
                      - adult: false
                        backdrop_path: /uGy4DCmM33I7l86W7iCskNkvmLD.jpg
                        first_air_date: '2013-12-02'
                        genre_ids:
                          - 16
                          - 35
                          - 10765
                          - 10759
                        id: 60625
                        media_type: tv
                        name: Rick and Morty
                        origin_country:
                          - US
                        original_language: en
                        original_name: Rick and Morty
                        overview: >-
                          Rick is a mentally-unbalanced but scientifically
                          gifted old man who has recently reconnected with his
                          family. He spends most of his time involving his young
                          grandson Morty in dangerous, outlandish adventures
                          throughout space and alternate universes. Compounded
                          with Morty's already unstable family life, these
                          events cause Morty much distress at home and school.
                        popularity: 936.868
                        poster_path: /gdIrmf2DdY5mgN6ycVP0XlzKzbE.jpg
                        vote_average: 8.7
                        vote_count: 9990
                      - adult: false
                        backdrop_path: /56v2KjBlU4XaOv9rVYEQypROD7P.jpg
                        first_air_date: '2016-07-15'
                        genre_ids:
                          - 18
                          - 10765
                          - 9648
                        id: 66732
                        media_type: tv
                        name: Stranger Things
                        origin_country:
                          - US
                        original_language: en
                        original_name: Stranger Things
                        overview: >-
                          When a young boy vanishes, a small town uncovers a
                          mystery involving secret experiments, terrifying
                          supernatural forces, and one strange little girl.
                        popularity: 332.948
                        poster_path: /uOOtwVbSr4QDjAGIifLDwpb2Pdl.jpg
                        vote_average: 8.6
                        vote_count: 18071
                      - adult: false
                        backdrop_path: /9faGSFi5jam6pDWGNd0p8JcJgXQ.jpg
                        first_air_date: '2008-01-20'
                        genre_ids:
                          - 18
                          - 80
                        id: 1396
                        media_type: tv
                        name: Breaking Bad
                        origin_country:
                          - US
                        original_language: en
                        original_name: Breaking Bad
                        overview: >-
                          Walter White, a New Mexico chemistry teacher, is
                          diagnosed with Stage III cancer and given a prognosis
                          of only two years left to live. He becomes filled with
                          a sense of fearlessness and an unrelenting desire to
                          secure his family's financial future at any cost as he
                          enters the dangerous world of drugs and crime.
                        popularity: 645.683
                        poster_path: /ineLOBPG8AZsluYwnkMpHRyu7L.jpg
                        vote_average: 8.9
                        vote_count: 15123
                      - adult: false
                        backdrop_path: /rQeow546hb8vS9T5EcoipqJnoD8.jpg
                        first_air_date: '2014-04-14'
                        genre_ids:
                          - 16
                          - 35
                        id: 50035
                        media_type: tv
                        name: Clarence
                        origin_country:
                          - US
                        original_language: en
                        original_name: Clarence
                        overview: >-
                          In a world of noise, Clarence is a jar of sunshine,
                          pure and simple. He sees the world only in his
                          favorite colors: goofy grape and neon green. Clarence
                          values his friends Jeff and Sumo and his mother Mary
                          more than gold. No matter what happens, good or bad,
                          nothing brings Clarence down.
                        popularity: 188.994
                        poster_path: /rUWNAR3FlJDFRabvCBDNA3ryZJw.jpg
                        vote_average: 7.905
                        vote_count: 289
                      - adult: false
                        backdrop_path: /uhVBmZBgjd9rjDU9JfjrJt3Tees.jpg
                        first_air_date: '2009-09-17'
                        genre_ids:
                          - 35
                          - 10759
                          - 16
                        id: 10283
                        media_type: tv
                        name: Archer
                        origin_country:
                          - US
                        original_language: en
                        original_name: Archer
                        overview: >-
                          Sterling Archer is the world's most daunting spy. He
                          works for ISIS, a spy agency run by his mother. In
                          between dealing with his boss and his co-workers - one
                          of whom is his ex-girlfriend - Archer manages to annoy
                          or seduce everyone that crosses his path. His antics
                          are only excusable because at the end of the day, he
                          still somehow always manages to thwart whatever crises
                          was threatening mankind.
                        popularity: 183.986
                        poster_path: /vhnrkTGYPqcB63ALcSJm0WoaKHT.jpg
                        vote_average: 7.9
                        vote_count: 1264
                      - adult: false
                        backdrop_path: /3PCVo8Wikg4wG6dqZHs4Ofp0laA.jpg
                        first_air_date: '2011-05-03'
                        genre_ids:
                          - 16
                          - 10751
                          - 10765
                          - 35
                        id: 37606
                        media_type: tv
                        name: The Amazing World of Gumball
                        origin_country:
                          - IE
                          - GB
                          - US
                        original_language: en
                        original_name: The Amazing World of Gumball
                        overview: >-
                          The life of Gumball Watterson, a 12-year old cat who
                          attends middle school in Elmore. Accompanied by his
                          pet, adoptive brother, and best friend Darwin
                          Watterson, he frequently finds himself involved in
                          various shenanigans around the city, during which he
                          interacts with various family members: Anais, Richard,
                          and Nicole Watterson, and other various citizens.
                        popularity: 462.129
                        poster_path: /VYnnyA2hyxi3VUPgCA71mMtt69.jpg
                        vote_average: 8.5
                        vote_count: 1472
                      - adult: false
                        backdrop_path: /b7wyaeJGU2Q4ql7xZr52vdW5TKp.jpg
                        first_air_date: '2005-03-24'
                        genre_ids:
                          - 35
                        id: 2316
                        media_type: tv
                        name: The Office
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Office
                        overview: >-
                          The everyday lives of office employees in the
                          Scranton, Pennsylvania branch of the fictional Dunder
                          Mifflin Paper Company.
                        popularity: 341.442
                        poster_path: /dg9e5fPRRId8PoBE0F6jl5y85Eu.jpg
                        vote_average: 8.573
                        vote_count: 4382
                      - adult: false
                        backdrop_path: /tMRdEsMg9MyXAkcufK9YJEeIaNW.jpg
                        first_air_date: '1989-07-05'
                        genre_ids:
                          - 35
                        id: 1400
                        media_type: tv
                        name: Seinfeld
                        origin_country:
                          - US
                        original_language: en
                        original_name: Seinfeld
                        overview: >-
                          A stand-up comedian and his three offbeat friends
                          weather the pitfalls and payoffs of life in New York
                          City in the '90s. It's a show about nothing.
                        popularity: 297.903
                        poster_path: /aCw8ONfyz3AhngVQa1E2Ss4KSUQ.jpg
                        vote_average: 8.256
                        vote_count: 2058
                      - adult: false
                        backdrop_path: /7cqKGQMnNabzOpi7qaIgZvQ7NGV.jpg
                        first_air_date: '2019-07-25'
                        genre_ids:
                          - 10765
                          - 10759
                        id: 76479
                        media_type: tv
                        name: The Boys
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Boys
                        overview: >-
                          A group of vigilantes known informally as “The Boys”
                          set out to take down corrupt superheroes with no more
                          than blue-collar grit and a willingness to fight
                          dirty.
                        popularity: 375.882
                        poster_path: /2zmTngn1tYC1AvfnrFLhxeD82hz.jpg
                        vote_average: 8.461
                        vote_count: 10822
                      - adult: false
                        backdrop_path: /l0XvAI856XdyDYEfr1njztjH7u0.jpg
                        first_air_date: '2012-06-15'
                        genre_ids:
                          - 16
                          - 35
                          - 9648
                          - 10765
                          - 10762
                          - 10759
                          - 10751
                        id: 40075
                        media_type: tv
                        name: Gravity Falls
                        origin_country:
                          - US
                        original_language: en
                        original_name: Gravity Falls
                        overview: >-
                          Twin brother and sister Dipper and Mabel Pines are in
                          for an unexpected adventure when they spend the summer
                          helping their great uncle Stan run a tourist trap in
                          the mysterious town of Gravity Falls, Oregon.
                        popularity: 193.889
                        poster_path: /dNxEEK5CdNQbp4YcEtICXelRqvP.jpg
                        vote_average: 8.6
                        vote_count: 3078
                      - adult: false
                        backdrop_path: /l0qVZIpXtIo7km9u5Yqh0nKPOr5.jpg
                        first_air_date: '1994-09-22'
                        genre_ids:
                          - 35
                        id: 1668
                        media_type: tv
                        name: Friends
                        origin_country:
                          - US
                        original_language: en
                        original_name: Friends
                        overview: >-
                          Six young people from New York City, on their own and
                          struggling to survive in the real world, find the
                          companionship, comfort and support they get from each
                          other to be the perfect antidote to the pressures of
                          life.
                        popularity: 425.603
                        poster_path: /2koX1xLkpTQM4IZebYvKysFW1Nh.jpg
                        vote_average: 8.4
                        vote_count: 8236
                  total_pages:
                    type: number
                    example: 5
                  total_results:
                    type: number
                    example: 100
              examples:
                Recommend TV Shows:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /lgGZ2ysbRyAOi2VgIZpp6k8qILj.jpg
                        first_air_date: '1999-01-31'
                        genre_ids:
                          - 16
                          - 35
                        id: 1434
                        media_type: tv
                        name: Family Guy
                        origin_country:
                          - US
                        original_language: en
                        original_name: Family Guy
                        overview: >-
                          Sick, twisted, politically incorrect and Freakin'
                          Sweet animated series featuring the adventures of the
                          dysfunctional Griffin family. Bumbling Peter and
                          long-suffering Lois have three kids. Stewie (a
                          brilliant but sadistic baby bent on killing his mother
                          and taking over the world), Meg (the oldest, and is
                          the most unpopular girl in town) and Chris (the middle
                          kid, he's not very bright but has a passion for
                          movies). The final member of the family is Brian - a
                          talking dog and much more than a pet, he keeps Stewie
                          in check whilst sipping Martinis and sorting through
                          his own life issues.
                        popularity: 651.061
                        poster_path: /8o8kiBkWFK3gVytHdyzEWUBXVfK.jpg
                        vote_average: 7.4
                        vote_count: 4487
                      - adult: false
                        backdrop_path: /ubFM3JrH3p6BtCHWAlOuboC1obg.jpg
                        first_air_date: '1999-03-28'
                        genre_ids:
                          - 16
                          - 35
                          - 10765
                        id: 615
                        media_type: tv
                        name: Futurama
                        origin_country:
                          - US
                        original_language: en
                        original_name: Futurama
                        overview: >-
                          The adventures of a late-20th-century New York City
                          pizza delivery boy, Philip J. Fry, who, after being
                          unwittingly cryogenically frozen for one thousand
                          years, finds employment at Planet Express, an
                          interplanetary delivery company in the
                          retro-futuristic 31st century.
                        popularity: 335.114
                        poster_path: /sdJcX2cXirwQurLLlrDLYov7hcD.jpg
                        vote_average: 8.4
                        vote_count: 3362
                      - adult: false
                        backdrop_path: /pxeqQX4qFQ0cVxPt5SWZENV5BH3.jpg
                        first_air_date: '1989-12-17'
                        genre_ids:
                          - 10751
                          - 16
                          - 35
                        id: 456
                        media_type: tv
                        name: The Simpsons
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Simpsons
                        overview: >-
                          Set in Springfield, the average American town, the
                          show focuses on the antics and everyday adventures of
                          the Simpson family; Homer, Marge, Bart, Lisa and
                          Maggie, as well as a virtual cast of thousands. Since
                          the beginning, the series has been a pop culture icon,
                          attracting hundreds of celebrities to guest star. The
                          show has also made name for itself in its fearless
                          satirical take on politics, media and American life in
                          general.
                        popularity: 705.007
                        poster_path: /vHqeLzYl3dEAutojCO26g0LIkom.jpg
                        vote_average: 8
                        vote_count: 10072
                      - adult: false
                        backdrop_path: /2CmVYL5aOebxlE4cUl5xU4kcgdc.jpg
                        first_air_date: '2009-09-27'
                        genre_ids:
                          - 16
                          - 35
                        id: 15632
                        media_type: tv
                        name: The Cleveland Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Cleveland Show
                        overview: >-
                          The bizarre adventures of Cleveland Brown and his
                          family.
                        popularity: 73.781
                        poster_path: /Qp4gvTc5Cp15VBdt77oXKQ54xF.jpg
                        vote_average: 5.859
                        vote_count: 418
                      - adult: false
                        backdrop_path: /41neXsH222hV2zrsTyw8h7javon.jpg
                        first_air_date: '1997-08-13'
                        genre_ids:
                          - 16
                          - 35
                        id: 2190
                        media_type: tv
                        name: South Park
                        origin_country:
                          - US
                        original_language: en
                        original_name: South Park
                        overview: >-
                          Follows the misadventures of four irreverent
                          grade-schoolers in the quiet, dysfunctional town of
                          South Park, Colorado.
                        popularity: 314.323
                        poster_path: /xJnbMTrJ2fl1AXAKx34U4BPvOhs.jpg
                        vote_average: 8.365
                        vote_count: 4451
                      - adult: false
                        backdrop_path: /oJuDMcM8LZA5F5Ahgc9mZg2LRIO.jpg
                        first_air_date: '2011-01-09'
                        genre_ids:
                          - 16
                          - 35
                        id: 32726
                        media_type: tv
                        name: Bob's Burgers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Bob's Burgers
                        overview: >-
                          Bob's Burgers follows a third-generation restaurateur,
                          Bob, as he runs Bob's Burgers with the help of his
                          wife and their three kids. Bob and his quirky family
                          have big ideas about burgers, but fall short on
                          service and sophistication. Despite the greasy
                          counters, lousy location and a dearth of customers,
                          Bob and his family are determined to make Bob's
                          Burgers "grand re-re-re-opening" a success.
                        popularity: 424.439
                        poster_path: /yVz5foNr6nCfathj0igg8RLVGfn.jpg
                        vote_average: 7.83
                        vote_count: 950
                      - adult: false
                        backdrop_path: /hwlWGc8LD6eTN1l1A9vd3geWwtC.jpg
                        first_air_date: '2003-09-22'
                        genre_ids:
                          - 35
                        id: 2691
                        media_type: tv
                        name: Two and a Half Men
                        origin_country:
                          - US
                        original_language: en
                        original_name: Two and a Half Men
                        overview: >-
                          A hedonistic jingle writer's free-wheeling life comes
                          to an abrupt halt when his brother and 10-year-old
                          nephew move into his beach-front house.
                        popularity: 411.709
                        poster_path: /A9QDK4OWpv41W27kCv0LXe30k9S.jpg
                        vote_average: 7.453
                        vote_count: 3332
                      - adult: false
                        backdrop_path: /x4lxFIhhrDI4nWtV8osnYwbGESV.jpg
                        first_air_date: '2009-09-23'
                        genre_ids:
                          - 35
                        id: 1421
                        media_type: tv
                        name: Modern Family
                        origin_country:
                          - US
                        original_language: en
                        original_name: Modern Family
                        overview: >-
                          The Pritchett-Dunphy-Tucker clan is a wonderfully
                          large and blended family. They give us an honest and
                          often hilarious look into the sometimes warm,
                          sometimes twisted, embrace of the modern family.
                        popularity: 398.386
                        poster_path: /k5Qg5rgPoKdh3yTJJrLtyoyYGwC.jpg
                        vote_average: 7.867
                        vote_count: 2889
                      - adult: false
                        backdrop_path: /3MY7hMWrJ13Xtb1Y4jd7tztyPaZ.jpg
                        first_air_date: '1999-05-01'
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 387
                        media_type: tv
                        name: SpongeBob SquarePants
                        origin_country:
                          - US
                        original_language: en
                        original_name: SpongeBob SquarePants
                        overview: >-
                          Deep down in the Pacific Ocean in the subterranean
                          city of Bikini Bottom lives a square yellow sponge
                          named SpongeBob SquarePants. SpongeBob lives in a
                          pineapple with his pet snail, Gary, loves his job as a
                          fry cook at the Krusty Krab, and has a knack for
                          getting into all kinds of trouble without really
                          trying. When he's not getting on the nerves of his
                          cranky next door neighbor Squidward, SpongeBob can
                          usually be found smack in the middle of all sorts of
                          strange situations with his best buddy, the simple yet
                          lovable starfish, Patrick, or his thrill-seeking
                          surfer-girl squirrel pal, Sandy Cheeks.
                        popularity: 42.126
                        poster_path: /amvtZgiTty0GHIgD56gpouBWrcy.jpg
                        vote_average: 7.7
                        vote_count: 2998
                      - adult: false
                        backdrop_path: /uGy4DCmM33I7l86W7iCskNkvmLD.jpg
                        first_air_date: '2013-12-02'
                        genre_ids:
                          - 16
                          - 35
                          - 10765
                          - 10759
                        id: 60625
                        media_type: tv
                        name: Rick and Morty
                        origin_country:
                          - US
                        original_language: en
                        original_name: Rick and Morty
                        overview: >-
                          Rick is a mentally-unbalanced but scientifically
                          gifted old man who has recently reconnected with his
                          family. He spends most of his time involving his young
                          grandson Morty in dangerous, outlandish adventures
                          throughout space and alternate universes. Compounded
                          with Morty's already unstable family life, these
                          events cause Morty much distress at home and school.
                        popularity: 936.868
                        poster_path: /gdIrmf2DdY5mgN6ycVP0XlzKzbE.jpg
                        vote_average: 8.7
                        vote_count: 9990
                      - adult: false
                        backdrop_path: /56v2KjBlU4XaOv9rVYEQypROD7P.jpg
                        first_air_date: '2016-07-15'
                        genre_ids:
                          - 18
                          - 10765
                          - 9648
                        id: 66732
                        media_type: tv
                        name: Stranger Things
                        origin_country:
                          - US
                        original_language: en
                        original_name: Stranger Things
                        overview: >-
                          When a young boy vanishes, a small town uncovers a
                          mystery involving secret experiments, terrifying
                          supernatural forces, and one strange little girl.
                        popularity: 332.948
                        poster_path: /uOOtwVbSr4QDjAGIifLDwpb2Pdl.jpg
                        vote_average: 8.6
                        vote_count: 18071
                      - adult: false
                        backdrop_path: /9faGSFi5jam6pDWGNd0p8JcJgXQ.jpg
                        first_air_date: '2008-01-20'
                        genre_ids:
                          - 18
                          - 80
                        id: 1396
                        media_type: tv
                        name: Breaking Bad
                        origin_country:
                          - US
                        original_language: en
                        original_name: Breaking Bad
                        overview: >-
                          Walter White, a New Mexico chemistry teacher, is
                          diagnosed with Stage III cancer and given a prognosis
                          of only two years left to live. He becomes filled with
                          a sense of fearlessness and an unrelenting desire to
                          secure his family's financial future at any cost as he
                          enters the dangerous world of drugs and crime.
                        popularity: 645.683
                        poster_path: /ineLOBPG8AZsluYwnkMpHRyu7L.jpg
                        vote_average: 8.9
                        vote_count: 15123
                      - adult: false
                        backdrop_path: /rQeow546hb8vS9T5EcoipqJnoD8.jpg
                        first_air_date: '2014-04-14'
                        genre_ids:
                          - 16
                          - 35
                        id: 50035
                        media_type: tv
                        name: Clarence
                        origin_country:
                          - US
                        original_language: en
                        original_name: Clarence
                        overview: >-
                          In a world of noise, Clarence is a jar of sunshine,
                          pure and simple. He sees the world only in his
                          favorite colors: goofy grape and neon green. Clarence
                          values his friends Jeff and Sumo and his mother Mary
                          more than gold. No matter what happens, good or bad,
                          nothing brings Clarence down.
                        popularity: 188.994
                        poster_path: /rUWNAR3FlJDFRabvCBDNA3ryZJw.jpg
                        vote_average: 7.905
                        vote_count: 289
                      - adult: false
                        backdrop_path: /uhVBmZBgjd9rjDU9JfjrJt3Tees.jpg
                        first_air_date: '2009-09-17'
                        genre_ids:
                          - 35
                          - 10759
                          - 16
                        id: 10283
                        media_type: tv
                        name: Archer
                        origin_country:
                          - US
                        original_language: en
                        original_name: Archer
                        overview: >-
                          Sterling Archer is the world's most daunting spy. He
                          works for ISIS, a spy agency run by his mother. In
                          between dealing with his boss and his co-workers - one
                          of whom is his ex-girlfriend - Archer manages to annoy
                          or seduce everyone that crosses his path. His antics
                          are only excusable because at the end of the day, he
                          still somehow always manages to thwart whatever crises
                          was threatening mankind.
                        popularity: 183.986
                        poster_path: /vhnrkTGYPqcB63ALcSJm0WoaKHT.jpg
                        vote_average: 7.9
                        vote_count: 1264
                      - adult: false
                        backdrop_path: /3PCVo8Wikg4wG6dqZHs4Ofp0laA.jpg
                        first_air_date: '2011-05-03'
                        genre_ids:
                          - 16
                          - 10751
                          - 10765
                          - 35
                        id: 37606
                        media_type: tv
                        name: The Amazing World of Gumball
                        origin_country:
                          - IE
                          - GB
                          - US
                        original_language: en
                        original_name: The Amazing World of Gumball
                        overview: >-
                          The life of Gumball Watterson, a 12-year old cat who
                          attends middle school in Elmore. Accompanied by his
                          pet, adoptive brother, and best friend Darwin
                          Watterson, he frequently finds himself involved in
                          various shenanigans around the city, during which he
                          interacts with various family members: Anais, Richard,
                          and Nicole Watterson, and other various citizens.
                        popularity: 462.129
                        poster_path: /VYnnyA2hyxi3VUPgCA71mMtt69.jpg
                        vote_average: 8.5
                        vote_count: 1472
                      - adult: false
                        backdrop_path: /b7wyaeJGU2Q4ql7xZr52vdW5TKp.jpg
                        first_air_date: '2005-03-24'
                        genre_ids:
                          - 35
                        id: 2316
                        media_type: tv
                        name: The Office
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Office
                        overview: >-
                          The everyday lives of office employees in the
                          Scranton, Pennsylvania branch of the fictional Dunder
                          Mifflin Paper Company.
                        popularity: 341.442
                        poster_path: /dg9e5fPRRId8PoBE0F6jl5y85Eu.jpg
                        vote_average: 8.573
                        vote_count: 4382
                      - adult: false
                        backdrop_path: /tMRdEsMg9MyXAkcufK9YJEeIaNW.jpg
                        first_air_date: '1989-07-05'
                        genre_ids:
                          - 35
                        id: 1400
                        media_type: tv
                        name: Seinfeld
                        origin_country:
                          - US
                        original_language: en
                        original_name: Seinfeld
                        overview: >-
                          A stand-up comedian and his three offbeat friends
                          weather the pitfalls and payoffs of life in New York
                          City in the '90s. It's a show about nothing.
                        popularity: 297.903
                        poster_path: /aCw8ONfyz3AhngVQa1E2Ss4KSUQ.jpg
                        vote_average: 8.256
                        vote_count: 2058
                      - adult: false
                        backdrop_path: /7cqKGQMnNabzOpi7qaIgZvQ7NGV.jpg
                        first_air_date: '2019-07-25'
                        genre_ids:
                          - 10765
                          - 10759
                        id: 76479
                        media_type: tv
                        name: The Boys
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Boys
                        overview: >-
                          A group of vigilantes known informally as “The Boys”
                          set out to take down corrupt superheroes with no more
                          than blue-collar grit and a willingness to fight
                          dirty.
                        popularity: 375.882
                        poster_path: /2zmTngn1tYC1AvfnrFLhxeD82hz.jpg
                        vote_average: 8.461
                        vote_count: 10822
                      - adult: false
                        backdrop_path: /l0XvAI856XdyDYEfr1njztjH7u0.jpg
                        first_air_date: '2012-06-15'
                        genre_ids:
                          - 16
                          - 35
                          - 9648
                          - 10765
                          - 10762
                          - 10759
                          - 10751
                        id: 40075
                        media_type: tv
                        name: Gravity Falls
                        origin_country:
                          - US
                        original_language: en
                        original_name: Gravity Falls
                        overview: >-
                          Twin brother and sister Dipper and Mabel Pines are in
                          for an unexpected adventure when they spend the summer
                          helping their great uncle Stan run a tourist trap in
                          the mysterious town of Gravity Falls, Oregon.
                        popularity: 193.889
                        poster_path: /dNxEEK5CdNQbp4YcEtICXelRqvP.jpg
                        vote_average: 8.6
                        vote_count: 3078
                      - adult: false
                        backdrop_path: /l0qVZIpXtIo7km9u5Yqh0nKPOr5.jpg
                        first_air_date: '1994-09-22'
                        genre_ids:
                          - 35
                        id: 1668
                        media_type: tv
                        name: Friends
                        origin_country:
                          - US
                        original_language: en
                        original_name: Friends
                        overview: >-
                          Six young people from New York City, on their own and
                          struggling to survive in the real world, find the
                          companionship, comfort and support they get from each
                          other to be the perfect antidote to the pressures of
                          life.
                        popularity: 425.603
                        poster_path: /2koX1xLkpTQM4IZebYvKysFW1Nh.jpg
                        vote_average: 8.4
                        vote_count: 8236
                    total_pages: 5
                    total_results: 100
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````