Loading...
The Supernatural Quotes API
Read the docs
fetch("https://supernatural-quotes-api.cyclic.app/quotes/random")
.then(res => res.json())
.then(data => console.log(data))
fetch("https://supernatural-quotes-api.cyclic.app/quotes/random")
.then(res => res.json())
.then(data => console.log(data))