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.
Elementu hau kalifikatu edo zerrenda batera gehitzea nahi al duzu?
Ez zara kidea?
Chukwuka Erabiltzailearen Erantzuna
Apirila 13, 2015 egunean 1:47 AM(e)tan
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