Retrieve a specific inclusivity feature Run in API Explorer
Ask AI
Get details of a specific inclusivity feature by its ID.
GET
/inclusive/search/{id}
curl \
--request GET 'https://pronouns.page/api/inclusive/search/{id}'
Response examples (200)
{
"id": "01GYEG2T9H00PSTX8B0N7EWG6Z",
"say": "he/she/they (formal)|he, she, or they (formal)|they (formal)",
"links": [
null
],
"author": null,
"locale": "en",
"base_id": null,
"because": "Putting “he/she” or “him/her” in a sentence where the person is hypothetical or the gender of the person is unknown assumes that the person it's referring to uses either he/him or she/her pronouns, which some people do not.\n",
"deleted": 0,
"approved": 1,
"author_id": null,
"insteadOf": "\"he/she\"|\"he or she\"",
"categories": "transgender,intersex",
"clarification": null
}
Response examples (404)
{
"error": "Feature not found"
}
Response examples (500)
{
"error": "Internal server error"
}