Animechan

A free restful API serving quality anime quotes

Powered by Koa.js and MongoDB

Try it

Run this code to get a random quote

fetch('https://animechan.vercel.app/api/random')
.then(response => response.json())
.then(quote => console.log(quote))
null

Created ❤️ by rocktimsaikia © 2023