-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathen.json
executable file
·51 lines (51 loc) · 937 Bytes
/
en.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
[
{
"id": 1,
"name": "Province No. 1",
"area_sq_km": "25906",
"website": "https://p1.gov.np/",
"headquarter": "Biratnagar"
},
{
"id": 2,
"name": "Province No. 2",
"area_sq_km": "9661",
"website": "https://p2.gov.np/",
"headquarter": "Janakpur"
},
{
"id": 3,
"name": "Bagmati",
"area_sq_km": "20300",
"website": "https://p3.gov.np/",
"headquarter": "Hetauda"
},
{
"id": 4,
"name": "Gandaki",
"area_sq_km": "21856",
"website": "https://gandaki.gov.np/",
"headquarter": "Pokhara"
},
{
"id": 5,
"name": "Lumbini",
"area_sq_km": "19707",
"website": "https://dccdang.gov.np/",
"headquarter": "Deukhuri"
},
{
"id": 6,
"name": "Karnali",
"area_sq_km": "30213",
"website": "https://karnali.gov.np/",
"headquarter": "Birendranagar"
},
{
"id": 7,
"name": "Sudur Paschimanchal",
"area_sq_km": "19539",
"website": "https://p7.gov.np/",
"headquarter": "Godawari"
}
]