Download OpenAPI specification:Download
Comprehensive IP address intelligence API providing geolocation, security analysis, and network information.
Features:
Perfect for fraud prevention, security applications, content personalization, and compliance requirements.
Advanced email validation service with comprehensive deliverability analysis and SMTP verification.
Advanced Validation Features:
Use Cases:
Performance: Response time varies 500ms-2s due to real-time SMTP checks Accuracy: 95%+ accuracy for deliverability assessment
Performs comprehensive email validation including real-time SMTP verification, deliverability assessment, and advanced fraud detection.
Validation Process:
Advanced Features:
Response Includes:
Performance Note: This endpoint performs real-time SMTP checks which may take 500ms-2s
| email required | string Example: test@yandex.ru Email address to validate with advanced analysis. Must be properly URL-encoded if containing special characters. Supported Formats:
Size Limits: Maximum 320 characters (64 for local part + 255 for domain) Encoding: URL encoding required for special characters Examples:
Performance: Advanced validation includes real-time SMTP checks which may take 500ms-2s |
{- "email": "test@yandex.ru",
- "reachable": "no",
- "syntax": {
- "username": "test",
- "domain": "yandex.ru",
- "valid": true
}, - "smtp": {
- "host_exists": true,
- "full_inbox": false,
- "catch_all": false,
- "deliverable": false,
- "disabled": false
}, - "gravatar": {
- "has_gravatar": false,
- "gravatar_url": ""
}, - "suggestion": "",
- "disposable": false,
- "role_account": true,
- "free": true,
- "has_mx_records": true
}Comprehensive email validation and analysis service for fraud prevention and data quality.
Validation Features:
Use Cases:
Performance: Typical response time < 150ms with 99.9% uptime SLA
Performs detailed validation and analysis of an email address for fraud prevention and data quality.
Validation Process:
Response Includes:
Performance: Cached results for improved response times on repeated queries
| email required | string Example: john.doe@company.com Email address to validate and analyze. Must be properly URL-encoded if containing special characters. Supported Formats:
Size Limits: Maximum 320 characters (64 for local part + 255 for domain) Encoding: URL encoding required for special characters Examples:
|
{- "email": "john.doe@company.com",
- "is_disposable": false,
- "syntax": {
- "domain": "company.com",
- "username": "john.doe",
- "is_valid": true,
- "error_reasons": [ ]
}
}Advanced fraud detection API that calculates risk scores for IP addresses and email addresses.
Risk Score Range: 0.0-1.0 (higher = more risky)
Analysis Factors:
Rate Limiting: API calls are rate-limited per client IP or API key to ensure fair usage.
Automatically detects and analyzes the client's IP address from the HTTP request.
IP Detection Order:
Use Cases:
Returns: Complete risk score analysis with risk factors breakdown
{- "score": 0.675,
- "risk_level": "HIGH",
- "ip": "203.0.113.195",
- "email": "user@example.com",
- "factors": {
- "ip_factors": {
- "is_proxy": false,
- "is_tor_node": false,
- "is_spam": true,
- "is_vpn": false,
- "is_datacenter": true,
- "risk_contribution": 0.15
}, - "email_factors": {
- "is_disposable": false,
- "is_valid_syntax": true,
- "risk_contribution": 0
}
}
}Analyzes a specific IP address with optional email correlation for enhanced fraud detection.
IP Analysis Includes:
Combined Analysis (when email provided):
Response Time: Typically < 200ms for cached results, < 1s for new lookups
| ip required | string Example: 203.0.113.195 Target IP address for risk score analysis. Supports both IPv4 (e.g., 203.0.113.1) and IPv6 (e.g., 2001:db8::1) formats. Private IP ranges (10.x.x.x, 192.168.x.x, 172.16-31.x.x) will return limited analysis. |
string Example: email=suspicious.user@tempmail.com Optional email address for combined IP+email risk analysis. When provided, enables cross-correlation between IP and email reputation, account takeover detection, and enhanced fraud scoring. Must be a valid email format. |
{- "score": 0.675,
- "risk_level": "HIGH",
- "ip": "203.0.113.195",
- "email": "user@example.com",
- "factors": {
- "ip_factors": {
- "is_proxy": false,
- "is_tor_node": false,
- "is_spam": true,
- "is_vpn": false,
- "is_datacenter": true,
- "risk_contribution": 0.15
}, - "email_factors": {
- "is_disposable": false,
- "is_valid_syntax": true,
- "risk_contribution": 0
}
}
}Performs comprehensive email-based fraud analysis without IP correlation.
Email Analysis Includes:
Use Cases:
Data Sources: Real-time lookups against multiple threat intelligence feeds
| email required | string Example: john.doe@legitbusiness.com Email address for comprehensive trust analysis. Must be a valid email format (user@domain.tld). The system will validate syntax, check domain reputation, detect disposable email services, and assess overall risk. International domains and IDN (Internationalized Domain Names) are supported. |
{- "score": 0.675,
- "risk_level": "HIGH",
- "ip": "203.0.113.195",
- "email": "user@example.com",
- "factors": {
- "ip_factors": {
- "is_proxy": false,
- "is_tor_node": false,
- "is_spam": true,
- "is_vpn": false,
- "is_datacenter": true,
- "risk_contribution": 0.15
}, - "email_factors": {
- "is_disposable": false,
- "is_valid_syntax": true,
- "risk_contribution": 0
}
}
}Advanced IP address intelligence service providing geolocation, security analysis, and threat detection.
Core Features:
Security Analysis:
Geolocation Accuracy:
Use Cases: Fraud prevention, content localization, compliance, analytics, security monitoring
Automatically analyzes the client's IP address from HTTP request headers for comprehensive intelligence gathering.
IP Detection Strategy:
Analysis Includes:
Use Cases:
Privacy: No personal information is logged or stored
{- "ip": "203.0.113.195",
- "suspicious_factors": {
- "is_proxy": false,
- "is_tor_node": false,
- "is_spam": false,
- "is_crawler": false,
- "is_datacenter": true,
- "is_vpn": false,
- "is_threat": false
}, - "location": {
- "country": "United States",
- "country_code": "US",
- "city": "San Francisco",
- "latitude": 37.7749,
- "longitude": -122.4194,
- "zip": "94105",
- "timezone": "America/Los_Angeles",
- "local_time": "2023-06-21T14:30:00-07:00",
- "local_time_unix": 1687385400,
- "is_daylight_savings": true
}
}Performs detailed analysis of a specific IP address providing geolocation, security assessment, and network intelligence.
Geolocation Analysis:
Security Intelligence:
Timezone Intelligence:
Performance: Sub-second response with global CDN caching Accuracy: 99.8% country, 90%+ city-level precision
| ip required | string Example: 203.0.113.195 IP address for comprehensive intelligence analysis. Supported Formats:
Limitations:
Performance Notes:
Examples:
|
{- "ip": "203.0.113.195",
- "suspicious_factors": {
- "is_proxy": false,
- "is_tor_node": false,
- "is_spam": false,
- "is_crawler": false,
- "is_datacenter": true,
- "is_vpn": false,
- "is_threat": false
}, - "location": {
- "country": "United States",
- "country_code": "US",
- "city": "San Francisco",
- "latitude": 37.7749,
- "longitude": -122.4194,
- "zip": "94105",
- "timezone": "America/Los_Angeles",
- "local_time": "2023-06-21T14:30:00-07:00",
- "local_time_unix": 1687385400,
- "is_daylight_savings": true
}
}