Zephiel API

Breach Check

Free tier

Know when a credential has appeared in a public breach.

4.812 reviewsby Zephiel Labs18k subscribers
breachcredentialsk-anonymitysecuritycompliance

Starts at

$18/mo

Choose a plan

Create a free account to subscribe.

Latency
96ms
Uptime
99.98%
Endpoints
3

About this API

Query an index of billions of records from public breaches and combolists using k-anonymity so the plaintext never leaves your infrastructure. Returns breach names, dates, exposed data classes, and severity.

Common use cases

Password reuse blocking
Account takeover defense
Security posture reporting
Onboarding checks

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/breach-check/email/8.8.8.8" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "found": true,
  "breach_count": 3,
  "breaches": [
    { "name": "Collection #1", "date": "2019-01-07", "classes": ["emails", "passwords"] }
  ],
  "severity": "high"
}

Related APIs in Security