Check Ip
check_ipFraud detection & risk scoring for an IP address. Answers "is this IP a proxy, VPN, or Tor exit node?", flags bots/crawlers and recent abuse, and returns a 0-100 fraud score plus geolocation (country, region, city, ISP, connection type). Example: check_ip({ ip: "8.8.8.8", strictness: 1 }) Requires your own IPQualityScore API key, passed as _apiKey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IPv4 or IPv6 address to check, e.g. "8.8.8.8" | |
| _apiKey | Yes | Your own IPQualityScore API key (BYO — Pipeworx does not supply one). Free tier at ipqualityscore.com; the key is on the account dashboard. | |
| strictness | No | Detection strictness 0, 1, or 2. Higher = more aggressive proxy/VPN detection (more false positives). Default 1. |