Data is submitted via your tool’s API key and aggregated per user.
Get updates, support and more tools from the zmtlabs team.
POST https://nukehub.de/api.php?path=report
Header: X-Api-Key: <YOUR_TOOL_API_KEY>
Body (JSON):
{
"username": "ExampleUser",
"userid": "123456789012345678",
"members_banned": 10,
"avatar": "https://cdn.discordapp.com/avatars/123456789012345678/abc123.png"
// avatar is optional (URL or data:image/...;base64,...)
}