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.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 11 mars 2020 à 16h33
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.
Réponse de sereisoglu
le 12 mars 2020 à 06h10
@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?
Réponse de Travis Bell
le 12 mars 2020 à 11h21
Unfortunately, no. Any changes to the structure/name like that would break every client using the data.
Réponse de sereisoglu
le 12 mars 2020 à 11h55
Could there be a new property addition?
Réponse de Travis Bell
le 12 mars 2020 à 11h56
Heh, let me think on that...
Réponse de Travis Bell
le 19 novembre 2020 à 16h59
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.Réponse de AkashKadole
le 16 octobre 2023 à 13h23
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.