키보드 단축키
고급 검색
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
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
로그인
회원가입
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
가입하고 커뮤니티에 참여하세요
TheReelWorld님의 댓글
3월 19, 2025 at 5:34 오후
Hey, did you find one ?
Jord님의 댓글
3월 19, 2025 at 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