Zen Quotes
Large collection of Zen quotes for inspiration
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Personality
- Documentation / URL
- https://zenquotes.io/
Overview
ZenQuotes serves inspirational quotes as JSON — random quotes, quotes by author, today’s quote, and images with quotes overlaid. Keyless and CORS-enabled (verified live), it’s a simple source for quote widgets and daily-inspiration features.
Quick Start
Random quotes (verified live):
curl "https://zenquotes.io/api/random"
[
{
"q": "The best way to predict the future is to invent it.",
"a": "Alan Kay",
"h": "<blockquote>...</blockquote>",
"i": "https://zenquotes.io/img/alan-kay.jpg"
}
]
Multiple quotes:
curl "https://zenquotes.io/api/quotes"
curl "https://zenquotes.io/api/quotes/5"
Today’s quote:
curl "https://zenquotes.io/api/today"
Quote image:
curl "https://zenquotes.io/api/image"
Authentication
None — keyless.
Rate Limits & Notes
- Free; no documented hard limit — be polite.
- Responses are arrays; each quote has
q(text),a(author),h(HTML blockquote), andi(author image URL). - The
/api/imageendpoint returns a quote-overlay image (PNG) — nice for social cards. - CORS is enabled — browser widgets work.
FAQ
Is ZenQuotes free? Yes — free, keyless, CORS-enabled.
Can I get quotes by author?
Yes — /api/quotes/{author} returns that author’s quotes.
How do I get a quote image?
https://zenquotes.io/api/image returns a styled PNG.
More in Personality
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Advice Slip Generate random advice slips | No auth | Yes | Unknown | ↗ |
| AstroWay Astrology, natal charts, Human Design, Vedic and horoscopes on the Swiss Ephemeris | API Key | Yes | Yes | ↗ |
| Biriyani As A Service Biriyani images placeholder | No auth | Yes | No | ↗ |
| Dev.to Access Forem articles, users and other resources via API | API Key | Yes | Unknown | ↗ |
| Dictum API to get access to the collection of the most inspiring expressions of mankind | No auth | Yes | Unknown | ↗ |