The Movie Database · Example Payload

Tmdb Api Movie Reviews Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Top-level fields

idpageresultstotal_pagestotal_results

Example Payload

Raw ↑
{
  "id": 550,
  "page": 1,
  "results": [
    {
      "author": "Goddard",
      "author_details": {
        "name": "",
        "username": "Goddard",
        "avatar_path": "/https://secure.gravatar.com/avatar/f248ec34f953bc62cafcbdd81fddd6b6.jpg",
        "rating": {}
      },
      "content": "Pretty awesome movie.  It shows what one crazy person can convince other crazy people to do.  Everyone needs something to believe in.  I recommend Jesus Christ, but they want Tyler Durden.",
      "created_at": "2018-06-09T17:51:53.359Z",
      "id": "5b1c13b9c3a36848f2026384",
      "updated_at": "2021-06-23T15:58:09.421Z",
      "url": "https://www.themoviedb.org/review/5b1c13b9c3a36848f2026384"
    }
  ],
  "total_pages": 1,
  "total_results": 8
}