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

# Details

> This endpoint get the details of a TV show.



## OpenAPI

````yaml api-reference/openapi3.json get /3/tv/{series_id}
openapi: 3.0.3
info:
  title: The Movie Database
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: AUTHENTICATION
  - name: ACCOUNT
  - name: CERTIFICATIONS
  - name: CHANGES
  - name: COLLECTIONS
  - name: COMPANY
  - name: CONFIGURATION
  - name: CREDIT
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSIONS
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORKS
  - name: PEOPLE LIST
  - name: PEOPLE
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODE GROUP
  - name: WATCH PROVIDERS
paths:
  /3/tv/{series_id}:
    get:
      tags:
        - TV SERIES
      summary: Details
      description: This endpoint get the details of a TV show.
      operationId: details11
      parameters:
        - $ref: '#/components/parameters/append_to_response'
        - $ref: '#/components/parameters/language'
        - $ref: '#/components/parameters/series_id'
      responses:
        '200':
          description: details / season number
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=3839
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 05 Jan 2025 23:09:26 GMT
            ETag:
              schema:
                type: string
                example: W/"a925aafbb45123b00b2a7abe5e8b2481"
            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 d9057c384f4ac5ba2672d2ff44de7e08.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: c1z6HRnF2ENRPUlXpU2DCoLA85lLsYjhDsgJe3CB3G0XCT_48NUgWA==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '20299'
            x-memc-expires:
              schema:
                type: string
                example: '3839'
            x-memc-key:
              schema:
                type: string
                example: 0ed4eea173d05b9230865214485d8a0f
          content:
            application/json:
              schema:
                type: object
                properties:
                  adult:
                    type: boolean
                    example: false
                  backdrop_path:
                    type: string
                    example: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg
                  created_by:
                    type: array
                    items:
                      type: object
                      properties:
                        credit_id:
                          type: string
                          example: 52542286760ee31328001a7b
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 66633
                        name:
                          type: string
                          example: Vince Gilligan
                        original_name:
                          type: string
                          example: Vince Gilligan
                        profile_path:
                          type: string
                          example: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg
                    example:
                      - credit_id: 52542286760ee31328001a7b
                        gender: 2
                        id: 66633
                        name: Vince Gilligan
                        original_name: Vince Gilligan
                        profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg
                  episode_run_time:
                    type: array
                    items: {}
                    example: []
                  first_air_date:
                    type: string
                    example: '2008-01-20'
                  genres:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 18
                        name:
                          type: string
                          example: Drama
                    example:
                      - id: 18
                        name: Drama
                      - id: 80
                        name: Crime
                  homepage:
                    type: string
                    example: https://www.sonypictures.com/tv/breakingbad
                  id:
                    type: number
                    example: 1396
                  in_production:
                    type: boolean
                    example: false
                  languages:
                    type: array
                    items:
                      type: string
                      example: en
                    example:
                      - en
                      - de
                      - es
                  last_air_date:
                    type: string
                    example: '2013-09-29'
                  last_episode_to_air:
                    type: object
                    properties:
                      air_date:
                        type: string
                        example: '2013-09-29'
                      episode_number:
                        type: number
                        example: 16
                      episode_type:
                        type: string
                        example: finale
                      id:
                        type: number
                        example: 62161
                      name:
                        type: string
                        example: Felina
                      overview:
                        type: string
                        example: All bad things must come to an end.
                      production_code:
                        type: string
                        example: ''
                      runtime:
                        type: number
                        example: 56
                      season_number:
                        type: number
                        example: 5
                      show_id:
                        type: number
                        example: 1396
                      still_path:
                        type: string
                        example: /pA0YwyhvdDXP3BEGL2grrIhq8aM.jpg
                      vote_average:
                        type: number
                        example: 9.226
                      vote_count:
                        type: number
                        example: 223
                  name:
                    type: string
                    example: Breaking Bad
                  networks:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 174
                        logo_path:
                          type: string
                          example: /alqLicR1ZMHMaZGP3xRQxn9sq7p.png
                        name:
                          type: string
                          example: AMC
                        origin_country:
                          type: string
                          example: US
                    example:
                      - id: 174
                        logo_path: /alqLicR1ZMHMaZGP3xRQxn9sq7p.png
                        name: AMC
                        origin_country: US
                  next_episode_to_air:
                    nullable: true
                    example: null
                  number_of_episodes:
                    type: number
                    example: 62
                  number_of_seasons:
                    type: number
                    example: 5
                  origin_country:
                    type: array
                    items:
                      type: string
                      example: US
                    example:
                      - US
                  original_language:
                    type: string
                    example: en
                  original_name:
                    type: string
                    example: Breaking Bad
                  overview:
                    type: string
                    example: >-
                      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:
                    type: number
                    example: 712.364
                  poster_path:
                    type: string
                    example: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg
                  production_companies:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 11073
                        logo_path:
                          type: string
                          nullable: true
                          example: /aCbASRcI1MI7DXjPbSW9Fcv9uGR.png
                        name:
                          type: string
                          example: Sony Pictures Television
                        origin_country:
                          type: string
                          example: US
                    example:
                      - id: 11073
                        logo_path: /aCbASRcI1MI7DXjPbSW9Fcv9uGR.png
                        name: Sony Pictures Television
                        origin_country: US
                      - id: 33742
                        logo_path: null
                        name: High Bridge Productions
                        origin_country: US
                      - id: 2605
                        logo_path: null
                        name: Gran Via Productions
                        origin_country: US
                  production_countries:
                    type: array
                    items:
                      type: object
                      properties:
                        iso_3166_1:
                          type: string
                          example: US
                        name:
                          type: string
                          example: United States of America
                    example:
                      - iso_3166_1: US
                        name: United States of America
                  seasons:
                    type: array
                    items:
                      type: object
                      properties:
                        air_date:
                          type: string
                          example: '2009-02-17'
                        episode_count:
                          type: number
                          example: 9
                        id:
                          type: number
                          example: 3577
                        name:
                          type: string
                          example: Specials
                        overview:
                          type: string
                          example: ''
                        poster_path:
                          type: string
                          example: /40dT79mDEZwXkQiZNBgSaydQFDP.jpg
                        season_number:
                          type: number
                          example: 0
                        vote_average:
                          type: number
                          example: 0
                    example:
                      - air_date: '2009-02-17'
                        episode_count: 9
                        id: 3577
                        name: Specials
                        overview: ''
                        poster_path: /40dT79mDEZwXkQiZNBgSaydQFDP.jpg
                        season_number: 0
                        vote_average: 0
                      - air_date: '2008-01-20'
                        episode_count: 7
                        id: 3572
                        name: Season 1
                        overview: >-
                          High school chemistry teacher Walter White's life is
                          suddenly transformed by a dire medical diagnosis.
                          Street-savvy former student Jesse Pinkman "teaches"
                          Walter a new trade.
                        poster_path: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg
                        season_number: 1
                        vote_average: 8.3
                      - air_date: '2009-03-08'
                        episode_count: 13
                        id: 3573
                        name: Season 2
                        overview: >-
                          Walt must deal with the chain reaction of his choice,
                          as he and Jesse face new and severe consequences. When
                          danger and suspicion around Walt escalate, he is
                          pushed to new levels of desperation. Just how much
                          higher will the stakes rise? How far is Walt willing
                          to go to ensure his family's security? Will his grand
                          plan spiral out of control?
                        poster_path: /e3oGYpoTUhOFK0BJfloru5ZmGV.jpg
                        season_number: 2
                        vote_average: 8.4
                      - air_date: '2010-03-21'
                        episode_count: 13
                        id: 3575
                        name: Season 3
                        overview: >-
                          Walt continues to battle dueling identities: a
                          desperate husband and father trying to provide for his
                          family, and a newly appointed key player in the
                          Albuquerque drug trade. As the danger around him
                          escalates, Walt is now entrenched in the complex
                          worlds of an angst-ridden family on the verge of
                          dissolution, and the ruthless and unrelenting drug
                          cartel.
                        poster_path: /ffP8Q8ew048YofHRnFVM18B2fPG.jpg
                        season_number: 3
                        vote_average: 8.4
                      - air_date: '2011-07-17'
                        episode_count: 13
                        id: 3576
                        name: Season 4
                        overview: >-
                          Walt and Jesse must cope with the fallout of their
                          previous actions, both personally and professionally.
                          Tension mounts as Walt faces a true standoff with his
                          employer, Gus, with neither side willing or able to
                          back down. Walt must also adjust to a new relationship
                          with Skyler, whom while still reconciling her
                          relationship with Walt, is committed to properly
                          laundering Walt’s money and ensuring her sister Marie
                          and an ailing Hank are financially stable.
                        poster_path: /5ewrnKp4TboU4hTLT5cWO350mHj.jpg
                        season_number: 4
                        vote_average: 8.5
                      - air_date: '2012-07-15'
                        episode_count: 16
                        id: 3578
                        name: Season 5
                        overview: "Walt is faced with the prospect of moving on in a world without his enemy. As the pressure of a criminal life starts to build, Skyler struggles to keep Walt’s terrible secrets. Facing resistance from sometime adversary and former Fring lieutenant Mike, Walt tries to keep his world from falling apart even as his DEA Agent brother in law, Hank, finds numerous leads that could blaze a path straight to Walt.\_"
                        poster_path: /r3z70vunihrAkjILQKWHX0G2xzO.jpg
                        season_number: 5
                        vote_average: 8.9
                  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
                      - english_name: German
                        iso_639_1: de
                        name: Deutsch
                      - english_name: Spanish
                        iso_639_1: es
                        name: Español
                  status:
                    type: string
                    example: Ended
                  tagline:
                    type: string
                    example: Change the equation.
                  type:
                    type: string
                    example: Scripted
                  vote_average:
                    type: number
                    example: 8.918
                  vote_count:
                    type: number
                    example: 14777
              examples:
                details:
                  value:
                    adult: false
                    backdrop_path: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg
                    created_by:
                      - credit_id: 52542286760ee31328001a7b
                        gender: 2
                        id: 66633
                        name: Vince Gilligan
                        original_name: Vince Gilligan
                        profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg
                    episode_run_time: []
                    first_air_date: '2008-01-20'
                    genres:
                      - id: 18
                        name: Drama
                      - id: 80
                        name: Crime
                    homepage: https://www.sonypictures.com/tv/breakingbad
                    id: 1396
                    in_production: false
                    languages:
                      - en
                      - de
                      - es
                    last_air_date: '2013-09-29'
                    last_episode_to_air:
                      air_date: '2013-09-29'
                      episode_number: 16
                      episode_type: finale
                      id: 62161
                      name: Felina
                      overview: All bad things must come to an end.
                      production_code: ''
                      runtime: 56
                      season_number: 5
                      show_id: 1396
                      still_path: /pA0YwyhvdDXP3BEGL2grrIhq8aM.jpg
                      vote_average: 9.226
                      vote_count: 223
                    name: Breaking Bad
                    networks:
                      - id: 174
                        logo_path: /alqLicR1ZMHMaZGP3xRQxn9sq7p.png
                        name: AMC
                        origin_country: US
                    next_episode_to_air: null
                    number_of_episodes: 62
                    number_of_seasons: 5
                    origin_country:
                      - US
                    original_language: en
                    original_name: Breaking Bad
                    overview: >-
                      Walter White, a New Mexico chemistry teacher, is diagnosed
                      with Stage III cancer and given a prognosis of only two
                      years left to live. He becomes filled with a sense of
                      fearlessness and an unrelenting desire to secure his
                      family's financial future at any cost as he enters the
                      dangerous world of drugs and crime.
                    popularity: 712.364
                    poster_path: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg
                    production_companies:
                      - id: 11073
                        logo_path: /aCbASRcI1MI7DXjPbSW9Fcv9uGR.png
                        name: Sony Pictures Television
                        origin_country: US
                      - id: 33742
                        logo_path: null
                        name: High Bridge Productions
                        origin_country: US
                      - id: 2605
                        logo_path: null
                        name: Gran Via Productions
                        origin_country: US
                    production_countries:
                      - iso_3166_1: US
                        name: United States of America
                    seasons:
                      - air_date: '2009-02-17'
                        episode_count: 9
                        id: 3577
                        name: Specials
                        overview: ''
                        poster_path: /40dT79mDEZwXkQiZNBgSaydQFDP.jpg
                        season_number: 0
                        vote_average: 0
                      - air_date: '2008-01-20'
                        episode_count: 7
                        id: 3572
                        name: Season 1
                        overview: >-
                          High school chemistry teacher Walter White's life is
                          suddenly transformed by a dire medical diagnosis.
                          Street-savvy former student Jesse Pinkman "teaches"
                          Walter a new trade.
                        poster_path: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg
                        season_number: 1
                        vote_average: 8.3
                      - air_date: '2009-03-08'
                        episode_count: 13
                        id: 3573
                        name: Season 2
                        overview: >-
                          Walt must deal with the chain reaction of his choice,
                          as he and Jesse face new and severe consequences. When
                          danger and suspicion around Walt escalate, he is
                          pushed to new levels of desperation. Just how much
                          higher will the stakes rise? How far is Walt willing
                          to go to ensure his family's security? Will his grand
                          plan spiral out of control?
                        poster_path: /e3oGYpoTUhOFK0BJfloru5ZmGV.jpg
                        season_number: 2
                        vote_average: 8.4
                      - air_date: '2010-03-21'
                        episode_count: 13
                        id: 3575
                        name: Season 3
                        overview: >-
                          Walt continues to battle dueling identities: a
                          desperate husband and father trying to provide for his
                          family, and a newly appointed key player in the
                          Albuquerque drug trade. As the danger around him
                          escalates, Walt is now entrenched in the complex
                          worlds of an angst-ridden family on the verge of
                          dissolution, and the ruthless and unrelenting drug
                          cartel.
                        poster_path: /ffP8Q8ew048YofHRnFVM18B2fPG.jpg
                        season_number: 3
                        vote_average: 8.4
                      - air_date: '2011-07-17'
                        episode_count: 13
                        id: 3576
                        name: Season 4
                        overview: >-
                          Walt and Jesse must cope with the fallout of their
                          previous actions, both personally and professionally.
                          Tension mounts as Walt faces a true standoff with his
                          employer, Gus, with neither side willing or able to
                          back down. Walt must also adjust to a new relationship
                          with Skyler, whom while still reconciling her
                          relationship with Walt, is committed to properly
                          laundering Walt’s money and ensuring her sister Marie
                          and an ailing Hank are financially stable.
                        poster_path: /5ewrnKp4TboU4hTLT5cWO350mHj.jpg
                        season_number: 4
                        vote_average: 8.5
                      - air_date: '2012-07-15'
                        episode_count: 16
                        id: 3578
                        name: Season 5
                        overview: "Walt is faced with the prospect of moving on in a world without his enemy. As the pressure of a criminal life starts to build, Skyler struggles to keep Walt’s terrible secrets. Facing resistance from sometime adversary and former Fring lieutenant Mike, Walt tries to keep his world from falling apart even as his DEA Agent brother in law, Hank, finds numerous leads that could blaze a path straight to Walt.\_"
                        poster_path: /r3z70vunihrAkjILQKWHX0G2xzO.jpg
                        season_number: 5
                        vote_average: 8.9
                    spoken_languages:
                      - english_name: English
                        iso_639_1: en
                        name: English
                      - english_name: German
                        iso_639_1: de
                        name: Deutsch
                      - english_name: Spanish
                        iso_639_1: es
                        name: Español
                    status: Ended
                    tagline: Change the equation.
                    type: Scripted
                    vote_average: 8.918
                    vote_count: 14777
                season number:
                  value:
                    adult: false
                    backdrop_path: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg
                    created_by:
                      - credit_id: 52542286760ee31328001a7b
                        gender: 2
                        id: 66633
                        name: Vince Gilligan
                        original_name: Vince Gilligan
                        profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg
                    episode_run_time: []
                    first_air_date: '2008-01-20'
                    genres:
                      - id: 18
                        name: Drama
                      - id: 80
                        name: Crime
                    homepage: https://www.sonypictures.com/tv/breakingbad
                    id: 1396
                    in_production: false
                    languages:
                      - en
                      - de
                      - es
                    last_air_date: '2013-09-29'
                    last_episode_to_air:
                      air_date: '2013-09-29'
                      episode_number: 16
                      episode_type: finale
                      id: 62161
                      name: Felina
                      overview: All bad things must come to an end.
                      production_code: ''
                      runtime: 56
                      season_number: 5
                      show_id: 1396
                      still_path: /pA0YwyhvdDXP3BEGL2grrIhq8aM.jpg
                      vote_average: 9.226
                      vote_count: 223
                    name: Breaking Bad
                    networks:
                      - id: 174
                        logo_path: /alqLicR1ZMHMaZGP3xRQxn9sq7p.png
                        name: AMC
                        origin_country: US
                    next_episode_to_air: null
                    number_of_episodes: 62
                    number_of_seasons: 5
                    origin_country:
                      - US
                    original_language: en
                    original_name: Breaking Bad
                    overview: >-
                      Walter White, a New Mexico chemistry teacher, is diagnosed
                      with Stage III cancer and given a prognosis of only two
                      years left to live. He becomes filled with a sense of
                      fearlessness and an unrelenting desire to secure his
                      family's financial future at any cost as he enters the
                      dangerous world of drugs and crime.
                    popularity: 712.364
                    poster_path: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg
                    production_companies:
                      - id: 11073
                        logo_path: /aCbASRcI1MI7DXjPbSW9Fcv9uGR.png
                        name: Sony Pictures Television
                        origin_country: US
                      - id: 33742
                        logo_path: null
                        name: High Bridge Productions
                        origin_country: US
                      - id: 2605
                        logo_path: null
                        name: Gran Via Productions
                        origin_country: US
                    production_countries:
                      - iso_3166_1: US
                        name: United States of America
                    seasons:
                      - air_date: '2009-02-17'
                        episode_count: 9
                        id: 3577
                        name: Specials
                        overview: ''
                        poster_path: /40dT79mDEZwXkQiZNBgSaydQFDP.jpg
                        season_number: 0
                        vote_average: 0
                      - air_date: '2008-01-20'
                        episode_count: 7
                        id: 3572
                        name: Season 1
                        overview: >-
                          High school chemistry teacher Walter White's life is
                          suddenly transformed by a dire medical diagnosis.
                          Street-savvy former student Jesse Pinkman "teaches"
                          Walter a new trade.
                        poster_path: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg
                        season_number: 1
                        vote_average: 8.3
                      - air_date: '2009-03-08'
                        episode_count: 13
                        id: 3573
                        name: Season 2
                        overview: >-
                          Walt must deal with the chain reaction of his choice,
                          as he and Jesse face new and severe consequences. When
                          danger and suspicion around Walt escalate, he is
                          pushed to new levels of desperation. Just how much
                          higher will the stakes rise? How far is Walt willing
                          to go to ensure his family's security? Will his grand
                          plan spiral out of control?
                        poster_path: /e3oGYpoTUhOFK0BJfloru5ZmGV.jpg
                        season_number: 2
                        vote_average: 8.4
                      - air_date: '2010-03-21'
                        episode_count: 13
                        id: 3575
                        name: Season 3
                        overview: >-
                          Walt continues to battle dueling identities: a
                          desperate husband and father trying to provide for his
                          family, and a newly appointed key player in the
                          Albuquerque drug trade. As the danger around him
                          escalates, Walt is now entrenched in the complex
                          worlds of an angst-ridden family on the verge of
                          dissolution, and the ruthless and unrelenting drug
                          cartel.
                        poster_path: /ffP8Q8ew048YofHRnFVM18B2fPG.jpg
                        season_number: 3
                        vote_average: 8.4
                      - air_date: '2011-07-17'
                        episode_count: 13
                        id: 3576
                        name: Season 4
                        overview: >-
                          Walt and Jesse must cope with the fallout of their
                          previous actions, both personally and professionally.
                          Tension mounts as Walt faces a true standoff with his
                          employer, Gus, with neither side willing or able to
                          back down. Walt must also adjust to a new relationship
                          with Skyler, whom while still reconciling her
                          relationship with Walt, is committed to properly
                          laundering Walt’s money and ensuring her sister Marie
                          and an ailing Hank are financially stable.
                        poster_path: /5ewrnKp4TboU4hTLT5cWO350mHj.jpg
                        season_number: 4
                        vote_average: 8.5
                      - air_date: '2012-07-15'
                        episode_count: 16
                        id: 3578
                        name: Season 5
                        overview: "Walt is faced with the prospect of moving on in a world without his enemy. As the pressure of a criminal life starts to build, Skyler struggles to keep Walt’s terrible secrets. Facing resistance from sometime adversary and former Fring lieutenant Mike, Walt tries to keep his world from falling apart even as his DEA Agent brother in law, Hank, finds numerous leads that could blaze a path straight to Walt.\_"
                        poster_path: /r3z70vunihrAkjILQKWHX0G2xzO.jpg
                        season_number: 5
                        vote_average: 8.9
                    spoken_languages:
                      - english_name: English
                        iso_639_1: en
                        name: English
                      - english_name: German
                        iso_639_1: de
                        name: Deutsch
                      - english_name: Spanish
                        iso_639_1: es
                        name: Español
                    status: Ended
                    tagline: Change the equation.
                    type: Scripted
                    vote_average: 8.918
                    vote_count: 14777
components:
  parameters:
    append_to_response:
      name: append_to_response
      in: query
      description: >-
        This add additional data to the response beyond the initial information
        requested.
      schema:
        type: string
        example: ''
    language:
      name: language
      in: query
      description: Specifies the language in which the response should be returned.
      schema:
        type: string
        example: en-US
    series_id:
      name: series_id
      in: path
      required: true
      description: >-
        This refers to a unique identifier assigned to a television series
        within the database.
      schema:
        type: integer
        example: ''
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````