jikan
jikan copied to clipboard
Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
For user profiles utilizing the "Modern About Me" feature, the `users//about` endpoint returns a null response. ```json { "data": { "about": null } } ``` It would be ideal if...
We'd like to get updated if the tests break over time, so we will know if the DOM of MAL pages have changed.
There seem to be some missing info about user's favorite anime, manga and characters that is provided by MAL but is not returned from Jikan when requesting user's profile. *...
Please fill out the details below. **Summary:** When doing a request to get anime data is pretty common that the request fails and sometimes succeeds by making the exact same...
Please fill out the details below. **Summary:** Doing the specific request returns error 500 for some reason **Steps to reproduce:** I simply tried to request info for members of club...
**Problem** The character is missing possible "spoilers" in the about. **Reproduction** For character [1121](https://api.jikan.moe/v4/characters/1121/full), under `about`. ```txt "Age: 18\nBirthday: July 24\nBlood type: O\nHeight: 176 cm\n\nMilly Ashford is the granddaughter of...
I thought it would be better to get a draft PR up first as the changes are more larger than I thought - so it'd be better to have a...
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...
This is a collection of points based on the feedback received over time and my general thoughts. Better formatting of returned data can help improve developer experience. Most of these...
**Problem** The library `fabpot/goutte` is [deprecated ](https://github.com/FriendsOfPHP/Goutte )and it is suggested to use `symfony/browser-kit` instead **Solution** Change to [`symfony/browser-kit`](https://symfony.com/doc/current/components/browser_kit.html#making-external-http-requests)