← KEMBALI KE HUB

API Documentation

Integrasi data wilayah administratif Indonesia v1.0


Base API URL https://api.ptrame.co.id/api/v1/internal
GET
Daftar Provinsi

Mengambil seluruh data provinsi di Indonesia.

/provinces
GET
Daftar Kota / Kabupaten

Mengambil data kota berdasarkan kode provinsi.

/cities/{province_code}
GET
Daftar Desa, Kode Pos & Geografis

Mengambil data kelurahan beserta kode pos dan koordinat GPS.

/villages/{district_code}
Keterangan Field Response:
  • pos_code: Kode Pos (5 digit)
  • lat: Latitude (Koordinat Lintang)
  • long: Longitude (Koordinat Bujur)

HTTP Response Codes
200 OK / Success
404 Not Found
500 Server Error

Live Demo Selector