Dashboard overview
Set Key

API Reference

Base URL: https://data-leak.narcotech.online/api.php
All responses follow the format: {"success":true,"data":{...}}
Authentication via &key=YOUR_API_KEY parameter.

GET
?action=stats&key=xxx
Retrieve dashboard statistics and system metrics.
action=stats key
GET
?action=search&q=<query>&type=<type>&page=<n>&limit=<n>&key=xxx
Search the database with filters and pagination. Returns matching records.
action=search q (string) type (all|discord_id|email|ip|username) page (int) limit (int) key
GET
?action=lookup&discord_id=<id>&email=<email>&ip=<ip>&key=xxx
Exact match lookup by Discord ID, email, or IP address.
action=lookup discord_id (optional) email (optional) ip (optional) key

Response Fields

FieldTypeDescription
discord_idstringDiscord user ID
emailstringAssociated email address
ipstringAssociated IP address
usernamestringDiscord username
premiumstringPremium tier (if any)
verifiedboolVerification status
server_idsstringComma-separated server IDs
connectionsstringConnected accounts
biostringUser biography
avatar_hashstringAvatar hash

API Key

Enter your API key to authenticate requests. It will be stored locally.