API Homepage - v1.0.json

This is the "homepage" of the Rotten Tomatoes JSON API. It lists the top level API resources available: lists and movies. Ideally, from this API call, you should be able to reach all other API endpoints by following the links provided in each following response.

URL

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

Parameters

no parameters

Example Call and Response

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

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