Pilot

IP Whois & Geolocation API

IP lookup returning country, city, and ASN / ISP for any IPv4 / IPv6 address. (Postal code, timezone, and subdivision available as extended fields on Pro / Enterprise — see Pilot terms.)

One HTTP call at signup returns country, ASN, ISP, and a bot-likelihood score. Generous Free tier, no credit card. Keys issued manually during the pilot — we reply within 24h on workdays.

Free
€0
100,000 req/mo
/whois.json + /inspect.json
no credit card
Pro · pilot
€49 / mo
generous cap
all endpoints
extended fields on request
email support 24h
Enterprise
talk to us
custom volume
extended fields on request
SLA + status page
priority email

Total prices — no VAT is charged or shown (§ 19 UStG Kleinunternehmerregelung).

Try it now

The live playground on the Whois — IP Intelligence page calls the endpoint directly. Or from your terminal — it works before you sign up:

curl 'https://voyk.loxal.net/whois.json?queryIP=1.1.1.1'

The public playground is rate-limited per IP so anyone can sample the API. For real use, grab a Free key (100,000 req/mo, no credit card) — and the same works for /inspect.json (headers + IP + ASN fraud score), anonymously (rate-limited per IP) or with any tier's key for full quota:

curl 'https://voyk.loxal.net/inspect.json?queryIP=1.1.1.1'
# or, with a key:
curl -H 'X-API-Key: YOUR_KEY' \
  'https://voyk.loxal.net/inspect.json?queryIP=1.1.1.1'

A concrete use case — signup-risk scoring

On every user signup, call /inspect.json with the request headers and the user's IP. The response combines GeoIP (country, city, ASN, ISP), a bot-likelihood score bumped by ASN-based heuristics (data-centre and hosting networks score higher), and a request-header fingerprint. Use the combined score to route the signup: accept, email-verify, CAPTCHA, or block.

What this is not

This is IP intelligence — GeoIP, ASN, ISP, and request-header risk signals derived from the caller and the target IP.

It is not RDAP / domain-registration WHOIS. ICANN made RDAP the definitive source for gTLD registration data on 2025-01-28. We do not claim RDAP coverage, nor return registrant / registrar data. If you need domain-registration data, talk to an RDAP provider; if you need IP / geo / ASN / risk data, you're in the right place.

Pilot terms at a glance

API reference

Data attribution: IP Geolocation by DB-IP (DB-IP Lite database, CC BY 4.0).

Get a Free API key

100,000 requests/month, no credit card. Tell us the tier (Free or Pro) and a one-line use case. Reply-time target: 24h on workdays.

  Request a Free key

Opens your mail client to info@loxal.net.