-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathregion.json
104 lines (104 loc) · 2.21 KB
/
region.json
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[
{
"id": 1,
"psgc_code": "010000000",
"region_name": "Region I (Ilocos Region)",
"region_code": "01"
},
{
"id": 2,
"psgc_code": "020000000",
"region_name": "Region II (Cagayan Valley)",
"region_code": "02"
},
{
"id": 3,
"psgc_code": "030000000",
"region_name": "Region III (Central Luzon)",
"region_code": "03"
},
{
"id": 4,
"psgc_code": "040000000",
"region_name": "Region IV-A (CALABARZON)",
"region_code": "04"
},
{
"id": 5,
"psgc_code": "170000000",
"region_name": "Region IV-B (MIMAROPA)",
"region_code": "17"
},
{
"id": 6,
"psgc_code": "050000000",
"region_name": "Region V (Bicol Region)",
"region_code": "05"
},
{
"id": 7,
"psgc_code": "060000000",
"region_name": "Region VI (Western Visayas)",
"region_code": "06"
},
{
"id": 8,
"psgc_code": "070000000",
"region_name": "Region VII (Central Visayas)",
"region_code": "07"
},
{
"id": 9,
"psgc_code": "080000000",
"region_name": "Region VIII (Eastern Visayas)",
"region_code": "08"
},
{
"id": 10,
"psgc_code": "090000000",
"region_name": "Region IX (Zamboanga Peninzula)",
"region_code": "09"
},
{
"id": 11,
"psgc_code": "100000000",
"region_name": "Region X (Northern Mindanao)",
"region_code": "10"
},
{
"id": 12,
"psgc_code": "110000000",
"region_name": "Region XI (Davao Region)",
"region_code": "11"
},
{
"id": 13,
"psgc_code": "120000000",
"region_name": "Region XII (SOCCSKSARGEN)",
"region_code": "12"
},
{
"id": 14,
"psgc_code": "130000000",
"region_name": "National Capital Region (NCR)",
"region_code": "13"
},
{
"id": 15,
"psgc_code": "140000000",
"region_name": "Cordillera Administrative Region (CAR)",
"region_code": "14"
},
{
"id": 16,
"psgc_code": "150000000",
"region_name": "Autonomous Region in Muslim Mindanao (ARMM)",
"region_code": "15"
},
{
"id": 17,
"psgc_code": "160000000",
"region_name": "Region XIII (Caraga)",
"region_code": "16"
}
]