The Movie Database · Example Payload

Tmdb Api Person Changes Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Top-level fields

changes

Example Payload

Raw ↑
{
  "changes": [
    {
      "key": "biography",
      "items": [
        {
          "id": {},
          "action": {},
          "time": {},
          "iso_639_1": {},
          "iso_3166_1": {},
          "value": {}
        }
      ]
    }
  ]
}