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.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 š§š· pt-BR
on May 22, 2023 at 9:03 AM
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:
Reply by Aleksey_Nice
on May 25, 2023 at 9:06 AM
Thanks
Reply by Aleksey_Nice
on July 6, 2023 at 8:00 AM
Hi, the url "file_path" returns a 404 error
Reply by robbie3999
on July 6, 2023 at 10:05 AM
In order to create a URL for an image, you need to follow these instructions.