Advanced IP Analysis
Comprehensive intelligence for fraud prevention and security
Precise Geolocation
Accurate city, state, country, and timezone identification
Proxy/VPN Detection
Advanced detection of 5,000+ VPN services and proxy servers
Connection Intelligence
Identify residential, commercial, mobile, and datacenter IPs
Threat Detection
Tor exit nodes, botnets, and known malicious IPs
Trusted by Security-Conscious Businesses
Fraud Prevention
Block suspicious IPs and prevent account takeovers
82% fraud reduction
Content Personalization
Deliver localized content based on visitor location
35% better engagement
Geographic Compliance
Ensure compliance with regional regulations and restrictions
100% compliance
Ad Fraud Detection
Identify bot traffic and protect ad spend
65% cost savings
Developer-Friendly API
Get complete IP intelligence with a single API call
// IP lookup with fraud detection
const response = await fetch('https://api.1lookup.io/v1/lookup/ip', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
ip: '192.168.1.1',
include_fraud_detection: true
})
})
// Response in 156ms
{
"query": "192.168.1.1",
"status": "success",
"continent": "North America",
"continentCode": "NA",
"country": "United States",
"countryCode": "US",
"region": "CA",
"regionName": "California",
"city": "San Francisco",
"district": "",
"zip": "94102",
"lat": 37.7749,
"lon": -122.4194,
"timezone": "America/Los_Angeles",
"isp": "Comcast Cable",
"org": "Comcast Residential",
"connection_type": "residential",
"fraud_score": 8,
"proxy": false,
"vpn": false,
"tor": false,
"hosting": false,
"bot_probability": 0.02,
"abuse_history": false,
"threat_level": "low",
"tokens_used": 1
}
Technical Specifications
Response Time
156ms average
Accuracy
99.9% guaranteed
VPN Database
5,000+ services
Data Updates
Real-time