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.
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 4 de febreiro do 2016 ás 11:26AM
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.