Locanium
13 APIs · one integration

The global data layer for your app

Add geolocation, currency and identity validation to your product with a single REST API — global coverage, <40ms responses, and 99.99% uptime.

Sandbox key in minutes · 99.99% uptime SLA · Cancel anytime

99.99%
Uptime SLA
<40ms
Median latency
240+
Countries covered
GET /v1/geoip200 OK
$ curl https://api.locanium.com/v1/geoip?ip=8.8.8.8
-H "Authorization: Bearer sk_live_..."
{
"ip": "8.8.8.8",
"country": "United States",
"city": "Mountain View",
"latitude": 37.386,
"longitude": -122.084,
"timezone": "America/Los_Angeles",
"currency": "USD"
}
The platform

Everything you need, in one integration

Two API families, 13 endpoints — one key, one SDK, one bill. Add exactly the data you need and ignore the rest.

Location APIs

Know where your users are.

API examples

See every endpoint’s response

Browse the exact request and JSON response for each endpoint — the real shapes your app will work with.

API consoleexample
GET https://api.locanium.com/v1/geoip
Example input
ip = "8.8.8.8"
import requests

r = requests.get(
    "https://api.locanium.com/v1/geoip",
    params={"ip": "8.8.8.8"},
    headers={"Authorization": "Bearer sk_live_..."},
)
print(r.json())
Response200 OK209 B
{
  "ip": "8.8.8.8",
  "country": "United States",
  "country_code": "US",
  "city": "Mountain View",
  "latitude": 37.386,
  "longitude": -122.084,
  "timezone": "America/Los_Angeles",
  "currency": "USD",
  "isp": "Google LLC",
  "asn": "AS15169"
}
Integration

From zero to first call in minutes

No SDK lock-in and no boilerplate. Authenticate with a bearer token, call any endpoint, parse JSON — in whatever language and framework you already use.

secret keyactive
sk_live_a1b2c3••••••••4f2a
✓ copied to clipboard
01

Get your API key

Sign up and grab a sandbox key from the dashboard.

GET /v1/geoip
200 OKcountry: "United States"
02

Call any endpoint

One base URL, bearer auth, JSON in and out. Use our SDKs or plain HTTP.

SandboxLive
ready to shiplive · 99.99% uptime
03

Ship to production

Flip to a live key when ready — uptime SLA, responses, scales with you.

Reliability

Built to depend on

Real numbers behind the platform — the coverage, freshness and uptime you can put straight into production.

Global coverage & fresh data

240+
Countries covered
168
Currencies · real-time FX
27
EU states · VIES VAT
80+
Countries · IBAN
5
Official SDKs
<40ms
Median response

99.99% uptime, 90 days

Operational
90 days agoToday
28 ms
p50 latency
44 ms
p95 latency
View live status
Get started

One API for geolocation, currency and identity checks. Book a demo and get a sandbox key the same day.