country-states
Version:
database with countries and states
21 lines • 343 B
JSON
{
"region": "Asia",
"iso": "HK",
"name": "Hong Kong",
"hasPostalCodes": false,
"states": [
{
"name": "Hong Kong Island",
"iso": "HONG KONG"
},
{
"name": "Kowloon",
"iso": "KOWLOON"
},
{
"name": "New Territories",
"iso": "NEW TERRITORIES"
}
],
"zipRegex": "^(999077)$"
}