Retrieve a specific pronoun set
Beta
Run in API Explorer
Ask AI
Get details of a specific pronoun set by its canonical name.
GET
/pronouns/{pronoun}
curl \
--request GET 'https://pronouns.page/api/pronouns/{pronoun}'
Response examples (200)
{
"name": "they/them",
"plural": true,
"aliases": [
"they/them",
"singular they"
],
"history": "",
"examples": [
"I think they are very nice.",
"I met them recently.",
"Is this their dog?",
"They told me that the house is theirs.",
"They said they would rather do it themself.",
"They are really beautiful.",
"They answered the phone.",
"They take good care of their cat.",
"They did it all by themself.",
"They talk in their sleep.",
"They landed the plane safely.",
"They argue that…",
"Did you buy them their gift?",
"I asked them if I can borrow their pencil.",
"I talked to them yesterday.",
"Would you like to go to the movies with them?",
"Can you call them when their cat awakes?",
"Their graduation starts soon.",
"My favorite color is purple, theirs is yellow."
],
"morphemes": {
"reflexive": "themself",
"pronoun_object": "them",
"pronoun_subject": "they",
"possessive_pronoun": "theirs",
"possessive_determiner": "their"
},
"normative": true,
"smallForm": null,
"thirdForm": null,
"description": "Normative “they/them”",
"nullPronoun": false,
"sourcesInfo": null,
"canonicalName": "they/them",
"pronounceable": true,
"pronunciations": {},
"pluralHonorific": false
}
Response examples (404)
{
"error": "Pronoun set not found"
}
Response examples (500)
{
"error": "Internal server error"
}