jikan icon indicating copy to clipboard operation
jikan copied to clipboard

Unofficial MyAnimeList PHP+REST API which provides functions other than the official API

Results 34 jikan issues
Sort by recently updated
recently updated
newest added

I've noticed that for every anime the reviews pagination data shows that there aren't any other pages. This is what I see for all anime reviews: `pagination: has_next_page: false last_visible_page:...

bug

Please fill out the details below. **Summary:** Anime ID 51409 fails to parse **Steps to reproduce:** Visit https://api.jikan.moe/v4/anime/51409/full ### Additional Details **Jikan Parser Version**: ```v3.2.0@5ee048c2ad235e7cd65b6b251595be97949f5b8c``` **PHP:** ```8.0.19``` **Redis**: ```Connected``` **Exception:**...

![image](https://user-images.githubusercontent.com/9166451/170128800-aac45ff3-46f3-4c0f-9f11-fbf2af23b4f9.png)

feature request

In the v4, the api can only return the news for a given anime/manga id. So, I would like to request to add a endpoint for returning news info when...

feature request

It seems all registered dates (and time) are in UTC compared to the ones in MAL, that are in JST. Shouldn't the schedule also reflect in UTC? i.e: Jujutsu kaisen...

Right now the REST API just returns the synopsis with no newlines or anything. Tested with manga "Akumetsu" (mal_id: 1101).

in progress

An endpoint can be added to get the favorites for a person on MAL, by requesting the mobile version of the site. could be put at `person/id/favorites` heres a proof...

feature request

Recently with #431 we changed the linting process to run on all files, because it does give you a completely different output when you specify a list of files. We'd...

enhancement
todo

https://github.com/jikan-me/jikan/blob/972ffdb947c75a901836cb68b7845b808df57954/test/JikanTest/HttpFilesystemCacheClientCallback.php#L28 Fixtures from JikanTest.php need to have visible method names otherwise it gets hard to debug This will require fixing broken tests as the file name will change throughout the...

todo