🔍
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=1.1.1.1" \
-H "Authorization: Bearer your-api-key-here"{
"message": "IP is whitelisted",
"description": "Cloudflare DNS",
"details": {
"score": 0,
"ip": "1.1.1.1",
"last_attack": "",
"total_hits": 0
},
"ipInfo": {
"ip": "1.1.1.1",
"asn": "AS13335",
"as_name": "Cloudflare, Inc.",
"as_domain": "cloudflare.com",
"country_code": "AU",
"country": "Australia",
"continent_code": "OC",
"continent": "Oceania"
}
}