# Get citation by philosopher's ID. **GET /citations/philosophers/{philosopherID}** Get a citation by philosopher's ID. ## Servers - Philosapi: https://philosapi.vercel.app/api (Philosapi) ## Parameters ### Path parameters - **philosopherID** (integer) Philosopher's ID. ## Responses ### 200 Response 200 #### Body: application/json (array[object]) - **id** (string) The ID of the citation. - **text** (string) Citation's content. - **philosopher_id** (integer) Philosopher's ID. - **source** (string) Title of the document from which the quotation comes. Otherwise 'Attributed' when the source is unknown but the quotation is attributed to the philosopher. - **work_id** (integer) Work's ID. - **philosopher** (string) Name of the philosopher to whom the quotation is attributed. ### 400 bad input parameter [Powered by Bump.sh](https://bump.sh)