Access thousands of quotes with multi-language support, author information, and categorization.
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
}