The Movie Database · Example Payload

Tmdb Api Movie Credits Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Movie 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

idcastcrew

Example Payload

Raw ↑
{
  "id": 550,
  "cast": [
    {
      "adult": false,
      "gender": 2,
      "id": 819,
      "known_for_department": "Acting",
      "name": "Edward Norton",
      "original_name": "Edward Norton",
      "popularity": 26.99,
      "profile_path": "/8nytsqL59SFJTVYVrN72k6qkGgJ.jpg",
      "cast_id": 4,
      "character": "The Narrator",
      "credit_id": "52fe4250c3a36847f80149f3",
      "order": 0
    }
  ],
  "crew": [
    {
      "adult": false,
      "gender": 2,
      "id": 376,
      "known_for_department": "Production",
      "name": "Arnon Milchan",
      "original_name": "Arnon Milchan",
      "popularity": 2.931,
      "profile_path": "/b2hBExX4NnczNAnLuTBF4kmNhZm.jpg",
      "credit_id": "55731b8192514111610027d7",
      "department": "Production",
      "job": "Executive Producer"
    }
  ]
}