I save the IMDB movie id in my db. Is there any way to get imdb movie data by their identifiers?
I have json like
http://api.rottentomatoes.com/api/public/v1.0/movies.json?apikey=XXXXXXXXXXXXXXXXXXXXXXXX&q=titanic3d
I want to take json by id? Is there such a json?
source
share