---
title: "Check if an email has been exposed in known data breaches"
method: GET
path: "/api/breach"
tags: ["Privacy"]
---

# Check if an email has been exposed in known data breaches

`GET /api/breach`

Checks the supplied email against the XposedOrNot breach database. Returns total breach count, affected services list, severity grade, password exposure summary, and recommended action. Useful for security audits, account recovery flows, and onboarding 'is your email pwned' checks. No auth required.

## Query parameters

- `email` string, email, required

## Response `200`

Breach data including count, services, risk level, and password exposure

---

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