Hello, can anybody please tell me an example of a json document request for a particular movie details such as it poster picture and genre and cast? The http://docs.themoviedb.apiary.io/ does not give a very helpful example. I want a JSON returned data which i can use to display details. Thank you
Can't find a movie or TV show? Login to create it.
გსურთ შეაფასოთ ან დაამატოთ ეს ელემენტი სიაში?
არა წევრი?
Reply by Chukwuka
on აპრილი 13, 2015 at 1:47 AM
Hello Prine, so I was doing a class demonstration of data integration and i have a link which gives me movies showing in cinemas today. I was hoping to integrate movie image from themoviedb.org with this info so for every movie showing today i can display associating image data. After i do a get_file_contents(data) for the JSON data and then do a json_decode(data), i am trying to get each movie image from the decoded json but most images do not show. Please help