The Movie Database · Schema

MovieLatestIdResponse

TMDB Movies — Latest (200 payload).

CatalogDiscoveryEntertainmentImageMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Properties

Name Type Description
adult boolean
backdrop_path object
belongs_to_collection object
budget integer
genres array
homepage string
id integer
imdb_id object
original_language string
original_title string
overview string
popularity integer
poster_path object
production_companies array
production_countries array
release_date string
revenue integer
runtime integer
spoken_languages array
status string
tagline string
title string
video boolean
vote_average integer
vote_count integer
View JSON Schema on GitHub

JSON Schema

tmdb-api-movie-latest-id-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-schema/tmdb-api-movie-latest-id-response-schema.json",
  "title": "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": "integer",
      "examples": [
        0
      ],
      "default": 0
    },
    "genres": {
      "type": "array"
    },
    "homepage": {
      "type": "string",
      "examples": [
        ""
      ]
    },
    "id": {
      "type": "integer",
      "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": "integer",
      "examples": [
        0
      ],
      "default": 0
    },
    "poster_path": {},
    "production_companies": {
      "type": "array"
    },
    "production_countries": {
      "type": "array"
    },
    "release_date": {
      "type": "string",
      "examples": [
        ""
      ]
    },
    "revenue": {
      "type": "integer",
      "examples": [
        0
      ],
      "default": 0
    },
    "runtime": {
      "type": "integer",
      "examples": [
        0
      ],
      "default": 0
    },
    "spoken_languages": {
      "type": "array"
    },
    "status": {
      "type": "string",
      "examples": [
        "Released"
      ]
    },
    "tagline": {
      "type": "string",
      "examples": [
        ""
      ]
    },
    "title": {
      "type": "string",
      "examples": [
        "K\u00f6nig Charles III"
      ]
    },
    "video": {
      "type": "boolean",
      "examples": [
        false
      ],
      "default": true
    },
    "vote_average": {
      "type": "integer",
      "examples": [
        0
      ],
      "default": 0
    },
    "vote_count": {
      "type": "integer",
      "examples": [
        0
      ],
      "default": 0
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/tmdb-api-movie-latest-id-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.