From dc7abc1ece9b4c4e2258c106fc69e6ca9a518f6e Mon Sep 17 00:00:00 2001 From: Kunal Jain <55034053+wherewith@users.noreply.github.com> Date: Wed, 15 Feb 2023 00:53:37 -0600 Subject: [PATCH] Add Animechan API (#79) The API Generates random anime quotes, and gives the anime name and character. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92ca5b9..841cf83 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | CORS | | :-----------------------------------------------------------------------: | --------------------------------------- | :------: | :---: | :-----: | | [AniList](https://github.com/AniList/ApiV2-GraphQL-Docs) | Anime discovery & tracking | `OAuth` | Yes | Unknown | +| [Animechan](https://animechan.vercel.app/docs) | Random anime quote generation | No | Yes | Unknown | | [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 |