Plan to intergrate 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=level/add
(POST)level_id
(int), reason
(string). Adds a flagged level.
?api=level/delete
(DELETE)level_id
(int). Deletes a flagged level.
?api=account/add
(POST)account_id
(int), reason
(string). Adds a flagged account.
?api=account/delete
(DELETE)account_id
(int). Deletes a flagged account.
Example: ?api=geode&level=128&account=6338004
returns -1
.