Fetch user information
Data Endpoints
Fetch user information
Fetch information regarding a Discord or Roblox user.
GET
Fetch user information
Headers
string
The Ducky session token of the user. This is only required if you are using
@me as the ID.Parameter Fields
string
required
The Roblox or Discord ID of the user whose information you would like to fetch. This can be
@me if a valid Token is provided via the headers.Response Data (Discord User)
string
The user’s username.
string
The user’s display name.
string
The user’s ID.
string
The user’s avatar URL.
Response Data (Roblox User)
string
The player’s username.
string
The player’s display name.
number
The player’s ID.
string
The player’s avatar URL.
string
The player’s description/bio.
string
A link to the player’s profile.
string
A hyperlink to the player’s profile, where the label is the player’s username.
boolean
Whether or not the player is verified on Roblox.
boolean
Whether or not the player is banned from Roblox.
number
An epoch timestamp (in seconds) representing when the player’s account was created.