Irfan (Nekomata)
Irfan (Nekomata)
304 can be tested in the following way 1. Get value `ETag` from a request. 2. Next time that request is made, pass an `If-None-Match` header with the `ETag` value...
Current quick fix: SFW should exclude all adult genres other than just hentai. Fix (post-merge of https://github.com/jikan-me/jikan-rest/pull/227): Look into the above policy.
Sorry for the late response. I think this is a caching error on the load balancer given the data is being coming from multiple instances of Jikan. But I don't...
I did recently implement [getAnimeFullById](https://docs.api.jikan.moe/#operation/getAnimeFullById) which returns response like v3 used to (with external links, op/ed, relations). So I hope that solves a part of this issue. :) However, at...
You can get this info from the main anime page tho. Why not read it from there?
This is the right place actually. V4 queries this from the DB and does not scrape it. I'm still figuring out how to query other types of entries for seasons...
#### TypeSense Parameters Updated | Parameter name | Parameter value | | ------------------|-----------------| | sort_by | `_text_match:desc`, `members:desc` | | query | `title`, `title_transformed`, `title_english`, `title_english_transformed`, `title_japanese`, `title_japanese_transformed` | |...
Some notes on how this might work. | Endpoint | Remarks | | ------------- | ------------- | | `/fansubbers` | List all fansub groups. Returns array of `name`, `mal_id`, `...`...
> comments also have the positive/negative (or approve/disapprove) property in addition to the content. MAL indicated this by using a light grey color as background for positive comments and light...
Good to know a DB for fansub information exists. This has been a low-priority feature for a while now. I'm not sure whether I will be implementing this anytime soon...