Home
The Movie Database
Tmdb Api Account Rated Tv Response Structure
Tmdb Api Account Rated Tv Response Structure
TMDB Account — Rated TV (200 payload).
Type: object
Properties: 4
Catalog Discovery Entertainment Images Media Metadata Movies People Recommendations Reviews Search Streaming Trending TV Video Watch Providers
AccountRatedTvResponse 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-account-rated-tv-response-structure.json",
"name": "AccountRatedTvResponse",
"description": "TMDB Account \u2014 Rated TV (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": [
"/2yZXtM2Kky1Sy0kachbDlwybl3y.jpg"
]
},
"genre_ids": {
"type": "array",
"items": {
"type": "int32",
"examples": [
10765
],
"default": 0
}
},
"id": {
"type": "int32",
"examples": [
1705
],
"default": 0
},
"origin_country": {
"type": "array",
"items": {
"type": "string",
"examples": [
"US"
]
}
},
"original_language": {
"type": "string",
"examples": [
"en"
]
},
"original_name": {
"type": "string",
"examples": [
"Fringe"
]
},
"overview": {
"type": "string",
"examples": [
"FBI Special Agent Olivia Dunham, brilliant but formerly institutionalized scientist Walter Bishop and his scheming, reluctant son Peter uncover a deadly mystery involving a series of unbelievable events and realize they may be a part of a larger, more disturbing pattern that blurs the line between science fiction and technology."
]
},
"popularity": {
"type": "double",
"examples": [
151.906
],
"default": 0
},
"poster_path": {
"type": "string",
"examples": [
"/sY9hg5dLJ93RJOyKEiu1nAtBRND.jpg"
]
},
"first_air_date": {
"type": "string",
"examples": [
"2008-09-09"
]
},
"name": {
"type": "string",
"examples": [
"Fringe"
]
},
"vote_average": {
"type": "double",
"examples": [
8.109
],
"default": 0
},
"vote_count": {
"type": "int32",
"examples": [
2050
],
"default": 0
},
"rating": {
"type": "int32",
"examples": [
9
],
"default": 0
}
}
}
},
"total_pages": {
"type": "int32",
"examples": [
15
],
"default": 0
},
"total_results": {
"type": "int32",
"examples": [
290
],
"default": 0
}
}
}