Skip to main content

GET

/v1/xp/{userID}

Inputs

token: "your-groups-token"
guildid: "your-servers-id"

Output

{
  "xp": 0, // the amount of XP the user has
  "username": "ExampleUser" // their username
}