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 ,
找不到电影或节目?登录并创建它吧。
Aquazi 的回复
于 2018 年 05 月 03 日 5:26上午
Wondering the same.
ticao2 🇧🇷 pt-BR 的回复
于 2018 年 05 月 03 日 7:59上午
Append to this
https://image.tmdb.org/t/p/original/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg
ticao2 🇧🇷 pt-BR 的回复
于 2018 年 05 月 03 日 8:08上午
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
Travis Bell 的回复
于 2018 年 05 月 03 日 9:13上午
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
greencloud313 的回复
于 2018 年 05 月 04 日 1:55上午
Thanks Buddy , that information is really useful .
MaikeGomes 的回复
于 2023 年 04 月 26 日 9:58下午
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 ?
ticao2 🇧🇷 pt-BR 的回复
于 2023 年 04 月 27 日 7:58上午
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
rajgopal 的回复
于 2023 年 07 月 29 日 1:44下午
from where and how you came to know taht this is the path
ticao2 🇧🇷 pt-BR 的回复
于 2023 年 07 月 29 日 4:57下午
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
Ripaldi____ 的回复
于 2023 年 08 月 08 日 2:29下午
https://api.themoviedb.org/3/configuration?api_key=THE_KEY\
ticao2 🇧🇷 pt-BR 的回复
于 2023 年 08 月 08 日 4:18下午
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?