Can we search layer a filter by studio on a movies serach or list request?
e.g.
http://api.rottentomatoes.com/api/public/v1.0/lists/studios.json?apikey=MYAPIKEY
for a list of studios and IDs, and
http://api.rottentomatoes.com/api/public/v1.0/movies.json?apikey=MYAPIKEY&q=travel&studio=15
or
http://api.rottentomatoes.com/api/public/v1.0/lists/movies/opening.json?apikey=MYAPIKEY&studio=15
to search studio { 15: "National Geographic" }
{ 15: "National Geographic" }
Message edited by Heavenspot 12 months ago
Heavenspot – 12 months ago
If this is too great a change, could the studio property appear on the movies in the list view? That would save making a movie_info call for each movie in a list!
studio
Please sign in to add a post.
Can we search layer a filter by studio on a movies serach or list request?
e.g.
http://api.rottentomatoes.com/api/public/v1.0/lists/studios.json?apikey=MYAPIKEYfor a list of studios and IDs, and
http://api.rottentomatoes.com/api/public/v1.0/movies.json?apikey=MYAPIKEY&q=travel&studio=15or
http://api.rottentomatoes.com/api/public/v1.0/lists/movies/opening.json?apikey=MYAPIKEY&studio=15to search studio
{ 15: "National Geographic" }Message edited by Heavenspot 12 months ago
Tags
Heavenspot – 12 months ago
If this is too great a change, could the
studioproperty appear on the movies in the list view? That would save making a movie_info call for each movie in a list!