Home
The Movie Database
Tmdb Api Guest Session Rated Movies Response Structure
Tmdb Api Guest Session Rated Movies Response Structure
TMDB Guest Sessions — Rated Movies (200 payload).
Type: object
Properties: 4
Catalog Discovery Entertainment Images Media Metadata Movies People Recommendations Reviews Search Streaming Trending TV Video Watch Providers
GuestSessionRatedMoviesResponse 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-guest-session-rated-movies-response-structure.json",
"name": "GuestSessionRatedMoviesResponse",
"description": "TMDB Guest Sessions \u2014 Rated Movies (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": [
"/ikR2qy9xJCHX7M8i5rcvuNfdYXs.jpg"
]
},
"genre_ids": {
"type": "array",
"items": {
"type": "int32",
"examples": [
18
],
"default": 0
}
},
"id": {
"type": "int32",
"examples": [
16
],
"default": 0
},
"original_language": {
"type": "string",
"examples": [
"en"
]
},
"original_title": {
"type": "string",
"examples": [
"Dancer in the Dark"
]
},
"overview": {
"type": "string",
"examples": [
"Selma, a Czech immigrant on the verge of blindness, struggles to make ends meet for herself and her son, who has inherited the same genetic disorder and will suffer the same fate without an expensive operation. When life gets too difficult, Selma learns to cope through her love of musicals, escaping life's troubles - even if just for a moment - by dreaming up little numbers to the rhythmic beats of her surroundings."
]
},
"popularity": {
"type": "double",
"examples": [
14.684
],
"default": 0
},
"poster_path": {
"type": "string",
"examples": [
"/8Wdd3fQfbbQeoSfWpHrDfaFNhBU.jpg"
]
},
"release_date": {
"type": "string",
"examples": [
"2000-06-30"
]
},
"name": {
"type": "string",
"examples": [
"Dancer in the Dark"
]
},
"video": {
"type": "boolean",
"examples": [
false
],
"default": true
},
"vote_average": {
"type": "double",
"examples": [
7.885
],
"default": 0
},
"vote_count": {
"type": "int32",
"examples": [
1549
],
"default": 0
},
"rating": {
"type": "double",
"examples": [
8.5
],
"default": 0
}
}
}
},
"total_pages": {
"type": "int32",
"examples": [
1
],
"default": 0
},
"total_results": {
"type": "int32",
"examples": [
1
],
"default": 0
}
}
}