Documentation


Utilize the Leaked Data API to search through a wide collection of Databases to validate email addresses,phone numbers,usernames or passwords. You may chose to receive your information in either JSON or XML formats.

Example API URLs

The URLs below can be used to fetch the result using cURL or another utility in most languages.
make sure to replace "TYPE","YOUR_API_KEY_HERE" and "DATA".

where "TYPE" is either:

  1. email
  2. password
  3. username

JSON:

XML:

NOTE: Do not share this key with anyone. It's like a password and can be used to make queries using our API.

JSON Success Response Example
JSON Error Response Example

Response Field Definitions

Below is a list of expected result fields for your query.

Example Code