v1 — Vietnam geocoding, address, POI, boundaries

Free Vietnam map platform built for projects & businesses

The ultimate free alternative to Google Maps. High-accuracy geocoding, address search, POIs, and admin boundaries for your apps, staging, and production environments.

No credit card required100 free req/day
100 free req/dayNo credit card requiredVietnam-only data focus

Everything you need to build with maps

Production-ready endpoints designed for Vietnam.

Geocoding

Address to coordinates and back. Autocomplete with Vietnamese address support.

API: /v1/geocodeHTTP 200
input: "Chợ Bến Thành"→ [10.7719, 106.6983]

Admin Boundaries

Province, district, and ward context for Vietnam analytics and service areas.

API: /v1/admin-boundariesPolygon
Tỉnh/ThànhLevel 1
Quận/HuyệnLevel 2
Phường/XãLevel 3

POI Search

Find places by category, radius, bounding box.

API: /v1/suggest?input=cafeAutocomplete
☕ Highlands Coffee Nguyễn Huệ120m
☕ Cộng Cà Phê - Đồng Khởi240m

Routing

Turn-by-turn directions between two points, optimized for motorbikes in Vietnam.

API: /v1/directionsRoute
A
B
5.7 km9 phút · steps

One key. Three lines of code.

Sign up, copy your API key, and start querying. REST + JSON, no SDK required — though we publish an official TypeScript SDK if you prefer typed clients.

curl "https://api.gogoduk.com/v1/suggest?input=Ho+Chi+Minh"   -H "X-API-Key: gdk_live_xxxxxxxxxxxxxxxxxxxxxxxx"
200 OK
{
  "predictions": [
    {
      "placeId": "ChIJ0T2NLikpdTERKxE8d61aX_E",
      "text": "Ho Chi Minh City, Vietnam",
      "mainText": "Ho Chi Minh City",
      "secondaryText": "Vietnam",
      "types": [
        "locality",
        "political"
      ]
    }
  ]
}

Free forever, with fair-use limits

Everyone gets 100 requests/day on every endpoint. Need more? Just ask — we'll raise your limit. No payments, no waitlists, no asterisks.

Available now
Free
$0forever
Start free
  • 100 requests / day
  • Up to 10 API keys
  • All endpoints
  • Community support
On request
Higher limits
$0by request
Email us
  • Tell us your use case
  • We raise your daily limit manually
  • Still free — no payment
  • Email support
Available now
Enterprise
Contactcustom
Talk to us
  • Custom daily limits
  • Dedicated support channel
  • SLA on request
  • Self-hosted option

Frequently Asked Questions

Everything you need to know before integrating GoGoDuk into your application.