Developer API

Use the hackedip.com API to integrate IP
threat data into your websites and programs.
The easiest threat data integration online.

USE HACKEDIP.COM TO EASILY LOOKUP IP THREAT DATA 

HACKEDIP.COM takes in a single ip address as input and returns a jason list of threat lists upon which the IP address appears.

 $  curl http://www.hackedip.com/api.php?ip=78.233.101.151 
[
	["78.233.101.151","http:\/\/www.binarydefense.com\/banlist.txt"],
	["78.233.101.151","https:\/\/www.dan.me.uk\/torlist\/"]
]
				

If the IP address does not appear on any threat list, an empty json list is returned
 curl http://www.hackedip.com/api.php?ip=211.215.32.1 
[]
				

The ip parameter is optional. Passing no ip will present the result for the ip address which made the request
 curl http://www.hackedip.com/api.php 
[
	["34.26.21.130","https:\/\/www.dan.me.uk\/torlist\/"]
]
				


Rate Limiting?
None. Please don't abuse.

CONTACT
contact@hackedip.com


© 2024 Hacked IP