Rotten Tomatoes TV season reviews

Fetch critic or filtered reviews for a TV season on Rotten Tomatoes.

← All Rotten Tomatoes endpoints · Capability overview

GET/v1/rotten-tomatoes/tv/{tv_show_slug}/seasons/{season_number}/reviews

https://api.vee3.io/v1/rotten-tomatoes/tv/{tv_show_slug}/seasons/{season_number}/reviews

5 tokens

Fetch critic or filtered reviews for a TV season on Rotten Tomatoes.

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_tv_show_season_reviews
Parameters5 fields
tv_show_slugstringRequired

TV series slug (for example breaking-bad).

max length 512

season_numberstringRequired

Season number as one or two digits (for example 1 or 01).

max length 2

cursorstringOptional

Pagination cursor from a previous response pageInfo.endCursor field.

max length 4096

typestringOptional

Review filter. Use critic for critic reviews; omit for the default set.

max length 32

limitintegerOptional

Maximum number of review pages to return (1–50, default 20).

min 1, max 50

Response9 fields
slugstring

TV series slug.

seasonstring

Season number.

reviewsarrayitems
3 fields

Review entries with quote, sentiment, critic, and publication.

reviewIdstring

Review identifier.

quotestring

Review excerpt or quote.

sentimentstring

Review sentiment (for example POSITIVE).

pageInfoobject
2 fields

Pagination metadata for review listings.

endCursorstring

Cursor for the next page of reviews.

hasNextPageboolean

Whether more review pages are available.

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