The Movie Database · JSON Structure

Tmdb Api Keyword Details Response Structure

TMDB Keywords — Details (200 payload).

Type: object Properties: 2
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

KeywordDetailsResponse is a JSON Structure definition published by The Movie Database, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-structure/tmdb-api-keyword-details-response-structure.json",
  "name": "KeywordDetailsResponse",
  "description": "TMDB Keywords \u2014 Details (200 payload).",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "examples": [
        1701
      ],
      "default": 0
    },
    "name": {
      "type": "string",
      "examples": [
        "hero"
      ]
    }
  }
}