tmdb-ts
Preparing search index...
LatestTvShows
Interface LatestTvShows
The most recently added TV show on TMDB.
interface
LatestTvShows
{
backdrop_path
?:
string
;
created_by
:
CreatedBy
[]
;
episode_run_time
:
number
[]
;
first_air_date
:
string
;
genres
:
Genre
[]
;
homepage
:
string
;
id
:
number
;
in_production
:
boolean
;
languages
:
string
[]
;
last_air_date
:
string
;
name
:
string
;
networks
:
Network
[]
;
number_of_episodes
:
number
;
number_of_seasons
:
number
;
origin_country
:
string
[]
;
original_language
:
string
;
original_name
:
string
;
overview
?:
string
;
popularity
:
number
;
poster_path
?:
string
;
production_companies
:
ProductionCompany
[]
;
seasons
:
Season
[]
;
status
:
string
;
type
:
string
;
vote_average
:
number
;
vote_count
:
number
;
}
Index
Properties
backdrop_
path?
created_
by
episode_
run_
time
first_
air_
date
genres
homepage
id
in_
production
languages
last_
air_
date
name
networks
number_
of_
episodes
number_
of_
seasons
origin_
country
original_
language
original_
name
overview?
popularity
poster_
path?
production_
companies
seasons
status
type
vote_
average
vote_
count
Properties
Optional
backdrop_
path
backdrop_path
?:
string
created_
by
created_by
:
CreatedBy
[]
episode_
run_
time
episode_run_time
:
number
[]
first_
air_
date
first_air_date
:
string
genres
genres
:
Genre
[]
homepage
homepage
:
string
id
id
:
number
in_
production
in_production
:
boolean
languages
languages
:
string
[]
last_
air_
date
last_air_date
:
string
name
name
:
string
networks
networks
:
Network
[]
number_
of_
episodes
number_of_episodes
:
number
number_
of_
seasons
number_of_seasons
:
number
origin_
country
origin_country
:
string
[]
original_
language
original_language
:
string
original_
name
original_name
:
string
Optional
overview
overview
?:
string
popularity
popularity
:
number
Optional
poster_
path
poster_path
?:
string
production_
companies
production_companies
:
ProductionCompany
[]
seasons
seasons
:
Season
[]
status
status
:
string
type
type
:
string
vote_
average
vote_average
:
number
vote_
count
vote_count
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backdrop_
path
created_
by
episode_
run_
time
first_
air_
date
genres
homepage
id
in_
production
languages
last_
air_
date
name
networks
number_
of_
episodes
number_
of_
seasons
origin_
country
original_
language
original_
name
overview
popularity
poster_
path
production_
companies
seasons
status
type
vote_
average
vote_
count
tmdb-ts
Loading...
The most recently added TV show on TMDB.