v1 — Geocoding, Routing, POI for VN & SEA

Map APIs built for developers

Geocoding, routing, and POI search for Vietnam and Southeast Asia. Simple REST APIs, generous free tier.

1,000 free req/dayNo credit card requiredVN-focused data
# GET /v1/suggest?input=Ho+Chi+Minh+City
{
  "predictions": [
    {
      "placeId": "ChIJ0T2NLikpdTERKxE8d61aX_E",
      "text": "Ho Chi Minh City, Vietnam",
      "mainText": "Ho Chi Minh City",
      "secondaryText": "Vietnam"
    }
  ],
  "source": "cache",
  "elapsed_ms": 28
}

Everything you need to build with maps

Production-ready endpoints designed for the region.

Geocoding

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

Routing

Directions, distance matrix, travel time estimation.

POI Search

Find places by category, radius, bounding box.

One key. Three lines of code.

Sign up, copy your API key, and start querying. REST + JSON, no SDK required.

curl "https://api.gogoduk.com/v1/suggest?input=Ho+Chi+Minh" \
  -H "X-API-Key: gdk_live_xxxxxxxxxxxxxxxxxxxxxxxx"
200 OK · 28ms
{
  "predictions": [
    {
      "placeId": "ChIJ0T2NLikpdTERKxE8d61aX_E",
      "text": "Ho Chi Minh City, Vietnam",
      "mainText": "Ho Chi Minh City",
      "secondaryText": "Vietnam"
    }
  ],
  "source": "cache",
  "elapsed_ms": 28
}

Simple, transparent pricing

Pay only when you scale. Free tier is enough for most prototypes.

Free
$0forever
Start free
  • 1,000 requests / day
  • 2 API keys
  • All endpoints
  • Community support
Popular
Pro
$10per month
Upgrade to Pro
  • 100,000 requests / day
  • 10 API keys
  • Sandbox environment
  • Email support
Enterprise
Contactcustom
Talk to sales
  • Unlimited requests
  • Unlimited API keys
  • SLA + dedicated support
  • Self-hosted option