Introduction
Authentication
Guest Sessions
Account
Keyword
Collections
Movies
TV Series
- GETDetails
- GETAccount States
- GETAggregate Credits
- GETAlternative Titles
- GETChanges
- GETContent Ratings
- GETCredits
- GETEpisode Groups
- GETExternal IDS
- GETImages
- GETKeywords
- GETLatest
- GETLists
- GETRecommendations
- GETReviews
- GETScreened Theatrically
- GETSimilar
- GETTranslations
- GETVideos
- GETStreaming Providers
- POSTAdd Rating
- DELDelete Ratings
TV Series Lists
TV Seasons
TV Providers
TV Episode Groups
Watch Providers
People
People List
Credits
Review
Certifications
Review
Details
This endpoint retrieves the details of a movie or TV show review by Id.
GET
/
3
/
review
/
{review_id}
curl --request GET \
--url https://api.themoviedb.org/3/review/%7B{review_id}%7D \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '""'
{
"author": "CinemaSerf",
"author_details": {
"avatar_path": "/yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg",
"name": "CinemaSerf",
"rating": 6,
"username": "Geronimo1967"
},
"content": "I thought this came to the cinemas about a month early, but it's still an amiable adventure showcase for Dwayne Johnson and Chris Evans. It all starts on Christmas Eve when Santa Clause (J.K. Simmons) is kidnapped from his North Pole home. It's retirement time for his head of security \"Cal\" (Johnson) so he's not best pleased after hundreds of years - and working with \"Zoe\" (Lucy Lui) he has to find out just how his boss's security was compromised in the first place - and then get to the rescuing bit. That search leads them to tech whizz \"Jack\" (Chris Evans) but he hadn't any idea whom his client actually was. After a rocky start, the two men must pull their resources and save Santa before Christmas really does start to deal with all of us on the naughty list. It's got bits of \"Elf\" in it, mingled with some \"Harry Potter\" elements and to be fair to all concerned, they all look like they are having some fun amidst a surfeit of CGI and very tightly choreographed action scenes that mix the modern and the mythological entertainingly enough. Simmons and Liu don't really feature so much and the moral of good vs evil isn't lost in the delivery but it isn't laboured either. Perhaps it's not a movie you will ever remember seeing, but as far as it goes it's a fun vehicle for it's stars to cheer us up as the festivities approach without too much sentiment or cheese.",
"created_at": "2024-11-10T06:23:14.120Z",
"id": "6730515211b6cc0571f64c04",
"iso_639_1": "en",
"media_id": 845781,
"media_title": "Red One",
"media_type": "movie",
"updated_at": "2024-11-10T06:23:14.275Z",
"url": "https://www.themoviedb.org/review/6730515211b6cc0571f64c04"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json · any
The body is of type any
.
Response
200 - application/json
Details
The response is of type object
.
curl --request GET \
--url https://api.themoviedb.org/3/review/%7B{review_id}%7D \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '""'
{
"author": "CinemaSerf",
"author_details": {
"avatar_path": "/yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg",
"name": "CinemaSerf",
"rating": 6,
"username": "Geronimo1967"
},
"content": "I thought this came to the cinemas about a month early, but it's still an amiable adventure showcase for Dwayne Johnson and Chris Evans. It all starts on Christmas Eve when Santa Clause (J.K. Simmons) is kidnapped from his North Pole home. It's retirement time for his head of security \"Cal\" (Johnson) so he's not best pleased after hundreds of years - and working with \"Zoe\" (Lucy Lui) he has to find out just how his boss's security was compromised in the first place - and then get to the rescuing bit. That search leads them to tech whizz \"Jack\" (Chris Evans) but he hadn't any idea whom his client actually was. After a rocky start, the two men must pull their resources and save Santa before Christmas really does start to deal with all of us on the naughty list. It's got bits of \"Elf\" in it, mingled with some \"Harry Potter\" elements and to be fair to all concerned, they all look like they are having some fun amidst a surfeit of CGI and very tightly choreographed action scenes that mix the modern and the mythological entertainingly enough. Simmons and Liu don't really feature so much and the moral of good vs evil isn't lost in the delivery but it isn't laboured either. Perhaps it's not a movie you will ever remember seeing, but as far as it goes it's a fun vehicle for it's stars to cheer us up as the festivities approach without too much sentiment or cheese.",
"created_at": "2024-11-10T06:23:14.120Z",
"id": "6730515211b6cc0571f64c04",
"iso_639_1": "en",
"media_id": 845781,
"media_title": "Red One",
"media_type": "movie",
"updated_at": "2024-11-10T06:23:14.275Z",
"url": "https://www.themoviedb.org/review/6730515211b6cc0571f64c04"
}
Assistant
Responses are generated using AI and may contain mistakes.