The Movie Database Support

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.

4 replies (on page 1 of 1)

Jump to last post

@Aleksey_Nice said:
How to get a franchise logo and poster in a specific language?
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.

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:

https://api.themoviedb.org/3/tv/1399/images?api_key=THE_KEY&include_image_language=ru
id  1399
logos   
0   
aspect_ratio    2.667
height  234
iso_639_1   "ru"
file_path   "/6Xog9OYPNg59j3CHo9ijqeTwRbY.png"
vote_average    0
vote_count  0
width   624
posters 
0   
aspect_ratio    0.667
height  1500
iso_639_1   "ru"
file_path   "/tbBQW8jpDH7RpAymMGnBluIsdmH.jpg"
vote_average    5.384
...

Thanks

Hi, the url "file_path" returns a 404 error

In order to create a URL for an image, you need to follow these instructions.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login