The Data Breaches API has two GET endpoints. Both authenticate with your API token as a query parameter.
GET
https://api.webz.io/breaches?token=YOUR_TOKEN&email_domain=example.com
Returns compromised records matching your Search Scope and Filters. This is the main endpoint.
GET
https://api.webz.io/breachCatalog?token=YOUR_TOKEN&query=linkedin
Looks up known breaches by name and returns their UUIDs, so you can then search a single breach with breach_uuid. See Breach Catalog.
token parameter is required on every request. A missing or unknown token returns 401.401 or 403.Need access or more domains? Contact [email protected].