Irfan (Nekomata)
Irfan (Nekomata)
# Definition/Requirement ## Endpoints ### News Tags News Tags: https://myanimelist.net/news/tag ```php $jikan->getNewsTags($request) ``` ### Recent News Recent News: https://myanimelist.net/news?p=1 ```php $jikan->getNews(new NewsRequest(int $page)) ``` ### News By Tag News By...
@AniLeo It could be cache but can you let me know which request this is happening on for you? It could be that movie entries on another page
@kyoyacchi It's been added to the roadmap. We're currently working towards improving some existing features before we can move towards adding new features.
@pushrbx ODATA would be an interesting implementation especially for users who want a more fine control over filters and data querying. I think there are some prerequisites that we'd have...
### Finalized policy User can pass `sfw` in-query without any value on the following resource types with the following exclusions | Resource Types | Resource Exclusions | | ---------- |...
Resolved with https://github.com/jikan-me/jikan-rest/pull/346
@Prid13 Please share the request and response details Edit: Nevermind, I was able to reproduce this. https://api.jikan.moe/v4/anime?sfw&q=Utsukushiki%20Sei%20no%20Reirei This contains the hentai genre, so it shouldn't be showing up when I...
@Prid13 Fixed with #390 https://api.jikan.moe/v4/anime?sfw&q=Utsukushiki%20Sei%20no%20Reirei As for "Highschool of the Dead: Drifters of the Dead", this is an ecchi anime. And we're not targetting those in SFW for now. You...
I am unable to reproduce this. I'm guessing it was resolved back then. Feel free to re-open if it occurs again.