The Movie Database · Schema
MovieCreditsResponse
TMDB Movies — Credits (200 payload).
CatalogDiscoveryEntertainmentImageMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| cast | array | |
| crew | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-schema/tmdb-api-movie-credits-response-schema.json",
"title": "MovieCreditsResponse",
"description": "TMDB Movies \u2014 Credits (200 payload).",
"type": "object",
"properties": {
"id": {
"type": "integer",
"examples": [
550
],
"default": 0
},
"cast": {
"type": "array",
"items": {
"type": "object",
"properties": {
"adult": {
"type": "boolean",
"examples": [
false
],
"default": true
},
"gender": {
"type": "integer",
"examples": [
2
],
"default": 0
},
"id": {
"type": "integer",
"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": "number",
"examples": [
26.99
],
"default": 0
},
"profile_path": {
"type": "string",
"examples": [
"/8nytsqL59SFJTVYVrN72k6qkGgJ.jpg"
]
},
"cast_id": {
"type": "integer",
"examples": [
4
],
"default": 0
},
"character": {
"type": "string",
"examples": [
"The Narrator"
]
},
"credit_id": {
"type": "string",
"examples": [
"52fe4250c3a36847f80149f3"
]
},
"order": {
"type": "integer",
"examples": [
0
],
"default": 0
}
}
}
},
"crew": {
"type": "array",
"items": {
"type": "object",
"properties": {
"adult": {
"type": "boolean",
"examples": [
false
],
"default": true
},
"gender": {
"type": "integer",
"examples": [
2
],
"default": 0
},
"id": {
"type": "integer",
"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": "number",
"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 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tmdb-api-movie-credits-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 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.