# Get works by ID **GET /works/{workID}** Get a work by ID. ## Servers - Philosapi: https://philosapi.vercel.app/api (Philosapi) ## Parameters ### Path parameters - **workID** (integer(int32)) Work's ID. ## 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)