tmdb-ts
Preparing search index...
LatestMovie
Interface LatestMovie
The most recently added movie on TMDB.
interface
LatestMovie
{
adult
:
boolean
;
backdrop_path
?:
string
;
belongs_to_collection
?:
BelongsToCollection
;
budget
:
number
;
genres
:
Genre
[]
;
homepage
:
string
;
id
:
number
;
imdb_id
:
string
|
null
;
original_language
:
string
;
original_title
:
string
;
overview
:
string
;
popularity
:
number
;
poster_path
:
string
;
production_companies
:
ProductionCompany
[]
;
production_countries
:
ProductionCountry
[]
;
release_date
:
string
;
revenue
:
number
;
runtime
:
number
;
spoken_languages
:
SpokenLanguage
[]
;
status
:
string
;
tagline
:
string
;
title
:
string
;
video
:
boolean
;
vote_average
:
number
;
vote_count
:
number
;
}
Index
Properties
adult
backdrop_
path?
belongs_
to_
collection?
budget
genres
homepage
id
imdb_
id
original_
language
original_
title
overview
popularity
poster_
path
production_
companies
production_
countries
release_
date
revenue
runtime
spoken_
languages
status
tagline
title
video
vote_
average
vote_
count
Properties
adult
adult
:
boolean
Optional
backdrop_
path
backdrop_path
?:
string
Optional
belongs_
to_
collection
belongs_to_collection
?:
BelongsToCollection
budget
budget
:
number
genres
genres
:
Genre
[]
homepage
homepage
:
string
id
id
:
number
imdb_
id
imdb_id
:
string
|
null
original_
language
original_language
:
string
original_
title
original_title
:
string
overview
overview
:
string
popularity
popularity
:
number
poster_
path
poster_path
:
string
production_
companies
production_companies
:
ProductionCompany
[]
production_
countries
production_countries
:
ProductionCountry
[]
release_
date
release_date
:
string
revenue
revenue
:
number
runtime
runtime
:
number
spoken_
languages
spoken_languages
:
SpokenLanguage
[]
status
status
:
string
tagline
tagline
:
string
title
title
:
string
video
video
:
boolean
vote_
average
vote_average
:
number
vote_
count
vote_count
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
adult
backdrop_
path
belongs_
to_
collection
budget
genres
homepage
id
imdb_
id
original_
language
original_
title
overview
popularity
poster_
path
production_
companies
production_
countries
release_
date
revenue
runtime
spoken_
languages
status
tagline
title
video
vote_
average
vote_
count
tmdb-ts
Loading...
The most recently added movie on TMDB.