TMDBSeriesDetail
TMDB TV Series Detail Response
Whether the series is adult content
TMDB backdrop image path
created_by object[]
Series creators
Episode run times in minutes
First air date
genres object[]
Series genres
Official series homepage
TMDB series ID
Whether the series is still in production
Languages used in the series
Last air date
last_episode_to_air objectnullable
Information about the last aired episode
Series name
next_episode_to_air objectnullable
Information about the next episode to air
networks object[]
Broadcasting networks
Total number of episodes
Total number of seasons
Countries of origin
Original language code
Original series name
Series plot summary
Popularity score
TMDB poster image path
production_companies object[]
Production companies
production_countries object[]
Production countries
seasons object[]
Season information
spoken_languages object[]
Spoken languages
Series status
Series tagline
Series type
Average vote score
Number of votes
external_ids object
External IDs
credits objectnullable
Cast and crew information
cast object[]
crew object[]
keywords objectnullable
Series keywords
results object[]
{
"adult": true,
"backdrop_path": "string",
"created_by": [
{
"id": 0,
"credit_id": "string",
"name": "string",
"original_name": "string",
"gender": 0,
"profile_path": "string"
}
],
"episode_run_time": [
0
],
"first_air_date": "2024-07-29",
"genres": [
{
"id": 0,
"name": "string"
}
],
"homepage": "string",
"id": 0,
"in_production": true,
"languages": [
"string"
],
"last_air_date": "2024-07-29",
"last_episode_to_air": {
"id": 0,
"name": "string",
"overview": "string",
"vote_average": 0,
"vote_count": 0,
"air_date": "2024-07-29",
"episode_number": 0,
"season_number": 0,
"runtime": 0
},
"name": "string",
"next_episode_to_air": {
"id": 0,
"name": "string",
"overview": "string",
"air_date": "2024-07-29",
"episode_number": 0,
"season_number": 0
},
"networks": [
{
"id": 0,
"logo_path": "string",
"name": "string",
"origin_country": "string"
}
],
"number_of_episodes": 0,
"number_of_seasons": 0,
"origin_country": [
"string"
],
"original_language": "string",
"original_name": "string",
"overview": "string",
"popularity": 0,
"poster_path": "string",
"production_companies": [
{
"id": 0,
"logo_path": "string",
"name": "string",
"origin_country": "string"
}
],
"production_countries": [
{
"iso_3166_1": "string",
"name": "string"
}
],
"seasons": [
{
"air_date": "2024-07-29",
"episode_count": 0,
"id": 0,
"name": "string",
"overview": "string",
"poster_path": "string",
"season_number": 0,
"vote_average": 0
}
],
"spoken_languages": [
{
"english_name": "string",
"iso_639_1": "string",
"name": "string"
}
],
"status": "string",
"tagline": "string",
"type": "string",
"vote_average": 0,
"vote_count": 0,
"external_ids": {
"imdb_id": "string"
},
"credits": {
"cast": [
{
"id": 0,
"name": "string",
"character": "string",
"profile_path": "string"
}
],
"crew": [
{
"id": 0,
"name": "string",
"job": "string",
"department": "string",
"profile_path": "string"
}
]
},
"keywords": {
"results": [
{
"id": 0,
"name": "string"
}
]
}
}