Levels
Get User Level
Get a user's level data in a guild
GET
/levels/{guildId}/users/{userId}
Authorization
X-Api-Key
<token>The user's API key to authenticate requests
In: header
Path Parameters
guildId
RequiredSnowflakeA Discord snowflake identifier
Minimum length:
17
Maximum length: 19
Pattern: "^[1-9]\\d+$"
userId
RequiredSnowflakeA Discord snowflake identifier
Minimum length:
17
Maximum length: 19
Pattern: "^[1-9]\\d+$"
Response Body
Default Response
TypeScript Definitions
Use the response body type in TypeScript.
level
Requiredobjectuser
RequiredUserThis data might not always be up to date