Proxy & VPN detection API · coming soon
Every IP leaves evidence. Not just a score.
A proxy and VPN detection API. Flag VPNs, proxies, hosting, Tor and residential proxies in one call, with the evidence behind every verdict.
You're on the list.
One email when the API opens. Nothing else.
GET /v1/lookup/ip/207.244.124.110
{
"ip": "207.244.124.110",
"is_bogon": false,
"network": {
"asn": 30633,
"asn_name": "Leaseweb USA, Inc.",
"org_name": "Windscribe",
"network_type": "hosting"
},
"risk_score": 72,
"detection": {
"is_vpn": true,
"is_datacenter": true, …
},
"tags": ["infrastructure.datacenter", "privacy.vpn"],
"evidence": [
{ "tag": "infrastructure.datacenter",
"type": "network_classification" },
{ "tag": "privacy.vpn",
"provider_id": "windscribe" }
]
}