country-states
Version:
database with countries and states
224 lines • 4.4 kB
JSON
{
"region": "Europe",
"iso": "HU",
"name": "Hungary",
"hasPostalCodes": true,
"states": [
{
"name": "Budapest",
"iso": "HU-BU",
"category": "capital city"
},
{
"name": "Bács-Kiskun",
"iso": "HU-BK",
"category": "county"
},
{
"name": "Baranya",
"iso": "HU-BA",
"category": "county"
},
{
"name": "Békés",
"iso": "HU-BE",
"category": "county"
},
{
"name": "Borsod-Abaúj-Zemplén",
"iso": "HU-BZ",
"category": "county"
},
{
"name": "Csongrád",
"iso": "HU-CS",
"category": "county"
},
{
"name": "Fejér",
"iso": "HU-FE",
"category": "county"
},
{
"name": "Győr-Moson-Sopron",
"iso": "HU-GS",
"category": "county"
},
{
"name": "Hajdú-Bihar",
"iso": "HU-HB",
"category": "county"
},
{
"name": "Heves",
"iso": "HU-HE",
"category": "county"
},
{
"name": "Jász-Nagykun-Szolnok",
"iso": "HU-JN",
"category": "county"
},
{
"name": "Komárom-Esztergom",
"iso": "HU-KE",
"category": "county"
},
{
"name": "Nógrád",
"iso": "HU-NO",
"category": "county"
},
{
"name": "Pest",
"iso": "HU-PE",
"category": "county"
},
{
"name": "Somogy",
"iso": "HU-SO",
"category": "county"
},
{
"name": "Szabolcs-Szatmár-Bereg",
"iso": "HU-SZ",
"category": "county"
},
{
"name": "Tolna",
"iso": "HU-TO",
"category": "county"
},
{
"name": "Vas",
"iso": "HU-VA",
"category": "county"
},
{
"name": "Veszprém",
"iso": "HU-VE",
"category": "county"
},
{
"name": "Zala",
"iso": "HU-ZA",
"category": "county"
},
{
"name": "Békéscsaba",
"iso": "HU-BC",
"category": "city with county rights"
},
{
"name": "Debrecen",
"iso": "HU-DE",
"category": "city with county rights"
},
{
"name": "Dunaújváros",
"iso": "HU-DU",
"category": "city with county rights"
},
{
"name": "Eger",
"iso": "HU-EG",
"category": "city with county rights"
},
{
"name": "Érd",
"iso": "HU-ER",
"category": "city with county rights"
},
{
"name": "Győr",
"iso": "HU-GY",
"category": "city with county rights"
},
{
"name": "Hódmezővásárhely",
"iso": "HU-HV",
"category": "city with county rights"
},
{
"name": "Kaposvár",
"iso": "HU-KV",
"category": "city with county rights"
},
{
"name": "Kecskemét",
"iso": "HU-KM",
"category": "city with county rights"
},
{
"name": "Miskolc",
"iso": "HU-MI",
"category": "city with county rights"
},
{
"name": "Nagykanizsa",
"iso": "HU-NK",
"category": "city with county rights"
},
{
"name": "Nyíregyháza",
"iso": "HU-NY",
"category": "city with county rights"
},
{
"name": "Pécs",
"iso": "HU-PS",
"category": "city with county rights"
},
{
"name": "Salgótarján",
"iso": "HU-ST",
"category": "city with county rights"
},
{
"name": "Sopron",
"iso": "HU-SN",
"category": "city with county rights"
},
{
"name": "Szeged",
"iso": "HU-SD",
"category": "city with county rights"
},
{
"name": "Székesfehérvár",
"iso": "HU-SF",
"category": "city with county rights"
},
{
"name": "Szekszárd",
"iso": "HU-SS",
"category": "city with county rights"
},
{
"name": "Szolnok",
"iso": "HU-SK",
"category": "city with county rights"
},
{
"name": "Szombathely",
"iso": "HU-SH",
"category": "city with county rights"
},
{
"name": "Tatabánya",
"iso": "HU-TB",
"category": "city with county rights"
},
{
"name": "Veszprém",
"iso": "HU-VM",
"category": "city with county rights"
},
{
"name": "Zalaegerszeg",
"iso": "HU-ZE",
"category": "city with county rights"
}
],
"zipRegex": "^(\\d{4})$"
}