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
Film of tv-serie niet gevonden? Meld je aan om deze toe te voegen.
Want to rate or add this item to a list?
Not a member?
Reactie van Travis Bell
op 12 april 2015 om 10:32 AM
Hi omesanni,
Please read through the /configuration method as it describes the process to build valid image URLs.
Cheers.