The Movie Database · JSON Structure

Tmdb Api Company Alternative Names Response Structure

TMDB Companies — Alternative Names (200 payload).

Type: object Properties: 2
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

CompanyAlternativeNamesResponse 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-company-alternative-names-response-structure.json",
  "name": "CompanyAlternativeNamesResponse",
  "description": "TMDB Companies \u2014 Alternative Names (200 payload).",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "examples": [
        1
      ],
      "default": 0
    },
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "examples": [
              "\ub8e8\uce74\uc2a4\ud544\ub984"
            ]
          },
          "type": {
            "type": "string",
            "examples": [
              ""
            ]
          }
        }
      }
    }
  }
}