country-regions/country-region-data

Completion of Spanish region names

Opened this issue · 1 comments

Hello,

You may consider listing Spanish region names at the level of "Autonomous communities" (maybe in complement of the current list), as described in this ISO page: https://en.wikipedia.org/wiki/ISO_3166-2:ES

Here is the list of regions and their codes:

{
"countryName": "Spain",
"countryShortCode": "ES",
"regions": [
{
"name": "Andalucìa",
"sc": "AN"
},
{
"name": "Aragòn",
"sc": "AR"
},
{
"name": "Asturias",
"sc": "AS"
},
{
"name": "Canarias",
"sc": "CN"
},
{
"name": "Cantabria",
"sc": "CB"
},
{
"name": "Castilla-La Mancha",
"sc": "CM"
},
{
"name": "Castilla y León",
"sc": "CL"
},
{
"name": "Cataluña",
"sc": "CT"
},
{
"name": "Ceuta",
"sc": "CE"
},
{
"name": "Extremadura",
"sc": "EX"
},
{
"name": "Galicia",
"sc": "GA"
},
{
"name": "Islas Baleares",
"sc": "IB"
},
{
"name": "La Rioja",
"sc": "RI"
},
{
"name": "Madrid",
"sc": "MD"
},
{
"name": "Melilla",
"sc": "ML"
},
{
"name": "Murcia",
"sc": "MC"
},
{
"name": "Navarra",
"sc": "NC"
},
{
"name": "País Vasco",
"sc": "PV"
},
{
"name": "Valenciana",
"sc": "VC"
}
]
}

Thanks & BR