IP Intelligence API for developers

Get geolocation, ASN, threat intelligence, and network classification for any IP address. Simple API, real-time results.

Simple to integrate

Request

curl "https://api.iprep.dev/api/v1/lookup\
  ?ip=8.8.8.8" \
  -H "X-API-Key: your_api_key"

Response

{
  "ip": "8.8.8.8",
  "is_bogon": false,
  "is_tor": false,
  "is_datacenter": true,
  "is_mobile": false,
  "is_satellite": false,
  "asn": {
    "asn": 15169,
    "org": "Google LLC"
  },
  "location": {
    "country": "United States",
    "country_code": "US",
    "city": "Mountain View",
    "latitude": 37.386,
    "longitude": -122.0838
  },
  "company": {
    "name": "Google LLC",
    "type": "datacenter"
  },
  "rir": "ARIN",
  "elapsed_ms": 0.42
}

Everything you need

Geolocation

Country, city, and coordinates for any IP address.

ASN & Company

Autonomous System Number and organization details.

Threat Detection

Identify Tor exit nodes, botnets, and known threats.

Network Classification

Detect datacenter, mobile, satellite, and residential IPs.

Bogon Detection

Flag reserved and non-routable IP ranges instantly.

RIR Mapping

Regional Internet Registry for every IP address.

Ready to get started?

Start with 1,000 free lookups per month. No credit card required.

Create Free Account