IP Leaks API
This endpoint can be used for retrieving leaks related to the given IP Address.
Endpoint: https://api.whiteintel.io/get_leaks_by_ip.php
Method: POST
Content-Type: application/json
This endpoint only available for Threat Intel licenses.
Parameters
Parameter
Required
Default
Description
apikey
Yes
N/A
Your API Key
query
Yes
N/A
Target IP address
limit
No
500
Integer value of limit. Min 1, maximum 5000.
page
No
1
Page number for pagination, starts from 1.
Response Fields
Response Key
Response Values
success
true or false
remaining_daily_calls
Intiger
results
Full Sample Result
Sample Request
Notes
Replace
"YOUR API KEY"
with your actual API key.query
should be a valid IP address such as192.168.0.1
.
Last updated