meowtrace

Know where any IP address comes from

meowtrace is a fast, developer-friendly IP address to geolocation API. Give it an IPv4, get back country, region and city — honest about confidence, simple to integrate.

Built for developers

Single & bulk lookups

Resolve one IP or thousands in a single request. One bad entry never fails the batch.

Credits-based, predictable

1 credit = 1 lookup. Clear balance, hard-capped — no surprise bills.

Honest confidence

City vs. country resolution stated plainly. We never dress a guess as a fact.

Simple pricing

1 credit = 1 lookup. No overage surprises — balances are hard-capped.

Free

$0
  • 10 lookups / day
  • Resets daily 00:00 GMT+8
  • Full API access
Start free

Enterprise

$250/mo
  • Unlimited (fair-usage)
  • High-volume throughput
  • Priority support
Choose Enterprise

Quick start

curl https://api.meowtrace.com/v1/lookup/1.2.3.4 \
     -H "x-api-key: mt_live_your_key"

{ "result": { "ip": "1.2.3.4",
  "country": { "code": "PL", "name": "Poland" },
  "region": "Mazowieckie", "city": "Warsaw" } }

Read the full API reference →