Users
User
The base User object.
id
long
the user's unique identifier
username
string
the user's name
displayname
string?
the user's display name
aboutme
string?
the user's "about me"
pronouns
string?
the user's pronouns
country
string?
the country code the user has created it's account in
online
bool
whether the user is currently online
Optional fields:
created
long (unix seconds)
timestamp of when the user created the account
lastlogin
long (unix seconds)
timestamp of when the user last logged in
following
bool
whether the current user is following this user
string
the email of this user (only when getting the current user)
UserSocials
discord
string?
string?
youtube
string?
twitch
string?
UserStatistics
ovr
double
overall rating
pvr
double
potential rating
ova
double
overall accuracy
combo
int
highest combo achieved
score
long
total score on ranked maps
global
int
global rank
country
int
country rank
Last updated