User
User GET-Requests
Get information
GET https://disweb.glitch.me/vX/user/:USERID
Get information about a discord user.
Path Parameters
Name
Type
Description
userid
snowflake
The UserID of the respective (discord) user.
Response example:
{
"username": "Wumpus#0000",
"Bot": False,
"discriminator": "#0000",
"avatar_url": "https://cdn.discordapp.com/avatars/814233207515643974/a_5fbd87e73c402c2ce62523578fedbb2f.gif?size=4096",
"creation_date": "Wed Feb 24 2021 21:32:04 GMT+0100 (Mitteleuropäische Normalzeit)",
"creation_timestamp": 1614198724393
}{
// Response
}Last updated