---
title: "Get List Of Breaches"
method: GET
path: "/v1/breaches"
tags: ["breaches"]
---

# Get List Of Breaches

`GET /v1/breaches`

Retrieves a list of all known data breaches in the system. This endpoint provides information about each breach including its name, title, breach date, and when it was added to the system.

## Query parameters

- `domain` string
- `breach_id` string

## Headers

- `if-modified-since` string, date-time

## Response `200`

Successfully retrieved list of breaches

- object
  - `status` string — Response status
  - `exposedBreaches` object[] — List of breach objects
    - `breachID` string — Unique identifier for the breach
    - `breachedDate` string — Date when the breach occurred
    - `domain` string — Domain associated with the breach
    - `industry` string — Industry of the breached organization
    - `logo` string — URL to organization logo
    - `passwordRisk` string — Password risk level
    - `searchable` boolean — Whether the breach is searchable
    - `sensitive` boolean — Whether the breach contains sensitive data
    - `verified` boolean — Whether the breach has been verified
    - `exposedData` string[] — Types of data exposed in the breach
    - `exposedRecords` integer — Number of records affected
    - `exposureDescription` string — Detailed description of the breach
    - `referenceURL` string — URL to breach reference

## Other responses

- `304` — Not Modified - No changes since the specified date
- `404` — Not Found - No breaches found for the provided criteria

---

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