Plan to integrate AbuseDB into your project? Use this.
?api=geode&level={levelID}&account={accountID}
-1
reason, or -1
.
?api=level&id={levelID}
-1
if clean.
?api=account&id={accountID}
-1
if clean.
?api=checkmod&user={username}
1
if {username}
is an AbuseDB moderator, otherwise -1
.
?api=mods
?api=badusers
?api=level/add
(POST)level_id
(int), reason
(string)
?api=level/delete
(DELETE)level_id
(int)
?api=account/add
(POST)account_id
(int), reason
(string)
?api=account/delete
(DELETE)account_id
(int)
Example: ?api=geode&level=128&account=6338004
returns -1
.