All Projects → bachors → Kode-Pos-API

bachors / Kode-Pos-API

Licence: other
Firebase

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Kode-Pos-API

Firebase.

URI

https://kodepos-2d475.firebaseio.com/

List Propinsi

https://kodepos-2d475.firebaseio.com/list_propinsi.json?print=pretty

{
	"p1" : "Bali",
	"p10" : "Jawa Tengah",
	"p11" : "Jawa Timur",
	"p12" : "Kalimantan Barat",
	"p13" : "Kalimantan Selatan",
	"p14" : "Kalimantan Tengah",
	"p15" : "Kalimantan Timur",
	"p16" : "Kalimantan Utara",
	...
}

List Kota/Kabupaten

https://kodepos-2d475.firebaseio.com/list_kotakab/p9.json?print=pretty

{
	"k60" : "Tasikmalaya",
	"k61" : "Pangandaran",
	"k62" : "Ciamis",
	"k63" : "Banjar",
	"k64" : "Cirebon",
	"k65" : "Kuningan",
	...
}

List Kecamatan, Kelurahan & Kodepos

https://kodepos-2d475.firebaseio.com/kota_kab/k69.json?print=pretty
[
	{
		"kecamatan" : "Cibiuk",
		"kelurahan" : "Majasari",
		"kodepos" : "44193"
	},
	{
		"kecamatan" : "Cibiuk",
		"kelurahan" : "Cibiuk Kidul",
		"kodepos" : "44193"
	},
	{
		"kecamatan" : "Cibiuk",
		"kelurahan" : "Cipareuan",
		"kodepos" : "44193"
	},
	...
]

Example

A demo application built on top of Framework7.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].