Anime Kun

AnimeKun

A free restful API serving quality anime quotes

Try it

Run this code to get a random quote:


    fetch('https://api.animekun.me/v1/random')
    .then(response => response.json())
    .then(quote => console.log(quote))
    
{
  "Anime": "",
  "Character": "",
  "Quote": ""
}