Shipped

Public API

RESTful API for accessing quotes, authors, and playlists programmatically.

Shipped March 1, 2025

Overview

The Quote Gallery Public API lets developers access our database of quotes, authors, and playlists through a simple RESTful interface.

Endpoints

  • GET /api/v1/quotes — Paginated list of quotes with filtering
  • GET /api/v1/quotes/random — Get a random quote
  • GET /api/v1/authors — Browse author profiles
  • GET /api/v1/playlists — Discover curated collections

Authentication

All API requests require an API key passed via the X-API-Key header. You can generate keys from your dashboard.

Rate limits

  • Free tier — 100 requests/hour
  • Hobby tier — 500 requests/hour
  • Premium tier — 2,000 requests/hour