Password Leaks API
Last updated
Last updated
The Password Leaks API allows users to check if a specified password was found in breaches. The request must include the query parameter and apikey.
POST /api/get_password_leaks.php
Name | Description |
---|---|
Name | Type | Required | Default | Description |
---|---|---|---|---|
POST /api/get_password_leaks.php
Example with Curl
Example with Python
Content-Type
Must be set to application/json
query
string
Yes
N/A
Password value you wanted to check to detect if it has been seen in leaks.
apikey
string
Yes
N/A
Your API key.