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
- Full formatted address
formattedstring - City
citystring - State or region
regionstring - Postal code
postal_codestring - ISO country code
country_codestring
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.