Hello,
I have a question, I made two request, one with the "region=FR" parameter and the other one without the parameter.
The first request return 162 results : https://api.themoviedb.org/3/discover/movie?api_key=XXXXXXXXXXX&sort_by=release_date.desc&with_companies=2&language=fr-FR®ion=FR
The second request return 437 results : https://api.themoviedb.org/3/discover/movie?api_key=XXXXXXXXXXX&sort_by=release_date.desc&with_companies=2&language=fr-FR
I don't understand why we don't have the same amount of result ? I need all the results (437 results) with the french release dates.
Thanks for your answer.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ ديسمبر 15, 2016 في 10:19 صباحا
Hi @youhou71
Region is acting as a filter here and we only have 162 movies with a France release date. The other 275 entries do not have a release date added for France.
رد بواسطة youhou71
بتاريخ ديسمبر 15, 2016 في 10:57 صباحا
Ok, thanks.
I understand the logic of the filter. I will find another way to get my result.
Thanks again