Get Leak by Id

Get Leak by Id api allows you retrieve every credential information and system information attached to a leak.

Endpoint

POST /api/get_leak_by_id.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.

leak_id

int

Yes

N/A

Leak Id.

If no date is specified, API will return all of the results related to given Hostname.

Sample Request

Request URL

POST /api/get_leaks_by_hostname.php

Example Success Response

Example Error Response

Code Examples

Example with Curl

Example with Python

Last updated