Username Leaks API
This endpoint can be used for retrieving leaks related to the given email address or username.
Endpoint: https://api.whiteintel.io/get_leaks_by_username.php
Method: POST
Content-Type: application/json
Parameters
Parameter
Required
Default
Description
apikey
Yes
N/A
Your API Key
query
Yes
N/A
type
No
all
Leak type. Accepted values are: stealer, combolist or all.
limit
No
500
Integer value of limit. Min 1, maximum 5000.
include_system_info
No
0
Returns compromised systeminfo along with the leaked credentials (if available). Accepted values are 1 or 0.
page
No
1
Page number for pagination starts from 1.
Response Fields
Response Key
Response Values
success
true or false
remaining_daily_calls
Integer
results
Full Sample Result
Sample Request
Notes
Replace
"YOUR API KEY"
with your actual API key.query
should be a valid email address such asuser@example.com
or a username.
Last updated