TMDBMovieDetail
TMDB Movie Detail Response
adultboolean
Whether the movie is adult content
backdrop_pathstringnullable
TMDB backdrop image path
belongs_to_collection objectnullable
Collection information if movie belongs to one
idinteger
namestring
poster_pathstringnullable
backdrop_pathstringnullable
budgetinteger
Movie budget
genres object[]
Movie genres
Array [
idinteger
namestring
]
homepagestring
Official movie homepage
idintegerrequired
TMDB movie ID
imdb_idstring
IMDb ID
origin_countrystring[]
Countries of origin
original_languagestring
Original language code
original_titlestring
Original movie title
overviewstringrequired
Movie plot summary
popularitynumberrequired
Popularity score
poster_pathstringnullable
TMDB poster image path
production_companies object[]
Production companies
Array [
idinteger
logo_pathstringnullable
namestring
origin_countrystring
]
production_countries object[]
Production countries
Array [
iso_3166_1string
namestring
]
release_datedaterequired
Release date
revenueinteger
Movie revenue
runtimeintegernullable
Runtime in minutes
spoken_languages object[]
Spoken languages
Array [
english_namestring
iso_639_1string
namestring
]
statusstring
Movie status
taglinestring
Movie tagline
titlestringrequired
Movie title
videoboolean
Whether a video is available
vote_averagenumberrequired
Average vote score
vote_countintegerrequired
Number of votes
credits objectnullable
Cast and crew information
cast object[]
Array [
idinteger
namestring
characterstring
profile_pathstringnullable
]
crew object[]
Array [
idinteger
namestring
jobstring
departmentstring
profile_pathstringnullable
]
keywords objectnullable
Movie keywords
keywords object[]
Array [
idinteger
namestring
]
TMDBMovieDetail
{
"adult": true,
"backdrop_path": "string",
"belongs_to_collection": {
"id": 0,
"name": "string",
"poster_path": "string",
"backdrop_path": "string"
},
"budget": 0,
"genres": [
{
"id": 0,
"name": "string"
}
],
"homepage": "string",
"id": 0,
"imdb_id": "string",
"origin_country": [
"string"
],
"original_language": "string",
"original_title": "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"
}
],
"release_date": "2024-07-29",
"revenue": 0,
"runtime": 0,
"spoken_languages": [
{
"english_name": "string",
"iso_639_1": "string",
"name": "string"
}
],
"status": "string",
"tagline": "string",
"title": "string",
"video": true,
"vote_average": 0,
"vote_count": 0,
"credits": {
"cast": [
{
"id": 0,
"name": "string",
"character": "string",
"profile_path": "string"
}
],
"crew": [
{
"id": 0,
"name": "string",
"job": "string",
"department": "string",
"profile_path": "string"
}
]
},
"keywords": {
"keywords": [
{
"id": 0,
"name": "string"
}
]
}
}