# Quote Garden

**Canonical:** https://apis.io/providers/quote-garden/  
**Website:** https://pprathameshmore.github.io/QuoteGarden/  
**APIs profiled:** 3

Quote Garden is a free, open-source REST API that serves more than 75,000 famous quotes. Built by Prathamesh More (pprathameshmore) in Node.js + Express + MongoDB, it exposes a small read-only HTTP surface for fetching random quotes, paginated quote lists filterable by author, genre, and full-text query, plus master lists of all authors and genres. There is no authentication and no cost to use; the canonical reference implementation is hosted on Render at https://quote-garden.onrender.com/api/v3 and was previously deployed on Heroku at quote-garden.herokuapp.com. The project also ships an official npm client wrapper (`@pprathameshmore/quotegardennpm`) and is widely embedded in third-party chrome extensions, mobile apps, and Twitter bots that need a lightweight inspirational-quote source.

## Kin Score — 29.1 / 100 (thin)

Scored 2026-08-20 under rubric 0.12.0. Trend: flat (+0.0 from 29.1).

| Facet | Score |
|---|---|
| Discoverability | 74.1 |
| Contract Quality | 65.7 |
| Governance | 25.0 |
| Contract Governance | 25.0 |
| Operational Transparency | 2.6 |
| Developer Ergonomics | 9.5 |
| Commercial Clarity | 0.0 |
| Access Clarity | 0.0 |

## Agent readiness — 28.1 (agent-aware)

| Dimension | Value |
|---|---|
| Spec Presence | yes |
| Agentic Access | derived |
| Reversibility Documented | na |
| MCP Server | no |
| Auth Clarity | no |
| Idempotency | na |
| Error Semantics | no |
| OpenAPI Examples | verified |
| Rate Limit Signal | no |
| Event Surface Described | no |
| Agent Skills | no |
| Well Known Catalog | no |
| Consent Identity | no |
| Agent Card | no |
| Dry Run Mode | na |

## Access

Open access — onboarding: open, pricing: unknown, trial: no (confidence: medium).

## APIs (3)

- **Quote Garden Authors API** — Master list of authors represented in the quote corpus.
- **Quote Garden Genres API** — Master list of genres / categories represented in the quote corpus.
- **Quote Garden Quotes API** — Operations for retrieving quote records, individually at random or as a paginated list.

## Agentic access (1)

- **Quote Garden Agentic Access** — 4 operations

## Security (1)

- **Quote Garden Domain Security** — TLSv1.3 · DNSSEC · DMARC

## Use cases (8)

- **Inspirational Daily Quote Widgets** — Browser new-tab extensions and home screen widgets call `/quotes/random` to display a fresh inspirational quote on each page load.
- **Chatbot and Voice Assistant Prompts** — Chatbots, Slack bots, and Alexa skills pull random quotes by genre to inject contextual inspiration into conversations.
- **Social Media Automation** — Twitter, Mastodon, and Bluesky bots schedule recurring posts from filtered author or genre slices of the corpus.
- **Educational and Motivational Apps** — Mobile apps for students, athletes, and remote workers surface goal-aligned quotes filtered by genre (success, perseverance, focus).
- **Static Site Generators** — Jamstack sites embed a random quote at build time by hitting the API during the build step.
- **Game and AR Easter Eggs** — Indie games and AR experiences sprinkle randomly fetched quotes into loading screens and reward moments.
- **Email and Newsletter Personalization** — Transactional and marketing email systems append a daily quote to footer templates fetched at send-time.
- **Learning Projects for API Consumption** — Bootcamps and university courses use the unauthenticated API as a teaching example for HTTP, JSON parsing, and pagination.

## Tags

Quotes, Inspiration, Open-Source, Free API, Node.js, MongoDB, Express, Personality, Public APIs

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/providers/quote-garden/). Scores are computed from the provider's own public artifacts under a published rubric.
