# Get philosophers works **GET /works/philosophers/{philosopherID}** Get a list of all the works made by this philosopher. ## Servers - Philosapi: https://philosapi.vercel.app/api (Philosapi) ## Parameters ### Path parameters - **philosopherID** (integer(int32)) Philosopher's ID. ### Query parameters - **limit** (integer(int32)) limit of elements to return - **offset** (integer(int32)) number of element to skip ## Responses ### 200 Response 200 #### Body: application/json (array[object]) - **id** (string) The ID of the work. - **title** (string) Title's work. - **philosopher_id** (integer) Philosopher's ID. - **wiki** (string) Link to the work's wikipedia page. - **philosopher** (string) Name of the philosopher to whom the quotation is attributed. ### 400 bad input parameter [Powered by Bump.sh](https://bump.sh)