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

# Details

> This endpoint gets the details of a TV show.



## OpenAPI

````yaml get /3/tv/{{series_id}}
openapi: 3.0.3
info:
  title: TMDb Endpoints
  description: >-
    Welcome to the TMDb API! You'll find a well-organized collection of
    endpoints, each helping you fetch different types of movie and TV data. The
    endpoints cover everything from searching for titles and getting details to
    managing lists and accessing ratings, all designed to give you precise
    control over the information you need.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
    description: Test server
  - url: https://api.themoviedb.org/3
    description: Production server
  - url: '{{base_url}}'
    description: Some other server
security: []
tags:
  - name: AUTHENTICATION
    description: The /account/{account_id} gets the public details of an account on TMDB.
  - name: ACCOUNT
    description: >-
      Account endpoints allow users to manage their personal information,
      ratings, watchlists, and other account-related data after authenticating.
  - name: CERTIFICATIONS
    description: >-
      The Certifications endpoints provide lists of movie and TV show content
      rating systems used in various countries.
  - name: CHANGES
    description: >-
      Changes endpoints allow you to track modifications made to movies, TV
      shows, and people in the TMDb database, providing a history of updates and
      enabling you to keep your local data synchronized.
  - name: COLLECTIONS
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
    description: >-
      Discover endpoints are powerful tools for finding movies and TV shows
      based on a wide range of criteria, such as genre, release date, rating,
      keywords, and more, enabling highly customized searches.
  - name: FIND
    description: This folder has find by ID endpoint
  - name: GENRES
    description: >-
      Genres endpoints provide lists of available movie and TV show genres,
      allowing you to categorize and filter content.
  - name: GUEST SESSIONS
    description: >-
      Guest session endpoints allow you to create temporary, unauthenticated
      sessions that grant limited access to certain API features, such as rating
      movies or TV shows without requiring a full user account.
  - name: KEYWORDS
    description: >-
      Keyword endpoints allow you to search for keywords and retrieve detailed
      information about specific keywords and the media associated with them.
  - name: LISTS
    description: >-
      Lists endpoints allow you to create, retrieve, modify, and delete custom
      lists of movies or TV shows.
  - name: MOVIE LIST
    description: >-
      The Movie List endpoints let you retrieve pre-made lists of movies,
      categorized by criteria like popularity, top rated, now playing, or
      upcoming releases.
  - name: MOVIES
    description: >-
      The Movie endpoints allow you to retrieve detailed information about
      movies, including titles, descriptions, cast, crew, ratings, and related
      data.
  - name: NETWORKS
    description: >-
      The NETWORKS endpoints let you retrieve information about television
      networks, such as their names, logos, and origin countries.
  - name: PEOPLE LISTS
    description: >-
      The People Lists endpoints let you retrieve lists of people based on
      criteria like popularity.
  - name: PEOPLE
    description: >-
      The PEOPLE endpoints let you get information about actors, directors, and
      other people involved in movies and TV shows.
  - name: REVIEWS
    description: >-
      The REVIEWS endpoints let you get user-written opinions and ratings about
      movies and TV shows.
  - name: SEARCH
    description: >-
      The "Search" endpoints let you find movies, TV shows, people, and other
      content by typing in keywords or names.
  - name: TRENDING
    description: >-
      The "Trending" endpoints show you what movies, TV shows, and people are
      currently popular or getting a lot of attention right now.
  - name: TV SERIES LISTS
    description: >-
      TV Series Lists endpoints provide access to pre-defined lists of TV shows,
      such as popular, top-rated, or airing today, allowing you to quickly
      retrieve collections of TV series based on specific criteria.
  - name: TV SERIES
    description: >-
      The TV series endpoints provide access to a wealth of information about
      television shows, including details, credits, seasons, episodes,
      recommendations, and more. See each of them below for specific
      information.
  - name: TV SEASONS
    description: >-
      The TV seasons endpoints allow you to retrieve details about specific
      seasons of a TV show, including information about the episodes within that
      season. See them below for specific information on how to use them.
  - name: TV EPISODES
    description: >-
      The TV episode endpoints allow you to retrieve detailed information about
      specific episodes of a TV show, including details like the episode number,
      name, air date, overview, and more. Check them out for specific
      information.
  - name: TV EPISODE GROUPS
    description: >-
      There's only one endpoint in this folder. Check the endpoint to find
      information about it.
  - name: WATCH PROVIDERS
    description: >-
      The Watch Providers endpoints provide information about streaming
      services, rental/purchase platforms, and sometimes even theatrical
      releases in different regions.
paths:
  /3/tv/{{series_id}}:
    parameters:
      - name: series_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - TV SERIES
      summary: Details
      description: This endpoint gets the details of a TV show.
      operationId: details8
      responses:
        '200':
          description: Details Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=13706
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 12 Jan 2025 16:49:56 GMT
            ETag:
              schema:
                type: string
                example: W/"7e22dbee00869de52f852dd29afbf7bd"
            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 80ad73d9e8162f436b9f5199b04830b4.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: Cmnc_NxzHRz-FcMfudYGv8kaFPS0h1yFe6GjzquUJlb-5EWZV7HMWg==
            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: HIT
            x-memc-age:
              schema:
                type: string
                example: '11483'
            x-memc-expires:
              schema:
                type: string
                example: '13706'
            x-memc-key:
              schema:
                type: string
                example: c24bdbd296bad94ec4e7ccbb5056c67f
          content:
            application/json:
              schema:
                type: object
                properties:
                  adult:
                    type: boolean
                    example: false
                  backdrop_path:
                    type: string
                    example: /zZqpAXxVSBtxV9qPBcscfXBcL2w.jpg
                  created_by:
                    type: array
                    items:
                      type: object
                      properties:
                        credit_id:
                          type: string
                          example: 5256c8c219c2956ff604858a
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 9813
                        name:
                          type: string
                          example: David Benioff
                        original_name:
                          type: string
                          example: David Benioff
                        profile_path:
                          type: string
                          example: /xvNN5huL0X8yJ7h3IZfGG4O2zBD.jpg
                    example:
                      - credit_id: 5256c8c219c2956ff604858a
                        gender: 2
                        id: 9813
                        name: David Benioff
                        original_name: David Benioff
                        profile_path: /xvNN5huL0X8yJ7h3IZfGG4O2zBD.jpg
                      - credit_id: 552e611e9251413fea000901
                        gender: 2
                        id: 228068
                        name: D. B. Weiss
                        original_name: D. B. Weiss
                        profile_path: /2RMejaT793U9KRk2IEbFfteQntE.jpg
                  episode_run_time:
                    type: array
                    items: {}
                    example: []
                  first_air_date:
                    type: string
                    example: '2011-04-17'
                  genres:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 10765
                        name:
                          type: string
                          example: Sci-Fi & Fantasy
                    example:
                      - id: 10765
                        name: Sci-Fi & Fantasy
                      - id: 18
                        name: Drama
                      - id: 10759
                        name: Action & Adventure
                  homepage:
                    type: string
                    example: https://www.hbo.com/game-of-thrones
                  id:
                    type: number
                    example: 1399
                  in_production:
                    type: boolean
                    example: false
                  languages:
                    type: array
                    items:
                      type: string
                      example: en
                    example:
                      - en
                  last_air_date:
                    type: string
                    example: '2019-05-19'
                  last_episode_to_air:
                    type: object
                    properties:
                      air_date:
                        type: string
                        example: '2019-05-19'
                      episode_number:
                        type: number
                        example: 6
                      episode_type:
                        type: string
                        example: finale
                      id:
                        type: number
                        example: 1551830
                      name:
                        type: string
                        example: The Iron Throne
                      overview:
                        type: string
                        example: >-
                          In the aftermath of the devastating attack on King's
                          Landing, Daenerys must face the survivors.
                      production_code:
                        type: string
                        example: '806'
                      runtime:
                        type: number
                        example: 80
                      season_number:
                        type: number
                        example: 8
                      show_id:
                        type: number
                        example: 1399
                      still_path:
                        type: string
                        example: /zBi2O5EJfgTS6Ae0HdAYLm9o2nf.jpg
                      vote_average:
                        type: number
                        example: 4.609
                      vote_count:
                        type: number
                        example: 325
                  name:
                    type: string
                    example: Game of Thrones
                  networks:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 49
                        logo_path:
                          type: string
                          example: /tuomPhY2UtuPTqqFnKMVHvSb724.png
                        name:
                          type: string
                          example: HBO
                        origin_country:
                          type: string
                          example: US
                    example:
                      - id: 49
                        logo_path: /tuomPhY2UtuPTqqFnKMVHvSb724.png
                        name: HBO
                        origin_country: US
                  next_episode_to_air:
                    nullable: true
                    example: null
                  number_of_episodes:
                    type: number
                    example: 73
                  number_of_seasons:
                    type: number
                    example: 8
                  origin_country:
                    type: array
                    items:
                      type: string
                      example: US
                    example:
                      - US
                  original_language:
                    type: string
                    example: en
                  original_name:
                    type: string
                    example: Game of Thrones
                  overview:
                    type: string
                    example: >-
                      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:
                    type: number
                    example: 892.36
                  poster_path:
                    type: string
                    example: /1XS1oqL89opfnbLl8WnZY1O1uJx.jpg
                  production_companies:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 76043
                        logo_path:
                          type: string
                          nullable: true
                          example: /9RO2vbQ67otPrBLXCaC8UMp3Qat.png
                        name:
                          type: string
                          example: Revolution Sun Studios
                        origin_country:
                          type: string
                          example: US
                    example:
                      - id: 76043
                        logo_path: /9RO2vbQ67otPrBLXCaC8UMp3Qat.png
                        name: Revolution Sun Studios
                        origin_country: US
                      - id: 12525
                        logo_path: null
                        name: Television 360
                        origin_country: ''
                      - id: 5820
                        logo_path: null
                        name: Generator Entertainment
                        origin_country: GB
                      - id: 12526
                        logo_path: null
                        name: Bighead Littlehead
                        origin_country: US
                  production_countries:
                    type: array
                    items:
                      type: object
                      properties:
                        iso_3166_1:
                          type: string
                          example: GB
                        name:
                          type: string
                          example: United Kingdom
                    example:
                      - iso_3166_1: GB
                        name: United Kingdom
                      - iso_3166_1: US
                        name: United States of America
                  seasons:
                    type: array
                    items:
                      type: object
                      properties:
                        air_date:
                          type: string
                          example: '2010-12-05'
                        episode_count:
                          type: number
                          example: 282
                        id:
                          type: number
                          example: 3627
                        name:
                          type: string
                          example: Specials
                        overview:
                          type: string
                          example: ''
                        poster_path:
                          type: string
                          example: /aos6lC1JGYt6ZRL85lgstNsfSeY.jpg
                        season_number:
                          type: number
                          example: 0
                        vote_average:
                          type: number
                          example: 0
                    example:
                      - air_date: '2010-12-05'
                        episode_count: 282
                        id: 3627
                        name: Specials
                        overview: ''
                        poster_path: /aos6lC1JGYt6ZRL85lgstNsfSeY.jpg
                        season_number: 0
                        vote_average: 0
                      - air_date: '2011-04-17'
                        episode_count: 10
                        id: 3624
                        name: Season 1
                        overview: >-
                          Trouble is brewing in the Seven Kingdoms of Westeros.
                          For the driven inhabitants of this visionary world,
                          control of Westeros' Iron Throne holds the lure of
                          great power. But in a land where the seasons can last
                          a lifetime, winter is coming...and beyond the Great
                          Wall that protects them, an ancient evil has returned.
                          In Season One, the story centers on three primary
                          areas: the Stark and the Lannister families, whose
                          designs on controlling the throne threaten a tenuous
                          peace; the dragon princess Daenerys, heir to the
                          former dynasty, who waits just over the Narrow Sea
                          with her malevolent brother Viserys; and the Great
                          Wall--a massive barrier of ice where a forgotten
                          danger is stirring.
                        poster_path: /wgfKiqzuMrFIkU1M68DDDY8kGC1.jpg
                        season_number: 1
                        vote_average: 8.3
                      - air_date: '2012-04-01'
                        episode_count: 10
                        id: 3625
                        name: Season 2
                        overview: >-
                          The cold winds of winter are rising in Westeros...war
                          is coming...and five kings continue their savage quest
                          for control of the all-powerful Iron Throne. With
                          winter fast approaching, the coveted Iron Throne is
                          occupied by the cruel Joffrey, counseled by his
                          conniving mother Cersei and uncle Tyrion. But the
                          Lannister hold on the Throne is under assault on many
                          fronts. Meanwhile, a new leader is rising among the
                          wildings outside the Great Wall, adding new perils for
                          Jon Snow and the order of the Night's Watch.
                        poster_path: /9xfNkPwDOqyeUvfNhs1XlWA0esP.jpg
                        season_number: 2
                        vote_average: 8.3
                      - air_date: '2013-03-31'
                        episode_count: 10
                        id: 3626
                        name: Season 3
                        overview: >-
                          Duplicity and treachery...nobility and
                          honor...conquest and triumph...and, of course,
                          dragons. In Season 3, family and loyalty are the
                          overarching themes as many critical storylines from
                          the first two seasons come to a brutal head.
                          Meanwhile, the Lannisters maintain their hold on
                          King's Landing, though stirrings in the North threaten
                          to alter the balance of power; Robb Stark, King of the
                          North, faces a major calamity as he tries to build on
                          his victories; a massive army of wildlings led by
                          Mance Rayder march for the Wall; and Daenerys
                          Targaryen--reunited with her dragons--attempts to
                          raise an army in her quest for the Iron Throne.
                        poster_path: /5MkZjRnCKiIGn3bkXrXfndEzqOU.jpg
                        season_number: 3
                        vote_average: 8.3
                      - air_date: '2014-04-06'
                        episode_count: 10
                        id: 3628
                        name: Season 4
                        overview: >-
                          The War of the Five Kings is drawing to a close, but
                          new intrigues and plots are in motion, and the
                          surviving factions must contend with enemies not only
                          outside their ranks, but within.
                        poster_path: /jXIMScXE4J4EVHUba1JgxZnWbo4.jpg
                        season_number: 4
                        vote_average: 8.4
                      - air_date: '2015-04-12'
                        episode_count: 10
                        id: 62090
                        name: Season 5
                        overview: >-
                          The War of the Five Kings, once thought to be drawing
                          to a close, is instead entering a new and more chaotic
                          phase. Westeros is on the brink of collapse, and many
                          are seizing what they can while the realm implodes,
                          like a corpse making a feast for crows.
                        poster_path: /7Q1Hy1AHxAzA2lsmzEMBvuWTX0x.jpg
                        season_number: 5
                        vote_average: 8.2
                      - air_date: '2016-04-24'
                        episode_count: 10
                        id: 71881
                        name: Season 6
                        overview: >-
                          Following the shocking developments at the conclusion
                          of season five, survivors from all parts of Westeros
                          and Essos regroup to press forward, inexorably,
                          towards their uncertain individual fates. Familiar
                          faces will forge new alliances to bolster their
                          strategic chances at survival, while new characters
                          will emerge to challenge the balance of power in the
                          east, west, north and south.
                        poster_path: /p1udLh0gfqyZFmXBGa393gk8go5.jpg
                        season_number: 6
                        vote_average: 8.3
                      - air_date: '2017-07-16'
                        episode_count: 7
                        id: 81266
                        name: Season 7
                        overview: >-
                          The long winter is here. And with it comes a
                          convergence of armies and attitudes that have been
                          brewing for years.
                        poster_path: /oX51n32QyHeFP5kErksemJsJljL.jpg
                        season_number: 7
                        vote_average: 8.2
                      - air_date: '2019-04-14'
                        episode_count: 6
                        id: 107971
                        name: Season 8
                        overview: >-
                          The Great War has come, the Wall has fallen and the
                          Night King's army of the dead marches towards
                          Westeros. The end is here, but who will take the Iron
                          Throne?
                        poster_path: /259Q5FuaD3TNB7DGauTaJVRC8XV.jpg
                        season_number: 8
                        vote_average: 6.3
                  spoken_languages:
                    type: array
                    items:
                      type: object
                      properties:
                        english_name:
                          type: string
                          example: English
                        iso_639_1:
                          type: string
                          example: en
                        name:
                          type: string
                          example: English
                    example:
                      - english_name: English
                        iso_639_1: en
                        name: English
                  status:
                    type: string
                    example: Ended
                  tagline:
                    type: string
                    example: Winter is coming.
                  type:
                    type: string
                    example: Scripted
                  vote_average:
                    type: number
                    example: 8.5
                  vote_count:
                    type: number
                    example: 24407
              examples:
                Details Example:
                  value:
                    adult: false
                    backdrop_path: /zZqpAXxVSBtxV9qPBcscfXBcL2w.jpg
                    created_by:
                      - credit_id: 5256c8c219c2956ff604858a
                        gender: 2
                        id: 9813
                        name: David Benioff
                        original_name: David Benioff
                        profile_path: /xvNN5huL0X8yJ7h3IZfGG4O2zBD.jpg
                      - credit_id: 552e611e9251413fea000901
                        gender: 2
                        id: 228068
                        name: D. B. Weiss
                        original_name: D. B. Weiss
                        profile_path: /2RMejaT793U9KRk2IEbFfteQntE.jpg
                    episode_run_time: []
                    first_air_date: '2011-04-17'
                    genres:
                      - id: 10765
                        name: Sci-Fi & Fantasy
                      - id: 18
                        name: Drama
                      - id: 10759
                        name: Action & Adventure
                    homepage: https://www.hbo.com/game-of-thrones
                    id: 1399
                    in_production: false
                    languages:
                      - en
                    last_air_date: '2019-05-19'
                    last_episode_to_air:
                      air_date: '2019-05-19'
                      episode_number: 6
                      episode_type: finale
                      id: 1551830
                      name: The Iron Throne
                      overview: >-
                        In the aftermath of the devastating attack on King's
                        Landing, Daenerys must face the survivors.
                      production_code: '806'
                      runtime: 80
                      season_number: 8
                      show_id: 1399
                      still_path: /zBi2O5EJfgTS6Ae0HdAYLm9o2nf.jpg
                      vote_average: 4.609
                      vote_count: 325
                    name: Game of Thrones
                    networks:
                      - id: 49
                        logo_path: /tuomPhY2UtuPTqqFnKMVHvSb724.png
                        name: HBO
                        origin_country: US
                    next_episode_to_air: null
                    number_of_episodes: 73
                    number_of_seasons: 8
                    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: 892.36
                    poster_path: /1XS1oqL89opfnbLl8WnZY1O1uJx.jpg
                    production_companies:
                      - id: 76043
                        logo_path: /9RO2vbQ67otPrBLXCaC8UMp3Qat.png
                        name: Revolution Sun Studios
                        origin_country: US
                      - id: 12525
                        logo_path: null
                        name: Television 360
                        origin_country: ''
                      - id: 5820
                        logo_path: null
                        name: Generator Entertainment
                        origin_country: GB
                      - id: 12526
                        logo_path: null
                        name: Bighead Littlehead
                        origin_country: US
                    production_countries:
                      - iso_3166_1: GB
                        name: United Kingdom
                      - iso_3166_1: US
                        name: United States of America
                    seasons:
                      - air_date: '2010-12-05'
                        episode_count: 282
                        id: 3627
                        name: Specials
                        overview: ''
                        poster_path: /aos6lC1JGYt6ZRL85lgstNsfSeY.jpg
                        season_number: 0
                        vote_average: 0
                      - air_date: '2011-04-17'
                        episode_count: 10
                        id: 3624
                        name: Season 1
                        overview: >-
                          Trouble is brewing in the Seven Kingdoms of Westeros.
                          For the driven inhabitants of this visionary world,
                          control of Westeros' Iron Throne holds the lure of
                          great power. But in a land where the seasons can last
                          a lifetime, winter is coming...and beyond the Great
                          Wall that protects them, an ancient evil has returned.
                          In Season One, the story centers on three primary
                          areas: the Stark and the Lannister families, whose
                          designs on controlling the throne threaten a tenuous
                          peace; the dragon princess Daenerys, heir to the
                          former dynasty, who waits just over the Narrow Sea
                          with her malevolent brother Viserys; and the Great
                          Wall--a massive barrier of ice where a forgotten
                          danger is stirring.
                        poster_path: /wgfKiqzuMrFIkU1M68DDDY8kGC1.jpg
                        season_number: 1
                        vote_average: 8.3
                      - air_date: '2012-04-01'
                        episode_count: 10
                        id: 3625
                        name: Season 2
                        overview: >-
                          The cold winds of winter are rising in Westeros...war
                          is coming...and five kings continue their savage quest
                          for control of the all-powerful Iron Throne. With
                          winter fast approaching, the coveted Iron Throne is
                          occupied by the cruel Joffrey, counseled by his
                          conniving mother Cersei and uncle Tyrion. But the
                          Lannister hold on the Throne is under assault on many
                          fronts. Meanwhile, a new leader is rising among the
                          wildings outside the Great Wall, adding new perils for
                          Jon Snow and the order of the Night's Watch.
                        poster_path: /9xfNkPwDOqyeUvfNhs1XlWA0esP.jpg
                        season_number: 2
                        vote_average: 8.3
                      - air_date: '2013-03-31'
                        episode_count: 10
                        id: 3626
                        name: Season 3
                        overview: >-
                          Duplicity and treachery...nobility and
                          honor...conquest and triumph...and, of course,
                          dragons. In Season 3, family and loyalty are the
                          overarching themes as many critical storylines from
                          the first two seasons come to a brutal head.
                          Meanwhile, the Lannisters maintain their hold on
                          King's Landing, though stirrings in the North threaten
                          to alter the balance of power; Robb Stark, King of the
                          North, faces a major calamity as he tries to build on
                          his victories; a massive army of wildlings led by
                          Mance Rayder march for the Wall; and Daenerys
                          Targaryen--reunited with her dragons--attempts to
                          raise an army in her quest for the Iron Throne.
                        poster_path: /5MkZjRnCKiIGn3bkXrXfndEzqOU.jpg
                        season_number: 3
                        vote_average: 8.3
                      - air_date: '2014-04-06'
                        episode_count: 10
                        id: 3628
                        name: Season 4
                        overview: >-
                          The War of the Five Kings is drawing to a close, but
                          new intrigues and plots are in motion, and the
                          surviving factions must contend with enemies not only
                          outside their ranks, but within.
                        poster_path: /jXIMScXE4J4EVHUba1JgxZnWbo4.jpg
                        season_number: 4
                        vote_average: 8.4
                      - air_date: '2015-04-12'
                        episode_count: 10
                        id: 62090
                        name: Season 5
                        overview: >-
                          The War of the Five Kings, once thought to be drawing
                          to a close, is instead entering a new and more chaotic
                          phase. Westeros is on the brink of collapse, and many
                          are seizing what they can while the realm implodes,
                          like a corpse making a feast for crows.
                        poster_path: /7Q1Hy1AHxAzA2lsmzEMBvuWTX0x.jpg
                        season_number: 5
                        vote_average: 8.2
                      - air_date: '2016-04-24'
                        episode_count: 10
                        id: 71881
                        name: Season 6
                        overview: >-
                          Following the shocking developments at the conclusion
                          of season five, survivors from all parts of Westeros
                          and Essos regroup to press forward, inexorably,
                          towards their uncertain individual fates. Familiar
                          faces will forge new alliances to bolster their
                          strategic chances at survival, while new characters
                          will emerge to challenge the balance of power in the
                          east, west, north and south.
                        poster_path: /p1udLh0gfqyZFmXBGa393gk8go5.jpg
                        season_number: 6
                        vote_average: 8.3
                      - air_date: '2017-07-16'
                        episode_count: 7
                        id: 81266
                        name: Season 7
                        overview: >-
                          The long winter is here. And with it comes a
                          convergence of armies and attitudes that have been
                          brewing for years.
                        poster_path: /oX51n32QyHeFP5kErksemJsJljL.jpg
                        season_number: 7
                        vote_average: 8.2
                      - air_date: '2019-04-14'
                        episode_count: 6
                        id: 107971
                        name: Season 8
                        overview: >-
                          The Great War has come, the Wall has fallen and the
                          Night King's army of the dead marches towards
                          Westeros. The end is here, but who will take the Iron
                          Throne?
                        poster_path: /259Q5FuaD3TNB7DGauTaJVRC8XV.jpg
                        season_number: 8
                        vote_average: 6.3
                    spoken_languages:
                      - english_name: English
                        iso_639_1: en
                        name: English
                    status: Ended
                    tagline: Winter is coming.
                    type: Scripted
                    vote_average: 8.5
                    vote_count: 24407
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````