# Retrieve a specific pronoun set **GET /pronouns/{pronoun}** Get details of a specific pronoun set by its canonical name. ## 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 - **pronoun** (string) The canonical name of the pronoun set (e.g., "they/them"). ## Responses ### 200 A JSON object representing the pronoun set #### Body: application/json (object) - **canonicalName** (string) The canonical name of the pronoun set (e.g., "they/them"). - **description** (string) A brief description of the pronoun set. - **normative** (boolean) Indicates if the pronoun set is considered normative. - **morphemes** (object) The morpheme data for the pronoun set. - **pronunciations** (object) Pronunciation guides for the pronoun set. - **plural** (boolean) Indicates if the pronoun set is plural. - **pluralHonorific** (boolean) Indicates if the pronoun set is a plural honorific. - **aliases** (array[string]) Alternative names or aliases for the pronoun set. - **history** (string) Historical context or notes about the pronoun set. - **pronounceable** (boolean) Indicates if the pronoun set is easily pronounceable. - **thirdForm** (string) A third form of the pronoun set, if applicable. - **smallForm** (string) A smaller or abbreviated form of the pronoun set, if applicable. - **sourcesInfo** (string) Information about the sources of the pronoun set. - **nullPronoun** (boolean) Indicates if the pronoun set is a null pronoun. - **examples** (array[string]) Example sentences or phrases using the pronoun set. - **name** (string) A human-readable name for the pronoun set. ### 404 Pronoun set 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)