Username Leaks API

Description

Data updates API can be used for retrieving data showed in https://whiteintel.io/data-updates page.

Endpoint

POST /api/get_username_leaks.php

Required Headers

Name
Description

Content-Type

Must be set to application/json

Parameters

Name
Type
Required
Default
Description

apikey

string

Yes

N/A

Your API key.

query

string

Yes

N/A

Email to search

start_date

string

Optional

Today - 1 Week

The start date for retrieving leaks in YYYY-MM-DD format

end_date

string

Optional

Current date

The end date for retrieving leaks in YYYY-MM-DD format

include_system_info

int

Optional

0

Include system information of compromised devices (0 or 1)

limit

int

Optional

N/A

Limits the results to given number

Request URL

POST /api/get_username_leaks.php

Example Success Response

Example Error Response

Code Examples

Example with Curl

Example with Python

Last updated