Query User
The main API call when using the STORM API.
Parameters
Key
Value
Response
{
"code": 200,
"username": "Display Name (username)", # Discord display and username returned.
"reputation": 0, # Reputation (out of 100).
"reputationImage": "https://stormsystems.org/assets/images/reputation/0.png",
"accolades": [], # Accolades include STORM Partner, Staff etc.
"deductions": 4, # The number of deductions someone has.
"profile": false # Will only show as a URL if they have a public profile.
}{
"code": 400,
"message": "Bad request. Required argument 'discordId' is missing."
}{
"code": 401,
"message": "Unauthorized. Invalid or msising API key."
}Last updated