Hello Experts ,
I have a small query regarding to the image url path ,
i want to get the poster(image) of the particular movie . You guys are providing that path for that but that is only "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg" . So the question is that , where do i append this path . What the main url that appends the image page ?
Any help would be great .
Thank you ,
Ne možete pronaći film ili TV seriju? prijavite se da biste ga napravili.
Want to rate or add this item to a list?
Not a member?
Odgovorio Aquazi
dana 3 svibanj 2018 u 5:26 AM
Wondering the same.
Odgovorio ticao2 🇧🇷 pt-BR
dana 3 svibanj 2018 u 7:59 AM
Append to this
https://image.tmdb.org/t/p/original/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg
Odgovorio ticao2 🇧🇷 pt-BR
dana 3 svibanj 2018 u 8:08 AM
Original is the biggest picture.
If you want smaller sizes, you can use the parameters in the table below.
For example:
https://image.tmdb.org/t/p/w780/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg
https://image.tmdb.org/t/p/w300/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg
or with a poster
https://image.tmdb.org/t/p/w92/bvYjhsbxOBwpm8xLE5BhdA3a8CZ.jpg
https://image.tmdb.org/t/p/w154/bvYjhsbxOBwpm8xLE5BhdA3a8CZ.jpg
https://image.tmdb.org/t/p/w185/bvYjhsbxOBwpm8xLE5BhdA3a8CZ.jpg
https://image.tmdb.org/t/p/w342/bvYjhsbxOBwpm8xLE5BhdA3a8CZ.jpg
https://image.tmdb.org/t/p/w500/bvYjhsbxOBwpm8xLE5BhdA3a8CZ.jpg
https://image.tmdb.org/t/p/w780/bvYjhsbxOBwpm8xLE5BhdA3a8CZ.jpg
https://image.tmdb.org/t/p/original/bvYjhsbxOBwpm8xLE5BhdA3a8CZ.jpg
Odgovorio Travis Bell
dana 3 svibanj 2018 u 9:13 AM
Everything @ticao2 said is true but also make sure to read through the documentation. It contains all of the information you were looking for and more.
https://developers.themoviedb.org/3/getting-started/images
Odgovorio greencloud313
dana 4 svibanj 2018 u 1:55 AM
Thanks Buddy , that information is really useful .
Odgovorio MaikeGomes
dana 26 travanj 2023 u 9:58 PM
Olá, boa noite! Estou tentando acessa a seguinte url https://image.tmdb.org/t/p/w500/, mas a mesma esta dando o erro 404. Como posso concertar ?
Odgovorio ticao2 🇧🇷 pt-BR
dana 27 travanj 2023 u 7:58 AM
Google Translate
This URL only works when used with "poster_path" or equivalent.
When an API Request is made, in the responses received you will find the Path of the images.
Use poster_path or backdrop_path or profile_path or logo_path or still_path like this
https://image.tmdb.org/t/p/original/wigZBAmNrIhxp2FNGOROUAeHvdh.jpg
Make sure to read the documentation around images.
https://developers.themoviedb.org/3/getting-started/images
https://developers.themoviedb.org/3/configuration/get-api-configuration
Image Sizes
Odgovorio rajgopal
dana 29 srpanj 2023 u 1:44 PM
from where and how you came to know taht this is the path
Odgovorio ticao2 🇧🇷 pt-BR
dana 29 srpanj 2023 u 4:57 PM
Reading the instructions in the documentation at the time, as I indicated in my previous comment, as well as the instructions that are also in the current documentation.
Make sure to read the documentation around images.
https://developer.themoviedb.org/docs/image-basics
https://developer.themoviedb.org/reference/configuration-details
Image Sizes
Odgovorio Ripaldi____
dana 8 kolovoz 2023 u 2:29 PM
https://api.themoviedb.org/3/configuration?api_key=THE_KEY\
Odgovorio ticao2 🇧🇷 pt-BR
dana 8 kolovoz 2023 u 4:18 PM
Have you tried opening this URL in your browser, replacing THE_KEY expression with your own Key?
If you tried and it didn't work, what was the error response?