Have I Been Pwned? API

Utilising the HaveIBeenPwned.com API, check whether email addresses and/or user names have been present in a publicly disclosed data breach.

The R package aims to be / is a feature complete wrapper of the HaveIBeenPowned API, and is useful for situations where you may want to assess data breaches or check whether one or more email addresses have been compromised.

If you get a lot of value out of this package, do consider donating to HIBP since Troy Hunt does not put any limits on the API and it's a tremendous service.

library("HIBPwned")
account_breaches("steff.sullivan@gmail.com", truncate=TRUE)
breached_sites("adobe.com")
breached_site("Adobe")
data_classes()


Try the HIBPwned package in your browser

Any scripts or data that you put into this service are public.

HIBPwned documentation built on April 17, 2018, 5:08 p.m.