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
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أبريل 12, 2015 في 10:32 صباحا
Hi omesanni,
Please read through the /configuration method as it describes the process to build valid image URLs.
Cheers.