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
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 27 mai 2014 la ora 10:59 AM
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.