Rotten Tomatoes movie details
Fetch Rotten Tomatoes metadata for a movie by slug.
← All Rotten Tomatoes endpoints · Capability overview
/v1/rotten-tomatoes/movies/{movie_slug}https://api.vee3.io/v1/rotten-tomatoes/movies/{movie_slug}
Fetch Rotten Tomatoes metadata for a movie by slug.
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_detailsParameters1 field
movie_slugstringRequiredMovie slug (for example shawshank-redemption).
max length 512
Response15 fields
slugstringMovie slug.
titlestringMovie title.
yearstringRelease year.
tomatometerobject3 fieldsCritic Tomatometer score and metadata.
tomatometerobjectscoreintegerNumeric score.
scoreRawstringFormatted score string (for example 89%).
sentimentstringScore sentiment (for example POSITIVE).
popcornmeterobject3 fieldsAudience Popcornmeter score and metadata.
popcornmeterobjectscoreintegerNumeric score.
scoreRawstringFormatted score string (for example 89%).
sentimentstringScore sentiment (for example POSITIVE).
castarrayitems3 fieldsFeatured cast with name, slug, and imageUrl.
castarrayitemsnamestringPerson name.
slugstringCelebrity slug when available.
urlstringRotten Tomatoes profile or title URL.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, rotten_tomatoes_not_configured, rotten_tomatoes_upstream_error