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
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Chukwuka
am 13. April 2015 um 01:47
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