Skip to main content

Location & geocoding API

Production-ready APIs for every location workflows

Start free — 15,000 requests every month, no credit card required.

LIVE · drag to spin

From API key to first result in minutes

Install the SDK or call the same endpoints over plain HTTP. Pick an endpoint to see a real request.

GET /api/v1/addresses/autocomplete
import { createLocnativeClient } from "@locnative/sdk";

const client = createLocnativeClient({
  apiKey: process.env.LOCNATIVE_API_KEY!,
});

const result = await client.addresses.autocomplete({
  q: "123 Main",
  country: "US",
  state: "NY",
  limit: 10
});
console.log(result);
Example response
{
  "results": [
    { "id": 123, "label": "123 Collins St, Melbourne VIC 3000", "lat": -37.8159, "lng": 144.9669 }
  ]
}
Built to integrate

Every location workflow, one API

Address autocomplete, geocoding, geofencing, routing, device tracking, and webhooks — ship location features without the complexity. Call Locnative with plain REST from your backend or edge, no map SDK required.

See what you get

Built for locations in production

Pricing you can plan around, APIs you can integrate quickly, and international coverage aimed at real app flows—not a generic maps platform bolt-on.