The Movie Database · JSON Structure

Tmdb Api Person Tv Credits Response Structure

TMDB People — TV Credits (200 payload).

Type: object Properties: 3
CatalogDiscoveryEntertainmentImageMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

PersonTvCreditsResponse 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-tv-credits-response-structure.json",
  "name": "PersonTvCreditsResponse",
  "description": "TMDB People \u2014 TV 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": [
              "/ttvojTMgaIN7U8gqB5LlNqO4vPN.jpg"
            ]
          },
          "genre_ids": {
            "type": "array",
            "items": {
              "type": "int32",
              "examples": [
                10767
              ],
              "default": 0
            }
          },
          "id": {
            "type": "int32",
            "examples": [
              1900
            ],
            "default": 0
          },
          "origin_country": {
            "type": "array",
            "items": {
              "type": "string",
              "examples": [
                "US"
              ]
            }
          },
          "original_language": {
            "type": "string",
            "examples": [
              "en"
            ]
          },
          "original_name": {
            "type": "string",
            "examples": [
              "LIVE with Kelly and Mark"
            ]
          },
          "overview": {
            "type": "string",
            "examples": [
              "A morning talk show with A-list celebrity guests, top-notch performances and one-of-a-kind segments that are unrivaled on daytime television, plus spontaneous, hilarious and unpredictable talk."
            ]
          },
          "popularity": {
            "type": "double",
            "examples": [
              700.508
            ],
            "default": 0
          },
          "poster_path": {
            "type": "string",
            "examples": [
              "/l5y8egG27p2fSTyq8s21SQMmQLy.jpg"
            ]
          },
          "first_air_date": {
            "type": "string",
            "examples": [
              "1988-09-05"
            ]
          },
          "name": {
            "type": "string",
            "examples": [
              "LIVE with Kelly and Mark"
            ]
          },
          "vote_average": {
            "type": "double",
            "examples": [
              5.4
            ],
            "default": 0
          },
          "vote_count": {
            "type": "int32",
            "examples": [
              25
            ],
            "default": 0
          },
          "character": {
            "type": "string",
            "examples": [
              ""
            ]
          },
          "credit_id": {
            "type": "string",
            "examples": [
              "52571af019c29571140d5c92"
            ]
          },
          "episode_count": {
            "type": "int32",
            "examples": [
              1
            ],
            "default": 0
          }
        }
      }
    },
    "crew": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "adult": {
            "type": "boolean",
            "examples": [
              false
            ],
            "default": true
          },
          "backdrop_path": {
            "type": "string",
            "examples": [
              "/6uMA6EAiwcsCqQJwWgYwtORvE0v.jpg"
            ]
          },
          "genre_ids": {
            "type": "array",
            "items": {
              "type": "int32",
              "examples": [
                35
              ],
              "default": 0
            }
          },
          "id": {
            "type": "int32",
            "examples": [
              2391
            ],
            "default": 0
          },
          "origin_country": {
            "type": "array",
            "items": {
              "type": "string",
              "examples": [
                "US"
              ]
            }
          },
          "original_language": {
            "type": "string",
            "examples": [
              "en"
            ]
          },
          "original_name": {
            "type": "string",
            "examples": [
              "Tales from the Crypt"
            ]
          },
          "overview": {
            "type": "string",
            "examples": [
              "Cadaverous scream legend the Crypt Keeper is your macabre host for these forays of fright and fun based on the classic E.C. Comics tales from back in the day. So shamble up to the bar and pick your poison. Will it be an insane Santa on a personal slay ride? Honeymooners out to fulfill the \"til death do we part\" vow ASAP?"
            ]
          },
          "popularity": {
            "type": "double",
            "examples": [
              24.88
            ],
            "default": 0
          },
          "poster_path": {
            "type": "string",
            "examples": [
              "/dDfXQH6Kg2JNASI0dqNALukjhk1.jpg"
            ]
          },
          "first_air_date": {
            "type": "string",
            "examples": [
              "1989-06-10"
            ]
          },
          "name": {
            "type": "string",
            "examples": [
              "Tales from the Crypt"
            ]
          },
          "vote_average": {
            "type": "double",
            "examples": [
              7.978
            ],
            "default": 0
          },
          "vote_count": {
            "type": "int32",
            "examples": [
              757
            ],
            "default": 0
          },
          "credit_id": {
            "type": "string",
            "examples": [
              "525734f3760ee3776a397211"
            ]
          },
          "department": {
            "type": "string",
            "examples": [
              "Directing"
            ]
          },
          "episode_count": {
            "type": "int32",
            "examples": [
              1
            ],
            "default": 0
          },
          "job": {
            "type": "string",
            "examples": [
              "Director"
            ]
          }
        }
      }
    },
    "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-tv-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 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.