Query structured spec data via REST or MCP. Get exactly what your agent needs.
http://api.rottentomatoes.com/api/public/v1.0
/lists/dvds/current_releases.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| page_limit | query | optional | string | The amount of new release dvds to show per page |
| page | query | optional | string | The selected page of current DVD releases |
| country | query | optional | string | Provides localized data for the selected country (ISO 3166-1 alpha-2) if available. Otherwise, returns US data. |
GET /lists/dvds/current_releases.json
/lists/dvds/new_releases.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| page_limit | query | optional | string | The amount of new release dvds to show per page |
| page | query | optional | string | The selected page of new release DVDs |
| country | query | optional | string | Provides localized data for the selected country (ISO 3166-1 alpha-2) if available. Otherwise, returns US data. |
GET /lists/dvds/new_releases.json
/lists/dvds/top_rentals.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| limit | query | optional | string | Limits the number of top rentals returned |
| country | query | optional | string | Provides localized data for the selected country (ISO 3166-1 alpha-2) if available. Otherwise, returns US data. |
GET /lists/dvds/top_rentals.json
/lists/dvds/upcoming.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| page_limit | query | optional | string | The amount of upcoming dvds to show per page |
| page | query | optional | string | The selected page of upcoming DVDs |
| country | query | optional | string | Provides localized data for the selected country (ISO 3166-1 alpha-2) if available. Otherwise, returns US data. |
GET /lists/dvds/upcoming.json
/movie_alias.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | query | optional | string | Movie ID. You can use the movies search endpoint or peruse the lists of movies/dvds to get the Movie ID |
| type | query | optional | string | Only supports imdb lookup at this time |
GET /movie_alias.json
/movies/{id}.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | string | Movie ID. You can use the movies search endpoint or peruse the lists of movies/dvds to get the Movie ID |
GET /movies/{id}.json
/movies/{id}/cast.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | string | Movie ID. You can use the movies search endpoint or peruse the lists of movies/dvds to get the Movie ID |
GET /movies/{id}/cast.json
/movies/{id}/clips.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | string | Movie ID. You can use the movies search endpoint or peruse the lists of movies/dvds to get the Movie ID |
GET /movies/{id}/clips.json
/movies/{id}/reviews.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | string | Movie ID. You can use the movies search endpoint or peruse the lists of movies/dvds to get the Movie ID |
| review_type | query | optional | string | 3 different review types are possible: 'all', 'top_critic' and 'dvd'. 'top_critic' shows all the Rotten Tomatoes designated top critics. 'dvd' pulls the reviews given on the DVD of the movie. 'all' as the name implies retrieves all reviews. |
| page_limit | query | optional | string | The number of reviews to show per page |
| page | query | optional | string | The selected page of reviews |
| country | query | optional | string | Provides localized data for the selected country (ISO 3166-1 alpha-2) if available. Otherwise, returns US data. |
GET /movies/{id}/reviews.json
/movies/{id}/similar.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | string | Movie ID. You can use the movies search endpoint or peruse the lists of movies/dvds to get the Movie ID |
| limit | query | optional | string | Limit the number of similar movies to show |
GET /movies/{id}/similar.json
/lists/movies/box_office.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| limit | query | optional | string | Limits the number of movies returned |
| country | query | optional | string | Provides localized data for the selected country (ISO 3166-1 alpha-2) if available. Otherwise, returns US data. |
GET /lists/movies/box_office.json
/lists/movies/in_theaters.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| page_limit | query | optional | string | The amount of movies in theaters to show per page |
| page | query | optional | string | The selected page of in theaters movies |
| country | query | optional | string | Provides localized data for the selected country (ISO 3166-1 alpha-2) if available. Otherwise, returns US data. |
GET /lists/movies/in_theaters.json
/lists/movies/opening.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| limit | query | optional | string | Limits the number of opening movies returned |
| country | query | optional | string | Provides localized data for the selected country (ISO 3166-1 alpha-2) if available. Otherwise, returns US data. |
GET /lists/movies/opening.json
/lists/movies/upcoming.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| page_limit | query | optional | string | The amount of upcoming movies to show per page |
| page | query | optional | string | The selected page of upcoming movies |
| country | query | optional | string | Provides localized data for the selected country (ISO 3166-1 alpha-2) if available. Otherwise, returns US data. |
GET /lists/movies/upcoming.json
/movies.json
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| q | query | optional | string | The plain text search query to search for a movie. Remember to URI encode this! |
| page_limit | query | optional | string | The amount of movie search results to show per page |
| page | query | optional | string | The selected page of movie search results |
GET /movies.json
/lists.json
GET /lists.json
/lists/dvds.json
GET /lists/dvds.json
/lists/movies.json
GET /lists/movies.json