IDAsia · Southeast Asia

Indonesia Address Validation API

Validate and standardise Indonesia addresses in real time. Get a matched address, geocoordinates, confidence score, and Kode Pos data via a single API call.

NNNNN
Kode Pos
OpenStreetMap
Data Source
Indonesian
Languages
HIGH
Max Confidence

Indonesia Address Validation Demo

Confidence:HIGH
POST /enrich — ResponseSample
{
  "_note": "Sample response — enter any address and click Validate for live data",
  "valid": true,
  "canonical_address": "Jalan Medan Merdeka Utara 6, Gambir, Jakarta Pusat 10110",
  "confidence": "HIGH",
  "delivery_risk": "low",
  "matched_address": {
    "line1": "Jalan Medan Merdeka Utara 6",
    "city": "Gambir",
    "postal_code": "Jakarta Pusat 10110",
    "country": "Indonesia",
    "iso2": "ID"
  },
  "geocode": {
    "lat": -6.2088,
    "lng": 106.8456
  },
  "data_source": "OpenStreetMap",
  "issues": []
}

Indonesia Address Format

Indonesian addresses include street name + number, RT/RW neighbourhood codes, kelurahan (village), kecamatan (sub-district), kabupaten/kota (regency/city), province, and 5-digit postal code. Jakarta's central areas use 10xxx postal codes.

Postal Code Name
Kode Pos
Format
NNNNN
Official Languages
Indonesian
Sample address:
Jalan Medan Merdeka Utara 6, Gambir, Jakarta Pusat 10110
Major cities:
JakartaSurabayaBandungBekasiMedanTangerangDepok

Integration Code

curl -X POST https://agent.apitier.com/v1/enrich \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"address": "Jalan Medan Merdeka Utara 6, Gambir, Jakarta Pusat 10110"}'

Frequently Asked Questions

What address format does Indonesia use?
Indonesian addresses include street name + number, RT/RW neighbourhood codes, kelurahan (village), kecamatan (sub-district), kabupaten/kota (regency/city), province, and 5-digit postal code. Jakarta's central areas use 10xxx postal codes.
What is a Kode Pos in Indonesia?
Indonesia uses a Kode Pos with the format NNNNN to identify delivery areas. The APITier Address Agent API validates and standardises addresses including the Kode Pos as part of the response.
How do I validate a Indonesia address via API?
Send a POST request to https://agent.apitier.com/v1/enrich with your address string in the request body and your API key in the x-api-key header. The response includes the standardised Indonesia address, geocoordinates (lat/lng), a confidence score (HIGH/MEDIUM/LOW), and data source information.

More Asia Countries

Ready to validate Indonesia addresses at scale?

The APITier Address Agent API handles address validation across 120+ countries. Free trial — 20 requests, no credit card required.