Quote API

Access thousands of quotes with multi-language support, author information, and categorization.

Get Started

Learn how to make your first API request

Endpoints

Explore all available API endpoints

Rate Limits

Understand usage limits and best practices

Quick Example

curl "https://quotegallery.nl/api/quotes?limit=5&language=en"
{
  "success": true,
  "data": [
    {
      "id": "abc123",
      "author": {
        "id": "author1",
        "name": "Albert Einstein",
        "categories": ["scientific", "philosophical"]
      },
      "categories": ["philosophical"],
      "translations": [
        {
          "language": "en",
          "text": "Imagination is more important than knowledge."
        }
      ],
      "likes_count": 42
    }
  ],
  "count": 1
}

Features

  • Multi-language support - Get quotes in different languages
  • Category filtering - Filter by philosophical, scientific, literary, and more
  • Author filtering - Get quotes from specific authors
  • Random quotes - Perfect for daily quote widgets
  • Like counts - See quote popularity