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

# Details

> This endpoint get the details of a TV show.



## OpenAPI

````yaml get /3/tv/{series_id}
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/tv/{series_id}:
    parameters:
      - $ref: '#/components/parameters/SeriesID'
    get:
      tags:
        - TV SERIES
      summary: Details
      description: This endpoint get the details of a TV show.
      operationId: details11
      parameters:
        - name: append_to_response
          in: query
          schema:
            type: string
            example: videos
        - name: language
          in: query
          schema:
            type: string
            default: en-US
      responses:
        '200':
          description: Details
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=7563
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Wed, 01 Jan 2025 14:54:29 GMT
            ETag:
              schema:
                type: string
                example: W/"2c2daf79a939ceb829d3c9920485cb99"
            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 d4df04f0be711772e1710f5d9a876f60.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: mXiLBKwopEvTQhUXIIe9z5dfigSVWHShkS0Cvj6vrGnNL8nQyXWvqg==
            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: '14585'
            x-memc-expires:
              schema:
                type: string
                example: '7563'
            x-memc-key:
              schema:
                type: string
                example: 36f18934d8af1c6c4c22a60146134a34
          content:
            application/json:
              schema:
                type: object
                properties:
                  adult:
                    type: boolean
                    example: false
                  backdrop_path:
                    type: string
                    example: /bvzLXSB3HtV8h1fo1ROjSr7l8su.jpg
                  created_by:
                    type: array
                    items:
                      type: object
                      properties:
                        credit_id:
                          type: string
                          example: 52533b8d19c295794006e2a3
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 57293
                        name:
                          type: string
                          example: Sydney Newman
                        original_name:
                          type: string
                          example: Sydney Newman
                        profile_path:
                          type: string
                          example: /QKW3Widw7yaemYlB3NKEmJrhrF.jpg
                    example:
                      - credit_id: 52533b8d19c295794006e2a3
                        gender: 2
                        id: 57293
                        name: Sydney Newman
                        original_name: Sydney Newman
                        profile_path: /QKW3Widw7yaemYlB3NKEmJrhrF.jpg
                  episode_run_time:
                    type: array
                    items:
                      type: number
                      example: 50
                    example:
                      - 50
                      - 60
                  first_air_date:
                    type: string
                    example: '1966-06-23'
                  genres:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 18
                        name:
                          type: string
                          example: Drama
                    example:
                      - id: 18
                        name: Drama
                      - id: 35
                        name: Comedy
                      - id: 10759
                        name: Action & Adventure
                      - id: 10765
                        name: Sci-Fi & Fantasy
                  homepage:
                    type: string
                    example: ''
                  id:
                    type: number
                    example: 122
                  in_production:
                    type: boolean
                    example: false
                  languages:
                    type: array
                    items:
                      type: string
                      example: en
                    example:
                      - en
                  last_air_date:
                    type: string
                    example: '1967-03-25'
                  last_episode_to_air:
                    type: object
                    properties:
                      air_date:
                        type: string
                        example: '1967-03-25'
                      episode_number:
                        type: number
                        example: 13
                      episode_type:
                        type: string
                        example: finale
                      id:
                        type: number
                        example: 5685
                      name:
                        type: string
                        example: A Sinister Sort of Service
                      overview:
                        type: string
                        example: Is The Face behind a series of robberies?
                      production_code:
                        type: string
                        example: ''
                      runtime:
                        nullable: true
                        example: null
                      season_number:
                        type: number
                        example: 2
                      show_id:
                        type: number
                        example: 122
                      still_path:
                        nullable: true
                        example: null
                      vote_average:
                        type: number
                        example: 0
                      vote_count:
                        type: number
                        example: 0
                  name:
                    type: string
                    example: Adam Adamant Lives!
                  networks:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 4
                        logo_path:
                          type: string
                          example: /uJjcCg3O4DMEjM0xtno9OWFciRP.png
                        name:
                          type: string
                          example: BBC One
                        origin_country:
                          type: string
                          example: GB
                    example:
                      - id: 4
                        logo_path: /uJjcCg3O4DMEjM0xtno9OWFciRP.png
                        name: BBC One
                        origin_country: GB
                  next_episode_to_air:
                    nullable: true
                    example: null
                  number_of_episodes:
                    type: number
                    example: 29
                  number_of_seasons:
                    type: number
                    example: 2
                  origin_country:
                    type: array
                    items:
                      type: string
                      example: GB
                    example:
                      - GB
                  original_language:
                    type: string
                    example: en
                  original_name:
                    type: string
                    example: Adam Adamant Lives!
                  overview:
                    type: string
                    example: >-
                      Adam Adamant Lives! is a British television series which
                      ran from 1966 to 1967 on the BBC, starring Gerald Harper
                      in the title role. Proposing that an adventurer born in
                      1867 had been revived from hibernation in 1966, the show
                      was a comedy adventure that took a satirical look at life
                      in the 1960s through the eyes of an Edwardian.
                  popularity:
                    type: number
                    example: 6.411
                  poster_path:
                    type: string
                    example: /m1hkyeMvgPFKi2YnvU4ZFORaTd3.jpg
                  production_companies:
                    type: array
                    items: {}
                    example: []
                  production_countries:
                    type: array
                    items: {}
                    example: []
                  seasons:
                    type: array
                    items:
                      type: object
                      properties:
                        air_date:
                          type: string
                          nullable: true
                          example: null
                        episode_count:
                          type: number
                          example: 5
                        id:
                          type: number
                          example: 357
                        name:
                          type: string
                          example: Specials
                        overview:
                          type: string
                          example: ''
                        poster_path:
                          nullable: true
                          example: null
                        season_number:
                          type: number
                          example: 0
                        vote_average:
                          type: number
                          example: 0
                    example:
                      - air_date: null
                        episode_count: 5
                        id: 357
                        name: Specials
                        overview: ''
                        poster_path: null
                        season_number: 0
                        vote_average: 0
                      - air_date: '1966-06-23'
                        episode_count: 16
                        id: 355
                        name: Season 1
                        overview: ''
                        poster_path: null
                        season_number: 1
                        vote_average: 10
                      - air_date: '1966-12-31'
                        episode_count: 13
                        id: 356
                        name: Season 2
                        overview: ''
                        poster_path: null
                        season_number: 2
                        vote_average: 0
                  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: ''
                  type:
                    type: string
                    example: Scripted
                  vote_average:
                    type: number
                    example: 7.5
                  vote_count:
                    type: number
                    example: 4
              examples:
                Details:
                  value:
                    adult: false
                    backdrop_path: /bvzLXSB3HtV8h1fo1ROjSr7l8su.jpg
                    created_by:
                      - credit_id: 52533b8d19c295794006e2a3
                        gender: 2
                        id: 57293
                        name: Sydney Newman
                        original_name: Sydney Newman
                        profile_path: /QKW3Widw7yaemYlB3NKEmJrhrF.jpg
                    episode_run_time:
                      - 50
                      - 60
                    first_air_date: '1966-06-23'
                    genres:
                      - id: 18
                        name: Drama
                      - id: 35
                        name: Comedy
                      - id: 10759
                        name: Action & Adventure
                      - id: 10765
                        name: Sci-Fi & Fantasy
                    homepage: ''
                    id: 122
                    in_production: false
                    languages:
                      - en
                    last_air_date: '1967-03-25'
                    last_episode_to_air:
                      air_date: '1967-03-25'
                      episode_number: 13
                      episode_type: finale
                      id: 5685
                      name: A Sinister Sort of Service
                      overview: Is The Face behind a series of robberies?
                      production_code: ''
                      runtime: null
                      season_number: 2
                      show_id: 122
                      still_path: null
                      vote_average: 0
                      vote_count: 0
                    name: Adam Adamant Lives!
                    networks:
                      - id: 4
                        logo_path: /uJjcCg3O4DMEjM0xtno9OWFciRP.png
                        name: BBC One
                        origin_country: GB
                    next_episode_to_air: null
                    number_of_episodes: 29
                    number_of_seasons: 2
                    origin_country:
                      - GB
                    original_language: en
                    original_name: Adam Adamant Lives!
                    overview: >-
                      Adam Adamant Lives! is a British television series which
                      ran from 1966 to 1967 on the BBC, starring Gerald Harper
                      in the title role. Proposing that an adventurer born in
                      1867 had been revived from hibernation in 1966, the show
                      was a comedy adventure that took a satirical look at life
                      in the 1960s through the eyes of an Edwardian.
                    popularity: 6.411
                    poster_path: /m1hkyeMvgPFKi2YnvU4ZFORaTd3.jpg
                    production_companies: []
                    production_countries: []
                    seasons:
                      - air_date: null
                        episode_count: 5
                        id: 357
                        name: Specials
                        overview: ''
                        poster_path: null
                        season_number: 0
                        vote_average: 0
                      - air_date: '1966-06-23'
                        episode_count: 16
                        id: 355
                        name: Season 1
                        overview: ''
                        poster_path: null
                        season_number: 1
                        vote_average: 10
                      - air_date: '1966-12-31'
                        episode_count: 13
                        id: 356
                        name: Season 2
                        overview: ''
                        poster_path: null
                        season_number: 2
                        vote_average: 0
                    spoken_languages:
                      - english_name: English
                        iso_639_1: en
                        name: English
                    status: Ended
                    tagline: ''
                    type: Scripted
                    vote_average: 7.5
                    vote_count: 4
components:
  parameters:
    SeriesID:
      name: series_id
      description: a uniques identifier for a tv serie
      in: path
      required: true
      schema:
        type: integer
      examples:
        example1:
          value: 122
        example2:
          value: 123
        example3:
          value: 110381
        example4:
          value: 1433
        example5:
          value: 93405
        example6:
          value: 1399
        example7:
          value: 84007
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````