GET
/
3
/
review
/
{review_id}
curl --request GET \
  --url https://api.themoviedb.org/3/review/{review_id} \
  --header 'Authorization: Bearer <token>'
{
  "author": "r96sk",
  "author_details": {
    "avatar_path": "/mwR7rFHoDcobAx1i61I3skzMW3U.jpg",
    "name": "",
    "rating": 9,
    "username": "r96sk"
  },
  "content": "Utterly stunning.\r\n\r\nThere isn't anything to dislike about <em>'Finding Nemo'</em>, it sets the tone perfectly and expertly tells the tale of Nemo, Marlin and Dory. Considering how the story goes, the film does an outstanding job at seamlessly switching between Nemo's adventure and his father's - it's truly terrifically done.\r\n\r\nThis also includes a whole bunch of memorable characters and voices. Alexander Gould, Albert Brooks and Ellen DeGeneres are the obvious stars as the early mentioned trio. There's a load of others though, with Willem Dafoe (Gill), Geoffrey Rush (Nigel) and Barry Humphries (Bruce) all giving excellent performances.\r\n\r\nThe animation is superb, a few moments haven't aged as greatly but the absolute vast majority still looks unbelievable. The premise is funny, cute and heartwarming - as it keeps one's attention from start-to-finish. The score is fantastic, too.\r\n\r\nHighly recommended.",
  "created_at": "2020-07-22T20:11:01.826Z",
  "id": "5f189d55db952d0034957e59",
  "iso_639_1": "en",
  "media_id": 12,
  "media_title": "Finding Nemo",
  "media_type": "movie",
  "updated_at": "2021-06-23T15:58:41.124Z",
  "url": "https://www.themoviedb.org/review/5f189d55db952d0034957e59"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

review_id
string
required
Example:

"5f189d55db952d0034957e59"

Response

200 - application/json

Details

The response is of type object.