The Movie Database · Schema

TvSeriesReviewsResponse

TMDB TV Series — Reviews (200 payload).

CatalogDiscoveryEntertainmentImageMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Properties

Name Type Description
id integer
page integer
results array
total_pages integer
total_results integer
View JSON Schema on GitHub

JSON Schema

tmdb-api-tv-series-reviews-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-schema/tmdb-api-tv-series-reviews-response-schema.json",
  "title": "TvSeriesReviewsResponse",
  "description": "TMDB TV Series \u2014 Reviews (200 payload).",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "examples": [
        1399
      ],
      "default": 0
    },
    "page": {
      "type": "integer",
      "examples": [
        1
      ],
      "default": 0
    },
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "author": {
            "type": "string",
            "examples": [
              "lmao7"
            ]
          },
          "author_details": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "examples": [
                  "lmao7"
                ]
              },
              "username": {
                "type": "string",
                "examples": [
                  "lmao7"
                ]
              },
              "avatar_path": {
                "type": "string",
                "examples": [
                  "/ekmYOUU4tfx9zGGadjRdE7UPce.jpg"
                ]
              },
              "rating": {
                "type": "integer",
                "examples": [
                  9
                ],
                "default": 0
              }
            }
          },
          "content": {
            "type": "string",
            "examples": [
              "I started watching when it came out as I heard that fans of LOTR also liked this. I stopped watching after Season 1 as I was devastated lol kinda. Only 2015 I decided to continue watching and got addicted like it seemed complicated at first, too many stories and characters. I even used a guide from internet like family tree per house while watching or GOT wiki so I can have more background on the characters. For a TV series, this show can really take you to a different world and never knowing what will happen. It is very daring that any time anybody can just die (I learned not to be attached and have accepted that they will all die so I won't be devastated hehe). I have never read the books but the show is entertaining and you will really root for your faves and really hate on those you hate. \r\n\r\nFantasy, action, drama, comedy, love...and lots of surprises!"
            ]
          },
          "created_at": {
            "type": "string",
            "examples": [
              "2017-02-20T05:47:28.872Z"
            ]
          },
          "id": {
            "type": "string",
            "examples": [
              "58aa82f09251416f92006a3a"
            ]
          },
          "updated_at": {
            "type": "string",
            "examples": [
              "2021-06-23T15:57:54.649Z"
            ]
          },
          "url": {
            "type": "string",
            "examples": [
              "https://www.themoviedb.org/review/58aa82f09251416f92006a3a"
            ]
          }
        }
      }
    },
    "total_pages": {
      "type": "integer",
      "examples": [
        1
      ],
      "default": 0
    },
    "total_results": {
      "type": "integer",
      "examples": [
        11
      ],
      "default": 0
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tmdb-api-tv-series-reviews-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.