wilayah.xyz

Dapatkan alamat lengkap di Indonesia dengan data terupdate: Provinsi, Kabupaten/Kota, Kecamatan, Kode Pos, Latitude, dan Longitude.

Data Terupdate 🔄

Data alamat yang selalu diperbarui, akurat, dan terpercaya. ✅

Hosting & CDN ☁️

Disajikan dengan infrastruktur Cloudflare dan dukungan CDN untuk performa maksimal. 🚀

Integrasi Mudah 🤝

API kami mudah diintegrasikan dengan berbagai platform dan aplikasi. 🔌

API Documentation

Search Location by Postal Code

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 All Provinces

GET /v1/provinces

          {
            "total": 38,
            "results": [
                "Aceh",
                "Sumatera Utara",
                "Sumatera Barat",
                "Riau",
                "...."
            ]
        }
        

Get Regencies by Province

GET /v1/regencies?province=...

          {
            "total": 31,
            "results": [
                "Cilacap",
                "Banyumas",
                "Purbalingga",
                "Banjarnegara",
                "...."
            ]
        }
        

Get Districts by Regency

GET /v1/districts?regency=...

          {
            "total": 16,
            "results": [
                "Kedung",
                "Pecangaan",
                "Welahan",
                "Mayong",
                "Batealit",
                "Jepara",
                "...."
            ]
        }
        

Get Postal Codes by Regency

GET /v1/postal-codes?regency=...

          {
            "total": 16,
            "results": [
                "12345",
                "67890",
                "...."
            ]
        }
        

Get Postal Codes by District

GET /v1/postal-codes?district=...

          {
            "total": 1,
            "results": [
                "12345"
            ]
        }
        

API Authentication

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

Harga

Rp0

* Selama masa beta

Dapatkan API Key