ComboLists Username Leaks API
Last updated
Last updated
The Username Leaks API allows users to retrieve leaks associated with a specific username (e.g., abc@gmail.com or a direct username such as admin). The request must include the query parameter and apikey. Other parameters are optional and can be used to include system information of compromised devices or to specify a custom date range.
POST /api/combolists/get_username_leaks.php
Name | Description |
---|---|
Name | Type | Required | Default | Description |
---|---|---|---|---|
POST /api/combolists/get_username_leaks.php
Example with Curl
Example with Python
Content-Type
Must be set to application/json
query
string
Yes
N/A
The query to search for leaks (e.g., test@example.com) Must be in email format.
apikey
string
Yes
N/A
Your API key.
limit
int
No
20
Affects have many results return for query. Max value 100.
start_id
int
No
N/A
To restrict results to start from given id.
boolean
int
No
0
Set to 1 to return true if the user was breached, otherwise false.