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

# Details

> This endpoint retrieves the details of a TV show.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/{{series_id}}
openapi: 3.0.3
info:
  title: The Movie Database API
  description: >-
    Welcome to the third version of The Movie Database (TMDB) API. Our API
    provides you with vast access to a range of movies, TV shows, actor
    information, and images.


    With the TMDB API, you can easily integrate any of these functionalities in
    your application.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: Collection
security:
  - bearerAuth: []
tags:
  - name: Validate Key
  - name: Authentication
  - name: Guest Sessions
  - name: Configuration
  - name: Account
  - name: Search
  - name: Discover
  - name: Find
  - name: Keyword
  - name: Lists
  - name: V3 vs V4
    description: >-
      There is version 4 (v4) for our list API. It contains several advanced
      improvements that differentiate it from the version 3 (v3) list. Although
      v3 lists will continue to work, you can only access these features if you
      switch to v4 lists.


      Some of the new improvements you can access on v4 lists include:


      - You can Import "unlimited" items in a single request
          
      - You can use mixed-type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          

      Check the v4 [documentation
      ](https://developer.themoviedb.org/v4/docs/getting-started) for more
      information.  
  - name: Collections
  - name: Companies
  - name: Networks
  - name: Trending
  - name: Movies
  - name: Movie Lists
  - name: TV Series
  - name: TV Series Lists
  - name: TV Seasons
  - name: TV Providers
  - name: TV Episode Groups
  - name: Watch Providers
  - name: People
  - name: People List
  - name: Genre
  - name: Changes
  - name: Credits
  - name: Certifications
paths:
  /3/tv/{{series_id}}:
    parameters:
      - name: series_id
        in: path
        description: >-
          This represents the series ID. Get it
          [here](https://starlight.mintlify.app/api-reference/seriesid)
        required: true
        schema:
          type: string
    get:
      tags:
        - TV Series
      summary: Details
      description: This endpoint retrieves the details of a TV show.
      operationId: details9
      responses:
        '200':
          description: Details
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=2420
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 28 Dec 2024 14:29:08 GMT
            ETag:
              schema:
                type: string
                example: W/"016c365b4f74de74cf602999ee2e4492"
            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 10a9e9969f05a75cc05e6f70b8499f7e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: fk6jnwHLh3N4EjILVDrEXWpgr4A2Tlw9D2IsK5HcuZ7sE8HL2tFWWw==
            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: '21254'
            x-memc-expires:
              schema:
                type: string
                example: '2420'
            x-memc-key:
              schema:
                type: string
                example: 23cf5397e0b902e7f345a561e49ac76f
          content:
            application/json:
              schema:
                type: object
                properties:
                  adult:
                    type: boolean
                    example: false
                  backdrop_path:
                    type: string
                    example: /cKkdoZPOWvPrNTpdZAMwDR8Ckq2.jpg
                  created_by:
                    type: array
                    items:
                      type: object
                      properties:
                        credit_id:
                          type: string
                          example: 5f8026230284200039088bcf
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 157839
                        name:
                          type: string
                          example: Morgan Gendel
                        original_name:
                          type: string
                          example: Morgan Gendel
                        profile_path:
                          type: string
                          nullable: true
                          example: null
                    example:
                      - credit_id: 5f8026230284200039088bcf
                        gender: 2
                        id: 157839
                        name: Morgan Gendel
                        original_name: Morgan Gendel
                        profile_path: null
                      - credit_id: 5f80261a175051003990a225
                        gender: 1
                        id: 1237907
                        name: Marsha Griffin
                        original_name: Marsha Griffin
                        profile_path: null
                      - credit_id: 5f8026271065d30033cea2a2
                        gender: 2
                        id: 1382000
                        name: Brian Michael Bendis
                        original_name: Brian Michael Bendis
                        profile_path: /zYcyWooAjXFJCU7GVyzvHDqpPP0.jpg
                  episode_run_time:
                    type: array
                    items:
                      type: number
                      example: 21
                    example:
                      - 21
                  first_air_date:
                    type: string
                    example: '2003-07-11'
                  genres:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 16
                        name:
                          type: string
                          example: Animation
                    example:
                      - id: 16
                        name: Animation
                      - id: 10759
                        name: Action & Adventure
                      - id: 10765
                        name: Sci-Fi & Fantasy
                  homepage:
                    type: string
                    example: ''
                  id:
                    type: number
                    example: 1664
                  in_production:
                    type: boolean
                    example: false
                  languages:
                    type: array
                    items:
                      type: string
                      example: en
                    example:
                      - en
                  last_air_date:
                    type: string
                    example: '2003-09-12'
                  last_episode_to_air:
                    type: object
                    properties:
                      air_date:
                        type: string
                        example: '2003-09-12'
                      episode_number:
                        type: number
                        example: 13
                      episode_type:
                        type: string
                        example: finale
                      id:
                        type: number
                        example: 1177019
                      name:
                        type: string
                        example: Mind Games (Part 2)
                      overview:
                        type: string
                        example: Spider-Man realizes he has been brainwashed.
                      production_code:
                        type: string
                        example: ''
                      runtime:
                        type: number
                        example: 21
                      season_number:
                        type: number
                        example: 1
                      show_id:
                        type: number
                        example: 1664
                      still_path:
                        type: string
                        example: /cV42CVLXGbFRhCRf0KvaOqAewWe.jpg
                      vote_average:
                        type: number
                        example: 7.8
                      vote_count:
                        type: number
                        example: 6
                  name:
                    type: string
                    example: 'Spider-Man: The New Animated Series'
                  networks:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 33
                        logo_path:
                          type: string
                          example: /w4qtv7xBkSVsbOQdSzjUjlyOuSr.png
                        name:
                          type: string
                          example: MTV
                        origin_country:
                          type: string
                          example: US
                    example:
                      - id: 33
                        logo_path: /w4qtv7xBkSVsbOQdSzjUjlyOuSr.png
                        name: MTV
                        origin_country: US
                  next_episode_to_air:
                    nullable: true
                    example: null
                  number_of_episodes:
                    type: number
                    example: 13
                  number_of_seasons:
                    type: number
                    example: 1
                  origin_country:
                    type: array
                    items:
                      type: string
                      example: CA
                    example:
                      - CA
                      - US
                  original_language:
                    type: string
                    example: en
                  original_name:
                    type: string
                    example: 'Spider-Man: The New Animated Series'
                  overview:
                    type: string
                    example: >-
                      Bitten by an irradiated spider, teenager Peter Parker
                      gains arachnid-like powers that make him both a hero to
                      those in need and a vigilante wanted by the police.
                  popularity:
                    type: number
                    example: 36.539
                  poster_path:
                    type: string
                    example: /v3UfqXCAxAcI7oUO4zwtk1T9G3n.jpg
                  production_companies:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 23548
                        logo_path:
                          type: string
                          nullable: true
                          example: null
                        name:
                          type: string
                          example: Adelaide Productions
                        origin_country:
                          type: string
                          example: US
                    example:
                      - id: 23548
                        logo_path: null
                        name: Adelaide Productions
                        origin_country: US
                      - id: 5024
                        logo_path: /9CkYR0swSEj5iVi9bzx9erLnmzm.png
                        name: Mainframe Entertainment
                        origin_country: CA
                      - id: 19551
                        logo_path: /2WpWp9b108hizjHKdA107hFmvQ5.png
                        name: Marvel Enterprises
                        origin_country: US
                  production_countries:
                    type: array
                    items:
                      type: object
                      properties:
                        iso_3166_1:
                          type: string
                          example: CA
                        name:
                          type: string
                          example: Canada
                    example:
                      - iso_3166_1: CA
                        name: Canada
                      - iso_3166_1: US
                        name: United States of America
                  seasons:
                    type: array
                    items:
                      type: object
                      properties:
                        air_date:
                          type: string
                          example: '2003-07-11'
                        episode_count:
                          type: number
                          example: 13
                        id:
                          type: number
                          example: 75494
                        name:
                          type: string
                          example: Season 1
                        overview:
                          type: string
                          example: ''
                        poster_path:
                          type: string
                          example: /zwuh16Pxx36uNvyYY4gaCjnzJ53.jpg
                        season_number:
                          type: number
                          example: 1
                        vote_average:
                          type: number
                          example: 6.7
                    example:
                      - air_date: '2003-07-11'
                        episode_count: 13
                        id: 75494
                        name: Season 1
                        overview: ''
                        poster_path: /zwuh16Pxx36uNvyYY4gaCjnzJ53.jpg
                        season_number: 1
                        vote_average: 6.7
                  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: Canceled
                  tagline:
                    type: string
                    example: Get ready to go vertical
                  type:
                    type: string
                    example: Scripted
                  vote_average:
                    type: number
                    example: 7.1
                  vote_count:
                    type: number
                    example: 351
              examples:
                Details:
                  value:
                    adult: false
                    backdrop_path: /cKkdoZPOWvPrNTpdZAMwDR8Ckq2.jpg
                    created_by:
                      - credit_id: 5f8026230284200039088bcf
                        gender: 2
                        id: 157839
                        name: Morgan Gendel
                        original_name: Morgan Gendel
                        profile_path: null
                      - credit_id: 5f80261a175051003990a225
                        gender: 1
                        id: 1237907
                        name: Marsha Griffin
                        original_name: Marsha Griffin
                        profile_path: null
                      - credit_id: 5f8026271065d30033cea2a2
                        gender: 2
                        id: 1382000
                        name: Brian Michael Bendis
                        original_name: Brian Michael Bendis
                        profile_path: /zYcyWooAjXFJCU7GVyzvHDqpPP0.jpg
                    episode_run_time:
                      - 21
                    first_air_date: '2003-07-11'
                    genres:
                      - id: 16
                        name: Animation
                      - id: 10759
                        name: Action & Adventure
                      - id: 10765
                        name: Sci-Fi & Fantasy
                    homepage: ''
                    id: 1664
                    in_production: false
                    languages:
                      - en
                    last_air_date: '2003-09-12'
                    last_episode_to_air:
                      air_date: '2003-09-12'
                      episode_number: 13
                      episode_type: finale
                      id: 1177019
                      name: Mind Games (Part 2)
                      overview: Spider-Man realizes he has been brainwashed.
                      production_code: ''
                      runtime: 21
                      season_number: 1
                      show_id: 1664
                      still_path: /cV42CVLXGbFRhCRf0KvaOqAewWe.jpg
                      vote_average: 7.8
                      vote_count: 6
                    name: 'Spider-Man: The New Animated Series'
                    networks:
                      - id: 33
                        logo_path: /w4qtv7xBkSVsbOQdSzjUjlyOuSr.png
                        name: MTV
                        origin_country: US
                    next_episode_to_air: null
                    number_of_episodes: 13
                    number_of_seasons: 1
                    origin_country:
                      - CA
                      - US
                    original_language: en
                    original_name: 'Spider-Man: The New Animated Series'
                    overview: >-
                      Bitten by an irradiated spider, teenager Peter Parker
                      gains arachnid-like powers that make him both a hero to
                      those in need and a vigilante wanted by the police.
                    popularity: 36.539
                    poster_path: /v3UfqXCAxAcI7oUO4zwtk1T9G3n.jpg
                    production_companies:
                      - id: 23548
                        logo_path: null
                        name: Adelaide Productions
                        origin_country: US
                      - id: 5024
                        logo_path: /9CkYR0swSEj5iVi9bzx9erLnmzm.png
                        name: Mainframe Entertainment
                        origin_country: CA
                      - id: 19551
                        logo_path: /2WpWp9b108hizjHKdA107hFmvQ5.png
                        name: Marvel Enterprises
                        origin_country: US
                    production_countries:
                      - iso_3166_1: CA
                        name: Canada
                      - iso_3166_1: US
                        name: United States of America
                    seasons:
                      - air_date: '2003-07-11'
                        episode_count: 13
                        id: 75494
                        name: Season 1
                        overview: ''
                        poster_path: /zwuh16Pxx36uNvyYY4gaCjnzJ53.jpg
                        season_number: 1
                        vote_average: 6.7
                    spoken_languages:
                      - english_name: English
                        iso_639_1: en
                        name: English
                    status: Canceled
                    tagline: Get ready to go vertical
                    type: Scripted
                    vote_average: 7.1
                    vote_count: 351
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````