Open
Description
I ran into a problem where the data returned by the Jikan API was too large, which unfortunately made some endpoints unusable on the project I'm working on, involving LLM. I have getAnimeReviews
, getAnimeCharacters
, getAnimeRecommendations
in mind, but there are others and their "Manga" counterparts.
In my particular use case, a simple additional query parameter limit
as already present in the /anime
or /manga
endpoints will solve the issue, but it would be even nicer to have full pagination. Actually, getAnimeReviews
does implement pagination, but the page size cannot be controlled.
Thanks for the great work !
Metadata
Assignees
Labels
No labels