Retrieve pronouns for a specific user Run in API Explorer
Ask AI
Get the pronouns associated with a specific username.
GET
/profile/get/{username}
curl \
--request GET 'https://en.pronouns.page/api/profile/get/{username}'
Response examples (200)
{
"pronouns": "they/them",
"username": "johndoe"
}
Response examples (404)
{
"error": "User not found"
}
Response examples (500)
{
"error": "Internal server error"
}