# Retrieve a specific inclusivity feature **GET /inclusive/search/{id}** Get details of a specific inclusivity feature by its ID. ## Servers - Main (production) server: https://pronouns.page/api (Main (production) server) - Language-specific server: https://en.pronouns.page/api (Language-specific server) ## Parameters ### Path parameters - **id** (integer) The ID of the inclusivity feature. ## Responses ### 200 A JSON object representing the inclusivity feature #### Body: application/json (object) - **id** (string) - **insteadOf** (string) - **say** (string) - **because** (string) - **locale** (string) - **approved** (integer) - **base_id** (string | null) - **author_id** (string | null) - **categories** (string) - **links** (array[string | null]) - **deleted** (integer) - **clarification** (string | null) - **author** (string | null) ### 404 Feature not found #### Body: application/json (object) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)