LurkrLurkr Docs
Levels

Get Leaderboard

The ultimate no-paywall & featureful leveling bot. Transfer your MEE6/Amari/Polaris leaderboard to get started!

GET/levels/{entry}

Path Parameters

entry*|

Guild ID or leaderboard vanity

Query Parameters

page*integer
Range1 <= value

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.lurkr.gg/v2/levels/stringstringstrin?page=1"
{  "guild": {    "icon": "string",    "id": "stringstringstrin",    "memberCount": 1,    "name": "string"  },  "isManager": true,  "levels": [    {      "level": 0,      "messageCount": 0,      "nextLevelXp": 0,      "progress": 100,      "rank": 1,      "user": {        "accentColour": "string",        "avatar": "stringstringstringstringstringst",        "discriminator": "string",        "globalName": "string",        "username": "string"      },      "userId": "stringstringstrin",      "xp": 0    }  ],  "multipliers": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "multiplier": 5,      "targets": [        {          "color": 0,          "id": "stringstringstrin",          "name": "string",          "position": 0        }      ],      "type": "Channel"    }  ],  "roleRewards": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "level": 0,      "roles": [        {          "color": 0,          "id": "stringstringstrin",          "name": "string",          "position": 0        }      ]    }  ],  "vanity": "string",  "xpGainInterval": 10000,  "xpGlobalMultiplier": 5,  "xpPerMessageMax": 1,  "xpPerMessageMin": 1}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}