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

# Favourite TV

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



## OpenAPI

````yaml api-reference/openapi3.json get /3/account/{account_id}/favorite/tv
openapi: 3.0.3
info:
  title: The Movie Database
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: AUTHENTICATION
  - name: ACCOUNT
  - name: CERTIFICATIONS
  - name: CHANGES
  - name: COLLECTIONS
  - name: COMPANY
  - name: CONFIGURATION
  - name: CREDIT
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSIONS
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORKS
  - name: PEOPLE LIST
  - name: PEOPLE
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODE GROUP
  - name: WATCH PROVIDERS
paths:
  /3/account/{account_id}/favorite/tv:
    get:
      tags:
        - ACCOUNT
      summary: Favourite TV
      description: This endpoint get a users list of favourite TV shows.
      operationId: favouriteTv
      parameters:
        - $ref: '#/components/parameters/language'
        - $ref: '#/components/parameters/page'
        - $ref: '#/components/parameters/session_id'
        - $ref: '#/components/parameters/sort_by'
        - $ref: '#/components/parameters/account_id'
      responses:
        '200':
          description: favourite tv
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=0
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 16 Dec 2024 14:00:11 GMT
            ETag:
              schema:
                type: string
                example: W/"5b333525ff117973180331432dc740b8"
            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 08f45c153a856ff7955174d0e6f60744.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: AFKjT7-mLi6U1vAt6OO3I4fzLT1xghMs-kMwZSuoybxVuC1W0dbwmA==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: MISS
            x-memc-age:
              schema:
                type: string
                example: '0'
            x-memc-expires:
              schema:
                type: string
                example: '0'
            x-memc-key:
              schema:
                type: string
                example: 20229377be244dc44224ef6c82b37f8f
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                    description: >-
                      An integer representing the current page being viewed in
                      the paginated response.
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                          description: >-
                            A boolean indicating whether the show is intended
                            for adult audiences (true) or not (false).
                        backdrop_path:
                          type: string
                          example: /bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg
                          description: >-
                            The URL path to the movie's backdrop image (used for
                            background displays).
                        first_air_date:
                          type: string
                          example: '2008-01-20'
                          description: >-
                            The date when the show first premiered, presented in
                            the format YYYY-MM-DD.
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 18
                          example:
                            - 18
                            - 80
                          description: >-
                            An array of integers representing the genres
                            associated with the show, which can be mapped to
                            genre names in a separate list.
                        id:
                          type: number
                          example: 1396
                          description: >-
                            An integer representing the unique identifier for
                            the TV show.
                        name:
                          type: string
                          example: Breaking Bad
                          description: >-
                            The name of the TV show as it is commonly
                            recognized.
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: US
                          example:
                            - US
                          description: >-
                            An array of strings indicating the country where the
                            show was produced.
                        original_language:
                          type: string
                          example: en
                          description: >-
                            A string indicating the original language in which
                            the show was produced.
                        original_name:
                          type: string
                          example: Breaking Bad
                          description: >-
                            The title of the TV show as it was originally named,
                            in its original language.
                        overview:
                          type: string
                          example: >-
                            When 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.
                          description: >-
                            A brief summary describing the plot and main
                            elements of the show.
                        popularity:
                          type: number
                          example: 292.904
                          description: >-
                            A numerical value representing the popularity score
                            of the show. Higher values indicate higher
                            popularity.
                        poster_path:
                          type: string
                          example: /ggFHVNu6YYI5L9pCfOacjizRGt.jpg
                          description: The URL path to the poster image for the show.
                        vote_average:
                          type: number
                          example: 8.878
                          description: >-
                            A decimal number representing the average rating of
                            the show, typically on a scale from 0 to 10.
                        vote_count:
                          type: number
                          example: 11548
                          description: >-
                            An integer count of the total number of votes that
                            contributed to the average rating.
                    example:
                      - adult: false
                        backdrop_path: /bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg
                        first_air_date: '2008-01-20'
                        genre_ids:
                          - 18
                          - 80
                        id: 1396
                        name: Breaking Bad
                        origin_country:
                          - US
                        original_language: en
                        original_name: Breaking Bad
                        overview: >-
                          When 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: 292.904
                        poster_path: /ggFHVNu6YYI5L9pCfOacjizRGt.jpg
                        vote_average: 8.878
                        vote_count: 11548
                      - adult: false
                        backdrop_path: /2OMB0ynKlyIenMJWI2Dy9IWT4c.jpg
                        first_air_date: '2011-04-17'
                        genre_ids:
                          - 10765
                          - 18
                          - 10759
                        id: 1399
                        name: Game of Thrones
                        origin_country:
                          - US
                        original_language: en
                        original_name: Game of Thrones
                        overview: >-
                          Seven noble families fight for control of the mythical
                          land of Westeros. Friction between the houses leads to
                          full-scale war. All while a very ancient evil awakens
                          in the farthest north. Amidst the war, a neglected
                          military order of misfits, the Night's Watch, is all
                          that stands between the realms of men and icy horrors
                          beyond.
                        popularity: 316.756
                        poster_path: /7WUHnWGx5OO145IRxPDUkQSh4C7.jpg
                        vote_average: 8.436
                        vote_count: 21000
                      - adult: false
                        backdrop_path: /zP5SftyPx2VCdly369kTVVNIcT3.jpg
                        first_air_date: '2007-09-24'
                        genre_ids:
                          - 10759
                          - 35
                          - 18
                        id: 1404
                        name: Chuck
                        origin_country:
                          - US
                        original_language: en
                        original_name: Chuck
                        overview: >-
                          When Buy More computer geek Chuck Bartowski
                          unwittingly downloads a database of government
                          information and deadly fighting skills into his head,
                          he becomes the CIA's most vital secret. This sets
                          Chuck on a path to become a full-fledged spy.
                        popularity: 79.243
                        poster_path: /hdBp6Sya1w1DiKMKdJ6vdb0QOPS.jpg
                        vote_average: 7.726
                        vote_count: 818
                      - adult: false
                        backdrop_path: /8X1BTSaUyF5rc0malaaQovpxC3f.jpg
                        first_air_date: '2007-09-24'
                        genre_ids:
                          - 35
                        id: 1418
                        name: The Big Bang Theory
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Big Bang Theory
                        overview: >-
                          The sitcom is centered on five characters living in
                          Pasadena, California: roommates Leonard Hofstadter and
                          Sheldon Cooper; Penny, a waitress and aspiring actress
                          who lives across the hall; and Leonard and Sheldon's
                          equally geeky and socially awkward friends and
                          co-workers, mechanical engineer Howard Wolowitz and
                          astrophysicist Raj Koothrappali. The geekiness and
                          intellect of the four guys is contrasted for comic
                          effect with Penny's social skills and common sense.
                        popularity: 134.048
                        poster_path: /ooBGRQBdbGzBxAVfExiO8r7kloA.jpg
                        vote_average: 7.879
                        vote_count: 9899
                      - adult: false
                        backdrop_path: /lNpkvX2s8LGB0mjGODMT4o6Up7j.jpg
                        first_air_date: '1999-01-10'
                        genre_ids:
                          - 18
                        id: 1398
                        name: The Sopranos
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Sopranos
                        overview: >-
                          The story of New Jersey-based Italian-American mobster
                          Tony Soprano and the difficulties he faces as he tries
                          to balance the conflicting requirements of his home
                          life and the criminal organization he heads. Those
                          difficulties are often highlighted through his ongoing
                          professional relationship with psychiatrist Jennifer
                          Melfi. The show features Tony's family members and
                          Mafia associates in prominent roles and story arcs,
                          most notably his wife Carmela and his cousin and
                          protégé Christopher Moltisanti.
                        popularity: 162.264
                        poster_path: /57okJJUBK0AaijxLh3RjNUaMvFI.jpg
                        vote_average: 8.6
                        vote_count: 2130
                      - adult: false
                        backdrop_path: /x4lxFIhhrDI4nWtV8osnYwbGESV.jpg
                        first_air_date: '2009-09-23'
                        genre_ids:
                          - 35
                        id: 1421
                        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: 231.798
                        poster_path: /fu5vEUHgxkAPmX26ISQXqHmlPMq.jpg
                        vote_average: 7.787
                        vote_count: 2159
                      - adult: false
                        backdrop_path: /tEjnoEdE2PtFp9UcqQse5hDgW8U.jpg
                        first_air_date: '1999-03-28'
                        genre_ids:
                          - 16
                          - 10759
                          - 35
                          - 10765
                        id: 615
                        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: 120.381
                        poster_path: /k5e8kAq9jpaSmgvFM10su5LXGFR.jpg
                        vote_average: 8.392
                        vote_count: 2650
                      - adult: false
                        backdrop_path: /wr3RtUspxiLV0TwBgdikTlTFSG5.jpg
                        first_air_date: '2009-09-22'
                        genre_ids:
                          - 18
                        id: 1435
                        name: The Good Wife
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Good Wife
                        overview: >-
                          Alicia Florrick boldly assumes full responsibility for
                          her family and re-enters the workforce after her
                          husband's very public sex and political corruption
                          scandal lands him in jail.
                        popularity: 65.003
                        poster_path: /lasNCd45fpPLirlA7QxkuopWro.jpg
                        vote_average: 7.597
                        vote_count: 464
                      - adult: false
                        backdrop_path: /iP9Xjlc8KRmXE0kVMTaJRaN0umh.jpg
                        first_air_date: '2002-09-20'
                        genre_ids:
                          - 18
                          - 10759
                          - 10765
                        id: 1437
                        name: Firefly
                        origin_country:
                          - US
                        original_language: en
                        original_name: Firefly
                        overview: >-
                          In the year 2517, after the arrival of humans in a new
                          star system, follow the adventures of the renegade
                          crew of Serenity, a "Firefly-class" spaceship. The
                          ensemble cast portrays the nine characters who live on
                          Serenity.
                        popularity: 39.093
                        poster_path: /vZcKsy4sGAvWMVqLluwYuoi11Kj.jpg
                        vote_average: 8.323
                        vote_count: 1744
                      - adult: false
                        backdrop_path: /gNYLylxp5EzopGtIb4XqIzbLtNJ.jpg
                        first_air_date: '2010-09-19'
                        genre_ids:
                          - 80
                          - 18
                        id: 1621
                        name: Boardwalk Empire
                        origin_country:
                          - US
                        original_language: en
                        original_name: Boardwalk Empire
                        overview: >-
                          Atlantic City at the dawn of Prohibition is a place
                          where the rules don't apply. And the man who runs
                          things -- legally and otherwise -- is the town's
                          treasurer, Enoch "Nucky" Thompson, who is equal parts
                          politician and gangster.
                        popularity: 32.102
                        poster_path: /kL6SqlVPpfAof2nQbh1VxkUuXBQ.jpg
                        vote_average: 8
                        vote_count: 862
                      - adult: false
                        backdrop_path: /2yZXtM2Kky1Sy0kachbDlwybl3y.jpg
                        first_air_date: '2008-09-09'
                        genre_ids:
                          - 10765
                          - 18
                          - 9648
                        id: 1705
                        name: Fringe
                        origin_country:
                          - US
                        original_language: en
                        original_name: Fringe
                        overview: >-
                          FBI Special Agent Olivia Dunham, brilliant but
                          formerly institutionalized scientist Walter Bishop and
                          his scheming, reluctant son Peter uncover a deadly
                          mystery involving a series of unbelievable events and
                          realize they may be a part of a larger, more
                          disturbing pattern that blurs the line between science
                          fiction and technology.
                        popularity: 151.906
                        poster_path: /sY9hg5dLJ93RJOyKEiu1nAtBRND.jpg
                        vote_average: 8.109
                        vote_count: 2050
                      - adult: false
                        backdrop_path: /dGzPJnh8YcUS4J10sNunohaXMVn.jpg
                        first_air_date: '2004-03-21'
                        genre_ids:
                          - 37
                          - 80
                          - 18
                        id: 1406
                        name: Deadwood
                        origin_country:
                          - US
                        original_language: en
                        original_name: Deadwood
                        overview: >-
                          The story of the early days of Deadwood, South Dakota;
                          woven around actual historic events with most of the
                          main characters based on real people. Deadwood starts
                          as a gold mining camp and gradually turns from a
                          lawless wild-west community into an organized
                          wild-west civilized town. The story focuses on the
                          real-life characters Seth Bullock and Al Swearengen.
                        popularity: 42.61
                        poster_path: /4Yp35DVbVOAWkfQUIQ7pbh3u0aN.jpg
                        vote_average: 8.095
                        vote_count: 670
                      - adult: false
                        backdrop_path: /cyieN1P9Xo5SvLasSUT7SaAAzfy.jpg
                        first_air_date: '2010-03-16'
                        genre_ids:
                          - 80
                          - 18
                        id: 1436
                        name: Justified
                        origin_country:
                          - US
                        original_language: en
                        original_name: Justified
                        overview: >-
                          A character drama based on the 2001 Elmore Leonard
                          short story "Fire in the Hole." Leonard's tale centers
                          around U.S. Marshal Raylan Givens of Kentucky, a quiet
                          but strong-willed official of the law. The tale covers
                          his high-stakes job, as well as his strained
                          relationships with his ex-wife and father.
                        popularity: 56.399
                        poster_path: /aVYuGDlOZMCRt89fAnHTYgk3BMr.jpg
                        vote_average: 7.961
                        vote_count: 558
                      - adult: false
                        backdrop_path: /tMRdEsMg9MyXAkcufK9YJEeIaNW.jpg
                        first_air_date: '1989-07-05'
                        genre_ids:
                          - 35
                        id: 1400
                        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: 164.288
                        poster_path: /aCw8ONfyz3AhngVQa1E2Ss4KSUQ.jpg
                        vote_average: 8.3
                        vote_count: 1557
                      - adult: false
                        backdrop_path: /sAX6JOWZWJGhkvFRctSZIL556mp.jpg
                        first_air_date: '2008-09-03'
                        genre_ids:
                          - 80
                          - 18
                        id: 1409
                        name: Sons of Anarchy
                        origin_country:
                          - US
                        original_language: en
                        original_name: Sons of Anarchy
                        overview: >-
                          An adrenalized drama with darkly comedic undertones
                          that explores a notorious outlaw motorcycle club’s
                          (MC) desire to protect its livelihood while ensuring
                          that their simple, sheltered town of Charming,
                          California remains exactly that, charming. The MC must
                          confront threats from drug dealers, corporate
                          developers, and overzealous law officers. Behind the
                          MC’s familial lifestyle and legally thriving
                          automotive shop is a ruthless and illegal arms
                          business driven by the seduction of money, power, and
                          blood.
                        popularity: 119.662
                        poster_path: /kiy8BHtIHAslh81rvFcZ4wbNGdY.jpg
                        vote_average: 8.442
                        vote_count: 2437
                      - adult: false
                        backdrop_path: /tK8eRUWVY8AVdDUPUxSzrmlLb0R.jpg
                        first_air_date: '2009-10-02'
                        genre_ids:
                          - 10765
                          - 10759
                          - 18
                        id: 5148
                        name: Stargate Universe
                        origin_country:
                          - US
                        original_language: en
                        original_name: Stargate Universe
                        overview: >-
                          The adventures of a present-day, multinational
                          exploration team traveling on the Ancient spaceship
                          Destiny many billions of light years distant from the
                          Milky Way Galaxy. They evacuated there and are now
                          trying to figure out a way to return to Earth, while
                          simultaneously trying to explore and to survive in
                          their unknown area of the universe.
                        popularity: 35.116
                        poster_path: /n23WMoa9y5TYPuKSQjPArpbHr9x.jpg
                        vote_average: 7.385
                        vote_count: 577
                      - adult: false
                        backdrop_path: /56TMJ466qTNRyg4CCu4AgiXpVQL.jpg
                        first_air_date: '2009-09-17'
                        genre_ids:
                          - 35
                          - 10759
                          - 16
                        id: 10283
                        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: 78.672
                        poster_path: /vhnrkTGYPqcB63ALcSJm0WoaKHT.jpg
                        vote_average: 7.907
                        vote_count: 1009
                      - adult: false
                        backdrop_path: /nVRyd8hlg0ZLxBn9RaI7mUMQLnz.jpg
                        first_air_date: '2005-09-13'
                        genre_ids:
                          - 18
                          - 9648
                          - 10765
                        id: 1622
                        name: Supernatural
                        origin_country:
                          - US
                        original_language: en
                        original_name: Supernatural
                        overview: >-
                          When they were boys, Sam and Dean Winchester lost
                          their mother to a mysterious and demonic supernatural
                          force. Subsequently, their father raised them to be
                          soldiers. He taught them about the paranormal evil
                          that lives in the dark corners and on the back roads
                          of America ... and he taught them how to kill it. Now,
                          the Winchester brothers crisscross the country in
                          their '67 Chevy Impala, battling every kind of
                          supernatural threat they encounter along the way. 
                        popularity: 361.403
                        poster_path: /KoYWXbnYuS3b0GyQPkbuexlVK9.jpg
                        vote_average: 8.304
                        vote_count: 6650
                      - adult: false
                        backdrop_path: /mCwQJqyuCFlbFyJR5sWg3PqtHEN.jpg
                        first_air_date: '2013-04-04'
                        genre_ids:
                          - 18
                          - 80
                        id: 40008
                        name: Hannibal
                        origin_country:
                          - US
                        original_language: en
                        original_name: Hannibal
                        overview: >-
                          Both a gift and a curse, Graham has the extraordinary
                          ability to think like his prey—he sees what they see,
                          feels what they feel. But while Graham is pursuing an
                          especially troubling, cannibalistic murderer, Special
                          Agent Jack Crawford teams him with a highly respected
                          psychiatrist – a man with a taste for the criminal
                          minded – Dr. Hannibal Lecter.
                        popularity: 55.286
                        poster_path: /imzvb941su6uhQ158GGurk7vF28.jpg
                        vote_average: 8.222
                        vote_count: 2011
                      - adult: false
                        backdrop_path: /2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg
                        first_air_date: '2001-09-09'
                        genre_ids:
                          - 18
                          - 10768
                        id: 4613
                        name: Band of Brothers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Band of Brothers
                        overview: >-
                          Drawn from interviews with survivors of Easy Company,
                          as well as their journals and letters, Band of
                          Brothers chronicles the experiences of these men from
                          paratrooper training in Georgia through the end of the
                          war. As an elite rifle company parachuting into
                          Normandy early on D-Day morning, participants in the
                          Battle of the Bulge, and witness to the horrors of
                          war, the men of Easy knew extraordinary bravery and
                          extraordinary fear - and became the stuff of legend.
                          Based on Stephen E. Ambrose's acclaimed book of the
                          same name.
                        popularity: 56.008
                        poster_path: /pGzV187ogXzgJrvPRy2YPi29ofH.jpg
                        vote_average: 8.457
                        vote_count: 2956
                    description: >-
                      This represents a collection of movie objects returned by
                      the API that provides information about various films.
                  total_pages:
                    type: number
                    example: 4
                    description: The total number of pages available in the response data.
                  total_results:
                    type: number
                    example: 68
                    description: >-
                      The total number of TV shows results returned from the
                      query.
              examples:
                favourite tv:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg
                        first_air_date: '2008-01-20'
                        genre_ids:
                          - 18
                          - 80
                        id: 1396
                        name: Breaking Bad
                        origin_country:
                          - US
                        original_language: en
                        original_name: Breaking Bad
                        overview: >-
                          When 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: 292.904
                        poster_path: /ggFHVNu6YYI5L9pCfOacjizRGt.jpg
                        vote_average: 8.878
                        vote_count: 11548
                      - adult: false
                        backdrop_path: /2OMB0ynKlyIenMJWI2Dy9IWT4c.jpg
                        first_air_date: '2011-04-17'
                        genre_ids:
                          - 10765
                          - 18
                          - 10759
                        id: 1399
                        name: Game of Thrones
                        origin_country:
                          - US
                        original_language: en
                        original_name: Game of Thrones
                        overview: >-
                          Seven noble families fight for control of the mythical
                          land of Westeros. Friction between the houses leads to
                          full-scale war. All while a very ancient evil awakens
                          in the farthest north. Amidst the war, a neglected
                          military order of misfits, the Night's Watch, is all
                          that stands between the realms of men and icy horrors
                          beyond.
                        popularity: 316.756
                        poster_path: /7WUHnWGx5OO145IRxPDUkQSh4C7.jpg
                        vote_average: 8.436
                        vote_count: 21000
                      - adult: false
                        backdrop_path: /zP5SftyPx2VCdly369kTVVNIcT3.jpg
                        first_air_date: '2007-09-24'
                        genre_ids:
                          - 10759
                          - 35
                          - 18
                        id: 1404
                        name: Chuck
                        origin_country:
                          - US
                        original_language: en
                        original_name: Chuck
                        overview: >-
                          When Buy More computer geek Chuck Bartowski
                          unwittingly downloads a database of government
                          information and deadly fighting skills into his head,
                          he becomes the CIA's most vital secret. This sets
                          Chuck on a path to become a full-fledged spy.
                        popularity: 79.243
                        poster_path: /hdBp6Sya1w1DiKMKdJ6vdb0QOPS.jpg
                        vote_average: 7.726
                        vote_count: 818
                      - adult: false
                        backdrop_path: /8X1BTSaUyF5rc0malaaQovpxC3f.jpg
                        first_air_date: '2007-09-24'
                        genre_ids:
                          - 35
                        id: 1418
                        name: The Big Bang Theory
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Big Bang Theory
                        overview: >-
                          The sitcom is centered on five characters living in
                          Pasadena, California: roommates Leonard Hofstadter and
                          Sheldon Cooper; Penny, a waitress and aspiring actress
                          who lives across the hall; and Leonard and Sheldon's
                          equally geeky and socially awkward friends and
                          co-workers, mechanical engineer Howard Wolowitz and
                          astrophysicist Raj Koothrappali. The geekiness and
                          intellect of the four guys is contrasted for comic
                          effect with Penny's social skills and common sense.
                        popularity: 134.048
                        poster_path: /ooBGRQBdbGzBxAVfExiO8r7kloA.jpg
                        vote_average: 7.879
                        vote_count: 9899
                      - adult: false
                        backdrop_path: /lNpkvX2s8LGB0mjGODMT4o6Up7j.jpg
                        first_air_date: '1999-01-10'
                        genre_ids:
                          - 18
                        id: 1398
                        name: The Sopranos
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Sopranos
                        overview: >-
                          The story of New Jersey-based Italian-American mobster
                          Tony Soprano and the difficulties he faces as he tries
                          to balance the conflicting requirements of his home
                          life and the criminal organization he heads. Those
                          difficulties are often highlighted through his ongoing
                          professional relationship with psychiatrist Jennifer
                          Melfi. The show features Tony's family members and
                          Mafia associates in prominent roles and story arcs,
                          most notably his wife Carmela and his cousin and
                          protégé Christopher Moltisanti.
                        popularity: 162.264
                        poster_path: /57okJJUBK0AaijxLh3RjNUaMvFI.jpg
                        vote_average: 8.6
                        vote_count: 2130
                      - adult: false
                        backdrop_path: /x4lxFIhhrDI4nWtV8osnYwbGESV.jpg
                        first_air_date: '2009-09-23'
                        genre_ids:
                          - 35
                        id: 1421
                        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: 231.798
                        poster_path: /fu5vEUHgxkAPmX26ISQXqHmlPMq.jpg
                        vote_average: 7.787
                        vote_count: 2159
                      - adult: false
                        backdrop_path: /tEjnoEdE2PtFp9UcqQse5hDgW8U.jpg
                        first_air_date: '1999-03-28'
                        genre_ids:
                          - 16
                          - 10759
                          - 35
                          - 10765
                        id: 615
                        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: 120.381
                        poster_path: /k5e8kAq9jpaSmgvFM10su5LXGFR.jpg
                        vote_average: 8.392
                        vote_count: 2650
                      - adult: false
                        backdrop_path: /wr3RtUspxiLV0TwBgdikTlTFSG5.jpg
                        first_air_date: '2009-09-22'
                        genre_ids:
                          - 18
                        id: 1435
                        name: The Good Wife
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Good Wife
                        overview: >-
                          Alicia Florrick boldly assumes full responsibility for
                          her family and re-enters the workforce after her
                          husband's very public sex and political corruption
                          scandal lands him in jail.
                        popularity: 65.003
                        poster_path: /lasNCd45fpPLirlA7QxkuopWro.jpg
                        vote_average: 7.597
                        vote_count: 464
                      - adult: false
                        backdrop_path: /iP9Xjlc8KRmXE0kVMTaJRaN0umh.jpg
                        first_air_date: '2002-09-20'
                        genre_ids:
                          - 18
                          - 10759
                          - 10765
                        id: 1437
                        name: Firefly
                        origin_country:
                          - US
                        original_language: en
                        original_name: Firefly
                        overview: >-
                          In the year 2517, after the arrival of humans in a new
                          star system, follow the adventures of the renegade
                          crew of Serenity, a "Firefly-class" spaceship. The
                          ensemble cast portrays the nine characters who live on
                          Serenity.
                        popularity: 39.093
                        poster_path: /vZcKsy4sGAvWMVqLluwYuoi11Kj.jpg
                        vote_average: 8.323
                        vote_count: 1744
                      - adult: false
                        backdrop_path: /gNYLylxp5EzopGtIb4XqIzbLtNJ.jpg
                        first_air_date: '2010-09-19'
                        genre_ids:
                          - 80
                          - 18
                        id: 1621
                        name: Boardwalk Empire
                        origin_country:
                          - US
                        original_language: en
                        original_name: Boardwalk Empire
                        overview: >-
                          Atlantic City at the dawn of Prohibition is a place
                          where the rules don't apply. And the man who runs
                          things -- legally and otherwise -- is the town's
                          treasurer, Enoch "Nucky" Thompson, who is equal parts
                          politician and gangster.
                        popularity: 32.102
                        poster_path: /kL6SqlVPpfAof2nQbh1VxkUuXBQ.jpg
                        vote_average: 8
                        vote_count: 862
                      - adult: false
                        backdrop_path: /2yZXtM2Kky1Sy0kachbDlwybl3y.jpg
                        first_air_date: '2008-09-09'
                        genre_ids:
                          - 10765
                          - 18
                          - 9648
                        id: 1705
                        name: Fringe
                        origin_country:
                          - US
                        original_language: en
                        original_name: Fringe
                        overview: >-
                          FBI Special Agent Olivia Dunham, brilliant but
                          formerly institutionalized scientist Walter Bishop and
                          his scheming, reluctant son Peter uncover a deadly
                          mystery involving a series of unbelievable events and
                          realize they may be a part of a larger, more
                          disturbing pattern that blurs the line between science
                          fiction and technology.
                        popularity: 151.906
                        poster_path: /sY9hg5dLJ93RJOyKEiu1nAtBRND.jpg
                        vote_average: 8.109
                        vote_count: 2050
                      - adult: false
                        backdrop_path: /dGzPJnh8YcUS4J10sNunohaXMVn.jpg
                        first_air_date: '2004-03-21'
                        genre_ids:
                          - 37
                          - 80
                          - 18
                        id: 1406
                        name: Deadwood
                        origin_country:
                          - US
                        original_language: en
                        original_name: Deadwood
                        overview: >-
                          The story of the early days of Deadwood, South Dakota;
                          woven around actual historic events with most of the
                          main characters based on real people. Deadwood starts
                          as a gold mining camp and gradually turns from a
                          lawless wild-west community into an organized
                          wild-west civilized town. The story focuses on the
                          real-life characters Seth Bullock and Al Swearengen.
                        popularity: 42.61
                        poster_path: /4Yp35DVbVOAWkfQUIQ7pbh3u0aN.jpg
                        vote_average: 8.095
                        vote_count: 670
                      - adult: false
                        backdrop_path: /cyieN1P9Xo5SvLasSUT7SaAAzfy.jpg
                        first_air_date: '2010-03-16'
                        genre_ids:
                          - 80
                          - 18
                        id: 1436
                        name: Justified
                        origin_country:
                          - US
                        original_language: en
                        original_name: Justified
                        overview: >-
                          A character drama based on the 2001 Elmore Leonard
                          short story "Fire in the Hole." Leonard's tale centers
                          around U.S. Marshal Raylan Givens of Kentucky, a quiet
                          but strong-willed official of the law. The tale covers
                          his high-stakes job, as well as his strained
                          relationships with his ex-wife and father.
                        popularity: 56.399
                        poster_path: /aVYuGDlOZMCRt89fAnHTYgk3BMr.jpg
                        vote_average: 7.961
                        vote_count: 558
                      - adult: false
                        backdrop_path: /tMRdEsMg9MyXAkcufK9YJEeIaNW.jpg
                        first_air_date: '1989-07-05'
                        genre_ids:
                          - 35
                        id: 1400
                        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: 164.288
                        poster_path: /aCw8ONfyz3AhngVQa1E2Ss4KSUQ.jpg
                        vote_average: 8.3
                        vote_count: 1557
                      - adult: false
                        backdrop_path: /sAX6JOWZWJGhkvFRctSZIL556mp.jpg
                        first_air_date: '2008-09-03'
                        genre_ids:
                          - 80
                          - 18
                        id: 1409
                        name: Sons of Anarchy
                        origin_country:
                          - US
                        original_language: en
                        original_name: Sons of Anarchy
                        overview: >-
                          An adrenalized drama with darkly comedic undertones
                          that explores a notorious outlaw motorcycle club’s
                          (MC) desire to protect its livelihood while ensuring
                          that their simple, sheltered town of Charming,
                          California remains exactly that, charming. The MC must
                          confront threats from drug dealers, corporate
                          developers, and overzealous law officers. Behind the
                          MC’s familial lifestyle and legally thriving
                          automotive shop is a ruthless and illegal arms
                          business driven by the seduction of money, power, and
                          blood.
                        popularity: 119.662
                        poster_path: /kiy8BHtIHAslh81rvFcZ4wbNGdY.jpg
                        vote_average: 8.442
                        vote_count: 2437
                      - adult: false
                        backdrop_path: /tK8eRUWVY8AVdDUPUxSzrmlLb0R.jpg
                        first_air_date: '2009-10-02'
                        genre_ids:
                          - 10765
                          - 10759
                          - 18
                        id: 5148
                        name: Stargate Universe
                        origin_country:
                          - US
                        original_language: en
                        original_name: Stargate Universe
                        overview: >-
                          The adventures of a present-day, multinational
                          exploration team traveling on the Ancient spaceship
                          Destiny many billions of light years distant from the
                          Milky Way Galaxy. They evacuated there and are now
                          trying to figure out a way to return to Earth, while
                          simultaneously trying to explore and to survive in
                          their unknown area of the universe.
                        popularity: 35.116
                        poster_path: /n23WMoa9y5TYPuKSQjPArpbHr9x.jpg
                        vote_average: 7.385
                        vote_count: 577
                      - adult: false
                        backdrop_path: /56TMJ466qTNRyg4CCu4AgiXpVQL.jpg
                        first_air_date: '2009-09-17'
                        genre_ids:
                          - 35
                          - 10759
                          - 16
                        id: 10283
                        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: 78.672
                        poster_path: /vhnrkTGYPqcB63ALcSJm0WoaKHT.jpg
                        vote_average: 7.907
                        vote_count: 1009
                      - adult: false
                        backdrop_path: /nVRyd8hlg0ZLxBn9RaI7mUMQLnz.jpg
                        first_air_date: '2005-09-13'
                        genre_ids:
                          - 18
                          - 9648
                          - 10765
                        id: 1622
                        name: Supernatural
                        origin_country:
                          - US
                        original_language: en
                        original_name: Supernatural
                        overview: >-
                          When they were boys, Sam and Dean Winchester lost
                          their mother to a mysterious and demonic supernatural
                          force. Subsequently, their father raised them to be
                          soldiers. He taught them about the paranormal evil
                          that lives in the dark corners and on the back roads
                          of America ... and he taught them how to kill it. Now,
                          the Winchester brothers crisscross the country in
                          their '67 Chevy Impala, battling every kind of
                          supernatural threat they encounter along the way. 
                        popularity: 361.403
                        poster_path: /KoYWXbnYuS3b0GyQPkbuexlVK9.jpg
                        vote_average: 8.304
                        vote_count: 6650
                      - adult: false
                        backdrop_path: /mCwQJqyuCFlbFyJR5sWg3PqtHEN.jpg
                        first_air_date: '2013-04-04'
                        genre_ids:
                          - 18
                          - 80
                        id: 40008
                        name: Hannibal
                        origin_country:
                          - US
                        original_language: en
                        original_name: Hannibal
                        overview: >-
                          Both a gift and a curse, Graham has the extraordinary
                          ability to think like his prey—he sees what they see,
                          feels what they feel. But while Graham is pursuing an
                          especially troubling, cannibalistic murderer, Special
                          Agent Jack Crawford teams him with a highly respected
                          psychiatrist – a man with a taste for the criminal
                          minded – Dr. Hannibal Lecter.
                        popularity: 55.286
                        poster_path: /imzvb941su6uhQ158GGurk7vF28.jpg
                        vote_average: 8.222
                        vote_count: 2011
                      - adult: false
                        backdrop_path: /2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg
                        first_air_date: '2001-09-09'
                        genre_ids:
                          - 18
                          - 10768
                        id: 4613
                        name: Band of Brothers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Band of Brothers
                        overview: >-
                          Drawn from interviews with survivors of Easy Company,
                          as well as their journals and letters, Band of
                          Brothers chronicles the experiences of these men from
                          paratrooper training in Georgia through the end of the
                          war. As an elite rifle company parachuting into
                          Normandy early on D-Day morning, participants in the
                          Battle of the Bulge, and witness to the horrors of
                          war, the men of Easy knew extraordinary bravery and
                          extraordinary fear - and became the stuff of legend.
                          Based on Stephen E. Ambrose's acclaimed book of the
                          same name.
                        popularity: 56.008
                        poster_path: /pGzV187ogXzgJrvPRy2YPi29ofH.jpg
                        vote_average: 8.457
                        vote_count: 2956
                    total_pages: 4
                    total_results: 68
components:
  parameters:
    language:
      name: language
      in: query
      description: Specifies the language in which the response should be returned.
      schema:
        type: string
        example: en-US
    page:
      name: page
      in: query
      description: >-
        Indicates which page of results to return. Default is the first page
        (1).
      schema:
        type: integer
        example: 1
    session_id:
      name: session_id
      in: query
      description: >-
        A token that represents a logged-in user's session after they have
        authenticated with their TMDB account.
      schema:
        type: string
        example: ''
    sort_by:
      name: sort_by
      in: query
      description: >-
        Determines how the results should be sorted. 'created_at.asc' indicates
        ascending order based on the creation date.
      schema:
        type: string
        enum:
          - created_at.asc
          - created_at.desc
        example: created_at.asc
    account_id:
      name: account_id
      in: path
      required: true
      description: This refers to a unique identifier assigned to a user account.
      schema:
        type: integer
        example: ''
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````