The Movie Database · JSON Structure

Tmdb Api List Check Item Status Response Structure

TMDB Lists — Check Item Status (200 payload).

Type: object Properties: 2
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

ListCheckItemStatusResponse 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 item_present

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-check-item-status-response-structure.json",
  "name": "ListCheckItemStatusResponse",
  "description": "TMDB Lists \u2014 Check Item Status (200 payload).",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "examples": [
        1
      ],
      "default": 0
    },
    "item_present": {
      "type": "boolean",
      "examples": [
        true
      ],
      "default": true
    }
  }
}