Rotten Tomatoes API
Access Rotten Tomatoes-style movie and TV data through a clean developer API. This provider includes endpoints for discovery lists, coming soon movies, in-theaters movies, streaming at-home titles, TV series, movie and season details, reviews, celebrities, critics, user profiles, featured feeds, and multi-index search. Built for entertainment apps, movie discovery tools, review aggregators,…
Rotten Tomatoes API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Feeds | ||
| GET |
Get Rotten Tomatoes featured feed /api/feeds/featured |
|
| Movies | ||
| GET |
Get Rotten Tomatoes movie reviews /api/movies/{emsId}/reviews |
|
| GET |
Get in-theaters movies by ratings /api/movies/in-theaters/ratings |
|
| GET |
Get coming-soon movies by critics score /api/movies/coming-soon/critics |
|
| GET |
Get in-theaters movies by genres /api/movies/in-theaters/genres |
|
| GET |
Get coming-soon movies by ratings /api/movies/coming-soon/ratings |
|
| GET |
Get Rotten Tomatoes movie details /api/movies/{emsId} |
|
| GET |
Get coming-soon movies with advanced filters /api/movies/coming-soon/advanced |
|
| GET |
Get Rotten Tomatoes in-theaters movies /api/movies/in-theaters |
|
| GET |
Get Rotten Tomatoes coming-soon movies /api/movies/coming-soon |
|
| GET |
Get in-theaters movies with advanced filters /api/movies/in-theaters/advanced |
|
| GET |
Get in-theaters movies by critics score /api/movies/in-theaters/critics |
|
| GET |
Get coming-soon movies by genres /api/movies/coming-soon/genres |
|
| GET |
Get in-theaters movies by audience score /api/movies/in-theaters/audience |
|
| Streaming | ||
| GET |
Get at-home titles with advanced filters /api/streaming/at-home/advanced |
|
| GET |
Get at-home titles by affiliates /api/streaming/at-home/affiliates |
|
| GET |
Get at-home titles by audience score /api/streaming/at-home/audience |
|
| GET |
Get at-home certified fresh titles /api/streaming/at-home/certified-fresh |
|
| GET |
Get at-home titles by genres /api/streaming/at-home/genres |
|
| GET |
Get Rotten Tomatoes at-home titles /api/streaming/at-home |
|
| GET |
Get at-home titles by critics score /api/streaming/at-home/critics |
|
| GET |
Get at-home titles by ratings /api/streaming/at-home/ratings |
|
| GET |
Get at-home verified hot titles /api/streaming/at-home/verified-hot |
|
| TV | ||
| GET |
Get TV series by ratings /api/tv/series/ratings |
|
| GET |
Get TV series by tomatometer /api/tv/series/tomatometer |
|
| GET |
Get TV series by affiliates /api/tv/series/affiliates |
|
| GET |
Get TV series with advanced filters /api/tv/series/advanced |
|
| GET |
Get Rotten Tomatoes TV series /api/tv/series |
|
| GET |
Get TV series by genres /api/tv/series/genres |
|
| GET |
Get Rotten Tomatoes TV season details /api/tv/seasons/{emsId} |
|
| GET |
Get Rotten Tomatoes TV series details /api/tv/series/{emsId} |
|
| GET |
Get Rotten Tomatoes TV season user rating /api/tv/seasons/{emsId}/user-rating |
|
| GET |
Get TV series by popcornmeter /api/tv/series/popcornmeter |
|
| Users | ||
| GET |
Get Rotten Tomatoes user reviews /api/users/{encryptedUserId}/reviews |
|
| GET |
Get Rotten Tomatoes user aggregated profile /api/users/{encryptedUserId}/aggregated-profile |
|
| Celebrities | ||
| GET |
Get Rotten Tomatoes celebrity details /api/celebrities/{id} |
|
| GET |
Get Rotten Tomatoes celebrity movie filmography /api/celebrities/{id}/filmography/movie |
|
| Critics | ||
| GET |
Get Rotten Tomatoes critic reviews /api/critics/{encryptedCriticId}/reviews |
|
| GET |
Get Rotten Tomatoes critic details /api/critics/{id} |
|
| GET |
Get Rotten Tomatoes critic publications /api/critics/{encryptedCriticId}/publications |
|
| Search | ||
| GET |
Search Rotten Tomatoes content, people, critics, and users /api/search |
|
| Ping | ||
| GET |
Get Rotten Tomatoes provider ping /api/ping |
Returns local provider health without calling Rotten Tomatoes. |
Rotten Tomatoes API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | — |
|
| ULTRA | $60 / month | — |
|
| MEGA | $299 / month | — |
|