Skip to main content
GET
Your GET endpoint for domain stats

Overview

Get statistical information about leaks associated with a specific domain. This endpoint provides aggregate data for monitoring and reporting purposes.
This endpoint requires domain verification. You can only get stats for domains you have verified ownership of.

Query Parameters

Response Structure

The response provides comprehensive statistics about leaks for the specified domain:

Usage Examples

Get basic domain stats

Get stats with unmasked emails

Best Practices

Regular Monitoring

  • Check domain stats regularly to identify new leaks quickly
  • Set up automated alerts when leak counts increase
  • Monitor the ratio of open vs fixed leaks

Performance Considerations

  • Cache stats data appropriately to avoid excessive API calls
  • Use this endpoint for summary data, detailed leak info requires other endpoints
  • Consider rate limiting when building automated monitoring systems

Authorizations

X-API-Key
string
header
required

Query Parameters

domain
string
unmask_email
boolean

Response

OK

leak_devices_count
DevicesCount · object[]
leak_customers_count
CustomersCount · object[]
leak_user_count
UsersCount · object[]
leak_employees_count
EmployeesCount · object[]
combolist_exposure
CombolistExposureCount · object[]
leak_country_stats
LeakCountryStats · object[]
top_used_urls_by_customers
UsedUrlsCount · object[]
top_used_urls_by_employees
UsedUrlsCount · object[]
top_used_urls_by_user
UsedUrlsCount · object[]
leak_customers_timeline
LeaksTimeline · object[]
leak_user_timeline
LeaksTimeline · object[]
leak_employees_timeline
LeaksTimeline · object[]
customers_sample_data
LeaksUsersSampleData · object[]
employees_sample_data
LeaksUsersSampleData · object[]
user_sample_data
LeaksUsersSampleData · object[]