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
Nem találsz egy filmet vagy egy sorozatot? Jelentkezz be és hozd létre.
Want to rate or add this item to a list?
Még nem tag?
Travis Bell válaszolt
Beküldve: 2014. május 27. 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.