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.
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 4 i de 2016 a les 11:26 A.M.
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.