Hi,
I am using the api to search a movie by title. When I got the information in the Json, i also get the poster_path (for example:/8srPLyeXLkBL8CvWp6WONmzDi6N.jpg) .
Is it possible to get the full URL of this poster? Is it possible to view the poster in a browser?
Thanks in advance.
Can't find a movie or TV show? Login to create it.
ต้องการให้คะแนนหรือเพิ่มรายการนี้ไปยังรายการหรือไม่
ไม่ใช่สมาชิกเหรอ
Reply by Travis Bell
on February 4, 2016 at 11:26 ก่อนเที่ยง
Hi Nits_V,
You can read about this in the /configuration section of the documentation. Short version, you pull the
base_url
and then pick a desired size from the size list found in the /configuration response. Example:Cheers.