About PronounDB
API Documentation
This will be rewritten soon, with a better look and a new API that includes new features. Stay tuned!
API endpoints
Lookup an account
GET /api/v1/lookup?platform=[platform]&id=[id]
Query parameters
platform
: A supported platform as described below.id
: Account ID.
Response: A JSON object with a pronouns
property.
Lookup accounts in bulk
GET /api/v1/lookup-bulk?platform=[platform]&ids=[ids...]
Query parameters
platform
: A supported platform as described below.ids
: Comma-separated Account IDs. Maximum 50.
Response: A map of IDs with their corresponding set of pronouns.
shields.io endpoint
You can use shields.io's endpoint functionality to create a badge of your pronouns using PronounDB's API. The
endpoint is at
/shields/[pronoundbId].json
. By default, everything will be in lowercase, but you can
add the capitalize
query parameter to change this behavior. The PronounDB ID is shown under
"Advanced settings" in your account screen.
See shields.io's docs for more information. Below is an example
badge of the website's developer pronouns.
https://img.shields.io/endpoint?color=f49898&style=flat-square&url=https%3A%2F%2Fpronoundb.org%2Fshields%2F5fd62c00985db32c8e80d5b6.json
Data types
Pronouns
unspecified
: Unspecifiedhh
: he/himhi
: he/iths
: he/sheht
: he/theyih
: it/himii
: it/itsis
: it/sheit
: it/theyshh
: she/hesh
: she/hersi
: she/itst
: she/theyth
: they/heti
: they/itts
: they/shett
: they/themany
: Any pronounsother
: Other pronounsask
: Ask me my pronounsavoid
: Avoid pronouns, use my name
Platforms
discord
github
minecraft
twitch
twitter