The Movie Database · JSON Structure

Tmdb Api List Clear Response Structure

TMDB Lists — Clear (200 payload).

Type: object Properties: 2
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

ListClearResponse 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

status_code status_message

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-list-clear-response-structure.json",
  "name": "ListClearResponse",
  "description": "TMDB Lists \u2014 Clear (200 payload).",
  "type": "object",
  "properties": {
    "status_code": {
      "type": "int32",
      "examples": [
        12
      ],
      "default": 0
    },
    "status_message": {
      "type": "string",
      "examples": [
        "The item/record was updated successfully."
      ]
    }
  }
}