Lists Directory

Displays the top level lists available in the API. We currently have movie lists and dvd lists available

URL

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

Parameters

no parameters

Example Call and Response

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

{"links": {
  "movies": "http://api.rottentomatoes.com/api/public/v1.0/lists/movies.json",
  "dvds": "http://api.rottentomatoes.com/api/public/v1.0/lists/dvds.json"
}}