Locanium
Location · API

GPS Geolocation

Reverse-geocode latitude and longitude into a formatted address and administrative area.

GET /v1/geocode
GET /v1/geocode
200 OK
{
  "formatted": "1600 Amphitheatre Pkwy, Mountain View, CA",
  "city": "Mountain View",
  "postal_code": "94043",
  "country_code": "US"
}
Capabilities

Why teams use it

Precise reverse geocoding

Coordinates to a clean, formatted street address.

Administrative detail

City, region and postal code, normalized.

Global coverage

Address data across 240+ countries.

Batch-ready

Resolve many coordinates in one request.

Request

Call it in your language

curl "https://api.locanium.com/v1/geocode?lat=37.386&lng=-122.084" \
  -H "Authorization: Bearer sk_live_..."
Response

What you get back

  • formattedstring
    Full formatted address
  • citystring
    City
  • regionstring
    State or region
  • postal_codestring
    Postal code
  • country_codestring
    ISO country code
Use cases

What you can build

Store locators

Turn coordinates into a readable address.

Delivery & logistics

Validate and normalize drop-off locations.

Field apps

Attach a real address to any GPS ping.

Location family

Full parameters, errors and code samples are in the API reference.

Get started

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