Hi, I used this url to make an API call to search for a TV show http://api.themoviedb.org/3/search/tv?api_key=d25b25&query=empire. Now, this returns an array of different shows and each one of them have their own poster path e.g. poster_path": "/59WJD0bEMDFvKKPkeLlqs4ks0vN.jpg".
Now, I have looked through your API and i cannot seem to find something that shows me how to view the poster path above. What is the full http path? e.g is it http://api.themoviedb.org/3/tv/1369//59WJD0bEMDFvKKPkeLlqs4ks0vN.jpg. I am quite disappointed that there is nothing in your documentation that shows someone how to view these posters.
Thanks for your anticipated assistance
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 Travis Bell
am 12. April 2015 um 10:32
Hi omesanni,
Please read through the /configuration method as it describes the process to build valid image URLs.
Cheers.