Password Leaks API
Description
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.
Endpoint
POST /api/get_password_leaks.php
Required Headers
Name
Description
Content-Type
Must be set to application/json
Parameters
Name
Type
Required
Default
Description
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.
Sample Request
Request URL
POST /api/get_password_leaks.php
Example Success Response
Example Error Response
Code Examples
Example with Curl
Example with Python
Last updated