UnifyAPI
← Back to catalog

ipqs.ip_check

mock data$0.003 / call

IP 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)

Securityprovider: Ipqs#ipqs#security

Input schema

iprequired

IPv4 or IPv6 address to check (e.g. "8.8.8.8", "2001:4860:4860::8888")

string
strictness

Detection strictness 0-3 (0=least strict, 3=most aggressive). Higher catches more fraud but may flag legitimate users

integer
allow_public_access_points

Allow public WiFi/library IPs to pass without penalty (default false)

boolean

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.