Data alamat yang selalu diperbarui, akurat, dan terpercaya. ✅
Disajikan dengan infrastruktur Cloudflare dan dukungan CDN untuk performa maksimal. 🚀
API kami mudah diintegrasikan dengan berbagai platform dan aplikasi. 🔌
GET /v1/search?code=...
{
"total": 1,
"results": [
{
"id": 25562,
"code": 10110,
"village": "Gambir",
"district": "Gambir",
"regency": "Administrasi Jakarta Pusat",
"province": "DKI Jakarta",
"latitude": -6.1762629,
"longitude": 106.8293243,
"elevation": 0,
"timezone": "WIB"
}
]
}
GET /v1/provinces
{
"total": 38,
"results": [
"Aceh",
"Sumatera Utara",
"Sumatera Barat",
"Riau",
"...."
]
}
GET /v1/regencies?province=...
{
"total": 31,
"results": [
"Cilacap",
"Banyumas",
"Purbalingga",
"Banjarnegara",
"...."
]
}
GET /v1/districts?regency=...
{
"total": 16,
"results": [
"Kedung",
"Pecangaan",
"Welahan",
"Mayong",
"Batealit",
"Jepara",
"...."
]
}
GET /v1/postal-codes?regency=...
{
"total": 16,
"results": [
"12345",
"67890",
"...."
]
}
GET /v1/postal-codes?district=...
{
"total": 1,
"results": [
"12345"
]
}
To use the API, you need to include your API key in the request headers. The API key should be included in the `x-api-key` header.
Example:
x-api-key: your-api-key