Two sets of eyes
Officers investigate, supervisors approve. Nothing publishes on one person's say-so.
Every report walks the same little path before it lands in the registry. No shortcuts, no drama.
A group of community leaders and server owners who deal with this stuff firsthand, and got tired of watching the same names burn one community after another.
Officers investigate, supervisors approve. Nothing publishes on one person's say-so.
Built by the people who actually moderate servers, not an anonymous committee.
Cases link Discord, Minecraft, and more, so a name change does not wipe the slate.
Query the same records straight from your moderation bot, screening flow, or marketplace. No key, no signup, just a friendly GET.
// look someone up before you trust them
const res = await fetch(
'https://abuse.wtf/api/public/reports/search' +
'?search=that_one_guy&report_type=scamming'
);
const data = await res.json();
// data.total -> 3 prior cases
// data.reports -> titles, evidence, dates