Fetching User Information by Username
Endpoint
GET /username/:usernameDescription
Parameters
Request Example
GET https://api.tazl.cc/username/tazldiedResponse
Response Example
{
"userInfo": {
"description": "all your base are belong to us\n\ntazl.cc",
"created": "2016-01-20T21:30:42.93Z",
"isBanned": false,
"externalAppDisplayName": null,
"hasVerifiedBadge": false,
"id": 105602135,
"name": "tazldied",
"displayName": "tazl"
},
"thumbnailUrl": "https://tr.rbxcdn.com/30DAY-AvatarHeadshot-27BD6F25236A6FDA42EF527F99BB8525-Png/150/150/AvatarHeadshot/Png/noFilter"
}Notes
Last updated