Hi,
i started using the api today and i found out that i get the wrong release date while passing the parameter language.
https://api.themoviedb.org/3/movie/96721?api_key=###&language=de
result ="release_date":"2013-09-27"
the webpage shows different information for Germany
2013-10-04
keep on the great work!
regards Alex
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ ژانویه 25, 2014 ساعت 1:18 ب.ض
Hi digitaldesaster,
Specifying the
?language
parameter does not have any bearing on the locale returned. At this time, it is not possible to return a specific locale with the default movie results. You will have to query the/releases
method to get anything specific to countries.Keep in mind you can use the
?append_to_response
param to do this in one request:Cheers.
پاسخ توسط digitaldesaster
در تاریخ ژانویه 26, 2014 ساعت 3:33 ق.ض
thank you Travis!
Alex