Stoic API
This is a simple API that gives you a ton of stoic quotes from the most famous Stoics that have lived. Only have to use https://stoic-api-red.vercel.app/api/quotes
(By default are 20 quotes). If you want more quotes you can use https://stoic-api-red.vercel.app/api/quotes?max=number
Live Preview
Try fetching a quote
Random Quotes
To fetch random quotes use this URL https://stoic-api-red.vercel.app/api/quotes/random
.
Quotes from a specific author
To fetch Marcus Aurelius quotes use this URL https://stoic-api-red.vercel.app/api/quotes/marcus
. You can choose between marcus | seneca | epictetus | zeno
.
Random quote from specific author
To fetch a random quote from Marcus Aurelius, add this query to the URL https://stoic-api-red.vercel.app/api/quotes/marcus?random
. This applies to every author.