Add Animechan API (#79)

The API Generates random anime quotes, and gives the anime name and character.
This commit is contained in:
Kunal Jain 2023-02-15 00:53:37 -06:00 committed by GitHub
parent 2afb76c24c
commit dc7abc1ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,7 @@ For information on contributing to this project, please see the [contributing gu
| API | Description | Auth | HTTPS | CORS | | API | Description | Auth | HTTPS | CORS |
| :-----------------------------------------------------------------------: | --------------------------------------- | :------: | :---: | :-----: | | :-----------------------------------------------------------------------: | --------------------------------------- | :------: | :---: | :-----: |
| [AniList](https://github.com/AniList/ApiV2-GraphQL-Docs) | Anime discovery & tracking | `OAuth` | Yes | Unknown | | [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 | | [AnimeNewsNetwork](https://www.animenewsnetwork.com/encyclopedia/api.php) | Anime industry news | No | Yes | Yes |
| [Jikan](https://jikan.moe) | Unofficial MyAnimeList API | 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 | | [Kitsu](http://docs.kitsu.apiary.io/) | Anime discovery platform | `OAuth` | Yes | Unknown |