LurkrLurkr Docs
Levels

Get User Level

Get a user's level data in a guild

GET/levels/{guildId}/users/{userId}
X-Api-Key<token>

The user's API key to authenticate requests

In: header

Path Parameters

guildIdSnowflake

A Discord snowflake identifier

Match^[1-9]\d+$
Length17 <= length <= 19
userIdSnowflake

A Discord snowflake identifier

Match^[1-9]\d+$
Length17 <= length <= 19

Response Body

curl -X GET "https://api.lurkr.gg/v2/levels/stringstringstrin/users/stringstringstrin"
{
  "level": {
    "lastUpdated": "2019-08-24T14:15:22Z",
    "level": 6554,
    "messageCount": 0,
    "xp": 2147483647
  },
  "user": {
    "avatar": "stringstringstringstringstringst",
    "discriminator": "string",
    "globalName": "string",
    "username": "string"
  }
}