MyAnimeList
Anime and manga tracking and discovery platform
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.myanimelist.net/v2 | link | — | — | — |
Actions (24)
Anime · 8
- Delete anime list itemDELETE /v2/anime/{anime_id}/my_list_status
Remove the anime from the authenticated user's list.
documented - Get animeGET /v2/anime/{anime_id}
Return full details for a specific anime by MAL id.
documented - Get anime charactersGET /v2/anime/{anime_id}/characters
List characters appearing in a given anime.
documented - Get anime rankingGET /v2/anime/ranking
Fetch anime rankings according to the requested ranking type.
documented - Get seasonal animeGET /v2/anime/season
Retrieve anime released in a specific season and year.
documented - List animeGET /v2/anime
Retrieve a list of anime entries (filtering via query params is supported, e.g., q, status, limit, offset).
documented - Search animeGET /v2/anime/search
Search anime by keywords; results are paginated.
documented - Update anime list statusPUT /v2/anime/{anime_id}/my_list_status
Update the authenticated user's status for this anime.
documented
Manga · 6
- Delete manga list itemDELETE /v2/manga/{manga_id}/my_list_status
Remove the manga from the authenticated user's list.
documented - Get mangaGET /v2/manga/{manga_id}
Return full details for a specific manga.
documented - Get manga rankingGET /v2/manga/ranking
Fetch manga rankings according to the requested ranking type.
documented - List mangaGET /v2/manga
Retrieve a list of manga entries (filters supported via query params).
documented - Search mangaGET /v2/manga/search
Search manga by keywords; results are paginated.
documented - Update manga list statusPUT /v2/manga/{manga_id}/my_list_status
Update the authenticated user's status for this manga.
documented
Users · 5
- Get authenticated user anime listGET /v2/users/@me/animelist
Retrieve the authenticated user's anime list.
documented - Get authenticated user manga listGET /v2/users/@me/mangalist
Retrieve the authenticated user's manga list.
documented - Get user anime listGET /v2/users/{username}/animelist
Retrieve the anime list for a specified user (restricted data may require auth).
documented - Get user manga listGET /v2/users/{username}/mangalist
Retrieve the manga list for a specified user (restricted data may require auth).
documented - Get user profileGET /v2/users/{username}/profile
Retrieve public profile data for a user.
documented