The Movie Database · Example Payload

Tmdb Api Movie Keywords Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Top-level fields

idkeywords

Example Payload

Raw ↑
{
  "id": 550,
  "keywords": [
    {
      "id": 818,
      "name": "based on novel or book"
    }
  ]
}