Movie Lists Directory

Shows the movie lists we have available

URL

http://api.rottentomatoes.com/api/public/v1.0/lists/movies.json?apikey=[your_api_key]

Parameters

no parameters

Example Call and Response

http://api.rottentomatoes.com/api/public/v1.0/lists/movies.json?apikey=[your_api_key]

{"links": {
  "box_office": "http://api.rottentomatoes.com/api/public/v1.0/lists/movies/box_office.json",
  "in_theaters": "http://api.rottentomatoes.com/api/public/v1.0/lists/movies/in_theaters.json",
  "opening": "http://api.rottentomatoes.com/api/public/v1.0/lists/movies/opening.json",
  "upcoming": "http://api.rottentomatoes.com/api/public/v1.0/lists/movies/upcoming.json"
}}