Check if a password has been exposed in known breaches. Future updates will add full email/username/domain scan support.
All requests require your RapidAPI key in headers:
"x-rapidapi-key": "YOUR_RAPIDAPI_KEY"
"x-rapidapi-host": "dark-web-exposure-api.p.rapidapi.com"POST /password
Check if a password has appeared in known breaches (using pwnedpasswords).
{
"password": "mypassword123"
}{
"ok": true,
"breach_count": 1523
}breach_count→ Number of times this password appeared in known breaches.- A count of
0means the password hasn’t been exposed.
{
"error": {
"code": "missing_password",
"message": "Provide a password."
}
}/scanendpoint for email / username / domain breach checks.
