Introduction
Introduction
Quote Gallery is a platform for discovering, curating, and sharing quotes from authors around the world. Our public REST API gives you programmatic access to the entire Quote Gallery catalog.
What is the Quote Gallery API?
The Quote Gallery API is a RESTful service that allows developers to:
- Search and retrieve quotes in multiple languages
- Browse authors with rich metadata (nationality, biography, categories)
- Access curated playlists of quotes organized by theme
- Filter by categories to find exactly the quotes you need
Whether you're building a mobile app, a website widget, a Discord bot, or a daily email digest — the Quote Gallery API has you covered.
Key Features
Multi-language Support
Rich Metadata
Curated Playlists
Simple Authentication
API Versions
The Quote Gallery API is versioned to ensure backward compatibility. When breaking changes are introduced, a new version is released while the previous version continues to work.
| Version | Status | Base Path |
|---|---|---|
| v1 | ✅ Stable | /api/v1 |
Base URL
All API requests are made to the following base URL:
https://your-deployment.convex.site/api/v1
You can also proxy requests through the Quote Gallery application server:
https://quotegallery.nl/api/v1