Skip to content

Instantly share code, notes, and snippets.

@zouhir
Created February 9, 2025 16:59
Show Gist options
  • Save zouhir/6b27076e3202f80d063ccfb4725d7db6 to your computer and use it in GitHub Desktop.
Save zouhir/6b27076e3202f80d063ccfb4725d7db6 to your computer and use it in GitHub Desktop.
{
"location": {
"id": "SY01",
"type": "governorate",
"names": {
"en": "Damascus",
"ar": "دمشق"
},
"coordinates": {
"lat": 33.471206,
"lon": 36.305668
},
"isGovernorateCapital": false,
"isSubdistrictCenter": false
},
"children": [
{
"id": "SY0100",
"type": "district",
"names": {
"en": "Damascus",
"ar": "دمشق"
},
"parentId": "SY01",
"coordinates": {
"lat": 33.471206,
"lon": 36.305668
},
"isGovernorateCapital": false,
"isSubdistrictCenter": false
}
]
}
{
"location": {
"id": "SY0100",
"type": "district",
"names": {
"en": "Damascus",
"ar": "دمشق"
},
"parentId": "SY01",
"coordinates": {
"lat": 33.471206,
"lon": 36.305668
},
"isGovernorateCapital": false,
"isSubdistrictCenter": false
},
"children": [
{
"id": "SY010000",
"type": "subdistrict",
"names": {
"en": "Damascus",
"ar": "دمشق"
},
"parentId": "SY0100",
"coordinates": {
"lat": 33.471206,
"lon": 36.305668
},
"isGovernorateCapital": false,
"isSubdistrictCenter": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment