The Movie Database · JSON Structure

Tmdb Api List Details Response Structure

TMDB Lists — Details (200 payload).

Type: object Properties: 9
CatalogDiscoveryEntertainmentImageMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Properties

created_by description favorite_count id items item_count iso_639_1 name poster_path

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-details-response-structure.json",
  "name": "ListDetailsResponse",
  "description": "TMDB Lists \u2014 Details (200 payload).",
  "type": "object",
  "properties": {
    "created_by": {
      "type": "string",
      "examples": [
        "travisbell"
      ]
    },
    "description": {
      "type": "string",
      "examples": [
        "The idea behind this list is to collect the live action comic book movies from within the Marvel franchise."
      ]
    },
    "favorite_count": {
      "type": "int32",
      "examples": [
        0
      ],
      "default": 0
    },
    "id": {
      "type": "string",
      "examples": [
        "1"
      ]
    },
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "adult": {
            "type": "boolean",
            "examples": [
              false
            ],
            "default": true
          },
          "backdrop_path": {
            "type": "string",
            "examples": [
              "/14QbnygCuTO0vl7CAFmPf1fgZfV.jpg"
            ]
          },
          "genre_ids": {
            "type": "array",
            "items": {
              "type": "int32",
              "examples": [
                28
              ],
              "default": 0
            }
          },
          "id": {
            "type": "int32",
            "examples": [
              634649
            ],
            "default": 0
          },
          "media_type": {
            "type": "string",
            "examples": [
              "movie"
            ]
          },
          "original_language": {
            "type": "string",
            "examples": [
              "en"
            ]
          },
          "original_title": {
            "type": "string",
            "examples": [
              "Spider-Man: No Way Home"
            ]
          },
          "overview": {
            "type": "string",
            "examples": [
              "Peter Parker ist demaskiert und kann sein normales Leben nicht mehr von den hohen Eins\u00e4tzen als Superheld trennen. Als er Doctor Strange um Hilfe bittet, wird die Lage noch gef\u00e4hrlicher und er muss entdecken, was es wirklich bedeutet, Spider-Man zu sein."
            ]
          },
          "popularity": {
            "type": "double",
            "examples": [
              398.217
            ],
            "default": 0
          },
          "poster_path": {
            "type": "string",
            "examples": [
              "/iNKf4D0AzOj9GLq8ZyG3WZaqibL.jpg"
            ]
          },
          "release_date": {
            "type": "string",
            "examples": [
              "2021-12-15"
            ]
          },
          "name": {
            "type": "string",
            "examples": [
              "Spider-Man: No Way Home"
            ]
          },
          "video": {
            "type": "boolean",
            "examples": [
              false
            ],
            "default": true
          },
          "vote_average": {
            "type": "int32",
            "examples": [
              8
            ],
            "default": 0
          },
          "vote_count": {
            "type": "int32",
            "examples": [
              17267
            ],
            "default": 0
          }
        }
      }
    },
    "item_count": {
      "type": "int32",
      "examples": [
        59
      ],
      "default": 0
    },
    "iso_639_1": {
      "type": "string",
      "examples": [
        "en"
      ]
    },
    "name": {
      "type": "string",
      "examples": [
        "The Marvel Universe"
      ]
    },
    "poster_path": {
      "type": "string",
      "examples": [
        "/coJVIUEOToAEGViuhclM7pXC75R.jpg"
      ]
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/tmdb-api-list-details-response-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.