GET /inclusive

Get a list of inclusivity features.

Responses

  • 200 application/json

    A JSON array of inclusivity features

    Hide response attributes Show response attributes object
    • id string Required
    • insteadOf string Required
    • say string Required
    • because string Required
    • locale string Required
    • approved integer Required

      Values are 0 or 1.

    • base_id string | null
    • author_id string | null
    • categories string Required
    • deleted integer Required

      Values are 0 or 1.

    • clarification string | null
    • author string | null
  • 501 application/json

    Not implemented

    Hide response attribute Show response attribute object
    • error string
GET /inclusive
curl \
 --request GET 'https://pronouns.page/api/inclusive'
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 (501)
{
  "error": "Not implemented"
}