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
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-מאי 27, 2014 ב-10:59לפני חצות יום
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.