Tmdb Api Movie Credits Response Structure
TMDB Movies — Credits (200 payload).
MovieCreditsResponse 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
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-movie-credits-response-structure.json",
"name": "MovieCreditsResponse",
"description": "TMDB Movies \u2014 Credits (200 payload).",
"type": "object",
"properties": {
"id": {
"type": "int32",
"examples": [
550
],
"default": 0
},
"cast": {
"type": "array",
"items": {
"type": "object",
"properties": {
"adult": {
"type": "boolean",
"examples": [
false
],
"default": true
},
"gender": {
"type": "int32",
"examples": [
2
],
"default": 0
},
"id": {
"type": "int32",
"examples": [
819
],
"default": 0
},
"known_for_department": {
"type": "string",
"examples": [
"Acting"
]
},
"name": {
"type": "string",
"examples": [
"Edward Norton"
]
},
"original_name": {
"type": "string",
"examples": [
"Edward Norton"
]
},
"popularity": {
"type": "double",
"examples": [
26.99
],
"default": 0
},
"profile_path": {
"type": "string",
"examples": [
"/8nytsqL59SFJTVYVrN72k6qkGgJ.jpg"
]
},
"cast_id": {
"type": "int32",
"examples": [
4
],
"default": 0
},
"character": {
"type": "string",
"examples": [
"The Narrator"
]
},
"credit_id": {
"type": "string",
"examples": [
"52fe4250c3a36847f80149f3"
]
},
"order": {
"type": "int32",
"examples": [
0
],
"default": 0
}
}
}
},
"crew": {
"type": "array",
"items": {
"type": "object",
"properties": {
"adult": {
"type": "boolean",
"examples": [
false
],
"default": true
},
"gender": {
"type": "int32",
"examples": [
2
],
"default": 0
},
"id": {
"type": "int32",
"examples": [
376
],
"default": 0
},
"known_for_department": {
"type": "string",
"examples": [
"Production"
]
},
"name": {
"type": "string",
"examples": [
"Arnon Milchan"
]
},
"original_name": {
"type": "string",
"examples": [
"Arnon Milchan"
]
},
"popularity": {
"type": "double",
"examples": [
2.931
],
"default": 0
},
"profile_path": {
"type": "string",
"examples": [
"/b2hBExX4NnczNAnLuTBF4kmNhZm.jpg"
]
},
"credit_id": {
"type": "string",
"examples": [
"55731b8192514111610027d7"
]
},
"department": {
"type": "string",
"examples": [
"Production"
]
},
"job": {
"type": "string",
"examples": [
"Executive Producer"
]
}
}
}
}
}
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/tmdb-api-movie-credits-response-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.