The Movie Database · JSON Structure

Tmdb Api Movie Latest Id Response Structure

TMDB Movies — Latest (200 payload).

Type: object Properties: 25
CatalogDiscoveryEntertainmentImageMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Properties

adult backdrop_path belongs_to_collection budget genres homepage id imdb_id original_language original_title overview popularity poster_path production_companies production_countries release_date revenue runtime spoken_languages status tagline name video vote_average vote_count

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-movie-latest-id-response-structure.json",
  "name": "MovieLatestIdResponse",
  "description": "TMDB Movies \u2014 Latest (200 payload).",
  "type": "object",
  "properties": {
    "adult": {
      "type": "boolean",
      "examples": [
        false
      ],
      "default": true
    },
    "backdrop_path": {},
    "belongs_to_collection": {},
    "budget": {
      "type": "int32",
      "examples": [
        0
      ],
      "default": 0
    },
    "genres": {
      "type": "array"
    },
    "homepage": {
      "type": "string",
      "examples": [
        ""
      ]
    },
    "id": {
      "type": "int32",
      "examples": [
        1119232
      ],
      "default": 0
    },
    "imdb_id": {},
    "original_language": {
      "type": "string",
      "examples": [
        "fr"
      ]
    },
    "original_title": {
      "type": "string",
      "examples": [
        "K\u00f6nig Charles III"
      ]
    },
    "overview": {
      "type": "string",
      "examples": [
        ""
      ]
    },
    "popularity": {
      "type": "int32",
      "examples": [
        0
      ],
      "default": 0
    },
    "poster_path": {},
    "production_companies": {
      "type": "array"
    },
    "production_countries": {
      "type": "array"
    },
    "release_date": {
      "type": "string",
      "examples": [
        ""
      ]
    },
    "revenue": {
      "type": "int32",
      "examples": [
        0
      ],
      "default": 0
    },
    "runtime": {
      "type": "int32",
      "examples": [
        0
      ],
      "default": 0
    },
    "spoken_languages": {
      "type": "array"
    },
    "status": {
      "type": "string",
      "examples": [
        "Released"
      ]
    },
    "tagline": {
      "type": "string",
      "examples": [
        ""
      ]
    },
    "name": {
      "type": "string",
      "examples": [
        "K\u00f6nig Charles III"
      ]
    },
    "video": {
      "type": "boolean",
      "examples": [
        false
      ],
      "default": true
    },
    "vote_average": {
      "type": "int32",
      "examples": [
        0
      ],
      "default": 0
    },
    "vote_count": {
      "type": "int32",
      "examples": [
        0
      ],
      "default": 0
    }
  }
}

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-movie-latest-id-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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