# Retrieve pronouns for a user by social media identifier **GET /user/social-lookup/{provider}/{identifier}** Get the pronouns associated with a user based on their social media provider and identifier. ## Servers - Main (production) server: https://pronouns.page/api (Main (production) server) - Language-specific server: https://en.pronouns.page/api (Language-specific server) ## Parameters ### Path parameters - **provider** (string) The social media provider (e.g., "twitter", "github"). - **identifier** (string) The unique identifier for the user on the specified social media platform. ## Responses ### 200 The external identifier of the user #### Body: text/plain (string) string ### 404 User not found #### Body: application/json (object) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)