departamentos.json
1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"1": {
"id": 1,
"nombre": "Asunción"
},
"2": {
"id": 2,
"nombre": "Alto Paraguay"
},
"3": {
"id": 3,
"nombre": "Alto Paraná"
},
"4": {
"id": 4,
"nombre": "Amambay"
},
"5": {
"id": 5,
"nombre": "Boquerón"
},
"6": {
"id": 6,
"nombre": "Caaguazú"
},
"7": {
"id": 7,
"nombre": "Caazapa"
},
"8": {
"id": 8,
"nombre": "Canindeyu"
},
"9": {
"id": 9,
"nombre": "Central"
},
"10": {
"id": 10,
"nombre": "Concepción"
},
"11": {
"id": 11,
"nombre": "Cordillera"
},
"12": {
"id": 12,
"nombre": "Guaira"
},
"13": {
"id": 13,
"nombre": "Itapua"
},
"14": {
"id": 14,
"nombre": "Misiones"
},
"15": {
"id": 15,
"nombre": "Ñeembucu"
},
"16": {
"id": 16,
"nombre": "Paraguari"
},
"17": {
"id": 17,
"nombre": "Presidente Hayes"
},
"18": {
"id": 18,
"nombre": "San Pedro"
},
"19": {
"id": 19,
"nombre": "Desde el Exterior"
}
}