API

A RESTful API for IP geolocation and threat intelligence. Built for speed, accuracy, and developer ergonomics.

Try Live Endpoint

Sub-50ms response

Triple-layer cache (Edge KV, Redis, Postgres) ensures fast lookups globally.

Threat intelligence

VPN, proxy, and Tor detection with risk scoring powered by MaxMind data.

99.99% uptime

Globally distributed infrastructure with automatic failover.

OpenAPI 3.1

Fully documented schema. Generate clients in any language.

Example Response

{
  "ip": "8.8.8.8",
  "type": "ipv4",
  "location": {
    "country": "United States",
    "country_code": "US",
    "city": "Mountain View",
    "latitude": 37.422,
    "longitude": -122.084,
    "is_eu": false
  },
  "security": {
    "is_vpn": false,
    "is_proxy": false,
    "is_tor": false,
    "threat_score": 15,
    "risk_level": "low"
  },
  "metadata": {
    "currency": "USD",
    "current_time": "2025-01-15T14:32:00Z"
  }
}

Get Started

Sign up and get your API key in seconds.