Update/a2p Consolidate country data in api-core-tests (#35557)
* Consolidate country data * update test data * remove upper case files * remove upper case files * remove upper case files * update country data tests * countries states updates for local * revert settings-crud.test
This commit is contained in:
parent
fd7c728689
commit
c35d62461e
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Update country data in api-core-tests to prevent numerous test data updates
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "AD",
|
||||
"name": "Andorra",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ad"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "AE",
|
||||
"name": "United Arab Emirates",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ae"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "AF",
|
||||
"name": "Afghanistan",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/af"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "AG",
|
||||
"name": "Antigua and Barbuda",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ag"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "AI",
|
||||
"name": "Anguilla",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ai"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,66 @@
|
|||
{
|
||||
"code": "AL",
|
||||
"name": "Albania",
|
||||
"states": [
|
||||
{
|
||||
"code": "AL-01",
|
||||
"name": "Berat"
|
||||
},
|
||||
{
|
||||
"code": "AL-09",
|
||||
"name": "Dibër"
|
||||
},
|
||||
{
|
||||
"code": "AL-02",
|
||||
"name": "Durrës"
|
||||
},
|
||||
{
|
||||
"code": "AL-03",
|
||||
"name": "Elbasan"
|
||||
},
|
||||
{
|
||||
"code": "AL-04",
|
||||
"name": "Fier"
|
||||
},
|
||||
{
|
||||
"code": "AL-05",
|
||||
"name": "Gjirokastër"
|
||||
},
|
||||
{
|
||||
"code": "AL-06",
|
||||
"name": "Korçë"
|
||||
},
|
||||
{
|
||||
"code": "AL-07",
|
||||
"name": "Kukës"
|
||||
},
|
||||
{
|
||||
"code": "AL-08",
|
||||
"name": "Lezhë"
|
||||
},
|
||||
{
|
||||
"code": "AL-10",
|
||||
"name": "Shkodër"
|
||||
},
|
||||
{
|
||||
"code": "AL-11",
|
||||
"name": "Tirana"
|
||||
},
|
||||
{
|
||||
"code": "AL-12",
|
||||
"name": "Vlorë"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/al"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "AM",
|
||||
"name": "Armenia",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/am"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"code": "AO",
|
||||
"name": "Angola",
|
||||
"states": [
|
||||
{
|
||||
"code": "BGO",
|
||||
"name": "Bengo"
|
||||
},
|
||||
{
|
||||
"code": "BLU",
|
||||
"name": "Benguela"
|
||||
},
|
||||
{
|
||||
"code": "BIE",
|
||||
"name": "Bié"
|
||||
},
|
||||
{
|
||||
"code": "CAB",
|
||||
"name": "Cabinda"
|
||||
},
|
||||
{
|
||||
"code": "CNN",
|
||||
"name": "Cunene"
|
||||
},
|
||||
{
|
||||
"code": "HUA",
|
||||
"name": "Huambo"
|
||||
},
|
||||
{
|
||||
"code": "HUI",
|
||||
"name": "Huíla"
|
||||
},
|
||||
{
|
||||
"code": "CCU",
|
||||
"name": "Kuando Kubango"
|
||||
},
|
||||
{
|
||||
"code": "CNO",
|
||||
"name": "Kwanza-Norte"
|
||||
},
|
||||
{
|
||||
"code": "CUS",
|
||||
"name": "Kwanza-Sul"
|
||||
},
|
||||
{
|
||||
"code": "LUA",
|
||||
"name": "Luanda"
|
||||
},
|
||||
{
|
||||
"code": "LNO",
|
||||
"name": "Lunda-Norte"
|
||||
},
|
||||
{
|
||||
"code": "LSU",
|
||||
"name": "Lunda-Sul"
|
||||
},
|
||||
{
|
||||
"code": "MAL",
|
||||
"name": "Malanje"
|
||||
},
|
||||
{
|
||||
"code": "MOX",
|
||||
"name": "Moxico"
|
||||
},
|
||||
{
|
||||
"code": "NAM",
|
||||
"name": "Namibe"
|
||||
},
|
||||
{
|
||||
"code": "UIG",
|
||||
"name": "Uíge"
|
||||
},
|
||||
{
|
||||
"code": "ZAI",
|
||||
"name": "Zaire"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ao"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "AQ",
|
||||
"name": "Antarctica",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/aq"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,114 @@
|
|||
{
|
||||
"code": "AR",
|
||||
"name": "Argentina",
|
||||
"states": [
|
||||
{
|
||||
"code": "C",
|
||||
"name": "Ciudad Autónoma de Buenos Aires"
|
||||
},
|
||||
{
|
||||
"code": "B",
|
||||
"name": "Buenos Aires"
|
||||
},
|
||||
{
|
||||
"code": "K",
|
||||
"name": "Catamarca"
|
||||
},
|
||||
{
|
||||
"code": "H",
|
||||
"name": "Chaco"
|
||||
},
|
||||
{
|
||||
"code": "U",
|
||||
"name": "Chubut"
|
||||
},
|
||||
{
|
||||
"code": "X",
|
||||
"name": "Córdoba"
|
||||
},
|
||||
{
|
||||
"code": "W",
|
||||
"name": "Corrientes"
|
||||
},
|
||||
{
|
||||
"code": "E",
|
||||
"name": "Entre Ríos"
|
||||
},
|
||||
{
|
||||
"code": "P",
|
||||
"name": "Formosa"
|
||||
},
|
||||
{
|
||||
"code": "Y",
|
||||
"name": "Jujuy"
|
||||
},
|
||||
{
|
||||
"code": "L",
|
||||
"name": "La Pampa"
|
||||
},
|
||||
{
|
||||
"code": "F",
|
||||
"name": "La Rioja"
|
||||
},
|
||||
{
|
||||
"code": "M",
|
||||
"name": "Mendoza"
|
||||
},
|
||||
{
|
||||
"code": "N",
|
||||
"name": "Misiones"
|
||||
},
|
||||
{
|
||||
"code": "Q",
|
||||
"name": "Neuquén"
|
||||
},
|
||||
{
|
||||
"code": "R",
|
||||
"name": "Río Negro"
|
||||
},
|
||||
{
|
||||
"code": "A",
|
||||
"name": "Salta"
|
||||
},
|
||||
{
|
||||
"code": "J",
|
||||
"name": "San Juan"
|
||||
},
|
||||
{
|
||||
"code": "D",
|
||||
"name": "San Luis"
|
||||
},
|
||||
{
|
||||
"code": "Z",
|
||||
"name": "Santa Cruz"
|
||||
},
|
||||
{
|
||||
"code": "S",
|
||||
"name": "Santa Fe"
|
||||
},
|
||||
{
|
||||
"code": "G",
|
||||
"name": "Santiago del Estero"
|
||||
},
|
||||
{
|
||||
"code": "V",
|
||||
"name": "Tierra del Fuego"
|
||||
},
|
||||
{
|
||||
"code": "T",
|
||||
"name": "Tucumán"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ar"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "AS",
|
||||
"name": "American Samoa",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/as"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "AT",
|
||||
"name": "Austria",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/at"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"code": "AU",
|
||||
"name": "Australia",
|
||||
"states": [
|
||||
{
|
||||
"code": "ACT",
|
||||
"name": "Australian Capital Territory"
|
||||
},
|
||||
{
|
||||
"code": "NSW",
|
||||
"name": "New South Wales"
|
||||
},
|
||||
{
|
||||
"code": "NT",
|
||||
"name": "Northern Territory"
|
||||
},
|
||||
{
|
||||
"code": "QLD",
|
||||
"name": "Queensland"
|
||||
},
|
||||
{
|
||||
"code": "SA",
|
||||
"name": "South Australia"
|
||||
},
|
||||
{
|
||||
"code": "TAS",
|
||||
"name": "Tasmania"
|
||||
},
|
||||
{
|
||||
"code": "VIC",
|
||||
"name": "Victoria"
|
||||
},
|
||||
{
|
||||
"code": "WA",
|
||||
"name": "Western Australia"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/au"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "AW",
|
||||
"name": "Aruba",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/aw"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "AX",
|
||||
"name": "Åland Islands",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ax"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "AZ",
|
||||
"name": "Azerbaijan",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/az"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BA",
|
||||
"name": "Bosnia and Herzegovina",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ba"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BB",
|
||||
"name": "Barbados",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bb"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,274 @@
|
|||
{
|
||||
"code": "BD",
|
||||
"name": "Bangladesh",
|
||||
"states": [
|
||||
{
|
||||
"code": "BD-05",
|
||||
"name": "Bagerhat"
|
||||
},
|
||||
{
|
||||
"code": "BD-01",
|
||||
"name": "Bandarban"
|
||||
},
|
||||
{
|
||||
"code": "BD-02",
|
||||
"name": "Barguna"
|
||||
},
|
||||
{
|
||||
"code": "BD-06",
|
||||
"name": "Barishal"
|
||||
},
|
||||
{
|
||||
"code": "BD-07",
|
||||
"name": "Bhola"
|
||||
},
|
||||
{
|
||||
"code": "BD-03",
|
||||
"name": "Bogura"
|
||||
},
|
||||
{
|
||||
"code": "BD-04",
|
||||
"name": "Brahmanbaria"
|
||||
},
|
||||
{
|
||||
"code": "BD-09",
|
||||
"name": "Chandpur"
|
||||
},
|
||||
{
|
||||
"code": "BD-10",
|
||||
"name": "Chattogram"
|
||||
},
|
||||
{
|
||||
"code": "BD-12",
|
||||
"name": "Chuadanga"
|
||||
},
|
||||
{
|
||||
"code": "BD-11",
|
||||
"name": "Cox's Bazar"
|
||||
},
|
||||
{
|
||||
"code": "BD-08",
|
||||
"name": "Cumilla"
|
||||
},
|
||||
{
|
||||
"code": "BD-13",
|
||||
"name": "Dhaka"
|
||||
},
|
||||
{
|
||||
"code": "BD-14",
|
||||
"name": "Dinajpur"
|
||||
},
|
||||
{
|
||||
"code": "BD-15",
|
||||
"name": "Faridpur "
|
||||
},
|
||||
{
|
||||
"code": "BD-16",
|
||||
"name": "Feni"
|
||||
},
|
||||
{
|
||||
"code": "BD-19",
|
||||
"name": "Gaibandha"
|
||||
},
|
||||
{
|
||||
"code": "BD-18",
|
||||
"name": "Gazipur"
|
||||
},
|
||||
{
|
||||
"code": "BD-17",
|
||||
"name": "Gopalganj"
|
||||
},
|
||||
{
|
||||
"code": "BD-20",
|
||||
"name": "Habiganj"
|
||||
},
|
||||
{
|
||||
"code": "BD-21",
|
||||
"name": "Jamalpur"
|
||||
},
|
||||
{
|
||||
"code": "BD-22",
|
||||
"name": "Jashore"
|
||||
},
|
||||
{
|
||||
"code": "BD-25",
|
||||
"name": "Jhalokati"
|
||||
},
|
||||
{
|
||||
"code": "BD-23",
|
||||
"name": "Jhenaidah"
|
||||
},
|
||||
{
|
||||
"code": "BD-24",
|
||||
"name": "Joypurhat"
|
||||
},
|
||||
{
|
||||
"code": "BD-29",
|
||||
"name": "Khagrachhari"
|
||||
},
|
||||
{
|
||||
"code": "BD-27",
|
||||
"name": "Khulna"
|
||||
},
|
||||
{
|
||||
"code": "BD-26",
|
||||
"name": "Kishoreganj"
|
||||
},
|
||||
{
|
||||
"code": "BD-28",
|
||||
"name": "Kurigram"
|
||||
},
|
||||
{
|
||||
"code": "BD-30",
|
||||
"name": "Kushtia"
|
||||
},
|
||||
{
|
||||
"code": "BD-31",
|
||||
"name": "Lakshmipur"
|
||||
},
|
||||
{
|
||||
"code": "BD-32",
|
||||
"name": "Lalmonirhat"
|
||||
},
|
||||
{
|
||||
"code": "BD-36",
|
||||
"name": "Madaripur"
|
||||
},
|
||||
{
|
||||
"code": "BD-37",
|
||||
"name": "Magura"
|
||||
},
|
||||
{
|
||||
"code": "BD-33",
|
||||
"name": "Manikganj "
|
||||
},
|
||||
{
|
||||
"code": "BD-39",
|
||||
"name": "Meherpur"
|
||||
},
|
||||
{
|
||||
"code": "BD-38",
|
||||
"name": "Moulvibazar"
|
||||
},
|
||||
{
|
||||
"code": "BD-35",
|
||||
"name": "Munshiganj"
|
||||
},
|
||||
{
|
||||
"code": "BD-34",
|
||||
"name": "Mymensingh"
|
||||
},
|
||||
{
|
||||
"code": "BD-48",
|
||||
"name": "Naogaon"
|
||||
},
|
||||
{
|
||||
"code": "BD-43",
|
||||
"name": "Narail"
|
||||
},
|
||||
{
|
||||
"code": "BD-40",
|
||||
"name": "Narayanganj"
|
||||
},
|
||||
{
|
||||
"code": "BD-42",
|
||||
"name": "Narsingdi"
|
||||
},
|
||||
{
|
||||
"code": "BD-44",
|
||||
"name": "Natore"
|
||||
},
|
||||
{
|
||||
"code": "BD-45",
|
||||
"name": "Nawabganj"
|
||||
},
|
||||
{
|
||||
"code": "BD-41",
|
||||
"name": "Netrakona"
|
||||
},
|
||||
{
|
||||
"code": "BD-46",
|
||||
"name": "Nilphamari"
|
||||
},
|
||||
{
|
||||
"code": "BD-47",
|
||||
"name": "Noakhali"
|
||||
},
|
||||
{
|
||||
"code": "BD-49",
|
||||
"name": "Pabna"
|
||||
},
|
||||
{
|
||||
"code": "BD-52",
|
||||
"name": "Panchagarh"
|
||||
},
|
||||
{
|
||||
"code": "BD-51",
|
||||
"name": "Patuakhali"
|
||||
},
|
||||
{
|
||||
"code": "BD-50",
|
||||
"name": "Pirojpur"
|
||||
},
|
||||
{
|
||||
"code": "BD-53",
|
||||
"name": "Rajbari"
|
||||
},
|
||||
{
|
||||
"code": "BD-54",
|
||||
"name": "Rajshahi"
|
||||
},
|
||||
{
|
||||
"code": "BD-56",
|
||||
"name": "Rangamati"
|
||||
},
|
||||
{
|
||||
"code": "BD-55",
|
||||
"name": "Rangpur"
|
||||
},
|
||||
{
|
||||
"code": "BD-58",
|
||||
"name": "Satkhira"
|
||||
},
|
||||
{
|
||||
"code": "BD-62",
|
||||
"name": "Shariatpur"
|
||||
},
|
||||
{
|
||||
"code": "BD-57",
|
||||
"name": "Sherpur"
|
||||
},
|
||||
{
|
||||
"code": "BD-59",
|
||||
"name": "Sirajganj"
|
||||
},
|
||||
{
|
||||
"code": "BD-61",
|
||||
"name": "Sunamganj"
|
||||
},
|
||||
{
|
||||
"code": "BD-60",
|
||||
"name": "Sylhet"
|
||||
},
|
||||
{
|
||||
"code": "BD-63",
|
||||
"name": "Tangail"
|
||||
},
|
||||
{
|
||||
"code": "BD-64",
|
||||
"name": "Thakurgaon"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bd"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BE",
|
||||
"name": "Belgium",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/be"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BF",
|
||||
"name": "Burkina Faso",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bf"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,130 @@
|
|||
{
|
||||
"code": "BG",
|
||||
"name": "Bulgaria",
|
||||
"states": [
|
||||
{
|
||||
"code": "BG-01",
|
||||
"name": "Blagoevgrad"
|
||||
},
|
||||
{
|
||||
"code": "BG-02",
|
||||
"name": "Burgas"
|
||||
},
|
||||
{
|
||||
"code": "BG-08",
|
||||
"name": "Dobrich"
|
||||
},
|
||||
{
|
||||
"code": "BG-07",
|
||||
"name": "Gabrovo"
|
||||
},
|
||||
{
|
||||
"code": "BG-26",
|
||||
"name": "Haskovo"
|
||||
},
|
||||
{
|
||||
"code": "BG-09",
|
||||
"name": "Kardzhali"
|
||||
},
|
||||
{
|
||||
"code": "BG-10",
|
||||
"name": "Kyustendil"
|
||||
},
|
||||
{
|
||||
"code": "BG-11",
|
||||
"name": "Lovech"
|
||||
},
|
||||
{
|
||||
"code": "BG-12",
|
||||
"name": "Montana"
|
||||
},
|
||||
{
|
||||
"code": "BG-13",
|
||||
"name": "Pazardzhik"
|
||||
},
|
||||
{
|
||||
"code": "BG-14",
|
||||
"name": "Pernik"
|
||||
},
|
||||
{
|
||||
"code": "BG-15",
|
||||
"name": "Pleven"
|
||||
},
|
||||
{
|
||||
"code": "BG-16",
|
||||
"name": "Plovdiv"
|
||||
},
|
||||
{
|
||||
"code": "BG-17",
|
||||
"name": "Razgrad"
|
||||
},
|
||||
{
|
||||
"code": "BG-18",
|
||||
"name": "Ruse"
|
||||
},
|
||||
{
|
||||
"code": "BG-27",
|
||||
"name": "Shumen"
|
||||
},
|
||||
{
|
||||
"code": "BG-19",
|
||||
"name": "Silistra"
|
||||
},
|
||||
{
|
||||
"code": "BG-20",
|
||||
"name": "Sliven"
|
||||
},
|
||||
{
|
||||
"code": "BG-21",
|
||||
"name": "Smolyan"
|
||||
},
|
||||
{
|
||||
"code": "BG-23",
|
||||
"name": "Sofia District"
|
||||
},
|
||||
{
|
||||
"code": "BG-22",
|
||||
"name": "Sofia"
|
||||
},
|
||||
{
|
||||
"code": "BG-24",
|
||||
"name": "Stara Zagora"
|
||||
},
|
||||
{
|
||||
"code": "BG-25",
|
||||
"name": "Targovishte"
|
||||
},
|
||||
{
|
||||
"code": "BG-03",
|
||||
"name": "Varna"
|
||||
},
|
||||
{
|
||||
"code": "BG-04",
|
||||
"name": "Veliko Tarnovo"
|
||||
},
|
||||
{
|
||||
"code": "BG-05",
|
||||
"name": "Vidin"
|
||||
},
|
||||
{
|
||||
"code": "BG-06",
|
||||
"name": "Vratsa"
|
||||
},
|
||||
{
|
||||
"code": "BG-28",
|
||||
"name": "Yambol"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bg"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BH",
|
||||
"name": "Bahrain",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bh"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BI",
|
||||
"name": "Burundi",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bi"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,66 @@
|
|||
{
|
||||
"code": "BJ",
|
||||
"name": "Benin",
|
||||
"states": [
|
||||
{
|
||||
"code": "AL",
|
||||
"name": "Alibori"
|
||||
},
|
||||
{
|
||||
"code": "AK",
|
||||
"name": "Atakora"
|
||||
},
|
||||
{
|
||||
"code": "AQ",
|
||||
"name": "Atlantique"
|
||||
},
|
||||
{
|
||||
"code": "BO",
|
||||
"name": "Borgou"
|
||||
},
|
||||
{
|
||||
"code": "CO",
|
||||
"name": "Collines"
|
||||
},
|
||||
{
|
||||
"code": "KO",
|
||||
"name": "Kouffo"
|
||||
},
|
||||
{
|
||||
"code": "DO",
|
||||
"name": "Donga"
|
||||
},
|
||||
{
|
||||
"code": "LI",
|
||||
"name": "Littoral"
|
||||
},
|
||||
{
|
||||
"code": "MO",
|
||||
"name": "Mono"
|
||||
},
|
||||
{
|
||||
"code": "OU",
|
||||
"name": "Ouémé"
|
||||
},
|
||||
{
|
||||
"code": "PL",
|
||||
"name": "Plateau"
|
||||
},
|
||||
{
|
||||
"code": "ZO",
|
||||
"name": "Zou"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bj"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BL",
|
||||
"name": "Saint Barthélemy",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bl"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BM",
|
||||
"name": "Bermuda",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bm"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BN",
|
||||
"name": "Brunei",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bn"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"code": "BO",
|
||||
"name": "Bolivia",
|
||||
"states": [
|
||||
{
|
||||
"code": "BO-B",
|
||||
"name": "Beni"
|
||||
},
|
||||
{
|
||||
"code": "BO-H",
|
||||
"name": "Chuquisaca"
|
||||
},
|
||||
{
|
||||
"code": "BO-C",
|
||||
"name": "Cochabamba"
|
||||
},
|
||||
{
|
||||
"code": "BO-L",
|
||||
"name": "La Paz"
|
||||
},
|
||||
{
|
||||
"code": "BO-O",
|
||||
"name": "Oruro"
|
||||
},
|
||||
{
|
||||
"code": "BO-N",
|
||||
"name": "Pando"
|
||||
},
|
||||
{
|
||||
"code": "BO-P",
|
||||
"name": "Potosí"
|
||||
},
|
||||
{
|
||||
"code": "BO-S",
|
||||
"name": "Santa Cruz"
|
||||
},
|
||||
{
|
||||
"code": "BO-T",
|
||||
"name": "Tarija"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bo"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BQ",
|
||||
"name": "Bonaire, Saint Eustatius and Saba",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bq"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,126 @@
|
|||
{
|
||||
"code": "BR",
|
||||
"name": "Brazil",
|
||||
"states": [
|
||||
{
|
||||
"code": "AC",
|
||||
"name": "Acre"
|
||||
},
|
||||
{
|
||||
"code": "AL",
|
||||
"name": "Alagoas"
|
||||
},
|
||||
{
|
||||
"code": "AP",
|
||||
"name": "Amapá"
|
||||
},
|
||||
{
|
||||
"code": "AM",
|
||||
"name": "Amazonas"
|
||||
},
|
||||
{
|
||||
"code": "BA",
|
||||
"name": "Bahia"
|
||||
},
|
||||
{
|
||||
"code": "CE",
|
||||
"name": "Ceará"
|
||||
},
|
||||
{
|
||||
"code": "DF",
|
||||
"name": "Distrito Federal"
|
||||
},
|
||||
{
|
||||
"code": "ES",
|
||||
"name": "Espírito Santo"
|
||||
},
|
||||
{
|
||||
"code": "GO",
|
||||
"name": "Goiás"
|
||||
},
|
||||
{
|
||||
"code": "MA",
|
||||
"name": "Maranhão"
|
||||
},
|
||||
{
|
||||
"code": "MT",
|
||||
"name": "Mato Grosso"
|
||||
},
|
||||
{
|
||||
"code": "MS",
|
||||
"name": "Mato Grosso do Sul"
|
||||
},
|
||||
{
|
||||
"code": "MG",
|
||||
"name": "Minas Gerais"
|
||||
},
|
||||
{
|
||||
"code": "PA",
|
||||
"name": "Pará"
|
||||
},
|
||||
{
|
||||
"code": "PB",
|
||||
"name": "Paraíba"
|
||||
},
|
||||
{
|
||||
"code": "PR",
|
||||
"name": "Paraná"
|
||||
},
|
||||
{
|
||||
"code": "PE",
|
||||
"name": "Pernambuco"
|
||||
},
|
||||
{
|
||||
"code": "PI",
|
||||
"name": "Piauí"
|
||||
},
|
||||
{
|
||||
"code": "RJ",
|
||||
"name": "Rio de Janeiro"
|
||||
},
|
||||
{
|
||||
"code": "RN",
|
||||
"name": "Rio Grande do Norte"
|
||||
},
|
||||
{
|
||||
"code": "RS",
|
||||
"name": "Rio Grande do Sul"
|
||||
},
|
||||
{
|
||||
"code": "RO",
|
||||
"name": "Rondônia"
|
||||
},
|
||||
{
|
||||
"code": "RR",
|
||||
"name": "Roraima"
|
||||
},
|
||||
{
|
||||
"code": "SC",
|
||||
"name": "Santa Catarina"
|
||||
},
|
||||
{
|
||||
"code": "SP",
|
||||
"name": "São Paulo"
|
||||
},
|
||||
{
|
||||
"code": "SE",
|
||||
"name": "Sergipe"
|
||||
},
|
||||
{
|
||||
"code": "TO",
|
||||
"name": "Tocantins"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/br"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BS",
|
||||
"name": "Bahamas",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bs"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BT",
|
||||
"name": "Bhutan",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bt"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BV",
|
||||
"name": "Bouvet Island",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bv"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BW",
|
||||
"name": "Botswana",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bw"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BY",
|
||||
"name": "Belarus",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/by"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "BZ",
|
||||
"name": "Belize",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/bz"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"code": "CA",
|
||||
"name": "Canada",
|
||||
"states": [
|
||||
{
|
||||
"code": "AB",
|
||||
"name": "Alberta"
|
||||
},
|
||||
{
|
||||
"code": "BC",
|
||||
"name": "British Columbia"
|
||||
},
|
||||
{
|
||||
"code": "MB",
|
||||
"name": "Manitoba"
|
||||
},
|
||||
{
|
||||
"code": "NB",
|
||||
"name": "New Brunswick"
|
||||
},
|
||||
{
|
||||
"code": "NL",
|
||||
"name": "Newfoundland and Labrador"
|
||||
},
|
||||
{
|
||||
"code": "NT",
|
||||
"name": "Northwest Territories"
|
||||
},
|
||||
{
|
||||
"code": "NS",
|
||||
"name": "Nova Scotia"
|
||||
},
|
||||
{
|
||||
"code": "NU",
|
||||
"name": "Nunavut"
|
||||
},
|
||||
{
|
||||
"code": "ON",
|
||||
"name": "Ontario"
|
||||
},
|
||||
{
|
||||
"code": "PE",
|
||||
"name": "Prince Edward Island"
|
||||
},
|
||||
{
|
||||
"code": "QC",
|
||||
"name": "Quebec"
|
||||
},
|
||||
{
|
||||
"code": "SK",
|
||||
"name": "Saskatchewan"
|
||||
},
|
||||
{
|
||||
"code": "YT",
|
||||
"name": "Yukon Territory"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ca"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "CC",
|
||||
"name": "Cocos (Keeling) Islands",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cc"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "CD",
|
||||
"name": "Congo (Kinshasa)",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cd"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "CF",
|
||||
"name": "Central African Republic",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cf"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "CG",
|
||||
"name": "Congo (Brazzaville)",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cg"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,122 @@
|
|||
{
|
||||
"code": "CH",
|
||||
"name": "Switzerland",
|
||||
"states": [
|
||||
{
|
||||
"code": "AG",
|
||||
"name": "Aargau"
|
||||
},
|
||||
{
|
||||
"code": "AR",
|
||||
"name": "Appenzell Ausserrhoden"
|
||||
},
|
||||
{
|
||||
"code": "AI",
|
||||
"name": "Appenzell Innerrhoden"
|
||||
},
|
||||
{
|
||||
"code": "BL",
|
||||
"name": "Basel-Landschaft"
|
||||
},
|
||||
{
|
||||
"code": "BS",
|
||||
"name": "Basel-Stadt"
|
||||
},
|
||||
{
|
||||
"code": "BE",
|
||||
"name": "Bern"
|
||||
},
|
||||
{
|
||||
"code": "FR",
|
||||
"name": "Fribourg"
|
||||
},
|
||||
{
|
||||
"code": "GE",
|
||||
"name": "Geneva"
|
||||
},
|
||||
{
|
||||
"code": "GL",
|
||||
"name": "Glarus"
|
||||
},
|
||||
{
|
||||
"code": "GR",
|
||||
"name": "Graubünden"
|
||||
},
|
||||
{
|
||||
"code": "JU",
|
||||
"name": "Jura"
|
||||
},
|
||||
{
|
||||
"code": "LU",
|
||||
"name": "Luzern"
|
||||
},
|
||||
{
|
||||
"code": "NE",
|
||||
"name": "Neuchâtel"
|
||||
},
|
||||
{
|
||||
"code": "NW",
|
||||
"name": "Nidwalden"
|
||||
},
|
||||
{
|
||||
"code": "OW",
|
||||
"name": "Obwalden"
|
||||
},
|
||||
{
|
||||
"code": "SH",
|
||||
"name": "Schaffhausen"
|
||||
},
|
||||
{
|
||||
"code": "SZ",
|
||||
"name": "Schwyz"
|
||||
},
|
||||
{
|
||||
"code": "SO",
|
||||
"name": "Solothurn"
|
||||
},
|
||||
{
|
||||
"code": "SG",
|
||||
"name": "St. Gallen"
|
||||
},
|
||||
{
|
||||
"code": "TG",
|
||||
"name": "Thurgau"
|
||||
},
|
||||
{
|
||||
"code": "TI",
|
||||
"name": "Ticino"
|
||||
},
|
||||
{
|
||||
"code": "UR",
|
||||
"name": "Uri"
|
||||
},
|
||||
{
|
||||
"code": "VS",
|
||||
"name": "Valais"
|
||||
},
|
||||
{
|
||||
"code": "VD",
|
||||
"name": "Vaud"
|
||||
},
|
||||
{
|
||||
"code": "ZG",
|
||||
"name": "Zug"
|
||||
},
|
||||
{
|
||||
"code": "ZH",
|
||||
"name": "Zürich"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ch"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "CI",
|
||||
"name": "Ivory Coast",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ci"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "CK",
|
||||
"name": "Cook Islands",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ck"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"code": "CL",
|
||||
"name": "Chile",
|
||||
"states": [
|
||||
{
|
||||
"code": "CL-AI",
|
||||
"name": "Aisén del General Carlos Ibañez del Campo"
|
||||
},
|
||||
{
|
||||
"code": "CL-AN",
|
||||
"name": "Antofagasta"
|
||||
},
|
||||
{
|
||||
"code": "CL-AP",
|
||||
"name": "Arica y Parinacota"
|
||||
},
|
||||
{
|
||||
"code": "CL-AR",
|
||||
"name": "La Araucanía"
|
||||
},
|
||||
{
|
||||
"code": "CL-AT",
|
||||
"name": "Atacama"
|
||||
},
|
||||
{
|
||||
"code": "CL-BI",
|
||||
"name": "Biobío"
|
||||
},
|
||||
{
|
||||
"code": "CL-CO",
|
||||
"name": "Coquimbo"
|
||||
},
|
||||
{
|
||||
"code": "CL-LI",
|
||||
"name": "Libertador General Bernardo O'Higgins"
|
||||
},
|
||||
{
|
||||
"code": "CL-LL",
|
||||
"name": "Los Lagos"
|
||||
},
|
||||
{
|
||||
"code": "CL-LR",
|
||||
"name": "Los Ríos"
|
||||
},
|
||||
{
|
||||
"code": "CL-MA",
|
||||
"name": "Magallanes"
|
||||
},
|
||||
{
|
||||
"code": "CL-ML",
|
||||
"name": "Maule"
|
||||
},
|
||||
{
|
||||
"code": "CL-NB",
|
||||
"name": "Ñuble"
|
||||
},
|
||||
{
|
||||
"code": "CL-RM",
|
||||
"name": "Región Metropolitana de Santiago"
|
||||
},
|
||||
{
|
||||
"code": "CL-TA",
|
||||
"name": "Tarapacá"
|
||||
},
|
||||
{
|
||||
"code": "CL-VS",
|
||||
"name": "Valparaíso"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cl"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "CM",
|
||||
"name": "Cameroon",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cm"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,146 @@
|
|||
{
|
||||
"code": "CN",
|
||||
"name": "China",
|
||||
"states": [
|
||||
{
|
||||
"code": "CN1",
|
||||
"name": "Yunnan / 云南"
|
||||
},
|
||||
{
|
||||
"code": "CN2",
|
||||
"name": "Beijing / 北京"
|
||||
},
|
||||
{
|
||||
"code": "CN3",
|
||||
"name": "Tianjin / 天津"
|
||||
},
|
||||
{
|
||||
"code": "CN4",
|
||||
"name": "Hebei / 河北"
|
||||
},
|
||||
{
|
||||
"code": "CN5",
|
||||
"name": "Shanxi / 山西"
|
||||
},
|
||||
{
|
||||
"code": "CN6",
|
||||
"name": "Inner Mongolia / 內蒙古"
|
||||
},
|
||||
{
|
||||
"code": "CN7",
|
||||
"name": "Liaoning / 辽宁"
|
||||
},
|
||||
{
|
||||
"code": "CN8",
|
||||
"name": "Jilin / 吉林"
|
||||
},
|
||||
{
|
||||
"code": "CN9",
|
||||
"name": "Heilongjiang / 黑龙江"
|
||||
},
|
||||
{
|
||||
"code": "CN10",
|
||||
"name": "Shanghai / 上海"
|
||||
},
|
||||
{
|
||||
"code": "CN11",
|
||||
"name": "Jiangsu / 江苏"
|
||||
},
|
||||
{
|
||||
"code": "CN12",
|
||||
"name": "Zhejiang / 浙江"
|
||||
},
|
||||
{
|
||||
"code": "CN13",
|
||||
"name": "Anhui / 安徽"
|
||||
},
|
||||
{
|
||||
"code": "CN14",
|
||||
"name": "Fujian / 福建"
|
||||
},
|
||||
{
|
||||
"code": "CN15",
|
||||
"name": "Jiangxi / 江西"
|
||||
},
|
||||
{
|
||||
"code": "CN16",
|
||||
"name": "Shandong / 山东"
|
||||
},
|
||||
{
|
||||
"code": "CN17",
|
||||
"name": "Henan / 河南"
|
||||
},
|
||||
{
|
||||
"code": "CN18",
|
||||
"name": "Hubei / 湖北"
|
||||
},
|
||||
{
|
||||
"code": "CN19",
|
||||
"name": "Hunan / 湖南"
|
||||
},
|
||||
{
|
||||
"code": "CN20",
|
||||
"name": "Guangdong / 广东"
|
||||
},
|
||||
{
|
||||
"code": "CN21",
|
||||
"name": "Guangxi Zhuang / 广西壮族"
|
||||
},
|
||||
{
|
||||
"code": "CN22",
|
||||
"name": "Hainan / 海南"
|
||||
},
|
||||
{
|
||||
"code": "CN23",
|
||||
"name": "Chongqing / 重庆"
|
||||
},
|
||||
{
|
||||
"code": "CN24",
|
||||
"name": "Sichuan / 四川"
|
||||
},
|
||||
{
|
||||
"code": "CN25",
|
||||
"name": "Guizhou / 贵州"
|
||||
},
|
||||
{
|
||||
"code": "CN26",
|
||||
"name": "Shaanxi / 陕西"
|
||||
},
|
||||
{
|
||||
"code": "CN27",
|
||||
"name": "Gansu / 甘肃"
|
||||
},
|
||||
{
|
||||
"code": "CN28",
|
||||
"name": "Qinghai / 青海"
|
||||
},
|
||||
{
|
||||
"code": "CN29",
|
||||
"name": "Ningxia Hui / 宁夏"
|
||||
},
|
||||
{
|
||||
"code": "CN30",
|
||||
"name": "Macao / 澳门"
|
||||
},
|
||||
{
|
||||
"code": "CN31",
|
||||
"name": "Tibet / 西藏"
|
||||
},
|
||||
{
|
||||
"code": "CN32",
|
||||
"name": "Xinjiang / 新疆"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cn"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,150 @@
|
|||
{
|
||||
"code": "CO",
|
||||
"name": "Colombia",
|
||||
"states": [
|
||||
{
|
||||
"code": "CO-AMA",
|
||||
"name": "Amazonas"
|
||||
},
|
||||
{
|
||||
"code": "CO-ANT",
|
||||
"name": "Antioquia"
|
||||
},
|
||||
{
|
||||
"code": "CO-ARA",
|
||||
"name": "Arauca"
|
||||
},
|
||||
{
|
||||
"code": "CO-ATL",
|
||||
"name": "Atlántico"
|
||||
},
|
||||
{
|
||||
"code": "CO-BOL",
|
||||
"name": "Bolívar"
|
||||
},
|
||||
{
|
||||
"code": "CO-BOY",
|
||||
"name": "Boyacá"
|
||||
},
|
||||
{
|
||||
"code": "CO-CAL",
|
||||
"name": "Caldas"
|
||||
},
|
||||
{
|
||||
"code": "CO-CAQ",
|
||||
"name": "Caquetá"
|
||||
},
|
||||
{
|
||||
"code": "CO-CAS",
|
||||
"name": "Casanare"
|
||||
},
|
||||
{
|
||||
"code": "CO-CAU",
|
||||
"name": "Cauca"
|
||||
},
|
||||
{
|
||||
"code": "CO-CES",
|
||||
"name": "Cesar"
|
||||
},
|
||||
{
|
||||
"code": "CO-CHO",
|
||||
"name": "Chocó"
|
||||
},
|
||||
{
|
||||
"code": "CO-COR",
|
||||
"name": "Córdoba"
|
||||
},
|
||||
{
|
||||
"code": "CO-CUN",
|
||||
"name": "Cundinamarca"
|
||||
},
|
||||
{
|
||||
"code": "CO-DC",
|
||||
"name": "Capital District"
|
||||
},
|
||||
{
|
||||
"code": "CO-GUA",
|
||||
"name": "Guainía"
|
||||
},
|
||||
{
|
||||
"code": "CO-GUV",
|
||||
"name": "Guaviare"
|
||||
},
|
||||
{
|
||||
"code": "CO-HUI",
|
||||
"name": "Huila"
|
||||
},
|
||||
{
|
||||
"code": "CO-LAG",
|
||||
"name": "La Guajira"
|
||||
},
|
||||
{
|
||||
"code": "CO-MAG",
|
||||
"name": "Magdalena"
|
||||
},
|
||||
{
|
||||
"code": "CO-MET",
|
||||
"name": "Meta"
|
||||
},
|
||||
{
|
||||
"code": "CO-NAR",
|
||||
"name": "Nariño"
|
||||
},
|
||||
{
|
||||
"code": "CO-NSA",
|
||||
"name": "Norte de Santander"
|
||||
},
|
||||
{
|
||||
"code": "CO-PUT",
|
||||
"name": "Putumayo"
|
||||
},
|
||||
{
|
||||
"code": "CO-QUI",
|
||||
"name": "Quindío"
|
||||
},
|
||||
{
|
||||
"code": "CO-RIS",
|
||||
"name": "Risaralda"
|
||||
},
|
||||
{
|
||||
"code": "CO-SAN",
|
||||
"name": "Santander"
|
||||
},
|
||||
{
|
||||
"code": "CO-SAP",
|
||||
"name": "San Andrés & Providencia"
|
||||
},
|
||||
{
|
||||
"code": "CO-SUC",
|
||||
"name": "Sucre"
|
||||
},
|
||||
{
|
||||
"code": "CO-TOL",
|
||||
"name": "Tolima"
|
||||
},
|
||||
{
|
||||
"code": "CO-VAC",
|
||||
"name": "Valle del Cauca"
|
||||
},
|
||||
{
|
||||
"code": "CO-VAU",
|
||||
"name": "Vaupés"
|
||||
},
|
||||
{
|
||||
"code": "CO-VID",
|
||||
"name": "Vichada"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/co"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"code": "CR",
|
||||
"name": "Costa Rica",
|
||||
"states": [
|
||||
{
|
||||
"code": "CR-A",
|
||||
"name": "Alajuela"
|
||||
},
|
||||
{
|
||||
"code": "CR-C",
|
||||
"name": "Cartago"
|
||||
},
|
||||
{
|
||||
"code": "CR-G",
|
||||
"name": "Guanacaste"
|
||||
},
|
||||
{
|
||||
"code": "CR-H",
|
||||
"name": "Heredia"
|
||||
},
|
||||
{
|
||||
"code": "CR-L",
|
||||
"name": "Limón"
|
||||
},
|
||||
{
|
||||
"code": "CR-P",
|
||||
"name": "Puntarenas"
|
||||
},
|
||||
{
|
||||
"code": "CR-SJ",
|
||||
"name": "San José"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cr"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "CU",
|
||||
"name": "Cuba",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cu"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "CV",
|
||||
"name": "Cape Verde",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cv"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "CW",
|
||||
"name": "Curaçao",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cw"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "CX",
|
||||
"name": "Christmas Island",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cx"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "CY",
|
||||
"name": "Cyprus",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cy"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "CZ",
|
||||
"name": "Czech Republic",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/cz"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"code": "DE",
|
||||
"name": "Germany",
|
||||
"states": [
|
||||
{
|
||||
"code": "DE-BW",
|
||||
"name": "Baden-Württemberg"
|
||||
},
|
||||
{
|
||||
"code": "DE-BY",
|
||||
"name": "Bavaria"
|
||||
},
|
||||
{
|
||||
"code": "DE-BE",
|
||||
"name": "Berlin"
|
||||
},
|
||||
{
|
||||
"code": "DE-BB",
|
||||
"name": "Brandenburg"
|
||||
},
|
||||
{
|
||||
"code": "DE-HB",
|
||||
"name": "Bremen"
|
||||
},
|
||||
{
|
||||
"code": "DE-HH",
|
||||
"name": "Hamburg"
|
||||
},
|
||||
{
|
||||
"code": "DE-HE",
|
||||
"name": "Hesse"
|
||||
},
|
||||
{
|
||||
"code": "DE-MV",
|
||||
"name": "Mecklenburg-Vorpommern"
|
||||
},
|
||||
{
|
||||
"code": "DE-NI",
|
||||
"name": "Lower Saxony"
|
||||
},
|
||||
{
|
||||
"code": "DE-NW",
|
||||
"name": "North Rhine-Westphalia"
|
||||
},
|
||||
{
|
||||
"code": "DE-RP",
|
||||
"name": "Rhineland-Palatinate"
|
||||
},
|
||||
{
|
||||
"code": "DE-SL",
|
||||
"name": "Saarland"
|
||||
},
|
||||
{
|
||||
"code": "DE-SN",
|
||||
"name": "Saxony"
|
||||
},
|
||||
{
|
||||
"code": "DE-ST",
|
||||
"name": "Saxony-Anhalt"
|
||||
},
|
||||
{
|
||||
"code": "DE-SH",
|
||||
"name": "Schleswig-Holstein"
|
||||
},
|
||||
{
|
||||
"code": "DE-TH",
|
||||
"name": "Thuringia"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/de"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "DJ",
|
||||
"name": "Djibouti",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/dj"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "DK",
|
||||
"name": "Denmark",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/dk"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "DM",
|
||||
"name": "Dominica",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/dm"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,186 @@
|
|||
{
|
||||
"code": "DO",
|
||||
"name": "Dominican Republic",
|
||||
"states": [
|
||||
{
|
||||
"code": "DO-01",
|
||||
"name": "Distrito Nacional"
|
||||
},
|
||||
{
|
||||
"code": "DO-02",
|
||||
"name": "Azua"
|
||||
},
|
||||
{
|
||||
"code": "DO-03",
|
||||
"name": "Baoruco"
|
||||
},
|
||||
{
|
||||
"code": "DO-04",
|
||||
"name": "Barahona"
|
||||
},
|
||||
{
|
||||
"code": "DO-33",
|
||||
"name": "Cibao Nordeste"
|
||||
},
|
||||
{
|
||||
"code": "DO-34",
|
||||
"name": "Cibao Noroeste"
|
||||
},
|
||||
{
|
||||
"code": "DO-35",
|
||||
"name": "Cibao Norte"
|
||||
},
|
||||
{
|
||||
"code": "DO-36",
|
||||
"name": "Cibao Sur"
|
||||
},
|
||||
{
|
||||
"code": "DO-05",
|
||||
"name": "Dajabón"
|
||||
},
|
||||
{
|
||||
"code": "DO-06",
|
||||
"name": "Duarte"
|
||||
},
|
||||
{
|
||||
"code": "DO-08",
|
||||
"name": "El Seibo"
|
||||
},
|
||||
{
|
||||
"code": "DO-37",
|
||||
"name": "El Valle"
|
||||
},
|
||||
{
|
||||
"code": "DO-07",
|
||||
"name": "Elías Piña"
|
||||
},
|
||||
{
|
||||
"code": "DO-38",
|
||||
"name": "Enriquillo"
|
||||
},
|
||||
{
|
||||
"code": "DO-09",
|
||||
"name": "Espaillat"
|
||||
},
|
||||
{
|
||||
"code": "DO-30",
|
||||
"name": "Hato Mayor"
|
||||
},
|
||||
{
|
||||
"code": "DO-19",
|
||||
"name": "Hermanas Mirabal"
|
||||
},
|
||||
{
|
||||
"code": "DO-39",
|
||||
"name": "Higüamo"
|
||||
},
|
||||
{
|
||||
"code": "DO-10",
|
||||
"name": "Independencia"
|
||||
},
|
||||
{
|
||||
"code": "DO-11",
|
||||
"name": "La Altagracia"
|
||||
},
|
||||
{
|
||||
"code": "DO-12",
|
||||
"name": "La Romana"
|
||||
},
|
||||
{
|
||||
"code": "DO-13",
|
||||
"name": "La Vega"
|
||||
},
|
||||
{
|
||||
"code": "DO-14",
|
||||
"name": "María Trinidad Sánchez"
|
||||
},
|
||||
{
|
||||
"code": "DO-28",
|
||||
"name": "Monseñor Nouel"
|
||||
},
|
||||
{
|
||||
"code": "DO-15",
|
||||
"name": "Monte Cristi"
|
||||
},
|
||||
{
|
||||
"code": "DO-29",
|
||||
"name": "Monte Plata"
|
||||
},
|
||||
{
|
||||
"code": "DO-40",
|
||||
"name": "Ozama"
|
||||
},
|
||||
{
|
||||
"code": "DO-16",
|
||||
"name": "Pedernales"
|
||||
},
|
||||
{
|
||||
"code": "DO-17",
|
||||
"name": "Peravia"
|
||||
},
|
||||
{
|
||||
"code": "DO-18",
|
||||
"name": "Puerto Plata"
|
||||
},
|
||||
{
|
||||
"code": "DO-20",
|
||||
"name": "Samaná"
|
||||
},
|
||||
{
|
||||
"code": "DO-21",
|
||||
"name": "San Cristóbal"
|
||||
},
|
||||
{
|
||||
"code": "DO-31",
|
||||
"name": "San José de Ocoa"
|
||||
},
|
||||
{
|
||||
"code": "DO-22",
|
||||
"name": "San Juan"
|
||||
},
|
||||
{
|
||||
"code": "DO-23",
|
||||
"name": "San Pedro de Macorís"
|
||||
},
|
||||
{
|
||||
"code": "DO-24",
|
||||
"name": "Sánchez Ramírez"
|
||||
},
|
||||
{
|
||||
"code": "DO-25",
|
||||
"name": "Santiago"
|
||||
},
|
||||
{
|
||||
"code": "DO-26",
|
||||
"name": "Santiago Rodríguez"
|
||||
},
|
||||
{
|
||||
"code": "DO-32",
|
||||
"name": "Santo Domingo"
|
||||
},
|
||||
{
|
||||
"code": "DO-41",
|
||||
"name": "Valdesia"
|
||||
},
|
||||
{
|
||||
"code": "DO-27",
|
||||
"name": "Valverde"
|
||||
},
|
||||
{
|
||||
"code": "DO-42",
|
||||
"name": "Yuma"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/do"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,210 @@
|
|||
{
|
||||
"code": "DZ",
|
||||
"name": "Algeria",
|
||||
"states": [
|
||||
{
|
||||
"code": "DZ-01",
|
||||
"name": "Adrar"
|
||||
},
|
||||
{
|
||||
"code": "DZ-02",
|
||||
"name": "Chlef"
|
||||
},
|
||||
{
|
||||
"code": "DZ-03",
|
||||
"name": "Laghouat"
|
||||
},
|
||||
{
|
||||
"code": "DZ-04",
|
||||
"name": "Oum El Bouaghi"
|
||||
},
|
||||
{
|
||||
"code": "DZ-05",
|
||||
"name": "Batna"
|
||||
},
|
||||
{
|
||||
"code": "DZ-06",
|
||||
"name": "Béjaïa"
|
||||
},
|
||||
{
|
||||
"code": "DZ-07",
|
||||
"name": "Biskra"
|
||||
},
|
||||
{
|
||||
"code": "DZ-08",
|
||||
"name": "Béchar"
|
||||
},
|
||||
{
|
||||
"code": "DZ-09",
|
||||
"name": "Blida"
|
||||
},
|
||||
{
|
||||
"code": "DZ-10",
|
||||
"name": "Bouira"
|
||||
},
|
||||
{
|
||||
"code": "DZ-11",
|
||||
"name": "Tamanghasset"
|
||||
},
|
||||
{
|
||||
"code": "DZ-12",
|
||||
"name": "Tébessa"
|
||||
},
|
||||
{
|
||||
"code": "DZ-13",
|
||||
"name": "Tlemcen"
|
||||
},
|
||||
{
|
||||
"code": "DZ-14",
|
||||
"name": "Tiaret"
|
||||
},
|
||||
{
|
||||
"code": "DZ-15",
|
||||
"name": "Tizi Ouzou"
|
||||
},
|
||||
{
|
||||
"code": "DZ-16",
|
||||
"name": "Algiers"
|
||||
},
|
||||
{
|
||||
"code": "DZ-17",
|
||||
"name": "Djelfa"
|
||||
},
|
||||
{
|
||||
"code": "DZ-18",
|
||||
"name": "Jijel"
|
||||
},
|
||||
{
|
||||
"code": "DZ-19",
|
||||
"name": "Sétif"
|
||||
},
|
||||
{
|
||||
"code": "DZ-20",
|
||||
"name": "Saïda"
|
||||
},
|
||||
{
|
||||
"code": "DZ-21",
|
||||
"name": "Skikda"
|
||||
},
|
||||
{
|
||||
"code": "DZ-22",
|
||||
"name": "Sidi Bel Abbès"
|
||||
},
|
||||
{
|
||||
"code": "DZ-23",
|
||||
"name": "Annaba"
|
||||
},
|
||||
{
|
||||
"code": "DZ-24",
|
||||
"name": "Guelma"
|
||||
},
|
||||
{
|
||||
"code": "DZ-25",
|
||||
"name": "Constantine"
|
||||
},
|
||||
{
|
||||
"code": "DZ-26",
|
||||
"name": "Médéa"
|
||||
},
|
||||
{
|
||||
"code": "DZ-27",
|
||||
"name": "Mostaganem"
|
||||
},
|
||||
{
|
||||
"code": "DZ-28",
|
||||
"name": "M’Sila"
|
||||
},
|
||||
{
|
||||
"code": "DZ-29",
|
||||
"name": "Mascara"
|
||||
},
|
||||
{
|
||||
"code": "DZ-30",
|
||||
"name": "Ouargla"
|
||||
},
|
||||
{
|
||||
"code": "DZ-31",
|
||||
"name": "Oran"
|
||||
},
|
||||
{
|
||||
"code": "DZ-32",
|
||||
"name": "El Bayadh"
|
||||
},
|
||||
{
|
||||
"code": "DZ-33",
|
||||
"name": "Illizi"
|
||||
},
|
||||
{
|
||||
"code": "DZ-34",
|
||||
"name": "Bordj Bou Arréridj"
|
||||
},
|
||||
{
|
||||
"code": "DZ-35",
|
||||
"name": "Boumerdès"
|
||||
},
|
||||
{
|
||||
"code": "DZ-36",
|
||||
"name": "El Tarf"
|
||||
},
|
||||
{
|
||||
"code": "DZ-37",
|
||||
"name": "Tindouf"
|
||||
},
|
||||
{
|
||||
"code": "DZ-38",
|
||||
"name": "Tissemsilt"
|
||||
},
|
||||
{
|
||||
"code": "DZ-39",
|
||||
"name": "El Oued"
|
||||
},
|
||||
{
|
||||
"code": "DZ-40",
|
||||
"name": "Khenchela"
|
||||
},
|
||||
{
|
||||
"code": "DZ-41",
|
||||
"name": "Souk Ahras"
|
||||
},
|
||||
{
|
||||
"code": "DZ-42",
|
||||
"name": "Tipasa"
|
||||
},
|
||||
{
|
||||
"code": "DZ-43",
|
||||
"name": "Mila"
|
||||
},
|
||||
{
|
||||
"code": "DZ-44",
|
||||
"name": "Aïn Defla"
|
||||
},
|
||||
{
|
||||
"code": "DZ-45",
|
||||
"name": "Naama"
|
||||
},
|
||||
{
|
||||
"code": "DZ-46",
|
||||
"name": "Aïn Témouchent"
|
||||
},
|
||||
{
|
||||
"code": "DZ-47",
|
||||
"name": "Ghardaïa"
|
||||
},
|
||||
{
|
||||
"code": "DZ-48",
|
||||
"name": "Relizane"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/dz"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,114 @@
|
|||
{
|
||||
"code": "EC",
|
||||
"name": "Ecuador",
|
||||
"states": [
|
||||
{
|
||||
"code": "EC-A",
|
||||
"name": "Azuay"
|
||||
},
|
||||
{
|
||||
"code": "EC-B",
|
||||
"name": "Bolívar"
|
||||
},
|
||||
{
|
||||
"code": "EC-F",
|
||||
"name": "Cañar"
|
||||
},
|
||||
{
|
||||
"code": "EC-C",
|
||||
"name": "Carchi"
|
||||
},
|
||||
{
|
||||
"code": "EC-H",
|
||||
"name": "Chimborazo"
|
||||
},
|
||||
{
|
||||
"code": "EC-X",
|
||||
"name": "Cotopaxi"
|
||||
},
|
||||
{
|
||||
"code": "EC-O",
|
||||
"name": "El Oro"
|
||||
},
|
||||
{
|
||||
"code": "EC-E",
|
||||
"name": "Esmeraldas"
|
||||
},
|
||||
{
|
||||
"code": "EC-W",
|
||||
"name": "Galápagos"
|
||||
},
|
||||
{
|
||||
"code": "EC-G",
|
||||
"name": "Guayas"
|
||||
},
|
||||
{
|
||||
"code": "EC-I",
|
||||
"name": "Imbabura"
|
||||
},
|
||||
{
|
||||
"code": "EC-L",
|
||||
"name": "Loja"
|
||||
},
|
||||
{
|
||||
"code": "EC-R",
|
||||
"name": "Los Ríos"
|
||||
},
|
||||
{
|
||||
"code": "EC-M",
|
||||
"name": "Manabí"
|
||||
},
|
||||
{
|
||||
"code": "EC-S",
|
||||
"name": "Morona-Santiago"
|
||||
},
|
||||
{
|
||||
"code": "EC-N",
|
||||
"name": "Napo"
|
||||
},
|
||||
{
|
||||
"code": "EC-D",
|
||||
"name": "Orellana"
|
||||
},
|
||||
{
|
||||
"code": "EC-Y",
|
||||
"name": "Pastaza"
|
||||
},
|
||||
{
|
||||
"code": "EC-P",
|
||||
"name": "Pichincha"
|
||||
},
|
||||
{
|
||||
"code": "EC-SE",
|
||||
"name": "Santa Elena"
|
||||
},
|
||||
{
|
||||
"code": "EC-SD",
|
||||
"name": "Santo Domingo de los Tsáchilas"
|
||||
},
|
||||
{
|
||||
"code": "EC-U",
|
||||
"name": "Sucumbíos"
|
||||
},
|
||||
{
|
||||
"code": "EC-T",
|
||||
"name": "Tungurahua"
|
||||
},
|
||||
{
|
||||
"code": "EC-Z",
|
||||
"name": "Zamora-Chinchipe"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ec"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "EE",
|
||||
"name": "Estonia",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ee"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,126 @@
|
|||
{
|
||||
"code": "EG",
|
||||
"name": "Egypt",
|
||||
"states": [
|
||||
{
|
||||
"code": "EGALX",
|
||||
"name": "Alexandria"
|
||||
},
|
||||
{
|
||||
"code": "EGASN",
|
||||
"name": "Aswan"
|
||||
},
|
||||
{
|
||||
"code": "EGAST",
|
||||
"name": "Asyut"
|
||||
},
|
||||
{
|
||||
"code": "EGBA",
|
||||
"name": "Red Sea"
|
||||
},
|
||||
{
|
||||
"code": "EGBH",
|
||||
"name": "Beheira"
|
||||
},
|
||||
{
|
||||
"code": "EGBNS",
|
||||
"name": "Beni Suef"
|
||||
},
|
||||
{
|
||||
"code": "EGC",
|
||||
"name": "Cairo"
|
||||
},
|
||||
{
|
||||
"code": "EGDK",
|
||||
"name": "Dakahlia"
|
||||
},
|
||||
{
|
||||
"code": "EGDT",
|
||||
"name": "Damietta"
|
||||
},
|
||||
{
|
||||
"code": "EGFYM",
|
||||
"name": "Faiyum"
|
||||
},
|
||||
{
|
||||
"code": "EGGH",
|
||||
"name": "Gharbia"
|
||||
},
|
||||
{
|
||||
"code": "EGGZ",
|
||||
"name": "Giza"
|
||||
},
|
||||
{
|
||||
"code": "EGIS",
|
||||
"name": "Ismailia"
|
||||
},
|
||||
{
|
||||
"code": "EGJS",
|
||||
"name": "South Sinai"
|
||||
},
|
||||
{
|
||||
"code": "EGKB",
|
||||
"name": "Qalyubia"
|
||||
},
|
||||
{
|
||||
"code": "EGKFS",
|
||||
"name": "Kafr el-Sheikh"
|
||||
},
|
||||
{
|
||||
"code": "EGKN",
|
||||
"name": "Qena"
|
||||
},
|
||||
{
|
||||
"code": "EGLX",
|
||||
"name": "Luxor"
|
||||
},
|
||||
{
|
||||
"code": "EGMN",
|
||||
"name": "Minya"
|
||||
},
|
||||
{
|
||||
"code": "EGMNF",
|
||||
"name": "Monufia"
|
||||
},
|
||||
{
|
||||
"code": "EGMT",
|
||||
"name": "Matrouh"
|
||||
},
|
||||
{
|
||||
"code": "EGPTS",
|
||||
"name": "Port Said"
|
||||
},
|
||||
{
|
||||
"code": "EGSHG",
|
||||
"name": "Sohag"
|
||||
},
|
||||
{
|
||||
"code": "EGSHR",
|
||||
"name": "Al Sharqia"
|
||||
},
|
||||
{
|
||||
"code": "EGSIN",
|
||||
"name": "North Sinai"
|
||||
},
|
||||
{
|
||||
"code": "EGSUZ",
|
||||
"name": "Suez"
|
||||
},
|
||||
{
|
||||
"code": "EGWAD",
|
||||
"name": "New Valley"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/eg"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "EH",
|
||||
"name": "Western Sahara",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/eh"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "ER",
|
||||
"name": "Eritrea",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/er"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,226 @@
|
|||
{
|
||||
"code": "ES",
|
||||
"name": "Spain",
|
||||
"states": [
|
||||
{
|
||||
"code": "C",
|
||||
"name": "A Coruña"
|
||||
},
|
||||
{
|
||||
"code": "VI",
|
||||
"name": "Araba/Álava"
|
||||
},
|
||||
{
|
||||
"code": "AB",
|
||||
"name": "Albacete"
|
||||
},
|
||||
{
|
||||
"code": "A",
|
||||
"name": "Alicante"
|
||||
},
|
||||
{
|
||||
"code": "AL",
|
||||
"name": "Almería"
|
||||
},
|
||||
{
|
||||
"code": "O",
|
||||
"name": "Asturias"
|
||||
},
|
||||
{
|
||||
"code": "AV",
|
||||
"name": "Ávila"
|
||||
},
|
||||
{
|
||||
"code": "BA",
|
||||
"name": "Badajoz"
|
||||
},
|
||||
{
|
||||
"code": "PM",
|
||||
"name": "Baleares"
|
||||
},
|
||||
{
|
||||
"code": "B",
|
||||
"name": "Barcelona"
|
||||
},
|
||||
{
|
||||
"code": "BU",
|
||||
"name": "Burgos"
|
||||
},
|
||||
{
|
||||
"code": "CC",
|
||||
"name": "Cáceres"
|
||||
},
|
||||
{
|
||||
"code": "CA",
|
||||
"name": "Cádiz"
|
||||
},
|
||||
{
|
||||
"code": "S",
|
||||
"name": "Cantabria"
|
||||
},
|
||||
{
|
||||
"code": "CS",
|
||||
"name": "Castellón"
|
||||
},
|
||||
{
|
||||
"code": "CE",
|
||||
"name": "Ceuta"
|
||||
},
|
||||
{
|
||||
"code": "CR",
|
||||
"name": "Ciudad Real"
|
||||
},
|
||||
{
|
||||
"code": "CO",
|
||||
"name": "Córdoba"
|
||||
},
|
||||
{
|
||||
"code": "CU",
|
||||
"name": "Cuenca"
|
||||
},
|
||||
{
|
||||
"code": "GI",
|
||||
"name": "Girona"
|
||||
},
|
||||
{
|
||||
"code": "GR",
|
||||
"name": "Granada"
|
||||
},
|
||||
{
|
||||
"code": "GU",
|
||||
"name": "Guadalajara"
|
||||
},
|
||||
{
|
||||
"code": "SS",
|
||||
"name": "Gipuzkoa"
|
||||
},
|
||||
{
|
||||
"code": "H",
|
||||
"name": "Huelva"
|
||||
},
|
||||
{
|
||||
"code": "HU",
|
||||
"name": "Huesca"
|
||||
},
|
||||
{
|
||||
"code": "J",
|
||||
"name": "Jaén"
|
||||
},
|
||||
{
|
||||
"code": "LO",
|
||||
"name": "La Rioja"
|
||||
},
|
||||
{
|
||||
"code": "GC",
|
||||
"name": "Las Palmas"
|
||||
},
|
||||
{
|
||||
"code": "LE",
|
||||
"name": "León"
|
||||
},
|
||||
{
|
||||
"code": "L",
|
||||
"name": "Lleida"
|
||||
},
|
||||
{
|
||||
"code": "LU",
|
||||
"name": "Lugo"
|
||||
},
|
||||
{
|
||||
"code": "M",
|
||||
"name": "Madrid"
|
||||
},
|
||||
{
|
||||
"code": "MA",
|
||||
"name": "Málaga"
|
||||
},
|
||||
{
|
||||
"code": "ML",
|
||||
"name": "Melilla"
|
||||
},
|
||||
{
|
||||
"code": "MU",
|
||||
"name": "Murcia"
|
||||
},
|
||||
{
|
||||
"code": "NA",
|
||||
"name": "Navarra"
|
||||
},
|
||||
{
|
||||
"code": "OR",
|
||||
"name": "Ourense"
|
||||
},
|
||||
{
|
||||
"code": "P",
|
||||
"name": "Palencia"
|
||||
},
|
||||
{
|
||||
"code": "PO",
|
||||
"name": "Pontevedra"
|
||||
},
|
||||
{
|
||||
"code": "SA",
|
||||
"name": "Salamanca"
|
||||
},
|
||||
{
|
||||
"code": "TF",
|
||||
"name": "Santa Cruz de Tenerife"
|
||||
},
|
||||
{
|
||||
"code": "SG",
|
||||
"name": "Segovia"
|
||||
},
|
||||
{
|
||||
"code": "SE",
|
||||
"name": "Sevilla"
|
||||
},
|
||||
{
|
||||
"code": "SO",
|
||||
"name": "Soria"
|
||||
},
|
||||
{
|
||||
"code": "T",
|
||||
"name": "Tarragona"
|
||||
},
|
||||
{
|
||||
"code": "TE",
|
||||
"name": "Teruel"
|
||||
},
|
||||
{
|
||||
"code": "TO",
|
||||
"name": "Toledo"
|
||||
},
|
||||
{
|
||||
"code": "V",
|
||||
"name": "Valencia"
|
||||
},
|
||||
{
|
||||
"code": "VA",
|
||||
"name": "Valladolid"
|
||||
},
|
||||
{
|
||||
"code": "BI",
|
||||
"name": "Biscay"
|
||||
},
|
||||
{
|
||||
"code": "ZA",
|
||||
"name": "Zamora"
|
||||
},
|
||||
{
|
||||
"code": "Z",
|
||||
"name": "Zaragoza"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/es"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "ET",
|
||||
"name": "Ethiopia",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/et"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "FI",
|
||||
"name": "Finland",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/fi"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "FJ",
|
||||
"name": "Fiji",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/fj"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "FK",
|
||||
"name": "Falkland Islands",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/fk"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "FM",
|
||||
"name": "Micronesia",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/fm"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "FO",
|
||||
"name": "Faroe Islands",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/fo"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "FR",
|
||||
"name": "France",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/fr"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GA",
|
||||
"name": "Gabon",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ga"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GB",
|
||||
"name": "United Kingdom (UK)",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gb"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GD",
|
||||
"name": "Grenada",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gd"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GE",
|
||||
"name": "Georgia",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ge"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GF",
|
||||
"name": "French Guiana",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gf"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GG",
|
||||
"name": "Guernsey",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gg"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"code": "GH",
|
||||
"name": "Ghana",
|
||||
"states": [
|
||||
{
|
||||
"code": "AF",
|
||||
"name": "Ahafo"
|
||||
},
|
||||
{
|
||||
"code": "AH",
|
||||
"name": "Ashanti"
|
||||
},
|
||||
{
|
||||
"code": "BA",
|
||||
"name": "Brong-Ahafo"
|
||||
},
|
||||
{
|
||||
"code": "BO",
|
||||
"name": "Bono"
|
||||
},
|
||||
{
|
||||
"code": "BE",
|
||||
"name": "Bono East"
|
||||
},
|
||||
{
|
||||
"code": "CP",
|
||||
"name": "Central"
|
||||
},
|
||||
{
|
||||
"code": "EP",
|
||||
"name": "Eastern"
|
||||
},
|
||||
{
|
||||
"code": "AA",
|
||||
"name": "Greater Accra"
|
||||
},
|
||||
{
|
||||
"code": "NE",
|
||||
"name": "North East"
|
||||
},
|
||||
{
|
||||
"code": "NP",
|
||||
"name": "Northern"
|
||||
},
|
||||
{
|
||||
"code": "OT",
|
||||
"name": "Oti"
|
||||
},
|
||||
{
|
||||
"code": "SV",
|
||||
"name": "Savannah"
|
||||
},
|
||||
{
|
||||
"code": "UE",
|
||||
"name": "Upper East"
|
||||
},
|
||||
{
|
||||
"code": "UW",
|
||||
"name": "Upper West"
|
||||
},
|
||||
{
|
||||
"code": "TV",
|
||||
"name": "Volta"
|
||||
},
|
||||
{
|
||||
"code": "WP",
|
||||
"name": "Western"
|
||||
},
|
||||
{
|
||||
"code": "WN",
|
||||
"name": "Western North"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gh"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GI",
|
||||
"name": "Gibraltar",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gi"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GL",
|
||||
"name": "Greenland",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gl"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GM",
|
||||
"name": "Gambia",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gm"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GN",
|
||||
"name": "Guinea",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gn"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GP",
|
||||
"name": "Guadeloupe",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gp"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GQ",
|
||||
"name": "Equatorial Guinea",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gq"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"code": "GR",
|
||||
"name": "Greece",
|
||||
"states": [
|
||||
{
|
||||
"code": "I",
|
||||
"name": "Attica"
|
||||
},
|
||||
{
|
||||
"code": "A",
|
||||
"name": "East Macedonia and Thrace"
|
||||
},
|
||||
{
|
||||
"code": "B",
|
||||
"name": "Central Macedonia"
|
||||
},
|
||||
{
|
||||
"code": "C",
|
||||
"name": "West Macedonia"
|
||||
},
|
||||
{
|
||||
"code": "D",
|
||||
"name": "Epirus"
|
||||
},
|
||||
{
|
||||
"code": "E",
|
||||
"name": "Thessaly"
|
||||
},
|
||||
{
|
||||
"code": "F",
|
||||
"name": "Ionian Islands"
|
||||
},
|
||||
{
|
||||
"code": "G",
|
||||
"name": "West Greece"
|
||||
},
|
||||
{
|
||||
"code": "H",
|
||||
"name": "Central Greece"
|
||||
},
|
||||
{
|
||||
"code": "J",
|
||||
"name": "Peloponnese"
|
||||
},
|
||||
{
|
||||
"code": "K",
|
||||
"name": "North Aegean"
|
||||
},
|
||||
{
|
||||
"code": "L",
|
||||
"name": "South Aegean"
|
||||
},
|
||||
{
|
||||
"code": "M",
|
||||
"name": "Crete"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gr"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GS",
|
||||
"name": "South Georgia/Sandwich Islands",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gs"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,106 @@
|
|||
{
|
||||
"code": "GT",
|
||||
"name": "Guatemala",
|
||||
"states": [
|
||||
{
|
||||
"code": "GT-AV",
|
||||
"name": "Alta Verapaz"
|
||||
},
|
||||
{
|
||||
"code": "GT-BV",
|
||||
"name": "Baja Verapaz"
|
||||
},
|
||||
{
|
||||
"code": "GT-CM",
|
||||
"name": "Chimaltenango"
|
||||
},
|
||||
{
|
||||
"code": "GT-CQ",
|
||||
"name": "Chiquimula"
|
||||
},
|
||||
{
|
||||
"code": "GT-PR",
|
||||
"name": "El Progreso"
|
||||
},
|
||||
{
|
||||
"code": "GT-ES",
|
||||
"name": "Escuintla"
|
||||
},
|
||||
{
|
||||
"code": "GT-GU",
|
||||
"name": "Guatemala"
|
||||
},
|
||||
{
|
||||
"code": "GT-HU",
|
||||
"name": "Huehuetenango"
|
||||
},
|
||||
{
|
||||
"code": "GT-IZ",
|
||||
"name": "Izabal"
|
||||
},
|
||||
{
|
||||
"code": "GT-JA",
|
||||
"name": "Jalapa"
|
||||
},
|
||||
{
|
||||
"code": "GT-JU",
|
||||
"name": "Jutiapa"
|
||||
},
|
||||
{
|
||||
"code": "GT-PE",
|
||||
"name": "Petén"
|
||||
},
|
||||
{
|
||||
"code": "GT-QZ",
|
||||
"name": "Quetzaltenango"
|
||||
},
|
||||
{
|
||||
"code": "GT-QC",
|
||||
"name": "Quiché"
|
||||
},
|
||||
{
|
||||
"code": "GT-RE",
|
||||
"name": "Retalhuleu"
|
||||
},
|
||||
{
|
||||
"code": "GT-SA",
|
||||
"name": "Sacatepéquez"
|
||||
},
|
||||
{
|
||||
"code": "GT-SM",
|
||||
"name": "San Marcos"
|
||||
},
|
||||
{
|
||||
"code": "GT-SR",
|
||||
"name": "Santa Rosa"
|
||||
},
|
||||
{
|
||||
"code": "GT-SO",
|
||||
"name": "Sololá"
|
||||
},
|
||||
{
|
||||
"code": "GT-SU",
|
||||
"name": "Suchitepéquez"
|
||||
},
|
||||
{
|
||||
"code": "GT-TO",
|
||||
"name": "Totonicapán"
|
||||
},
|
||||
{
|
||||
"code": "GT-ZA",
|
||||
"name": "Zacapa"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gt"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GU",
|
||||
"name": "Guam",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gu"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GW",
|
||||
"name": "Guinea-Bissau",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gw"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "GY",
|
||||
"name": "Guyana",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/gy"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"code": "HK",
|
||||
"name": "Hong Kong",
|
||||
"states": [
|
||||
{
|
||||
"code": "HONG KONG",
|
||||
"name": "Hong Kong Island"
|
||||
},
|
||||
{
|
||||
"code": "KOWLOON",
|
||||
"name": "Kowloon"
|
||||
},
|
||||
{
|
||||
"code": "NEW TERRITORIES",
|
||||
"name": "New Territories"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/hk"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "HM",
|
||||
"name": "Heard Island and McDonald Islands",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/hm"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"code": "HN",
|
||||
"name": "Honduras",
|
||||
"states": [
|
||||
{
|
||||
"code": "HN-AT",
|
||||
"name": "Atlántida"
|
||||
},
|
||||
{
|
||||
"code": "HN-IB",
|
||||
"name": "Bay Islands"
|
||||
},
|
||||
{
|
||||
"code": "HN-CH",
|
||||
"name": "Choluteca"
|
||||
},
|
||||
{
|
||||
"code": "HN-CL",
|
||||
"name": "Colón"
|
||||
},
|
||||
{
|
||||
"code": "HN-CM",
|
||||
"name": "Comayagua"
|
||||
},
|
||||
{
|
||||
"code": "HN-CP",
|
||||
"name": "Copán"
|
||||
},
|
||||
{
|
||||
"code": "HN-CR",
|
||||
"name": "Cortés"
|
||||
},
|
||||
{
|
||||
"code": "HN-EP",
|
||||
"name": "El Paraíso"
|
||||
},
|
||||
{
|
||||
"code": "HN-FM",
|
||||
"name": "Francisco Morazán"
|
||||
},
|
||||
{
|
||||
"code": "HN-GD",
|
||||
"name": "Gracias a Dios"
|
||||
},
|
||||
{
|
||||
"code": "HN-IN",
|
||||
"name": "Intibucá"
|
||||
},
|
||||
{
|
||||
"code": "HN-LE",
|
||||
"name": "Lempira"
|
||||
},
|
||||
{
|
||||
"code": "HN-LP",
|
||||
"name": "La Paz"
|
||||
},
|
||||
{
|
||||
"code": "HN-OC",
|
||||
"name": "Ocotepeque"
|
||||
},
|
||||
{
|
||||
"code": "HN-OL",
|
||||
"name": "Olancho"
|
||||
},
|
||||
{
|
||||
"code": "HN-SB",
|
||||
"name": "Santa Bárbara"
|
||||
},
|
||||
{
|
||||
"code": "HN-VA",
|
||||
"name": "Valle"
|
||||
},
|
||||
{
|
||||
"code": "HN-YO",
|
||||
"name": "Yoro"
|
||||
}
|
||||
],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/hn"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "HR",
|
||||
"name": "Croatia",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/hr"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"code": "HT",
|
||||
"name": "Haiti",
|
||||
"states": [],
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries/ht"
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "http://localhost:8086/wp-json/wc/v3/data/countries"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue