Get citation by philosopher's ID.
Get a citation by philosopher's ID.
Path parameters
-
philosopherID
integer Required Philosopher's ID.
GET
/citations/philosophers/{philosopherID}
curl \
-X GET https://philosapi.vercel.app/api/citations/philosophers/20
Response examples (200)
[
{
"id": "string",
"text": "string",
"philosopher_id": 42,
"source": "string",
"work_id": 42,
"philosopher": "string"
}
]