The Movie Database · JSON Structure

Tmdb Api Credit Details Response Structure

TMDB Credits — Details (200 payload).

Type: object Properties: 7
CatalogDiscoveryEntertainmentImageMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Properties

credit_type department job media media_type id person

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-credit-details-response-structure.json",
  "name": "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": "int32",
          "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": "int32",
            "examples": [
              18
            ],
            "default": 0
          }
        },
        "popularity": {
          "type": "double",
          "examples": [
            898.378
          ],
          "default": 0
        },
        "first_air_date": {
          "type": "string",
          "examples": [
            "2023-01-15"
          ]
        },
        "vote_average": {
          "type": "double",
          "examples": [
            8.749
          ],
          "default": 0
        },
        "vote_count": {
          "type": "int32",
          "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": "int32",
                "examples": [
                  9
                ],
                "default": 0
              },
              "id": {
                "type": "int32",
                "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": "int32",
                "examples": [
                  1
                ],
                "default": 0
              },
              "show_id": {
                "type": "int32",
                "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": "int32",
          "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": "double",
          "examples": [
            106.095
          ],
          "default": 0
        },
        "gender": {
          "type": "int32",
          "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 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-credit-details-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.