קיצורי דרך של מקלדת
חיפוש מתקדם
Hi, I see there's an endpoint to get movies that are unreleased (Upcoming), but there's no similar endpoint for tv series? Am I missing something?
@joaosardinha said: Hi, I see there's an endpoint to get movies that are unreleased (Upcoming), but there's no similar endpoint for tv series? Am I missing something?
@joaosardinha said:
Hey, did you find one ?
I'm not sure if there is a specific endpoint for it, but you could try this instead:
https://api.themoviedb.org/3/discover/tv?api_key=YOUR_API_KEY&first_air_date.gte=2025-03-20&sort_by=first_air_date.asc
If you set the first air date to todays/current date then this should show all upcoming shows (if I'm wrong here feel free to correct me)
I find this method works better than the alternative with_status=2
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
היכנס
הירשם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
הירשם והצטרף לקהילה
תגובה מאת TheReelWorld
ב-מרץ 19, 2025 ב-5:34אחרי חצות יום
Hey, did you find one ?
תגובה מאת Jord
ב-מרץ 19, 2025 ב-11:26אחרי חצות יום
I'm not sure if there is a specific endpoint for it, but you could try this instead:
https://api.themoviedb.org/3/discover/tv?api_key=YOUR_API_KEY&first_air_date.gte=2025-03-20&sort_by=first_air_date.asc
If you set the first air date to todays/current date then this should show all upcoming shows (if I'm wrong here feel free to correct me)
I find this method works better than the alternative with_status=2