The Movie Database · JSON Structure

Tmdb Api Network Details Response Structure

TMDB Networks — Details (200 payload).

Type: object Properties: 6
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Properties

headquarters homepage id logo_path name origin_country

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-network-details-response-structure.json",
  "name": "NetworkDetailsResponse",
  "description": "TMDB Networks \u2014 Details (200 payload).",
  "type": "object",
  "properties": {
    "headquarters": {
      "type": "string",
      "examples": [
        "New York City, New York"
      ]
    },
    "homepage": {
      "type": "string",
      "examples": [
        "https://www.hbo.com"
      ]
    },
    "id": {
      "type": "int32",
      "examples": [
        49
      ],
      "default": 0
    },
    "logo_path": {
      "type": "string",
      "examples": [
        "/tuomPhY2UtuPTqqFnKMVHvSb724.png"
      ]
    },
    "name": {
      "type": "string",
      "examples": [
        "HBO"
      ]
    },
    "origin_country": {
      "type": "string",
      "examples": [
        "US"
      ]
    }
  }
}