Hi, how can I catch the german release date only with "append to response"?
I've come this far by now:
http://api.themoviedb.org/3/movie/125490?api_key=###&append_to_response=releases
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 27 mai 2014 à 10h59
Hi Winnfield,
There is no server side way to do this. Once you have the array of releases pulled down you can easily filter it locally. In Ruby (using releases as an
append_to_response
for example, it's as simple as:Cheers.