The Movie Database · Example Payload

Tmdb Api Alternative Names Copy Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Alternative Names Copy 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

idlogos

Example Payload

Raw ↑
{
  "id": 49,
  "logos": [
    {
      "aspect_ratio": 2.425287356321839,
      "file_path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png",
      "height": 174,
      "id": "5a7a67a40e0a26020a000091",
      "file_type": ".svg",
      "vote_average": 5.318,
      "vote_count": 3,
      "width": 422
    }
  ]
}