# Retrieve pronouns for a specific user by ID **GET /profile/get-id/{id}** Get the pronouns associated with a specific user ID. ## 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 - **id** (integer) The ID of the user whose pronouns are to be retrieved. ## Responses ### 200 A JSON object representing the user's pronouns #### Body: application/json (object) - **username** (string) - **id** (string) - **avatarSource** (string) - **bannedReason** (string | null) - **bannedTerms** (array[string]) - **bannedBy** (string | null) - **team** (integer) - **personally** (string | null) - **emailHash** (string) - **avatar** (string) - **profiles** (array[object]) ### 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)