HaveIBeenPwned · Example Payload

Pwned Passwords Search Range Example

SecurityBreach NotificationCredential StuffingStealer LogsK-AnonymityPrivacyIdentity

Pwned Passwords Search Range Example is an example object payload from HaveIBeenPwned, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationnotesrequestresponse

Example Payload

Raw ↑
{
  "operation": "searchPasswordRange",
  "notes": "SHA-1 of 'P@ssw0rd' is 21BD12DC183F740EE76F27B78EB39C8AD972A757; prefix is 21BD1.",
  "request": {
    "method": "GET",
    "url": "https://api.pwnedpasswords.com/range/21BD1",
    "headers": {
      "user-agent": "naftiko-sandbox/1.0",
      "Add-Padding": "true"
    }
  },
  "response": {
    "status": 200,
    "content_type": "text/plain",
    "body_excerpt": "0018A45C4D1DEF81644B54AB7F969B88D65:1\n00D4F6E8FA6EECAD2A3AA415EEC418D38EC:2\n2DC183F740EE76F27B78EB39C8AD972A757:51994"
  }
}