From what I can tell, TMDb does not have a way of distinguishing between a real season finale and the latest episode of the season that TMDb knows about so far. I'm interested in using the API to pull a list of upcoming/new season finales, but without some kind of finale label, my results often come up inaccurate. Is there a way to access this condition, or is this feature not yet available?
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 Marr 🇳🇱
em 24 janeiro 2017 às 4:00 PM
There's always the show status: When a new season will be made (or expected to be) it says continuing, if not either cancelled or ended. I know Trakt works like that on their progress page, by displaying either "Check back next season" or "This show has ended" when there are no episodes next to watch.
Resposta de Travis Bell
em 24 janeiro 2017 às 4:01 PM
Indeed, we do not have the data. It would be an easy addition, there could be 2 separate indicators, mid-season finale, and season finale. I've created a new ticket to think about this here.
Thanks for the feedback.
Resposta de cholland
em 25 janeiro 2018 às 12:46 PM
@travisbell Is there any update on this ticket? Thank you!
Resposta de TheOneWhoKnocks
em 7 outubro 2023 às 12:46 PM
A season finale would be different than a series finale. The Trello ticket seems to be missing that distinction.
Currently the season details endpoint returns an
episodes
Array, and the last episode will have a prop of"episode_type": "finale"
, which is useful in determining that a season is over, but not that the series has actually ended. I've seen posts that say to use"in_production": false
and"status": "Ended"
on the series details endpoint, but that seems to be a false positive a lot of the time when it comes to Anime. For example when a series is not currently in production, and the season has ended, but the series hasn't been canceled and there's no information that the last season was a finale, there should be some sort of top-level prop that statesfinale: false
orfinale: true
.A current example of the above case would be for
Physical: 100
(id:210905
). Your data reports that it's not in production and has ended, but it has a season 2 with no air date and no episodes. There's nothing online that states that it's over (that I could find), so I would expect your data to reflect"status": "Continuing"
.