Query parameters
-
name
string Required Philosopher's name.
GET
/citations/philosophers
curl \
-X GET https://philosapi.vercel.app/api/citations/philosophers?name=Plato
Response examples (200)
[
{
"id": "string",
"text": "string",
"philosopher_id": 42,
"source": "string",
"work_id": 42,
"philosopher": "string"
}
]