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.
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
3월 11, 2020 at 4: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님의 댓글
3월 12, 2020 at 6: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님의 댓글
3월 12, 2020 at 11:21 오전
Unfortunately, no. Any changes to the structure/name like that would break every client using the data.
sereisoglu님의 댓글
3월 12, 2020 at 11:55 오전
Could there be a new property addition?
Travis Bell님의 댓글
3월 12, 2020 at 11:56 오전
Heh, let me think on that...
Travis Bell님의 댓글
11월 19, 2020 at 4: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님의 댓글
10월 16, 2023 at 1: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.