Get philosophers citations
Get a list of all quotes attributed to these philosophers.
GET
/citations
curl \
-X GET https://philosapi.vercel.app/api/citations
Response examples (200)
[
{
"id": "string",
"text": "string",
"philosopher_id": 42,
"source": "string",
"work_id": 42,
"philosopher": "string"
}
]