Locanium
Playground

Explore the endpoints

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"
}

Representative example responses — nothing is sent to a server.

Get started

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