# Get philosophers works **GET /works** Get a list of all the works made by this philosophers. ## Servers - Philosapi: https://philosapi.vercel.app/api (Philosapi) ## Parameters ### Query parameters - **limit** (integer) limit of elements to return - **offset** (integer(int32)) number of element to skip - **title** (string) Title's work ## 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)