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
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 12 de abril do 2015 ás 10:32AM
Hi omesanni,
Please read through the /configuration method as it describes the process to build valid image URLs.
Cheers.