GET
/citations/random
curl \
-X GET https://philosapi.vercel.app/api/citations/random
Response examples (200)
[
{
"id": "string",
"text": "string",
"philosopher_id": 42,
"source": "string",
"work_id": 42,
"philosopher": "string"
}
]