The Movie Database · Example Payload

Tmdb Api Person Latest Id Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Top-level fields

adultalso_known_asbiographybirthdaydeathdaygenderhomepageidimdb_idknown_for_departmentnameplace_of_birthpopularityprofile_path

Example Payload

Raw ↑
{
  "adult": false,
  "also_known_as": [
    {}
  ],
  "biography": "",
  "birthday": {},
  "deathday": {},
  "gender": 0,
  "homepage": {},
  "id": 4064343,
  "imdb_id": {},
  "known_for_department": {},
  "name": "\u00c1ngel Cruz",
  "place_of_birth": {},
  "popularity": 0,
  "profile_path": {}
}