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