RiskIPFraud API Documentation
Learn how to integrate IP fraud detection and risk scoring into your application.
1. Get Your API Token
Sign up for a free account and obtain your API token from the dashboard.
2. Make Your First Request
Use the endpoint below to check any IP address:
HTTP Request
Query Parameters
tokenYour API authentication token
ipThe IP address to analyze (IPv4 or IPv6)
Example Request
Example Response
Key Response Fields
riskipfraud_score0-100Overall fraud risk score. Higher values indicate higher risk.
riskipfraud_risklow|medium|high|very highRisk level classification based on the score.
riskipfraud_proxyobjectProxy detection details including VPN, datacenter, and cloud provider flags.
is_blacklisted_externalbooleanWhether the IP is found on external blacklists.
Low Risk (0-25)
Legitimate residential or business IP. Safe to allow with normal processing.
Medium Risk (26-75)
Potentially suspicious. Consider additional verification (2FA, email confirmation).
High Risk (76-90)
High fraud indicators detected. Implement strict verification or rate limiting.
Very High Risk (91-100)
Known malicious IP or extreme fraud indicators. Consider blocking or manual review.
Best Practices
- •Combine risk score with proxy detection flags for better accuracy
- •Check ISP risk score separately for organization-level insights
- •Monitor blacklist status for known threat actors
- •Use geolocation data to detect mismatched user claims
400Bad Request
Missing or invalid IP parameter
401Unauthorized
Invalid or missing API token
429Too Many Requests
Rate limit exceeded
500Internal Server Error
Server error occurred
Ready to get started?
Sign up now and get 5,000 free API requests