Public API
Pronouns
GET
/api/pronouns
ExampleGET
/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}
. IfsentencePlural
is missing, if defaults to being the same assentenceSingular
.isHonorific
can be0
(default) or1
.
GET
/api/banner/{pronoun}.png
Example
Sources
Dictionary
Inclusivity
Terminology
Cards
GET
/api/profile/get/{username}?version=2
Example- Note that the
birthday
field will only be available when querying your own account; otherwise only the calculatedage
might 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 theprops
parameter, 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
birthday
field will only be available when querying your own account; otherwise only the calculatedage
might 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 theprops
parameter, 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