Home
The Movie Database
Tmdb Api Movie Latest Id Response Structure
Tmdb Api Movie Latest Id Response Structure
TMDB Movies — Latest (200 payload).
Type: object
Properties: 25
Catalog Discovery Entertainment Images Media Metadata Movies People Recommendations Reviews Search Streaming Trending TV Video Watch Providers
MovieLatestIdResponse is a JSON Structure definition published by The Movie Database, describing 25 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
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
name
video
vote_average
vote_count
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-structure/tmdb-api-movie-latest-id-response-structure.json",
"name": "MovieLatestIdResponse",
"description": "TMDB Movies \u2014 Latest (200 payload).",
"type": "object",
"properties": {
"adult": {
"type": "boolean",
"examples": [
false
],
"default": true
},
"backdrop_path": {},
"belongs_to_collection": {},
"budget": {
"type": "int32",
"examples": [
0
],
"default": 0
},
"genres": {
"type": "array"
},
"homepage": {
"type": "string",
"examples": [
""
]
},
"id": {
"type": "int32",
"examples": [
1119232
],
"default": 0
},
"imdb_id": {},
"original_language": {
"type": "string",
"examples": [
"fr"
]
},
"original_title": {
"type": "string",
"examples": [
"K\u00f6nig Charles III"
]
},
"overview": {
"type": "string",
"examples": [
""
]
},
"popularity": {
"type": "int32",
"examples": [
0
],
"default": 0
},
"poster_path": {},
"production_companies": {
"type": "array"
},
"production_countries": {
"type": "array"
},
"release_date": {
"type": "string",
"examples": [
""
]
},
"revenue": {
"type": "int32",
"examples": [
0
],
"default": 0
},
"runtime": {
"type": "int32",
"examples": [
0
],
"default": 0
},
"spoken_languages": {
"type": "array"
},
"status": {
"type": "string",
"examples": [
"Released"
]
},
"tagline": {
"type": "string",
"examples": [
""
]
},
"name": {
"type": "string",
"examples": [
"K\u00f6nig Charles III"
]
},
"video": {
"type": "boolean",
"examples": [
false
],
"default": true
},
"vote_average": {
"type": "int32",
"examples": [
0
],
"default": 0
},
"vote_count": {
"type": "int32",
"examples": [
0
],
"default": 0
}
}
}