country-states
Version:
database with countries and states
25 lines • 355 B
JSON
{
"region": "Africa",
"iso": "UG",
"name": "Uganda",
"hasPostalCodes": false,
"states": [
{
"name": "Central",
"iso": "UG-C"
},
{
"name": "Eastern",
"iso": "UG-E"
},
{
"name": "Northern",
"iso": "UG-N"
},
{
"name": "Western",
"iso": "UG-W"
}
],
"zipRegex": ""
}