Would be great to be able to get a movie given an imdb id. TrailerAddict (TA) API has imdb ids for each of their trailers, and it'd be great to first get a list of latest trailers from them, and from that list Fill in the movie details using rotten tomatoes api using the imdb ids I get from TA.
Though being a PHP newbie, I have no idea how to use that command in a practical extent to display content. If you get it working, would you kindly re-print here the code you used?
Would be great to be able to get a movie given an imdb id. TrailerAddict (TA) API has imdb ids for each of their trailers, and it'd be great to first get a list of latest trailers from them, and from that list Fill in the movie details using rotten tomatoes api using the imdb ids I get from TA.
Message edited by Ian Davis 10 months ago
moviedex – 10 months ago
You can via Movie Alias: http://developer.rottentomatoes.com/docs/read/json/v10/Movie_Alias
Though being a PHP newbie, I have no idea how to use that command in a practical extent to display content. If you get it working, would you kindly re-print here the code you used?