The Movie Database · Schema

CreditDetailsResponse

TMDB Credits — Details (200 payload).

CatalogDiscoveryEntertainmentImageMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Properties

Name Type Description
credit_type string
department string
job string
media object
media_type string
id string
person object
View JSON Schema on GitHub

JSON Schema

tmdb-api-credit-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-credit-details-response-schema.json",
  "title": "CreditDetailsResponse",
  "description": "TMDB Credits \u2014 Details (200 payload).",
  "type": "object",
  "properties": {
    "credit_type": {
      "type": "string",
      "examples": [
        "cast"
      ]
    },
    "department": {
      "type": "string",
      "examples": [
        "Acting"
      ]
    },
    "job": {
      "type": "string",
      "examples": [
        "Actor"
      ]
    },
    "media": {
      "type": "object",
      "properties": {
        "adult": {
          "type": "boolean",
          "examples": [
            false
          ],
          "default": true
        },
        "backdrop_path": {
          "type": "string",
          "examples": [
            "/uDgy6hyPd82kOHh6I95FLtLnj6p.jpg"
          ]
        },
        "id": {
          "type": "integer",
          "examples": [
            100088
          ],
          "default": 0
        },
        "name": {
          "type": "string",
          "examples": [
            "The Last of Us"
          ]
        },
        "original_language": {
          "type": "string",
          "examples": [
            "en"
          ]
        },
        "original_name": {
          "type": "string",
          "examples": [
            "The Last of Us"
          ]
        },
        "overview": {
          "type": "string",
          "examples": [
            "Zwanzig Jahre nachdem die moderne Zivilisation zerst\u00f6rt wurde. \u2013 Joel, ein abgeh\u00e4rteter \u00dcberlebender, wird angeheuert, um Ellie, ein 14-j\u00e4hriges M\u00e4dchen, aus einer bedr\u00fcckenden Quarant\u00e4nezone zu schmuggeln. Was als kleiner Job beginnt, wird bald zu einer brutalen, herzzerrei\u00dfenden Reise, bei der die beiden die USA durchqueren m\u00fcssen und aufeinander angewiesen sind, um zu \u00fcberleben."
          ]
        },
        "poster_path": {
          "type": "string",
          "examples": [
            "/igwIPNClQpGVzb61QlGqcpT5zUy.jpg"
          ]
        },
        "media_type": {
          "type": "string",
          "examples": [
            "tv"
          ]
        },
        "genre_ids": {
          "type": "array",
          "items": {
            "type": "integer",
            "examples": [
              18
            ],
            "default": 0
          }
        },
        "popularity": {
          "type": "number",
          "examples": [
            898.378
          ],
          "default": 0
        },
        "first_air_date": {
          "type": "string",
          "examples": [
            "2023-01-15"
          ]
        },
        "vote_average": {
          "type": "number",
          "examples": [
            8.749
          ],
          "default": 0
        },
        "vote_count": {
          "type": "integer",
          "examples": [
            3341
          ],
          "default": 0
        },
        "origin_country": {
          "type": "array",
          "items": {
            "type": "string",
            "examples": [
              "US"
            ]
          }
        },
        "character": {
          "type": "string",
          "examples": [
            "Joel Miller"
          ]
        },
        "episodes": {
          "type": "array"
        },
        "seasons": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "air_date": {
                "type": "string",
                "examples": [
                  "2023-01-15"
                ]
              },
              "episode_count": {
                "type": "integer",
                "examples": [
                  9
                ],
                "default": 0
              },
              "id": {
                "type": "integer",
                "examples": [
                  144593
                ],
                "default": 0
              },
              "name": {
                "type": "string",
                "examples": [
                  "Staffel 1"
                ]
              },
              "overview": {
                "type": "string",
                "examples": [
                  "Die 1. Staffel der Endzeit-Horrorserie The Last of Us feierte ihre Premiere am 15. Januar 2023 bei HBO. In Staffel 1 beginnt f\u00fcr den \u00dcberlebenden Joel und das M\u00e4dchen Ellie eine Reise durch das postapokalyptische Amerika, in dem Pl\u00fcnderer und mutierte Wesen ihnen nach dem Leben trachten."
                ]
              },
              "poster_path": {
                "type": "string",
                "examples": [
                  "/aUQKIpZZ31KWbpdHMCmaV76u78T.jpg"
                ]
              },
              "season_number": {
                "type": "integer",
                "examples": [
                  1
                ],
                "default": 0
              },
              "show_id": {
                "type": "integer",
                "examples": [
                  100088
                ],
                "default": 0
              }
            }
          }
        }
      }
    },
    "media_type": {
      "type": "string",
      "examples": [
        "tv"
      ]
    },
    "id": {
      "type": "string",
      "examples": [
        "6024a814c0ae36003d59cc3c"
      ]
    },
    "person": {
      "type": "object",
      "properties": {
        "adult": {
          "type": "boolean",
          "examples": [
            false
          ],
          "default": true
        },
        "id": {
          "type": "integer",
          "examples": [
            1253360
          ],
          "default": 0
        },
        "name": {
          "type": "string",
          "examples": [
            "Pedro Pascal"
          ]
        },
        "original_name": {
          "type": "string",
          "examples": [
            "Pedro Pascal"
          ]
        },
        "media_type": {
          "type": "string",
          "examples": [
            "person"
          ]
        },
        "popularity": {
          "type": "number",
          "examples": [
            106.095
          ],
          "default": 0
        },
        "gender": {
          "type": "integer",
          "examples": [
            2
          ],
          "default": 0
        },
        "known_for_department": {
          "type": "string",
          "examples": [
            "Acting"
          ]
        },
        "profile_path": {
          "type": "string",
          "examples": [
            "/dBOrm29cr7NUrjiDQMTtrTyDpfy.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-credit-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.