what is this
lookup API for checking discord/roblox IDs against indexed stealer logs.
currently sourced from the skama leaderboard — 6,785 records.
usage
GET /api/check?q=<id or username>
all-numeric input is treated as a discord id, anything else as a roblox username.
response
{
"service": "skama",
"id": "1458003110617157654",
"usertype": "discord",
"found": true,
"data": { ... }
}