Home
The Movie Database
Tmdb Api Movie Top Rated List Response Structure
Tmdb Api Movie Top Rated List Response Structure
TMDB Movies — Top Rated (200 payload).
Type: object
Properties: 4
Catalog Discovery Entertainment Images Media Metadata Movies People Recommendations Reviews Search Streaming Trending TV Video Watch Providers
MovieTopRatedListResponse is a JSON Structure definition published by The Movie Database, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
page
results
total_pages
total_results
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-top-rated-list-response-structure.json",
"name": "MovieTopRatedListResponse",
"description": "TMDB Movies \u2014 Top Rated (200 payload).",
"type": "object",
"properties": {
"page": {
"type": "int32",
"examples": [
1
],
"default": 0
},
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"adult": {
"type": "boolean",
"examples": [
false
],
"default": true
},
"backdrop_path": {
"type": "string",
"examples": [
"/tmU7GeKVybMWFButWEGl2M4GeiP.jpg"
]
},
"genre_ids": {
"type": "array",
"items": {
"type": "int32",
"examples": [
18
],
"default": 0
}
},
"id": {
"type": "int32",
"examples": [
238
],
"default": 0
},
"original_language": {
"type": "string",
"examples": [
"en"
]
},
"original_title": {
"type": "string",
"examples": [
"The Godfather"
]
},
"overview": {
"type": "string",
"examples": [
"Spanning the years 1945 to 1955, a chronicle of the fictional Italian-American Corleone crime family. When organized crime family patriarch, Vito Corleone barely survives an attempt on his life, his youngest son, Michael steps in to take care of the would-be killers, launching a campaign of bloody revenge."
]
},
"popularity": {
"type": "double",
"examples": [
100.932
],
"default": 0
},
"poster_path": {
"type": "string",
"examples": [
"/3bhkrj58Vtu7enYsRolD1fZdja1.jpg"
]
},
"release_date": {
"type": "string",
"examples": [
"1972-03-14"
]
},
"name": {
"type": "string",
"examples": [
"The Godfather"
]
},
"video": {
"type": "boolean",
"examples": [
false
],
"default": true
},
"vote_average": {
"type": "double",
"examples": [
8.7
],
"default": 0
},
"vote_count": {
"type": "int32",
"examples": [
17806
],
"default": 0
}
}
}
},
"total_pages": {
"type": "int32",
"examples": [
552
],
"default": 0
},
"total_results": {
"type": "int32",
"examples": [
11032
],
"default": 0
}
}
}