Tmdb Api Guest Session Rated Movies Response Structure
TMDB Guest Sessions — Rated Movies (200 payload).
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
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
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/tmdb-api-guest-session-rated-movies-response-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.