{ "opencollection": "1.0.0", "info": { "name": "Have I Been Pwned API v3 Breach Breaches API", "version": "3.0.0" }, "items": [ { "info": { "name": "Breaches", "type": "folder" }, "items": [ { "info": { "name": "Get all breaches in the system", "type": "http" }, "http": { "method": "GET", "url": "https://haveibeenpwned.com/api/v3/breaches", "headers": [ { "name": "user-agent", "value": "" } ], "params": [ { "name": "domain", "value": "", "type": "query", "description": "Filters the result set to only breaches against the domain specified. It is possible that one site (and consequently domain), is compromised on multiple occasions." }, { "name": "isSpamList", "value": "", "type": "query", "description": "Filters the result set to only breaches that either are or are not flagged as a spam list." } ] }, "docs": "Returns the full breach catalogue. This endpoint is unauthenticated, but it still requires a user-agent header." } ] } ], "bundled": true }