🔍
IP Threat Intelligence
Check IP addresses against our comprehensive threat intelligence database with real-time reputation scoring
Powerful API for real-time IP threat intelligence, security monitoring, and access control
Get up and running with the IPSwamp API in minutes:
# Check an IP address
curl -X GET "https://ipswamp.com/api/v1/checkIP?ip=8.8.8.8&detailed=true" \
-H "Authorization: Bearer your-api-key-here"{
"message": "IP found in database",
"details": {
"score": 15,
"ip": "8.8.8.8",
"ip_rep": "clean",
"total_hits": 0
},
"ipInfo": {
"country": "United States",
"isp": "Google LLC",
"asn": "AS15169"
}
}