jikan-rest icon indicating copy to clipboard operation
jikan-rest copied to clipboard

Get total number of aired episodes

Open SlideMovies opened this issue 2 years ago • 4 comments

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 Screenshot 2022-07-11 at 3 01 51 PM

SlideMovies avatar Jul 11 '22 10:07 SlideMovies

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.

pushrbx avatar Jul 11 '22 10:07 pushrbx

It would be nice to directly get the number, so I don't get rate limited.

SlideMovies avatar Jul 11 '22 10:07 SlideMovies

You can get this info from the main anime page tho. Why not read it from there?

irfan-dahir avatar Jul 11 '22 16:07 irfan-dahir

You can get this info from the main anime page tho. Why not read it from there?

I've missed that. 🤦‍♂️

pushrbx avatar Jul 11 '22 16:07 pushrbx