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.
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 4 Φεβρουάριος 2016 στις 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.