Rotten Tomatoes API Forums

Feature Requests

RSS Feed

Genres missing from New DVD release results

  1. Hi,

    I just noticed that results from:

    http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/new_releases.json?page=1&page_limit=16&apikey=XXX

    1. {
    2.   "total": 50,
    3.   "movies": [
    4.   {
    5.     "id": "771242219",
    6.     "title": "Gone",
    7.     "year": 2012,
    8.     "mpaa_rating": "PG-13",
    9.     "runtime": 94

    do not contain the genres key, where as results for an individual movie do:

    http://api.rottentomatoes.com/api/public/v1.0/movies/771242219.json?apikey=XXX

    1. {
    2.   "id": 771242219,
    3.   "title": "Gone",
    4.   "year": 2012,
    5.   "genres": [
    6.     "Mystery & Suspense"
    7.   ],
    8.   "mpaa_rating": "PG-13",
    9.   "runtime": 94

    Anyone know why this might be the case ?

    Ash.

    Message edited by ashmckenzie 12 months ago

[ Page 1 of 1 ]