Created
February 9, 2025 16:57
-
-
Save zouhir/7149bf7c1728a6ad22659cd801a4e25a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"location": { | |
"id": "SY02", | |
"type": "governorate", | |
"names": { | |
"en": "Aleppo", | |
"ar": "حلب" | |
}, | |
"coordinates": { | |
"lat": 36.258315, | |
"lon": 37.463785 | |
}, | |
"isGovernorateCapital": false, | |
"isSubdistrictCenter": false | |
}, | |
"children": [ | |
{ | |
"id": "SY0200", | |
"type": "district", | |
"names": { | |
"en": "Jebel Saman", | |
"ar": "جبل سمعان" | |
}, | |
"parentId": "SY02", | |
"coordinates": { | |
"lat": 35.639471, | |
"lon": 37.154207 | |
}, | |
"isGovernorateCapital": false, | |
"isSubdistrictCenter": false | |
}, | |
{ | |
"id": "SY0204", | |
"type": "district", | |
"names": { | |
"en": "A'zaz", | |
"ar": "اعزاز" | |
}, | |
"parentId": "SY02", | |
"coordinates": { | |
"lat": 36.574027, | |
"lon": 37.016765 | |
}, | |
"isGovernorateCapital": false, | |
"isSubdistrictCenter": false | |
}, | |
{ | |
"id": "SY0205", | |
"type": "district", | |
"names": { | |
"en": "Menbij", | |
"ar": "منبج" | |
}, | |
"parentId": "SY02", | |
"coordinates": { | |
"lat": 36.158059, | |
"lon": 38.007637 | |
}, | |
"isGovernorateCapital": false, | |
"isSubdistrictCenter": false | |
}, | |
{ | |
"id": "SY0208", | |
"type": "district", | |
"names": { | |
"en": "Jarablus", | |
"ar": "جرابلس" | |
}, | |
"parentId": "SY02", | |
"coordinates": { | |
"lat": 36.741932, | |
"lon": 38.010187 | |
}, | |
"isGovernorateCapital": false, | |
"isSubdistrictCenter": false | |
}, | |
{ | |
"id": "SY0206", | |
"type": "district", | |
"names": { | |
"en": "Ain Al Arab", | |
"ar": "عين العرب" | |
}, | |
"parentId": "SY02", | |
"coordinates": { | |
"lat": 36.80298, | |
"lon": 38.48457 | |
}, | |
"isGovernorateCapital": false, | |
"isSubdistrictCenter": false | |
}, | |
{ | |
"id": "SY0203", | |
"type": "district", | |
"names": { | |
"en": "Afrin", | |
"ar": "عفرين" | |
}, | |
"parentId": "SY02", | |
"coordinates": { | |
"lat": 36.761905, | |
"lon": 36.770124 | |
}, | |
"isGovernorateCapital": false, | |
"isSubdistrictCenter": false | |
}, | |
{ | |
"id": "SY0207", | |
"type": "district", | |
"names": { | |
"en": "As-Safira", | |
"ar": "السفيرة" | |
}, | |
"parentId": "SY02", | |
"coordinates": { | |
"lat": 35.998883, | |
"lon": 37.35798 | |
}, | |
"isGovernorateCapital": false, | |
"isSubdistrictCenter": false | |
}, | |
{ | |
"id": "SY0202", | |
"type": "district", | |
"names": { | |
"en": "Al Bab", | |
"ar": "الباب" | |
}, | |
"parentId": "SY02", | |
"coordinates": { | |
"lat": 36.258315, | |
"lon": 37.463785 | |
}, | |
"isGovernorateCapital": false, | |
"isSubdistrictCenter": false | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment