Rotten Tomatoes API
## The most comprehensive unofficial Rotten Tomatoes API **18 endpoints** covering movies, TV (series, seasons, episodes), critic and audience reviews, cast and crew, celebrities, critics, publications, streaming availability, and photos. ### What makes us different - **15+ endpoints — more than any competitor on RapidAPI.** We're the only API offering per-season Tomatometer/Audience scores,…
Rotten Tomatoes API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
/api/v1/search /api/v1/search |
|
| Movies | ||
| GET |
/api/v1/movies/{slug}/photos /api/v1/movies/{slug}/photos |
|
| GET |
/api/v1/movies/{slug}/cast-and-crew /api/v1/movies/{slug}/cast-and-crew |
|
| GET |
/api/v1/movies/{slug}/reviews /api/v1/movies/{slug}/reviews |
|
| GET |
/api/v1/movies/{slug} /api/v1/movies/{slug} |
|
| TV | ||
| GET |
/api/v1/tv/{slug}/cast-and-crew /api/v1/tv/{slug}/cast-and-crew |
|
| GET |
/api/v1/tv/{slug}/seasons/{season}/reviews /api/v1/tv/{slug}/seasons/{season}/reviews |
|
| GET |
/api/v1/tv/{slug}/seasons/{season} /api/v1/tv/{slug}/seasons/{season} |
|
| GET |
/api/v1/tv/{slug}/episodes/{season}/{episode} /api/v1/tv/{slug}/episodes/{season}/{episode} |
|
| GET |
/api/v1/tv/{slug}/photos /api/v1/tv/{slug}/photos |
|
| GET |
/api/v1/tv/{slug} /api/v1/tv/{slug} |
|
| Critics | ||
| GET |
/api/v1/critics/{vanity}/reviews /api/v1/critics/{vanity}/reviews |
|
| GET |
/api/v1/critics /api/v1/critics |
|
| GET |
/api/v1/critics/{vanity} /api/v1/critics/{vanity} |
|
| Publications | ||
| GET |
/api/v1/publications/{id} /api/v1/publications/{id} |
|
| Celebrities | ||
| GET |
/api/v1/celebrities/{slug} /api/v1/celebrities/{slug} |
|
| Browse | ||
| GET |
/api/v1/browse/tv /api/v1/browse/tv |
|
| GET |
/api/v1/browse/movies /api/v1/browse/movies |
|
| Where to Watch | ||
| GET |
/api/v1/where-to-watch/{type}/{slug} /api/v1/where-to-watch/{type}/{slug} |
|
Rotten Tomatoes API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA Recommended | $24.99 / month | — |
|
| MEGA | $74.99 / month | — |
|