The Movie Database · JSON Structure

Tmdb Api Person Movie Credits Response Structure

TMDB People — Movie Credits (200 payload).

Type: object Properties: 3
CatalogDiscoveryEntertainmentImageMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

PersonMovieCreditsResponse is a JSON Structure definition published by The Movie Database, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

cast crew id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-structure/tmdb-api-person-movie-credits-response-structure.json",
  "name": "PersonMovieCreditsResponse",
  "description": "TMDB People \u2014 Movie Credits (200 payload).",
  "type": "object",
  "properties": {
    "cast": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "adult": {
            "type": "boolean",
            "examples": [
              false
            ],
            "default": true
          },
          "backdrop_path": {
            "type": "string",
            "examples": [
              "/3h1JZGDhZ8nzxdgvkxha0qBqi05.jpg"
            ]
          },
          "genre_ids": {
            "type": "array",
            "items": {
              "type": "int32",
              "examples": [
                35
              ],
              "default": 0
            }
          },
          "id": {
            "type": "int32",
            "examples": [
              13
            ],
            "default": 0
          },
          "original_language": {
            "type": "string",
            "examples": [
              "en"
            ]
          },
          "original_title": {
            "type": "string",
            "examples": [
              "Forrest Gump"
            ]
          },
          "overview": {
            "type": "string",
            "examples": [
              "A man with a low IQ has accomplished great things in his life and been present during significant historic events\u2014in each case, far exceeding what anyone imagined he could do. But despite all he has achieved, his one true love eludes him."
            ]
          },
          "popularity": {
            "type": "double",
            "examples": [
              62.225
            ],
            "default": 0
          },
          "poster_path": {
            "type": "string",
            "examples": [
              "/arw2vcBveWOVZr6pxd9XTd1TdQa.jpg"
            ]
          },
          "release_date": {
            "type": "string",
            "examples": [
              "1994-06-23"
            ]
          },
          "name": {
            "type": "string",
            "examples": [
              "Forrest Gump"
            ]
          },
          "video": {
            "type": "boolean",
            "examples": [
              false
            ],
            "default": true
          },
          "vote_average": {
            "type": "double",
            "examples": [
              8.481
            ],
            "default": 0
          },
          "vote_count": {
            "type": "int32",
            "examples": [
              24535
            ],
            "default": 0
          },
          "character": {
            "type": "string",
            "examples": [
              "Forrest Gump"
            ]
          },
          "credit_id": {
            "type": "string",
            "examples": [
              "52fe420ec3a36847f800074f"
            ]
          },
          "order": {
            "type": "int32",
            "examples": [
              0
            ],
            "default": 0
          }
        }
      }
    },
    "crew": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "adult": {
            "type": "boolean",
            "examples": [
              false
            ],
            "default": true
          },
          "backdrop_path": {
            "type": "string",
            "examples": [
              "/tx3uj8GPWf5pzb0gWATJ4bokNHI.jpg"
            ]
          },
          "genre_ids": {
            "type": "array",
            "items": {
              "type": "int32",
              "examples": [
                99
              ],
              "default": 0
            }
          },
          "id": {
            "type": "int32",
            "examples": [
              87061
            ],
            "default": 0
          },
          "original_language": {
            "type": "string",
            "examples": [
              "fr"
            ]
          },
          "original_title": {
            "type": "string",
            "examples": [
              "Le Voyage extraordinaire"
            ]
          },
          "overview": {
            "type": "string",
            "examples": [
              "An account of the extraordinary life of film pioneer Georges M\u00e9li\u00e8s (1861-1938) and the amazing story of the copy in color of his masterpiece \u201cA Trip to the Moon\u201d (1902), unexpectedly found in Spain and restored thanks to the heroic efforts of a group of true cinema lovers."
            ]
          },
          "popularity": {
            "type": "double",
            "examples": [
              6.007
            ],
            "default": 0
          },
          "poster_path": {
            "type": "string",
            "examples": [
              "/zHNNT9gfiGsuadR6x38KYOp6ekq.jpg"
            ]
          },
          "release_date": {
            "type": "string",
            "examples": [
              "2011-12-08"
            ]
          },
          "name": {
            "type": "string",
            "examples": [
              "The Extraordinary Voyage"
            ]
          },
          "video": {
            "type": "boolean",
            "examples": [
              false
            ],
            "default": true
          },
          "vote_average": {
            "type": "double",
            "examples": [
              7.6
            ],
            "default": 0
          },
          "vote_count": {
            "type": "int32",
            "examples": [
              47
            ],
            "default": 0
          },
          "credit_id": {
            "type": "string",
            "examples": [
              "5d818a63d34eb3002c4f8fea"
            ]
          },
          "department": {
            "type": "string",
            "examples": [
              "Crew"
            ]
          },
          "job": {
            "type": "string",
            "examples": [
              "Thanks"
            ]
          }
        }
      }
    },
    "id": {
      "type": "int32",
      "examples": [
        31
      ],
      "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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/tmdb-api-person-movie-credits-response-structure"
All json 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 email required.

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