π₯Guild Users
Get guild's user leveling data
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
[
{
"rankCard": {
"backgroundImageURL": "/home/container/data/default_background.jpg",
"progressBarColor": "#ffaabb"
},
"userId": "694986201739952229",
"guildId": "940249530962706492",
"username": "stef_dp",
"level": 1,
"xp": 0,
"lastXpIncrease": "2023-09-24T11:00:58.370Z"
}
]Content-Type: application/json{
"type": "array",
"items": {
"type": "object",
"properties": {
"rankCard": {
"type": "object",
"properties": {
"backgroundImageURL": {
"type": "string",
"description": "The URL of the background image of th rank card (a path if it's default image)"
},
"progressBarColor": {
"type": "string",
"description": "The HEX color of the progress bar"
}
},
"description": "Data about the user's rankcard"
},
"userId": {
"type": "string",
"description": "The ID of the user"
},
"guildId": {
"type": "string",
"description": "The ID of the guild"
},
"username": {
"type": "string",
"description": "The username of the user"
},
"level": {
"type": "number",
"description": "The level of thr user"
},
"xp": {
"type": "number",
"description": "The XP of the user"
},
"lastXpIncrease": {
"type": "string",
"description": "The date when the xp was last added"
}
}
}
}{
"rankCard": {
"backgroundImageURL": "/home/container/data/default_background.jpg",
"progressBarColor": "#ffaabb"
},
"userId": "694986201739952229",
"guildId": "940249530962706492",
"username": "stef_dp",
"level": 1,
"xp": 0,
"lastXpIncrease": "2023-09-24T11:00:58.370Z"
}Content-Type: application/json{
"type": "object",
"properties": {
"rankCard": {
"type": "object",
"properties": {
"backgroundImageURL": {
"type": "string",
"description": "The URL of the background image of th rank card (a path if it's default image)"
},
"progressBarColor": {
"type": "string",
"description": "The HEX color of the progress bar"
}
},
"description": "Data about the user's rankcard"
},
"userId": {
"type": "string",
"description": "The ID of the user"
},
"guildId": {
"type": "string",
"description": "The ID of the guild"
},
"username": {
"type": "string",
"description": "The username of the user"
},
"level": {
"type": "number",
"description": "The level of thr user"
},
"xp": {
"type": "number",
"description": "The XP of the user"
},
"lastXpIncrease": {
"type": "string",
"description": "The date when the xp was last added"
}
}
}Examples
Last updated