There is a problem when I use discover api getting movie info.Here is my request:
https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=zh-CN&page=1&primary_release_date.gte=2025-04-02&primary_release_date.lte=2025-04-30
I get 55 total_pages and 1098 total_results. Then I add region param, here is new request:
https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=zh-CN&page=1&primary_release_date.gte=2025-04-02&primary_release_date.lte=2025-04-30®ion=CN
I still get 55 total_pages and 1098 total_results. It seems region param does not work. So as with_release_type param.
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-אפריל 2, 2025 ב-9:24לפני חצות יום
Hi @艾普西隆,
region
only works withrelease_date.gte
/release_date.lte
. It does not work with the primary release date filters.תגובה מאת 艾普西隆
ב-אפריל 3, 2025 ב-5:24לפני חצות יום
Thank you, problem solved!