The Movie Database · Example Payload

Tmdb Api Watch Providers Available Regions Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Watch Providers Available Regions Response Example is an example object payload from The Movie Database, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

results

Example Payload

Raw ↑
{
  "results": [
    {
      "iso_3166_1": "AD",
      "english_name": "Andorra",
      "native_name": "Andorra"
    }
  ]
}