jikan-rest
jikan-rest copied to clipboard
Get total number of aired episodes
Is there a way to get the total number of aired episodes? The /anime/{id} endpoint only returns the total episodes (which is null for unknown total episodes like One Piece)
The total number of aired episodes is located at https://myanimelist.net/anime/21/One_Piece/episode
The parser is currently not reading that bit. The only way you could get that currently is by iterating through the pages and counting the list elements.
It would be nice to directly get the number, so I don't get rate limited.
You can get this info from the main anime page tho. Why not read it from there?
You can get this info from the main anime page tho. Why not read it from there?
I've missed that. 🤦♂️