The Movie Database · Example Payload

Tmdb Api Collection Translations Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Collection Translations Response Example is an example object payload from The Movie Database, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtranslations

Example Payload

Raw ↑
{
  "id": 10,
  "translations": [
    {
      "iso_3166_1": "AE",
      "iso_639_1": "ar",
      "name": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629",
      "english_name": "Arabic",
      "data": {
        "title": "",
        "overview": "",
        "homepage": ""
      }
    }
  ]
}