Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nejdetkadir/il-ilce-semt-mahalleler

Türkiye'de bulunan tüm il, ilçe, semt ve mahalleler.
https://github.com/nejdetkadir/il-ilce-semt-mahalleler

ilceler iller json mahalleler semtler turkish xml yml

Last synced: 8 days ago
JSON representation

Türkiye'de bulunan tüm il, ilçe, semt ve mahalleler.

Awesome Lists containing this project

README

        

# İl-ilçe-semt-mahalleler
Türkiye'de bulunan tüm il, ilçe, semt ve mahalleler.

# JSON
```json
{
"name": "Adana",
"alpha_2_code": "TR-01",
"towns": [
{
"name": "Aladağ",
"districts": [
{
"name": "Karsantı",
"quarters": [
{
"name": "Mansurlu Mah."
},
{
"name": "Sinanpaşa Mh."
}
]
}
]
}
]
}
```

# YAML
```yaml
-
name: Adana
alpha_2_code: TR-01
towns:
-
name: Aladağ
districts:
-
name: Karsantı
quarters:
-
name: Mansurlu Mah.
-
name: Sinanpaşa Mh.
```

# XML
```xml


Adana
TR-01

Aladağ

Karsantı

Mansurlu Mah.


Sinanpaşa Mh.



```

# LICENSE
```
GNU GENERAL PUBLIC LICENSE Version 3
```