IP Intelligence

IP Intelligence Platform

Unified API for IP geolocation, technology reconnaissance, VPN/proxy detection, and domain ranking. Built for developers and security teams.

Developer Experience

Simple API, Powerful Data

One request. Structured response. Works with any language.

Request

curl -H "Authorization: Bearer wxa_..." \
  https://wxaintel.wxapros.com/api/v1/geo/8.8.8.8

Response

{
  "ip": "8.8.8.8",
  "city": "Mountain View",
  "region": "California",
  "country": "US",
  "latitude": 37.386,
  "longitude": -122.0838,
  "asn": 15169,
  "org": "Google LLC"
}