Hi.
Movie Detail: https://api.themoviedb.org/3/movie/496243?api_key=#APIKEY#&language=en-US
Configuration Languages: https://api.themoviedb.org/3/configuration/languages?api_key=#APIKEY#
Please add "english_name" to "spoken_languages" as in Configuration Languages.
Не можете найти фильм или сериал? Войдите на сайт, чтобы добавить его.
Хотите поставить оценку или добавить в список?
Нет аккаунта?
Ответ от Travis Bell
, 11 марта 2020 в 16:33
Hi @sereisoglu,
I've created a new ticket for this here. Given its simplicity, I will try to get that one done sooner, rather later.
Ответ от sereisoglu
, 12 марта 2020 в 06:10
@travisbell , I think "languages" for TV Show and "spoken_languages" in Movie are the same. Is it correct? But "languages" is type [String]. Can you make "languages" in TV Show like "spoken_languages" in Movie?
Ответ от Travis Bell
, 12 марта 2020 в 11:21
Unfortunately, no. Any changes to the structure/name like that would break every client using the data.
Ответ от sereisoglu
, 12 марта 2020 в 11:55
Could there be a new property addition?
Ответ от Travis Bell
, 12 марта 2020 в 11:56
Heh, let me think on that...
Ответ от Travis Bell
, 19 ноября 2020 в 16:59
Hey @sereisoglu, I decided it was easiest to just add a
spoken_languages
field to TV shows. This way both objects now return the same consistent field. I wish I would have noticed this back in 2013 when we launched the TV API but ah well, sometimes you miss a field here and there.Ответ от AkashKadole
, 16 октября 2023 в 13:23
So just to be sure, in the api 'https://api.themoviedb.org/3/tv/{series_id}' the data of key 'languages' & key 'spoken_languages' is same. only the structure is different for both keys.