# Retrieve a list of gendered nouns **GET /nouns** Get a list of all available gendered nouns. ## Servers - Main (production) server: https://pronouns.page/api (Main (production) server) - Language-specific server: https://en.pronouns.page/api (Language-specific server) ## Parameters ## Responses ### 200 A JSON array of gendered nouns #### Body: application/json (array[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]) ### 500 Internal server error #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)