Rotten Tomatoes TV season reviews
Fetch critic or filtered reviews for a TV season on Rotten Tomatoes.
← All Rotten Tomatoes endpoints · Capability overview
/v1/rotten-tomatoes/tv/{tv_show_slug}/seasons/{season_number}/reviewshttps://api.vee3.io/v1/rotten-tomatoes/tv/{tv_show_slug}/seasons/{season_number}/reviews
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_reviewsParameters5 fields
tv_show_slugstringRequiredTV series slug (for example breaking-bad).
max length 512
season_numberstringRequiredSeason number as one or two digits (for example 1 or 01).
max length 2
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
slugstringTV series slug.
seasonstringSeason number.
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