Retrieve pronouns for a user by social media identifier Run in API Explorer
Ask AI
Get the pronouns associated with a user based on their social media provider and identifier.
GET
/user/social-lookup/{provider}/{identifier}
curl \
--request GET 'https://en.pronouns.page/api/user/social-lookup/{provider}/{identifier}'
Response examples (200)
therealbenpai
Response examples (404)
{
"error": "User not found"
}
Response examples (500)
{
"error": "Internal server error"
}