MAL2Go V4
Version 4 of MAL2Go MyAnimeList API Wrapper
MAL2Go V4 supports almost all of the functionality provided by the MyAnimeList API. Only working with the forums is not supported. Everything else is supposed to properly work. If there is any bug please open an issue on the GitHub repo or email me at vidhukant@vidhukant.xyz. Forums support coming soon.
MAL2Go is divided into multiple packages that perform various API interactions.
MAL2Go documentation is incomplete but has been tested and works properly with MAL2Go v4.0.1
-
Anime - Everything related to anime (except animelists)
- Setting up - Install MAL2Go/anime and write some boilerplate
- Searching for an anime - Use a search string to get a list of animes
- Getting an anime's information - Specify an anime's ID to get all the data about it.
- Get anime ranking list - Returns a list of animes sorted by their rank
- Get seasonal anime list - Specify an year and season to get animes from
- Get suggested animes - Returns some suggestions for the user
- Types - The structs defined in this package
-
Manga - Everything related to manga (except mangalists)
- Setting up - Install MAL2Go/manga and write some boilerplate
- Search for a manga - Use a search string to get a list of mangas
- Getting a manga's information - Specify a manga's ID to get all the data about it.
- Get manga ranking list - Returns a list of mangas sorted by their rank
- Types - The structs defined in this package
-
User - Actions related to a user's account/lists
- Setting up - Install MAL2Go/user and write some boilerplate
- Getting authenticated user's info - Returns information about currenlty logged in user
- User's Animelist - Actions related to a user's animelist
- User's Mangalist - Actions related to a user's mangalist
-
Tips and Tricks - Some tips and best practises for using MAL2Go (optional)