The Movie Database · Schema

TvSeriesSimilarResponse

TMDB TV Series — Similar (200 payload).

CatalogDiscoveryEntertainmentImageMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Properties

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

JSON Schema

tmdb-api-tv-series-similar-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-similar-response-schema.json",
  "title": "TvSeriesSimilarResponse",
  "description": "TMDB TV Series \u2014 Similar (200 payload).",
  "type": "object",
  "properties": {
    "page": {
      "type": "integer",
      "examples": [
        1
      ],
      "default": 0
    },
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "adult": {
            "type": "boolean",
            "examples": [
              false
            ],
            "default": true
          },
          "backdrop_path": {
            "type": "string",
            "examples": [
              "/zcFSvWa34nDn2NcqOPuthyOIBWT.jpg"
            ]
          },
          "genre_ids": {
            "type": "array",
            "items": {
              "type": "integer",
              "examples": [
                18
              ],
              "default": 0
            }
          },
          "id": {
            "type": "integer",
            "examples": [
              197063
            ],
            "default": 0
          },
          "origin_country": {
            "type": "array",
            "items": {
              "type": "string",
              "examples": [
                "KR"
              ]
            }
          },
          "original_language": {
            "type": "string",
            "examples": [
              "ko"
            ]
          },
          "original_name": {
            "type": "string",
            "examples": [
              "\uc885\uc774\ub2ec"
            ]
          },
          "overview": {
            "type": "string",
            "examples": [
              "A thriller drama about Yoo I-hwa, a stay-at-home mom living her comfortable and contented life without desires, but to her husband's indifference. While working as a bank contract employee, she unexpectedly touches money from VIP clients and gradually falls into an irreversible collapse."
            ]
          },
          "popularity": {
            "type": "number",
            "examples": [
              12.299
            ],
            "default": 0
          },
          "poster_path": {
            "type": "string",
            "examples": [
              "/xXWynVdMGyJXBUDvIN27AXM3iJJ.jpg"
            ]
          },
          "first_air_date": {
            "type": "string",
            "examples": [
              "2023-04-10"
            ]
          },
          "name": {
            "type": "string",
            "examples": [
              "Pale Moon"
            ]
          },
          "vote_average": {
            "type": "integer",
            "examples": [
              7
            ],
            "default": 0
          },
          "vote_count": {
            "type": "integer",
            "examples": [
              2
            ],
            "default": 0
          }
        }
      }
    },
    "total_pages": {
      "type": "integer",
      "examples": [
        82
      ],
      "default": 0
    },
    "total_results": {
      "type": "integer",
      "examples": [
        1639
      ],
      "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-similar-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.