The Movie Database · JSON Structure

Tmdb Api Watch Providers Available Regions Response Structure

TMDB Watch Providers — Available Regions (200 payload).

Type: object Properties: 1
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Properties

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-watch-providers-available-regions-response-structure.json",
  "name": "WatchProvidersAvailableRegionsResponse",
  "description": "TMDB Watch Providers \u2014 Available Regions (200 payload).",
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "iso_3166_1": {
            "type": "string",
            "examples": [
              "AD"
            ]
          },
          "english_name": {
            "type": "string",
            "examples": [
              "Andorra"
            ]
          },
          "native_name": {
            "type": "string",
            "examples": [
              "Andorra"
            ]
          }
        }
      }
    }
  }
}