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.
Most popular
Hobby
$14.90/mo
- 200,000 lookups / month
- Single & bulk lookups
- Multiple API keys
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" } }