Public API
Pronouns
GET
/api/pronounsExampleGET
/api/pronouns/{pronoun}Example ExampleQuery string parameters:
examples[]– Overwrite the default example sentences with custom ones. For each of them use the following format:{sentenceSingular}|{sentencePlural}|{isHonorific}. IfsentencePluralis missing, if defaults to being the same assentenceSingular.isHonorificcan be0(default) or1.
GET
/api/banner/{pronoun}.pngExample
Sources
Dictionary
Inclusivity
Terminology
Cards
GET
/api/profile/get/{username}?version=2Example- Note that the
birthdayfield will only be available when querying your own account; otherwise only the calculatedagemight be available (if the person has filled out their birthday)
Query string parameters:
props– Specify what properties that the response should include. How to specify them is described here.lprops[<locale>]– Same as thepropsparameter, but only for specific locales. Replace<locale>with the locale you wish to override the filter for.
- Note that the
GET
/api/profile/get-id/{id}?version=2- Note that the
birthdayfield will only be available when querying your own account; otherwise only the calculatedagemight be available (if the person has filled out their birthday)
Query string parameters:
props– Specify what properties that the response should include. How to specify them is described here.lprops[<locale>]– Same as thepropsparameter, but only for specific locales. Replace<locale>with the locale you wish to override the filter for.
- Note that the
GET
/api/user/social-lookup/{provider}/{identifier}Example