OSINT API
Search across millions of Discord records by ID, email, username, or IP address. Key-protected. Fast.
The query type is detected automatically — no additional parameters needed.
/api/search/{query}?key={licenseKey}
| Name | In | Required | Description |
|---|---|---|---|
query | path | yes | Search term |
key | query | yes | License key |
limit | query | no | Results per page — default 100, max 500 |
offset | query | no | Pagination offset — default 0 |
GET /api/search/806709058698346526?key=DYO-XXXXXXXXXXXXXXXXXXXXXXXXXXXX
{
"query": "806709058698346526",
"type": "discord_id",
"total": 3,
"limit": 100,
"offset": 0,
"results": [
{
"discord_id": "806709058698346526",
"username": "3kit#0",
"ip_address": "70.53.80.216",
"date_seen": "2023-10-20T16:39:06.343Z",
"source": "discordid-name-ip"
}
]
}
| Code | Meaning |
|---|---|
400 | Query too short or malformed |
401 | No license key provided |
403 | Invalid, revoked, or expired key |
429 | Rate limit exceeded — 60 req/min |
500 | Internal server error |