---
title: "Get leak statistics for an email (Public)"
method: GET
path: "/v1/leaks/stats/email"
tags: ["leaks"]
---

# Get leak statistics for an email (Public)

`GET /v1/leaks/stats/email`

Public endpoint - no authentication required. Returns leak statistics for any email address including leak classification, compromised services, and risk timeline.

## Query parameters

- `email` string
- `unmask_email` boolean

## Response `200`

OK

- object
  - `leak_devices_count` DevicesCount[]
    - `devices` number
  - `leak_customers_count` CustomersCount[]
    - `customers` number
  - `leak_user_count` UsersCount[]
    - `user` number
  - `leak_employees_count` EmployeesCount[]
    - `employees` number
  - `combolist_exposure` CombolistExposureCount[]
    - `combolist_exposure` number
  - `leak_country_stats` LeakCountryStats[]
    - `Country` string
    - `CredentialsCount` number
  - `top_used_urls_by_customers` UsedUrlsCount[]
    - `count` number
    - `url` string
  - `top_used_urls_by_employees` UsedUrlsCount[]
    - `count` number
    - `url` string
  - `top_used_urls_by_user` UsedUrlsCount[]
    - `count` number
    - `url` string
  - `leak_customers_timeline` LeaksTimeline[]
    - `CredentialsCount` number
    - `Month` number
    - `Year` number
  - `leak_user_timeline` LeaksTimeline[]
    - `CredentialsCount` number
    - `Month` number
    - `Year` number
  - `leak_employees_timeline` LeaksTimeline[]
    - `CredentialsCount` number
    - `Month` number
    - `Year` number
  - `customers_sample_data` LeaksUsersSampleData[]
    - `password` string
    - `username` string
    - `url` string
    - `country` string
    - `log_date` string
  - `employees_sample_data` LeaksUsersSampleData[]
    - `password` string
    - `username` string
    - `url` string
    - `country` string
    - `log_date` string
  - `user_sample_data` LeaksUsersSampleData[]
    - `password` string
    - `username` string
    - `url` string
    - `country` string
    - `log_date` string

## Other responses

- `400` — Example response
- `401` — Example response
- `403` — Example response
- `404` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2026-03-06** `b69f036fb8ff` — 2 info
  - added the new optional `query` request parameter `unmask_email`
  - the `query` request parameter `email` became optional
- **2026-01-15** `5b9dc99a8e6a` — 1 breaking, 1 warning
  - the `query` request parameter `email` became required
  - deleted the `query` request parameter `unmask_email`
- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added
- **2023-12-05** `5c3748c387f7` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/leaks/stats/email/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/revisions/220f0adf9efd/schema)
