jikan-me / jikan

Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
https://jikan.moe
MIT License
854 stars 94 forks source link

getAnimeFullById does not include statistics #470

Closed YoshiWalsh closed 1 year ago

YoshiWalsh commented 1 year ago

The documentation for this method says "Returns complete anime resource data", but the response does not include statistics.

It would be fantastic if this method could include statistics, as it would halve the amount of requests I have to make to Jikan..

irfan-dahir commented 1 year ago

By "complete anime data", I'm referring to what was provided in v3 - as v4 breaks the data down to keep the schema uniform throughout.

Entry Statistics is a separate page that is parsed separately and cached rather than indexed at the moment. So due to those technical limitations, it's impossible to include it and any sub-pages of an anime within a single response.