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?
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de TheReelWorld
em 19 março 2025 às 5:34 PM
Hey, did you find one ?
Resposta de Jord
em 19 março 2025 às 11:26 PM
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