Rotten Tomatoes movie reviews
Fetch critic or filtered reviews for a Rotten Tomatoes movie.
← All Rotten Tomatoes endpoints · Capability overview
/v1/rotten-tomatoes/movies/{movie_slug}/reviewshttps://api.vee3.io/v1/rotten-tomatoes/movies/{movie_slug}/reviews
Fetch critic or filtered reviews for a Rotten Tomatoes movie.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
get_rotten_tomatoes_movie_reviewsParameters4 fields
movie_slugstringRequiredMovie slug (for example shawshank-redemption).
max length 512
cursorstringOptionalPagination cursor from a previous response pageInfo.endCursor field.
max length 4096
typestringOptionalReview filter. Use critic for critic reviews; omit for the default set.
max length 32
limitintegerOptionalMaximum number of review pages to return (1–50, default 20).
min 1, max 50
Response9 fields
slugstringMovie slug.
typestringReview set type (for example critic).
reviewsarrayitems3 fieldsReview entries with quote, sentiment, critic, and publication.
reviewsarrayitemsreviewIdstringReview identifier.
quotestringReview excerpt or quote.
sentimentstringReview sentiment (for example POSITIVE).
pageInfoobject2 fieldsPagination metadata for review listings.
pageInfoobjectendCursorstringCursor for the next page of reviews.
hasNextPagebooleanWhether more review pages are available.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, rotten_tomatoes_not_configured, rotten_tomatoes_upstream_error