Quote Garden
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.
Quote Garden publishes 3 APIs on the APIs.io network: Authors API, Genres API, and Quotes API. Tagged areas include Quotes, Inspiration, Open Source, Free API, and Node.js.
The Quote Garden catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.
Quote Garden’s developer surface includes developer portal and 10 more developer resources.
Kin Score
APIs 3
Individual APIs this provider publishes, each with its own machine-readable definition.
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.
Open Collections 1
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Quote Garden API
OPEN COLLECTIONFeatures 10
Notable capabilities this provider offers.
75,000+ Quotes
Curated MongoDB collection of more than seventy-five thousand famous quotes attributed to a long tail of authors.
Random Quote Retrieval
Single-call endpoint that returns one or more randomly selected quotes, optionally filtered by author, genre, or search query.
Paginated Quote Listing
Page-and-limit paginated access to the full quote corpus with deterministic ordering, suitable for browsing or full-dump use cases.
Full-Text Search
MongoDB text index on quoteText, quoteAuthor, and quoteGenre exposed via the `query` parameter on quote listing endpoints.
Author Filter
Filter quotes by exact author name via the `author` query parameter and discover the full author list via the `/authors` endpoint.
Genre Filter
Filter quotes by genre (e.g., love, life, success, business) via the `genre` query parameter and discover the full genre list via the `/genres` endpoint.
No Authentication Required
Completely open access with no API key, OAuth, or signup; CORS-enabled for direct browser use.
Consistent Response Envelope
Every endpoint returns the same shape (statusCode, message, pagination, totalQuotes, data) for predictable client parsing.
NPM Client Wrapper
Official `quotegarden` npm package wraps the HTTP API for Node.js and browser projects.
Open Source MIT License
Entire backend (Express + MongoDB) and NPM client are MIT-licensed, allowing self-hosting and modification.
Scroll for all 10
Semantic Vocabularies 1
JSON-LD contexts and semantic vocabularies used across these APIs.
Quote Garden Context
JSON-LDSpectral Rules 2
Spectral governance rulesets for linting and validating these APIs.
Quote Garden API Rules
SPECTRALQuote Garden API Rules
SPECTRALJSON Schema 2
Standalone JSON Schema definitions for this provider's data models.
Quote
JSON SCHEMAResponseEnvelope
JSON SCHEMAJSON Structure 2
JSON Structure definitions describing this provider's data shapes.
Quote Garden Quote Structure
JSON STRUCTUREQuote Garden Response Envelope Structure
JSON STRUCTUREExamples 6
Example request and response payloads for these APIs.
Quote Garden Quote Example
EXAMPLESecurity Posture 1
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Agentic Access 1
Recommended x-agentic-access execution contracts for AI agents.
Use Cases 8
What developers build with this provider.
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.
Scroll for all 8
Integrations 7
Pre-built integrations with other platforms and tools.
Achieve Chrome Extension
New-tab Chrome extension by the same author that originally motivated the API; displays a daily quote with imagery.
QuoteGarden Android App
Community-built Android app on Google Play that surfaces Quote Garden quotes on the device.
Spontaneous (iOS)
Independent iOS app published on the App Store that consumes Quote Garden for randomized inspiration.
QuoteGarden Twitter Bot
@quotegardenbot Twitter bot that publishes scheduled quotes pulled from the API.
Bink Chrome Extension
Third-party Chrome extension by AmitGujar that shows quotes on new-tab.
MotivateU
GitHub open-source project by Shankhanil Ghosh that wraps Quote Garden into a motivational web experience.
QuoteGarden NPM
Official `quotegarden` npm wrapper for JavaScript and TypeScript clients.
Scroll for all 7
Solutions 3
Packaged solutions this provider offers.
Self-Hosted Deployment
Clone the GitHub repo and run via Docker / docker-compose (Dockerfile and Procfile included) against your own MongoDB instance for full control of data and SLAs.
Hosted Reference API
Free public reference deployment at quote-garden.onrender.com/api/v3 — no SLA, intended for hobby and prototype use.
NPM SDK Integration
Drop-in `quotegarden` npm package for Node.js or browser apps that prefer a typed client over raw fetch calls.
Resources
Get Started 1
Portal, sign-up, and the first successful call
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 2
Pagination, idempotency, versioning, errors, and events
Build 3
SDKs, sample code, and the tooling you integrate with
Access & Security 1
Authentication, authorization, and security posture
Commercial 1
Pricing, plans, and the legal terms of use
Company 1
The organization behind the API
Other 1
Properties that don't map to a standard resource type