Rotten Tomatoes movie details

Fetch Rotten Tomatoes metadata for a movie by slug.

← All Rotten Tomatoes endpoints · Capability overview

GET/v1/rotten-tomatoes/movies/{movie_slug}

https://api.vee3.io/v1/rotten-tomatoes/movies/{movie_slug}

5 tokens

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_details
Parameters1 field
movie_slugstringRequired

Movie slug (for example shawshank-redemption).

max length 512

Response15 fields
slugstring

Movie slug.

titlestring

Movie title.

yearstring

Release year.

tomatometerobject
3 fields

Critic Tomatometer score and metadata.

scoreinteger

Numeric score.

scoreRawstring

Formatted score string (for example 89%).

sentimentstring

Score sentiment (for example POSITIVE).

popcornmeterobject
3 fields

Audience Popcornmeter score and metadata.

scoreinteger

Numeric score.

scoreRawstring

Formatted score string (for example 89%).

sentimentstring

Score sentiment (for example POSITIVE).

castarrayitems
3 fields

Featured cast with name, slug, and imageUrl.

namestring

Person name.

slugstring

Celebrity slug when available.

urlstring

Rotten Tomatoes profile or title URL.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, rotten_tomatoes_not_configured, rotten_tomatoes_upstream_error