# Retrieve a specific gendered noun **GET /nouns/search/{id}** Get details of a specific gendered noun 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 gendered noun. ## Responses ### 200 A JSON object representing the gendered noun #### Body: application/json (object) - **id** (string) - **key** (string) - **words** (object) - **classInstance** (string | null) - **categories** (array[string]) - **sources** (array[string]) - **approved** (boolean) - **base** (string | null) - **author** (string) - **sourcesData** (array[object]) ### 404 Noun 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)