The Movie Database · JSON Structure

Tmdb Api Movie Videos Response Structure

TMDB Movies — Videos (200 payload).

Type: object Properties: 2
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

MovieVideosResponse 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 results

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-videos-response-structure.json",
  "name": "MovieVideosResponse",
  "description": "TMDB Movies \u2014 Videos (200 payload).",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "examples": [
        550
      ],
      "default": 0
    },
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "iso_639_1": {
            "type": "string",
            "examples": [
              "en"
            ]
          },
          "iso_3166_1": {
            "type": "string",
            "examples": [
              "US"
            ]
          },
          "name": {
            "type": "string",
            "examples": [
              "Fight Club (1999) Trailer - Starring Brad Pitt, Edward Norton, Helena Bonham Carter"
            ]
          },
          "key": {
            "type": "string",
            "examples": [
              "O-b2VfmmbyA"
            ]
          },
          "site": {
            "type": "string",
            "examples": [
              "YouTube"
            ]
          },
          "size": {
            "type": "int32",
            "examples": [
              720
            ],
            "default": 0
          },
          "type": {
            "type": "string",
            "examples": [
              "Trailer"
            ]
          },
          "official": {
            "type": "boolean",
            "examples": [
              false
            ],
            "default": true
          },
          "published_at": {
            "type": "string",
            "examples": [
              "2016-03-05T02:03:14.000Z"
            ]
          },
          "id": {
            "type": "string",
            "examples": [
              "639d5326be6d88007f170f44"
            ]
          }
        }
      }
    }
  }
}