API

Access geolocation, network and security data for any IP address through our REST API.

Endpoint

GET https://api.ipme.co/v1/lookup/{ip}

Response Example

{
  "status": "ok",
  "query_time_ms": 5,
  "ip": "203.0.113.42",
  "last_updated": "2026-05-02T14:22:08Z",
  "network": {
    "asn": "AS64496",
    "range": "203.0.113.0/24",
    "hostname": null,
    "provider": "Example Networks Ltd.",
    "organisation": "Example Networks",
    "type": "ISP"
  },
  "location": {
    "continent": { "name": "Europe", "code": "EU" },
    "country": { "name": "Germany", "code": "DE" },
    "region": { "name": "Bavaria", "code": "BY" },
    "city": "Munich",
    "postal_code": "80331",
    "coordinates": {
      "latitude": 48.1351,
      "longitude": 11.5820
    },
    "timezone": "Europe/Berlin",
    "currency": {
      "name": "Euro",
      "code": "EUR",
      "symbol": "€"
    }
  },
  "device": {
    "address": 0,
    "subnet": 0
  },
  "security": {
    "risk_score": 0,
    "confidence": 100,
    "is_anonymous": false,
    "flags": {
      "proxy": false,
      "vpn": false,
      "tor": false,
      "hosting": false,
      "scraper": false,
      "compromised": false
    },
    "history": {
      "first_seen": null,
      "last_seen": null,
      "detections": null,
      "attacks": null
    }
  },
  "operator": null
}

API Access

API access is available on request. To get an access key and learn about our pricing, contact us:

Contact us for a quote