The Movie Database · Schema

PersonDetailsResponse

TMDB People — Details (200 payload).

CatalogDiscoveryEntertainmentImageMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Properties

Name Type Description
adult boolean
also_known_as array
biography string
birthday string
deathday object
gender integer
homepage object
id integer
imdb_id string
known_for_department string
name string
place_of_birth string
popularity number
profile_path string
View JSON Schema on GitHub

JSON Schema

tmdb-api-person-details-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-person-details-response-schema.json",
  "title": "PersonDetailsResponse",
  "description": "TMDB People \u2014 Details (200 payload).",
  "type": "object",
  "properties": {
    "adult": {
      "type": "boolean",
      "examples": [
        false
      ],
      "default": true
    },
    "also_known_as": {
      "type": "array",
      "items": {
        "type": "string",
        "examples": [
          "Thomas Jeffrey Hanks"
        ]
      }
    },
    "biography": {
      "type": "string",
      "examples": [
        "Thomas Jeffrey Hanks (born July 9, 1956) is an American actor and filmmaker. Known for both his comedic and dramatic roles, Hanks is one of the most popular and recognizable film stars worldwide, and is widely regarded as an American cultural icon.\n\nHanks made his breakthrough with leading roles in the comedies Splash (1984) and Big (1988). He won two consecutive Academy Awards for Best Actor for starring as a gay lawyer suffering from AIDS in Philadelphia (1993) and a young man with below-average IQ in Forrest Gump (1994). Hanks collaborated with film director Steven Spielberg on five films: Saving Private Ryan (1998), Catch Me If You Can (2002), The Terminal (2004), Bridge of Spies (2015), and The Post (2017), as well as the 2001 miniseries Band of Brothers, which launched him as a director, producer, and screenwriter.\n\nHanks' other notable films include the romantic comedies Sleepless in Seattle (1993) and You've Got Mail (1998); the dramas Apollo 13 (1995), The Green Mile (1999), Cast Away (2000), Road to Perdition (2002), and Cloud Atlas (2012); and the biographical dramas Saving Mr. Banks (2013), Captain Phillips (2013), Sully (2016), and A Beautiful Day in the Neighborhood (2019). He has also appeared as the title character in the Robert Langdon film series, and has voiced Sheriff Woody in the Toy Story film series.\n\nDescription above from the Wikipedia article Tom Hanks, licensed under CC-BY-SA, full list of contributors on Wikipedia."
      ]
    },
    "birthday": {
      "type": "string",
      "examples": [
        "1956-07-09"
      ]
    },
    "deathday": {},
    "gender": {
      "type": "integer",
      "examples": [
        2
      ],
      "default": 0
    },
    "homepage": {},
    "id": {
      "type": "integer",
      "examples": [
        31
      ],
      "default": 0
    },
    "imdb_id": {
      "type": "string",
      "examples": [
        "nm0000158"
      ]
    },
    "known_for_department": {
      "type": "string",
      "examples": [
        "Acting"
      ]
    },
    "name": {
      "type": "string",
      "examples": [
        "Tom Hanks"
      ]
    },
    "place_of_birth": {
      "type": "string",
      "examples": [
        "Concord, California, USA"
      ]
    },
    "popularity": {
      "type": "number",
      "examples": [
        82.989
      ],
      "default": 0
    },
    "profile_path": {
      "type": "string",
      "examples": [
        "/xndWFsBlClOJFRdhSt4NBwiPq2o.jpg"
      ]
    }
  }
}

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-person-details-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.