The Movie Database · Example Payload

Tmdb Api Movie Videos Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Movie Videos 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

idresults

Example Payload

Raw ↑
{
  "id": 550,
  "results": [
    {
      "iso_639_1": "en",
      "iso_3166_1": "US",
      "name": "Fight Club (1999) Trailer - Starring Brad Pitt, Edward Norton, Helena Bonham Carter",
      "key": "O-b2VfmmbyA",
      "site": "YouTube",
      "size": 720,
      "type": "Trailer",
      "official": false,
      "published_at": "2016-03-05T02:03:14.000Z",
      "id": "639d5326be6d88007f170f44"
    }
  ]
}