Get IDs From Leaks

This API endpoint is designed for returning list of Ids associated with a domain address in combolist data sets.

Endpoint

POST /api/combolists/v2/ids_from_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

The query to search for leaks (e.g domain.com)

apikey

string

Yes

N/A

Your API key.

limit

int

N/A

100

Maximum value 1000

start_id

int

N/A

0

start id of the records

end_id

int

N/A

N/A

end id of the records

full_stats

int

N/A

0

This option includes full stats (total number of ids, minimum id and maximum id)

leak_type

string

Yes

customer

Leak type. customer, corporate or username

Sample Request

Request URL

POST /api/combolists/v2/get_ids_from_leaks.php

Example Success Response

Example Error Response

Code Examples

Example with Curl

Example with Python

Last updated