Animechan

A free restful API serving quality anime quotes

Powered by Express.js and PlanetScale

Try it

Run this code to get a random quote

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

Created ❤️ by rocktimsaikia © 2024