Loading...
The Supernatural API
The Supernatural API is the first unofficial source for developers who are looking to build a page based on Supernatural data.
What are you waiting for? Start now! Characters, episodes and quotes data available, with more features and data coming every day!
Build a hunter's journal, episode tracker or wiki in seconds with this API! Browse through characters, episodes and quotes.
Feel free to submit feedback or feature ideas.
Read the docs
fetch("https://supernatural-api.onrender.com/quotes/random") .then(res => res.json()) .then(data => console.log(data))