Alt Detection Lookup

Scans known login metadata to identify alternate Discord accounts usage for submitted Discord IDs, Roblox IDs, or IP addresses.

get/api/v1/public/detections/alt

Query parameters

discordIdstring

Seed Discord ID to investigate. At least one of discordId, robloxId, or ip is required.

guildIdstring

Guild scope required for non-global keys so the bot can confirm membership before sharing alt data.

Response

Successful response with alt matches, risk, and warning metadata.

status200

The HTTP status code of the response.

timestampstring date-time

The timestamp of the response in ISO 8601 format.

versionstring

The API version.

requestsRemaininginteger nullable

Number of standard requests remaining in the daily quota.

ipRequestsRemaininginteger nullable

Remaining IP-linked quota shared across API keys detected on the same IP.

Example response

{
  "version": "3.4.1"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.