Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nejdetkadir/il-ilce-semt-mahalleler
- Owner: nejdetkadir
- License: gpl-3.0
- Created: 2021-09-08T13:30:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T17:43:07.000Z (over 3 years ago)
- Last Synced: 2025-01-20T02:47:27.038Z (13 days ago)
- Topics: ilceler, iller, json, mahalleler, semtler, turkish, xml, yml
- Homepage:
- Size: 889 KB
- Stars: 23
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```