How to get a franchise logo and poster in a specific language?
For example, I want to get a logo: https://www.themoviedb.org/tv/1399-game-of-thrones/images/logos?image_language=ru
I didn't find how to do it in the API description.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ مايو 22, 2023 في 9:03 صباحا
Two fixes needed in your API Request.
1 - It is not possible to specify the type of image, such as logos in your case.
All kinds of images will be in the answer. (poster, logo, backdrop etc...)
You should find in the answer the images that are in the logos group.
2 - To specify the desired language of the images use the parameter &include_image_language=
It might be better to also use the null language parameter.
&include_image_language=null,ru
For images that do not have a defined language.
Enjoy and read this page with the explanations:
https://developer.themoviedb.org/docs/image-languages
https://developer.themoviedb.org/reference/tv-series-images
Example:
رد بواسطة Aleksey_Nice
بتاريخ مايو 25, 2023 في 9:06 صباحا
Thanks
رد بواسطة Aleksey_Nice
بتاريخ يوليو 6, 2023 في 8:00 صباحا
Hi, the url "file_path" returns a 404 error
رد بواسطة robbie3999
بتاريخ يوليو 6, 2023 في 10:05 صباحا
In order to create a URL for an image, you need to follow these instructions.