Skip to main content
GET
/
3
/
tv
/
1399
Get series detaills
curl --request GET \
  --url https://api.themoviedb.org/3/tv/1399 \
  --header 'Authorization: Bearer <token>'
{
  "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².\n\nD-TV ceased airing in 1999. A small selection of the music videos can currently be viewed on YouTube.\n\nAs 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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

New Request

adult
boolean
Example:

false

backdrop_path
any
created_by
any[]
Example:
[]
episode_run_time
any[]
Example:
[]
first_air_date
string
Example:

""

genres
any[]
Example:
[]
homepage
string
Example:

""

id
number
Example:

9813

in_production
boolean
Example:

false

languages
any[]
Example:
[]
last_air_date
any
last_episode_to_air
any
name
string
Example:

"D-TV"

networks
any[]
Example:
[]
next_episode_to_air
any
number_of_episodes
number
Example:

0

number_of_seasons
number
Example:

0

origin_country
string[]
Example:
["US"]
original_language
string
Example:

"en"

original_name
string
Example:

"D-TV"

overview
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².\n\nD-TV ceased airing in 1999. A small selection of the music videos can currently be viewed on YouTube.\n\nAs 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
number
Example:

0.001

poster_path
string
Example:

"/6MHHHtHp60Bk3MlrWfvyjpQlQAB.jpg"

production_companies
any[]
Example:
[]
production_countries
any[]
Example:
[]
seasons
any[]
Example:
[]
spoken_languages
any[]
Example:
[]
status
string
Example:

"Ended"

tagline
string
Example:

""

type
string
Example:

"Scripted"

vote_average
number
Example:

0

vote_count
number
Example:

0

I