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

# Get series detaills

> Get the details of a TV show.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/1399
openapi: 3.0.3
info:
  title: Endpoints
  description: This section contains all the endpoints used in the documentation.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: This section contains all endpoints used for authentication
  - name: Accounts
    description: This section contains account-specific endpoints.
  - name: Favorites
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows, episodes to favorites, and also to get a list of
      favorites for the account.
  - name: Movies
    description: >-
      This section contains an endpoint to add a movie to favorites, and another
      to get a list of favorite movies for a TMDB account.
  - name: TV shows
    description: >-
      This section contains an endpoint to get the favorite TV shows for an
      account.
  - name: Watchlist
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows to watchlist, and also to get a list of watchlist for the
      account.
  - name: Movies1
    description: >-
      This section contains an endpoint that allows a TMDB account to add a
      movie to watchlist, and another to get the movies in a watchlist.
  - name: TV shows1
    description: >-
      This section contains an endpoint used to get TV shows in an account's
      watchlist.
  - name: Ratings
    description: >-
      This section contains endpoints used to get all movies, TV Shows, and
      episodes rated by a TMDB account.
  - name: Movies12
    description: >-
      This section contains an endpoint used to get a list of movies rated by a
      TMDB account.
  - name: TV shows12
    description: >-
      This section contains an endpoint used to get a list of TV shows rated by
      a TMDB account.
  - name: Episodes
    description: >-
      This section contains an endpoint used to get a list of episodes rated by
      a TMDB account.
  - name: Lists
    description: Endpoints for a TMDB account lists.
  - name: Guest sessions
    description: This section contains all endpoints accessible by a guest session.
  - name: Movies
    description: For movies.
  - name: TV episodes
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      episodes.
  - name: TV seasons
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      seasons.
  - name: TV series
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      series.
  - name: TV series lists
    description: This section contains all endpoints used to list TV series.
  - name: TV episode groups
    description: This section contains an endpoint used to retrieve data for TV episodes.
  - name: Watch providers
    description: Get available regions.
  - name: People
    description: About people lists.
  - name: Companies
    description: >-
      This section contains all endpoints used to retrieve data for supported
      companies.
  - name: Discover
    description: This section contains all endpoints used to discover movies and TV shows.
  - name: Recent changes
    description: >-
      This section contains all endpoints used to get recent changes in the TMDB
      database.
  - name: Credit
    description: This section contains an endpoint used to retrieve movie credits.
  - name: Certifications
    description: >-
      This section contains all endpoints used to get certification for movies
      and TV shows.
  - name: Collections
    description: This section contains all endpoints used to retrieve data for collections
  - name: Configuration
    description: >-
      This section contains all endpoints used to retrieve data on TMDB's
      configurations.
  - name: Find
    description: >-
      This section contains an endpoint used to search the TMDB database by
      External ID.
  - name: Genres
    description: This section contains endpoints related to genres.
  - name: Keywords
    description: >-
      This section contains an endpoint used to get keywords in the database by
      an ID.
  - name: Movie lists
    description: >-
      This section contains all endpoints used to retrieve movies by multiple
      search filters.
  - name: Networks
    description: For network endpoints.
  - name: Reviews
    description: For reviews endpoints.
  - name: Search
    description: For search endpoints.
  - name: Trending
    description: For trending videos.
paths:
  /3/tv/1399:
    get:
      tags:
        - TV series
      summary: Get series detaills
      description: Get the details of a TV show.
      operationId: getSeriesDetaills
      responses:
        '200':
          description: New Request
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=22321
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Fri, 03 Jan 2025 22:16:49 GMT
            ETag:
              schema:
                type: string
                example: W/"db11fbf37783da03bc54f5e399e852ea"
            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 afc076a932b635d1fe9febfccf7103f0.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: YW3czqPiV9OX5SjqNi00OIWp8W_VW_nLOBp3U9vVaGOABGei4MQgdg==
            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: MISS, STORE
            x-memc-age:
              schema:
                type: string
                example: '0'
            x-memc-expires:
              schema:
                type: string
                example: '22321'
            x-memc-key:
              schema:
                type: string
                example: 0ae0497b805114c85cd3e3e8744846ab
          content:
            application/json:
              schema:
                type: object
                properties:
                  adult:
                    type: boolean
                    example: false
                  backdrop_path:
                    nullable: true
                    example: null
                  created_by:
                    type: array
                    items: {}
                    example: []
                  episode_run_time:
                    type: array
                    items: {}
                    example: []
                  first_air_date:
                    type: string
                    example: ''
                  genres:
                    type: array
                    items: {}
                    example: []
                  homepage:
                    type: string
                    example: ''
                  id:
                    type: number
                    example: 9813
                  in_production:
                    type: boolean
                    example: false
                  languages:
                    type: array
                    items: {}
                    example: []
                  last_air_date:
                    nullable: true
                    example: null
                  last_episode_to_air:
                    nullable: true
                    example: null
                  name:
                    type: string
                    example: D-TV
                  networks:
                    type: array
                    items: {}
                    example: []
                  next_episode_to_air:
                    nullable: true
                    example: null
                  number_of_episodes:
                    type: number
                    example: 0
                  number_of_seasons:
                    type: number
                    example: 0
                  origin_country:
                    type: array
                    items:
                      type: string
                      example: US
                    example:
                      - US
                  original_language:
                    type: string
                    example: en
                  original_name:
                    type: string
                    example: D-TV
                  overview:
                    type: string
                    example: >-
                      D-TV was a series of music videos created by Walt Disney
                      Productions in 1984 taking old hit songs of the past and
                      putting them together with lots of footage of vintage
                      Disney animation, created out of the trend of music videos
                      on cable channel MTV, which inspired the name of this
                      series. The videos were shown as filler material on the
                      Disney Channel, as well as being the focus of televisions
                      specials. Home video collections were also released on the
                      VHS, Beta, CED Videodisc, and Laserdisc formats. After the
                      first run of D-TV, in 1989 a second series was produced
                      known as DTV².


                      D-TV ceased airing in 1999. A small selection of the music
                      videos can currently be viewed on YouTube.


                      As of 2009, Disney seems to be reviving the D-TV idea in
                      the form of Re-Micks, similar music videos syncing clips
                      from the classic shorts to pop songs.
                  popularity:
                    type: number
                    example: 0.001
                  poster_path:
                    type: string
                    example: /6MHHHtHp60Bk3MlrWfvyjpQlQAB.jpg
                  production_companies:
                    type: array
                    items: {}
                    example: []
                  production_countries:
                    type: array
                    items: {}
                    example: []
                  seasons:
                    type: array
                    items: {}
                    example: []
                  spoken_languages:
                    type: array
                    items: {}
                    example: []
                  status:
                    type: string
                    example: Ended
                  tagline:
                    type: string
                    example: ''
                  type:
                    type: string
                    example: Scripted
                  vote_average:
                    type: number
                    example: 0
                  vote_count:
                    type: number
                    example: 0
              examples:
                New Request:
                  value:
                    adult: false
                    backdrop_path: null
                    created_by: []
                    episode_run_time: []
                    first_air_date: ''
                    genres: []
                    homepage: ''
                    id: 9813
                    in_production: false
                    languages: []
                    last_air_date: null
                    last_episode_to_air: null
                    name: D-TV
                    networks: []
                    next_episode_to_air: null
                    number_of_episodes: 0
                    number_of_seasons: 0
                    origin_country:
                      - US
                    original_language: en
                    original_name: D-TV
                    overview: >-
                      D-TV was a series of music videos created by Walt Disney
                      Productions in 1984 taking old hit songs of the past and
                      putting them together with lots of footage of vintage
                      Disney animation, created out of the trend of music videos
                      on cable channel MTV, which inspired the name of this
                      series. The videos were shown as filler material on the
                      Disney Channel, as well as being the focus of televisions
                      specials. Home video collections were also released on the
                      VHS, Beta, CED Videodisc, and Laserdisc formats. After the
                      first run of D-TV, in 1989 a second series was produced
                      known as DTV².


                      D-TV ceased airing in 1999. A small selection of the music
                      videos can currently be viewed on YouTube.


                      As of 2009, Disney seems to be reviving the D-TV idea in
                      the form of Re-Micks, similar music videos syncing clips
                      from the classic shorts to pop songs.
                    popularity: 0.001
                    poster_path: /6MHHHtHp60Bk3MlrWfvyjpQlQAB.jpg
                    production_companies: []
                    production_countries: []
                    seasons: []
                    spoken_languages: []
                    status: Ended
                    tagline: ''
                    type: Scripted
                    vote_average: 0
                    vote_count: 0
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````