Anime-chan
A restful API serving quality anime information and quotes.
Try here:
Run the below piece of code to get a random quote.
fetch('https://animechan.io/api/v1/quotes/random').then(response => response.json()).then(quote => console.log(quote))
undefined