# Get philosophers **GET /philosophers** Get a list of all the greatest 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 - **name** (string) Name of the philosopher. ## Responses ### 200 Response 200 #### Body: application/json (array[object]) - **id** (integer) The id of the philosopher. - **name** (string) The stream of thought 's name. - **birth_place** (string) Birth place's philosopher. - **stream_of_thought_id** (integer) Stream of thought's ID. - **period_id** (integer) Period's ID. - **resume** (string) Short resume about the philosopher. - **birth_year** (integer) Birth's year. - **dead_year** (integer) Dead's year. - **wiki** (string) Link to the Philosopher's wikipedia page. - **img_url** (string) Portrait's philosopher. - **stream_of_thought_name** (string) Philosopher's stream of thought name. - **period_name** (string) Philosopher's period name. ### 400 bad input parameter [Powered by Bump.sh](https://bump.sh)