From d396dcafc4dff869e1a27c878a1b126c90d875ef Mon Sep 17 00:00:00 2001 From: hugonun <43740923+hugonun@users.noreply.github.com> Date: Sat, 3 Oct 2020 19:22:53 +0200 Subject: [PATCH] Add MyAnimeList's v2 API (#1400) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83c2e4ed..a1ca0236 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ API | Description | Auth | HTTPS | CORS | | [AnimeNewsNetwork](https://www.animenewsnetwork.com/encyclopedia/api.php) | Anime industry news | No | Yes | Yes | | [Jikan](https://jikan.moe) | Unofficial MyAnimeList API | No | Yes | Yes | | [Kitsu](http://docs.kitsu.apiary.io/) | Anime discovery platform | `OAuth` | Yes | Unknown | +| [MyAnimeList](https://myanimelist.net/clubs.php?cid=13727) | Anime and Manga Database and Community | `OAuth` | Yes | Unknown | | [Studio Ghibli](https://ghibliapi.herokuapp.com) | Resources from Studio Ghibli films | No | Yes | Unknown | **[⬆ Back to Index](#index)**