zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Web Tools/Cek Email Leak
Logo Cek Email Leak

Cek Email Leak

Cek apakah email kamu pernah bocor dalam data breach — daftar sumber kebocoran, tanggal, data yang bocor, dan jumlah yang terdampak.

Endpoints
1
Requests
26
Updated
3 months ago
For LLMs
llms.txt
Endpoint health18 hours ago
  • checkpassing, 1.4s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/web-tools:cek-email-leak/check1h cache1 paramchecking key…
Parameters
emailstringrequired

Alamat email yang ingin dicek kebocoran datanya

·
Response
EXAMPLE
{
  "email": "[email protected]",
  "isSafe": false,
  "message": "[email protected] telah menjadi korban   107  peristiwa kebocoran data",
  "breaches": [
    {
      "date": "",
      "source": "Adobe",
      "leakedData": "Email, Password hints, Password dll",
      "totalExposed": "152,445,165"
    },
    {
      "date": "",
      "source": "Pokémon Creed",
      "leakedData": "Email, Jenis kelamin, Alamat IP dll",
      "totalExposed": "116,465"
    },
    {
      "date": "",
      "source": "Domino's",
      "leakedData": "Email, Nama Lengkap, Password dll",
      "totalExposed": "648,231"
    }
  ],
  "checkedAt": "2026-05-22T23:39:24.090Z",
  "breachCount": 160
}

Code examples

Check Email
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("web-tools:cek-email-leak", "check", {
  "email": "[email protected]"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/web-tools:cek-email-leak/check?email=admin%40google.com" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETCheck Email/v1/web-tools:cek-email-leak/checkCek apakah email kamu pernah bocor dalam data breach — daftar sumber kebocoran, tanggal, data yang bocor, dan jumlah yang terdampak.

Parameters

emailstringrequired
Alamat email yang ingin dicek kebocoran datanya

Request

curl -X GET "https://api.zpi.web.id/v1/web-tools:cek-email-leak/check?email=admin%40google.com" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "email": "[email protected]",
  "isSafe": false,
  "message": "[email protected] telah menjadi korban   107  peristiwa kebocoran data",
  "breaches": [
    {
      "date": "",
      "source": "Adobe",
      "leakedData": "Email, Password hints, Password dll",
      "totalExposed": "152,445,165"
    },
    {
      "date": "",
      "source": "Pokémon Creed",
      "leakedData": "Email, Jenis kelamin, Alamat IP dll",
      "totalExposed": "116,465"
    },
    {
      "date": "",
      "source": "Domino's",
      "leakedData": "Email, Nama Lengkap, Password dll",
      "totalExposed": "648,231"
    }
  ],
  "checkedAt": "2026-05-22T23:39:24.090Z",
  "breachCount": 160
}

Related APIs

More in web-tools

Jina Reader

web-tools/jina-reader

Convert any webpage ke clean Markdown via Jina Reader — ideal untuk AI/LLM ingestion. Strip nav, ads, scripts; keep title + content.

116 calls·5m cache

Translate

web-tools/translate

Translate text between languages.

109 calls·5m cache

Domain Availability

web-tools/rdap

Check domain registration availability via RDAP protocol.

29 calls·5m cache

BuiltWith Analyzer

web-tools/builtwith

Tech stack detector — framework, CMS, analytics, CDN, dan lainnya.

14 calls·1h cache

Weather Forecast

web-tools/weather

Retrieve current weather conditions and forecast for a geographic location.

7 calls·5m cache

Wayback Machine

web-tools/wayback

Lookup archived snapshot dari Internet Archive Wayback Machine — find historical version of any URL by date.

4 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026