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 10 quotes). If you want more quotes you can use max={number} param https://stoic-api-red.vercel.app/api/quotes?max={number}

Live Preview

Try fetching a quote

Random Quotes

To fetch random quotes use random param 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 or fetch more than 10 quotes, add random param to the URL https://stoic-api-red.vercel.app/api/quotes/marcus?random or max={number} respectively https://stoic-api-red.vercel.app/api/quotes/marcus?max={number} . This applies to every author.

Rate limited to 10 requests per minute per IP.