Last Leaks API
Retrieve the most recent leaks (stealer logs and/or combolists) associated with a given domain or subdomain within a specified time window.
Overview
This endpoint allows you to fetch the latest leaks related to a domain or subdomain by analyzing stealer logs and combolists recorded in the last N days (configurable up to 30). It supports filtering by leak type, breach type.
This is particularly useful for monitoring newly emerging threats linked to your digital assets.
π Endpoint
POST https://api.whiteintel.io/get_last_leaks.phpπ₯ Request Body (JSON)
apikey
string
β Yes
Your API key
query
string
β Yes
A domain or subdomain to search (e.g., example.com or mail.example.com)
data_type
string
β No
One of stealer, combolist, or all (default: all)
breach_type
string
β No
One of consumer, corporate, or all (default: all)
limit
int
β No
Max number of records (default: 500, max: 5000)
page
int
β No
Pagination (default: 1)
days
int
β Yes
How many days back to check (1β30). (default: 7)
mask_password
int
β No
Hide password field from responses. By default 0. (Accepted values are 0 or 1)
β
Example Request
π€ Example Response
β Error Responses
Invalid Days
Invalid Data Type
Invalid Query Format
Curl Example
π‘οΈ Notes
For large exports or automated monitoring, paginate using
pageand manage limits responsibly.Always sanitize and securely store the returned results.
Last updated