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.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on Februari 4, 2016 at 11:26 AM
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.