键盘快捷键
高级搜索
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 的回复
于 2025 年 03 月 19 日 5:34下午
Hey, did you find one ?
Jord 的回复
于 2025 年 03 月 19 日 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