Overview
Get statistical information about leaks associated with a specific email address. This endpoint provides aggregate data for personal leak monitoring and analysis.This endpoint is primarily used for personal email leak statistics. For organizational monitoring, consider using the domain stats endpoint instead.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
email | string | Required. The email address to get leak statistics for |
unmask_email | boolean | Whether to unmask email addresses in the response |
Response Structure
The response provides comprehensive statistics about leaks for the specified email:Data Fields Explained
| Field | Description |
|---|---|
email | The email address these statistics apply to |
total_leaks | Total number of leaks found for this email |
open_leaks | Number of leaks that haven’t been marked as fixed |
fixed_leaks | Number of leaks marked as remediated |
leak_classification | Breakdown by leak type (personal, employee, customer) |
recent_activity | New leak discovery in recent time periods |
compromised_services | Services where this email was found in leaks |
risk_timeline | Historical trend of leak discovery and remediation |
Usage Examples
Get basic email stats
Get stats with unmasked emails
Privacy Considerations
Access Control
- You can only access stats for emails you’re authorized to view
- Personal emails: accessible to the account owner
- Employee emails: requires domain verification
Data Sensitivity
- Email statistics may reveal sensitive information about user behavior
- Consider data retention policies for stored statistics
- Implement appropriate access controls in your applications
Best Practices
Regular Monitoring
- Check email stats periodically for accounts under your management
- Set up alerts for new leak discoveries
- Track remediation progress to ensure security improvements
Integration Tips
- Use this endpoint for summary dashboards and reports
- Combine with detailed leak endpoints for comprehensive security monitoring
- Cache results appropriately to minimize API usage
Security Recommendations
- Encourage users to fix open leaks promptly
- Provide guidance on changing passwords for compromised services
- Monitor trends to identify systemic security issues
Authorizations
Response
OK