The Movie Database · Example Payload

Tmdb Api Person Tv Credits Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Person Tv Credits Response Example is an example object payload from The Movie Database, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

castcrewid

Example Payload

Raw ↑
{
  "cast": [
    {
      "adult": false,
      "backdrop_path": "/ttvojTMgaIN7U8gqB5LlNqO4vPN.jpg",
      "genre_ids": [
        10767
      ],
      "id": 1900,
      "origin_country": [
        "US"
      ],
      "original_language": "en",
      "original_name": "LIVE with Kelly and Mark",
      "overview": "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": 700.508,
      "poster_path": "/l5y8egG27p2fSTyq8s21SQMmQLy.jpg",
      "first_air_date": "1988-09-05",
      "name": "LIVE with Kelly and Mark",
      "vote_average": 5.4,
      "vote_count": 25,
      "character": "",
      "credit_id": "52571af019c29571140d5c92",
      "episode_count": 1
    }
  ],
  "crew": [
    {
      "adult": false,
      "backdrop_path": "/6uMA6EAiwcsCqQJwWgYwtORvE0v.jpg",
      "genre_ids": [
        35
      ],
      "id": 2391,
      "origin_country": [
        "US"
      ],
      "original_language": "en",
      "original_name": "Tales from the Crypt",
      "overview": "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": 24.88,
      "poster_path": "/dDfXQH6Kg2JNASI0dqNALukjhk1.jpg",
      "first_air_date": "1989-06-10",
      "name": "Tales from the Crypt",
      "vote_average": 7.978,
      "vote_count": 757,
      "credit_id": "525734f3760ee3776a397211",
      "department": "Directing",
      "episode_count": 1,
      "job": "Director"
    }
  ],
  "id": 31
}