Quotable
Free quotes API with 1,600+ curated quotes from 700+ authors, filterable by author, tag, and length. Used in daily-quote widgets, inspiration apps, and loading-screen easter eggs.
🔴 Offline · 575 ms
0%
Unlimited, no key, no credit card
No key required
Free alternatives (live ranking)
- Rick and Morty API — 🟢 Online · 10,000 req/day, no key, no credit card
- PokéAPI — 🟢 Online · Unlimited, no key, no credit card
- Random User Generator — 🟢 Online · Unlimited, no key, no credit card
Compare Quotable with…
- Quotable vs Rick and Morty API — 10,000 req/day, no key, no credit card
- Quotable vs PokéAPI — Unlimited, no key, no credit card
- Quotable vs Random User Generator — Unlimited, no key, no credit card
Frequently Asked Questions
Does Quotable require an API key?
No, Quotable is freely accessible without registration or an API key.
What is Quotable's free tier?
Unlimited, no key, no credit card
Is Quotable currently online?
We check Quotable every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.
Implementation notes
When to use Quotable
Quotable offers 1,600+ curated quotes from 700+ verified authors with tag-based filtering, author search, and length filtering (minLength/maxLength). It is unlimited, requires no key, and returns clean JSON. Use it for inspirational widgets, daily-quote email digests, or loading-screen flavour text.
Common pitfalls
- Quotable has had intermittent downtime periods in 2024-2025. The project is open-source and community-maintained — there is no SLA or paid tier. For production use, cache quotes locally on a daily or weekly basis rather than fetching at runtime.
- The `/random` endpoint returns a single random quote per call. It does not support a `count` parameter to retrieve multiple random quotes in one request. To display 5 random quotes, you need 5 separate HTTP calls.
- Author slugs and quote IDs are stable but the dataset evolves. If you hard-code a quote ID for a featured quote, check that it still exists periodically — quotes have been removed when attribution accuracy was questioned.
- Tag filtering uses exact matching — `?tags=technology` returns quotes explicitly tagged `technology` but not quotes tagged `science` or `innovation`. Browse the `/tags` endpoint to discover the full tag taxonomy before building filters.
Quick start (bash)
curl "https://api.quotable.io/quotes/random?tags=technology|science&maxLength=100" Embed this badge
Add a live status badge to your README, docs, or website.
Markdown
[](https://freeapi.watch/quotable) HTML
<a href="https://freeapi.watch/quotable"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/quotable.svg" alt="Quotable Status"/></a>