← Back to catalog
ipqs.ip_check
mock data$0.003 / callIP Fraud Detection
Check any IP address for fraud signals — proxy, VPN, Tor, bot, crawler detection with fraud score (0-100). Returns geolocation (country, city, ISP, ASN), abuse velocity, connection type, and 9+ risk indicators. Essential for e-commerce fraud prevention (IPQualityScore)
Input schema
iprequired
stringIPv4 or IPv6 address to check (e.g. "8.8.8.8", "2001:4860:4860::8888")
strictness
integerDetection strictness 0-3 (0=least strict, 3=most aggressive). Higher catches more fraud but may flag legitimate users
allow_public_access_points
booleanAllow public WiFi/library IPs to pass without penalty (default false)
Call via REST
curl -X POST https://unifyapi.pro/api/call/ipqs.ip_check \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"ip":"<ip>","strictness":0,"allow_public_access_points":"<allow_public_access_points>"}'