├── district ├── 14 │ └── 14.json ├── 15 │ └── 15.json ├── 17 │ └── 17.json ├── 18 │ └── 18.json ├── 19 │ └── 19.json ├── 21 │ └── 21.json ├── 31 │ └── 31.json ├── 34 │ └── 34.json ├── 36 │ └── 36.json ├── 51 │ └── 51.json ├── 52 │ └── 52.json ├── 61 │ └── 61.json ├── 62 │ └── 62.json ├── 63 │ └── 63.json ├── 64 │ └── 64.json ├── 65 │ └── 65.json ├── 71 │ └── 71.json ├── 72 │ └── 72.json ├── 75 │ └── 75.json ├── 76 │ └── 76.json ├── 81 │ └── 81.json ├── 82 │ └── 82.json ├── 91 │ └── 91.json ├── 92 │ └── 92.json ├── 93 │ └── 93.json ├── 94 │ └── 94.json ├── 95 │ └── 95.json └── 96 │ └── 96.json ├── script ├── run.sh ├── scrap-pkwkk.py ├── scrap-pkwkp.py └── scrap-district.py ├── README.md ├── pkwkk ├── 11 │ ├── 1172.json │ └── 1173.json ├── 12 │ ├── 1273.json │ └── 1276.json ├── 13 │ ├── 1372.json │ ├── 1374.json │ ├── 1375.json │ ├── 1373.json │ └── 1377.json ├── 16 │ └── 1672.json ├── 18 │ └── 1872.json ├── 19 │ └── 1902.json ├── 21 │ └── 2172.json ├── 32 │ ├── 3277.json │ └── 3279.json ├── 33 │ ├── 3371.json │ ├── 3375.json │ ├── 3373.json │ ├── 3376.json │ └── 3372.json ├── 34 │ └── 34.json ├── 35 │ ├── 3576.json │ ├── 3572.json │ ├── 3571.json │ ├── 3577.json │ ├── 3579.json │ └── 3575.json ├── 51 │ ├── 5171.json │ ├── 5105.json │ ├── 5106.json │ └── 5101.json ├── 52 │ └── 5272.json ├── 61 │ └── 6172.json ├── 62 │ ├── 6208.json │ └── 6271.json ├── 63 │ └── 6372.json ├── 64 │ ├── 6474.json │ ├── 6409.json │ └── 6411.json ├── 65 │ ├── 6571.json │ ├── 65.json │ └── 6504.json ├── 71 │ ├── 7174.json │ └── 7173.json ├── 73 │ └── 7372.json ├── 76 │ └── 7606.json ├── 91 │ └── 9119.json ├── 93 │ └── 93.json ├── 94 │ └── 9408.json └── 95 │ ├── 9505.json │ └── 9506.json └── pkwkp ├── 11 ├── 1172.json ├── 1173.json ├── 1174.json └── 1175.json ├── 12 ├── 1273.json ├── 1276.json ├── 1275.json └── 1222.json ├── 13 ├── 1372.json ├── 1374.json ├── 1375.json ├── 1373.json ├── 1377.json └── 1376.json ├── 16 └── 1672.json ├── 18 └── 1872.json ├── 19 └── 1902.json ├── 21 └── 2172.json ├── 31 └── 3101.json ├── 32 ├── 3277.json └── 3279.json ├── 33 ├── 3371.json ├── 3373.json ├── 3376.json ├── 3375.json └── 3372.json ├── 35 ├── 3572.json ├── 3576.json ├── 3577.json ├── 3571.json ├── 3579.json ├── 3575.json └── 3574.json ├── 51 ├── 5105.json ├── 5106.json ├── 5171.json └── 5101.json ├── 52 └── 5272.json ├── 61 └── 6172.json ├── 63 ├── 6372.json └── 6371.json ├── 64 ├── 6474.json ├── 6409.json └── 6411.json ├── 65 ├── 6571.json └── 6504.json ├── 71 └── 7174.json ├── 73 └── 7372.json ├── 81 └── 8172.json ├── 91 ├── 9119.json └── 9171.json ├── 93 └── 93.json ├── 94 └── 9408.json └── 95 ├── 9505.json └── 9506.json /district/93/93.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "ASMAT", 4 | "id": 191533, 5 | "kode": "9304", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "BOVEN DIGOEL", 10 | "id": 191531, 11 | "kode": "9302", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "MAPPI", 16 | "id": 191532, 17 | "kode": "9303", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "MERAUKE", 22 | "id": 177622, 23 | "kode": "9301", 24 | "tingkat": 2 25 | } 26 | ] -------------------------------------------------------------------------------- /district/65/65.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BULUNGAN", 4 | "id": 168175, 5 | "kode": "6501", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "KOTA TARAKAN", 10 | "id": 168683, 11 | "kode": "6571", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "MALINAU", 16 | "id": 191459, 17 | "kode": "6502", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "NUNUKAN", 22 | "id": 191460, 23 | "kode": "6503", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "TANA TIDUNG", 28 | "id": 191461, 29 | "kode": "6504", 30 | "tingkat": 2 31 | } 32 | ] -------------------------------------------------------------------------------- /district/34/34.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BANTUL", 4 | "id": 191327, 5 | "kode": "3402", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "GUNUNGKIDUL", 10 | "id": 191328, 11 | "kode": "3403", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "KOTA YOGYAKARTA", 16 | "id": 191330, 17 | "kode": "3471", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "KULON PROGO", 22 | "id": 143631, 23 | "kode": "3401", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "SLEMAN", 28 | "id": 191329, 29 | "kode": "3404", 30 | "tingkat": 2 31 | } 32 | ] -------------------------------------------------------------------------------- /script/run.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | echo "Starting data scraping process..." 4 | 5 | # Run pkwkp scraper 6 | echo "Scraping PKWKP data..." 7 | python3 scrap-pkwkp.py 8 | 9 | # Run pkwkp district scraper 10 | echo "Scraping PKWKP district data..." 11 | python3 scrap-pkwkp-district.py 12 | 13 | # Run pkwkk scraper 14 | echo "Scraping PKWKK data..." 15 | python3 scrap-pkwkk.py 16 | 17 | # Run pkwkk district scraper 18 | echo "Scraping PKWKK district data..." 19 | python3 scrap-pkwkk-district.py 20 | 21 | # Run compiler 22 | echo "Compiling data..." 23 | python3 compiler.py 24 | 25 | echo "All scraping tasks completed!" 26 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Scraping Data Pilkada 2024 2 | 3 | ## How to Use 4 | 1. Make sure you have the `province.json` file in the `script` directory 5 | 2. Run the script by using `python .py` 6 | 7 | ## Data Collected 8 | - [x] Province 9 | - [x] District 10 | - [x] PKWKP (Gubernur) 11 | - [x] PKWKK (Bupati/Walikota) 12 | 13 | ## Folder Data Structure 14 | - `pkwkp` 15 | - `kode_provinsi` 16 | - `kode_provinsi.json` 17 | - `kode_provinsi_kotakab.json` 18 | 19 | - `pkwkk` 20 | - `0.json` (rekap keseluruhan provinsi) 21 | - `kode_provinsi` 22 | - `kode_provinsi.json` 23 | - `kode_provinsi_kotakab.json` 24 | 25 | - `district` 26 | - `kode_provinsi` 27 | - `kode_provinsi.json` 28 | 29 | -------------------------------------------------------------------------------- /district/76/76.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "MAJENE", 4 | "id": 191529, 5 | "kode": "7605", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "MAMASA", 10 | "id": 191527, 11 | "kode": "7603", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "MAMUJU", 16 | "id": 191526, 17 | "kode": "7602", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "MAMUJU TENGAH", 22 | "id": 191530, 23 | "kode": "7606", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "PASANGKAYU", 28 | "id": 191525, 29 | "kode": "7601", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "POLEWALI MANDAR", 34 | "id": 191528, 35 | "kode": "7604", 36 | "tingkat": 2 37 | } 38 | ] -------------------------------------------------------------------------------- /district/96/96.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "KOTA SORONG", 4 | "id": 191586, 5 | "kode": "9671", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "MAYBRAT", 10 | "id": 191585, 11 | "kode": "9605", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "RAJA AMPAT", 16 | "id": 191583, 17 | "kode": "9603", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "SORONG", 22 | "id": 189958, 23 | "kode": "9601", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "SORONG SELATAN", 28 | "id": 191582, 29 | "kode": "9602", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "TAMBRAUW", 34 | "id": 191584, 35 | "kode": "9604", 36 | "tingkat": 2 37 | } 38 | ] -------------------------------------------------------------------------------- /district/75/75.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BOALEMO", 4 | "id": 191145, 5 | "kode": "7502", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "BONE BOLANGO", 10 | "id": 191146, 11 | "kode": "7503", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "GORONTALO", 16 | "id": 178815, 17 | "kode": "7501", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "GORONTALO UTARA", 22 | "id": 191148, 23 | "kode": "7505", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "KOTA GORONTALO", 28 | "id": 191149, 29 | "kode": "7571", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "POHUWATO", 34 | "id": 191147, 35 | "kode": "7504", 36 | "tingkat": 2 37 | } 38 | ] -------------------------------------------------------------------------------- /district/31/31.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "KEPULAUAN SERIBU", 4 | "id": 127558, 5 | "kode": "3101", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "KOTA JAKARTA BARAT", 10 | "id": 191267, 11 | "kode": "3173", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "KOTA JAKARTA PUSAT", 16 | "id": 191265, 17 | "kode": "3171", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "KOTA JAKARTA SELATAN", 22 | "id": 191268, 23 | "kode": "3174", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "KOTA JAKARTA TIMUR", 28 | "id": 191269, 29 | "kode": "3175", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "KOTA JAKARTA UTARA", 34 | "id": 191266, 35 | "kode": "3172", 36 | "tingkat": 2 37 | } 38 | ] -------------------------------------------------------------------------------- /district/21/21.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BINTAN", 4 | "id": 121936, 5 | "kode": "2101", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "KARIMUN", 10 | "id": 191231, 11 | "kode": "2102", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "KEPULAUAN ANAMBAS", 16 | "id": 191234, 17 | "kode": "2105", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "KOTA BATAM", 22 | "id": 191230, 23 | "kode": "2171", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "KOTA TANJUNG PINANG", 28 | "id": 127557, 29 | "kode": "2172", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "LINGGA", 34 | "id": 191233, 35 | "kode": "2104", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "NATUNA", 40 | "id": 191232, 41 | "kode": "2103", 42 | "tingkat": 2 43 | } 44 | ] -------------------------------------------------------------------------------- /district/19/19.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BANGKA", 4 | "id": 126661, 5 | "kode": "1901", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "BANGKA BARAT", 10 | "id": 191262, 11 | "kode": "1905", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "BANGKA SELATAN", 16 | "id": 191260, 17 | "kode": "1903", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "BANGKA TENGAH", 22 | "id": 191261, 23 | "kode": "1904", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "BELITUNG", 28 | "id": 191259, 29 | "kode": "1902", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "BELITUNG TIMUR", 34 | "id": 191263, 35 | "kode": "1906", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "KOTA PANGKAL PINANG", 40 | "id": 191264, 41 | "kode": "1971", 42 | "tingkat": 2 43 | } 44 | ] -------------------------------------------------------------------------------- /district/92/92.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "FAK FAK", 4 | "id": 191562, 5 | "kode": "9203", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "KAIMANA", 10 | "id": 191565, 11 | "kode": "9208", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "MANOKWARI", 16 | "id": 184069, 17 | "kode": "9202", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "MANOKWARI SELATAN", 22 | "id": 191566, 23 | "kode": "9211", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "PEGUNUNGAN ARFAK", 28 | "id": 191567, 29 | "kode": "9212", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "TELUK BINTUNI", 34 | "id": 191563, 35 | "kode": "9206", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "TELUK WONDAMA", 40 | "id": 191564, 41 | "kode": "9207", 42 | "tingkat": 2 43 | } 44 | ] -------------------------------------------------------------------------------- /district/94/94.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "DEIYAI", 4 | "id": 191574, 5 | "kode": "9408", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "DOGIYAI", 10 | "id": 191572, 11 | "kode": "9406", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "INTAN JAYA", 16 | "id": 191573, 17 | "kode": "9407", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "MIMIKA", 22 | "id": 191570, 23 | "kode": "9404", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "NABIRE", 28 | "id": 185797, 29 | "kode": "9401", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "PANIAI", 34 | "id": 191569, 35 | "kode": "9403", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "PUNCAK", 40 | "id": 191571, 41 | "kode": "9405", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "PUNCAK JAYA", 46 | "id": 191568, 47 | "kode": "9402", 48 | "tingkat": 2 49 | } 50 | ] -------------------------------------------------------------------------------- /district/95/95.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "JAYAWIJAYA", 4 | "id": 187122, 5 | "kode": "9501", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "KAB PEGUNUNGAN BINTANG", 10 | "id": 191575, 11 | "kode": "9502", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "LANNY JAYA", 16 | "id": 191580, 17 | "kode": "9507", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "MAMBERAMO TENGAH", 22 | "id": 191578, 23 | "kode": "9505", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "NDUGA", 28 | "id": 191581, 29 | "kode": "9508", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "TOLIKARA", 34 | "id": 191577, 35 | "kode": "9504", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "YAHUKIMO", 40 | "id": 191576, 41 | "kode": "9503", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "YALIMO", 46 | "id": 191579, 47 | "kode": "9506", 48 | "tingkat": 2 49 | } 50 | ] -------------------------------------------------------------------------------- /district/36/36.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "KOTA CILEGON", 4 | "id": 191373, 5 | "kode": "3672", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "KOTA SERANG", 10 | "id": 191374, 11 | "kode": "3673", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "KOTA TANGERANG", 16 | "id": 191368, 17 | "kode": "3671", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "KOTA TANGERANG SELATAN", 22 | "id": 191375, 23 | "kode": "3674", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "LEBAK", 28 | "id": 191370, 29 | "kode": "3602", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "PANDEGLANG", 34 | "id": 191369, 35 | "kode": "3601", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "SERANG", 40 | "id": 191372, 41 | "kode": "3604", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "TANGERANG", 46 | "id": 191371, 47 | "kode": "3603", 48 | "tingkat": 2 49 | } 50 | ] -------------------------------------------------------------------------------- /pkwkk/13/1372.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000311": 17956, 6 | "1000312": 19601, 7 | "progres": { 8 | "total": 118, 9 | "persen": 100.0, 10 | "progres": 118 11 | } 12 | }, 13 | "table": { 14 | "137201": { 15 | "psu": "Reguler", 16 | "1000311": 9707, 17 | "1000312": 11021, 18 | "progres": { 19 | "total": 64, 20 | "persen": 100.0, 21 | "progres": 64 22 | }, 23 | "status_progress": true 24 | }, 25 | "137202": { 26 | "psu": "Reguler", 27 | "1000311": 8249, 28 | "1000312": 8580, 29 | "progres": { 30 | "total": 54, 31 | "persen": 100.0, 32 | "progres": 54 33 | }, 34 | "status_progress": true 35 | } 36 | } 37 | }, 38 | "psu": "Reguler", 39 | "progres": { 40 | "total": 118, 41 | "progres": 118 42 | }, 43 | "ts": "2024-11-27 21:45:00" 44 | } -------------------------------------------------------------------------------- /pkwkp/13/1372.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000005": 30477, 6 | "1000006": 6796, 7 | "progres": { 8 | "total": 118, 9 | "persen": 99.15, 10 | "progres": 117 11 | } 12 | }, 13 | "table": { 14 | "137201": { 15 | "psu": "Reguler", 16 | "1000005": 17199, 17 | "1000006": 3441, 18 | "progres": { 19 | "total": 64, 20 | "persen": 100.0, 21 | "progres": 64 22 | }, 23 | "status_progress": true 24 | }, 25 | "137202": { 26 | "psu": "Reguler", 27 | "1000005": 13278, 28 | "1000006": 3355, 29 | "progres": { 30 | "total": 54, 31 | "persen": 98.15, 32 | "progres": 53 33 | }, 34 | "status_progress": true 35 | } 36 | } 37 | }, 38 | "psu": "Reguler", 39 | "progres": { 40 | "total": 118, 41 | "progres": 117 42 | }, 43 | "ts": "2024-11-27 21:45:00" 44 | } -------------------------------------------------------------------------------- /pkwkp/13/1374.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000005": 24556, 6 | "1000006": 4520, 7 | "progres": { 8 | "total": 96, 9 | "persen": 100.0, 10 | "progres": 96 11 | } 12 | }, 13 | "table": { 14 | "137401": { 15 | "psu": "Reguler", 16 | "1000005": 10993, 17 | "1000006": 2183, 18 | "progres": { 19 | "total": 39, 20 | "persen": 100.0, 21 | "progres": 39 22 | }, 23 | "status_progress": true 24 | }, 25 | "137402": { 26 | "psu": "Reguler", 27 | "1000005": 13563, 28 | "1000006": 2337, 29 | "progres": { 30 | "total": 57, 31 | "persen": 100.0, 32 | "progres": 57 33 | }, 34 | "status_progress": true 35 | } 36 | } 37 | }, 38 | "psu": "Reguler", 39 | "progres": { 40 | "total": 96, 41 | "progres": 96 42 | }, 43 | "ts": "2024-11-27 23:30:00" 44 | } -------------------------------------------------------------------------------- /district/51/51.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BADUNG", 4 | "id": 191402, 5 | "kode": "5103", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "BANGLI", 10 | "id": 191405, 11 | "kode": "5106", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "BULELENG", 16 | "id": 191407, 17 | "kode": "5108", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "GIANYAR", 22 | "id": 191403, 23 | "kode": "5104", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "JEMBRANA", 28 | "id": 155006, 29 | "kode": "5101", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "KARANGASEM", 34 | "id": 191406, 35 | "kode": "5107", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "KLUNGKUNG", 40 | "id": 191404, 41 | "kode": "5105", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "KOTA DENPASAR", 46 | "id": 191408, 47 | "kode": "5171", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "TABANAN", 52 | "id": 191401, 53 | "kode": "5102", 54 | "tingkat": 2 55 | } 56 | ] -------------------------------------------------------------------------------- /district/91/91.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BIAK NUMFOR", 4 | "id": 191555, 5 | "kode": "9106", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "JAYAPURA", 10 | "id": 182979, 11 | "kode": "9103", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "KEEROM", 16 | "id": 191557, 17 | "kode": "9111", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "KEPULAUAN YAPEN", 22 | "id": 191554, 23 | "kode": "9105", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "KOTA JAYAPURA", 28 | "id": 191561, 29 | "kode": "9171", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "MAMBERAMO RAYA", 34 | "id": 191560, 35 | "kode": "9120", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "SARMI", 40 | "id": 191556, 41 | "kode": "9110", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "SUPIORI", 46 | "id": 191559, 47 | "kode": "9119", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "WAROPEN", 52 | "id": 191558, 53 | "kode": "9115", 54 | "tingkat": 2 55 | } 56 | ] -------------------------------------------------------------------------------- /pkwkp/31/3101.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000023": 6578, 6 | "1000024": 653, 7 | "1000025": 7456, 8 | "progres": { 9 | "total": 41, 10 | "persen": 100.0, 11 | "progres": 41 12 | } 13 | }, 14 | "table": { 15 | "310101": { 16 | "psu": "Reguler", 17 | "1000023": 3985, 18 | "1000024": 257, 19 | "1000025": 4284, 20 | "progres": { 21 | "total": 23, 22 | "persen": 100.0, 23 | "progres": 23 24 | }, 25 | "status_progress": true 26 | }, 27 | "310102": { 28 | "psu": "Reguler", 29 | "1000023": 2593, 30 | "1000024": 396, 31 | "1000025": 3172, 32 | "progres": { 33 | "total": 18, 34 | "persen": 100.0, 35 | "progres": 18 36 | }, 37 | "status_progress": true 38 | } 39 | } 40 | }, 41 | "psu": "Reguler", 42 | "progres": { 43 | "total": 41, 44 | "progres": 41 45 | }, 46 | "ts": "2024-11-27 18:30:00" 47 | } -------------------------------------------------------------------------------- /pkwkk/13/1374.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000315": 5045, 6 | "1000316": 11439, 7 | "1000317": 12684, 8 | "progres": { 9 | "total": 96, 10 | "persen": 100.0, 11 | "progres": 96 12 | } 13 | }, 14 | "table": { 15 | "137401": { 16 | "psu": "Reguler", 17 | "1000315": 2025, 18 | "1000316": 5147, 19 | "1000317": 5965, 20 | "progres": { 21 | "total": 39, 22 | "persen": 100.0, 23 | "progres": 39 24 | }, 25 | "status_progress": true 26 | }, 27 | "137402": { 28 | "psu": "Reguler", 29 | "1000315": 3020, 30 | "1000316": 6292, 31 | "1000317": 6719, 32 | "progres": { 33 | "total": 57, 34 | "persen": 100.0, 35 | "progres": 57 36 | }, 37 | "status_progress": true 38 | } 39 | } 40 | }, 41 | "psu": "Reguler", 42 | "progres": { 43 | "total": 96, 44 | "progres": 96 45 | }, 46 | "ts": "2024-11-27 23:30:00" 47 | } -------------------------------------------------------------------------------- /district/52/52.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BIMA", 4 | "id": 191415, 5 | "kode": "5206", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "DOMPU", 10 | "id": 191414, 11 | "kode": "5205", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "KOTA BIMA", 16 | "id": 191413, 17 | "kode": "5272", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "KOTA MATARAM", 22 | "id": 191411, 23 | "kode": "5271", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "LOMBOK BARAT", 28 | "id": 155798, 29 | "kode": "5201", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "LOMBOK TENGAH", 34 | "id": 191409, 35 | "kode": "5202", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "LOMBOK TIMUR", 40 | "id": 191410, 41 | "kode": "5203", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "LOMBOK UTARA", 46 | "id": 191417, 47 | "kode": "5208", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "SUMBAWA", 52 | "id": 191412, 53 | "kode": "5204", 54 | "tingkat": 2 55 | }, 56 | { 57 | "nama": "SUMBAWA BARAT", 58 | "id": 191416, 59 | "kode": "5207", 60 | "tingkat": 2 61 | } 62 | ] -------------------------------------------------------------------------------- /district/17/17.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BENGKULU SELATAN", 4 | "id": 191235, 5 | "kode": "1701", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "BENGKULU TENGAH", 10 | "id": 191243, 11 | "kode": "1709", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "BENGKULU UTARA", 16 | "id": 191237, 17 | "kode": "1703", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "KAUR", 22 | "id": 191238, 23 | "kode": "1704", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "KEPAHIANG", 28 | "id": 191242, 29 | "kode": "1708", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "KOTA BENGKULU", 34 | "id": 191244, 35 | "kode": "1771", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "LEBONG", 40 | "id": 191241, 41 | "kode": "1707", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "MUKO MUKO", 46 | "id": 191240, 47 | "kode": "1706", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "REJANG LEBONG", 52 | "id": 191236, 53 | "kode": "1702", 54 | "tingkat": 2 55 | }, 56 | { 57 | "nama": "SELUMA", 58 | "id": 191239, 59 | "kode": "1705", 60 | "tingkat": 2 61 | } 62 | ] -------------------------------------------------------------------------------- /district/64/64.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BERAU", 4 | "id": 191452, 5 | "kode": "6403", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "KOTA BALIKPAPAN", 10 | "id": 191457, 11 | "kode": "6471", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "KOTA BONTANG", 16 | "id": 168174, 17 | "kode": "6474", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "KOTA SAMARINDA", 22 | "id": 191458, 23 | "kode": "6472", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "KUTAI BARAT", 28 | "id": 191453, 29 | "kode": "6407", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "KUTAI KARTANEGARA", 34 | "id": 191451, 35 | "kode": "6402", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "KUTAI TIMUR", 40 | "id": 191454, 41 | "kode": "6408", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "MAHAKAM ULU", 46 | "id": 191456, 47 | "kode": "6411", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "PASER", 52 | "id": 167006, 53 | "kode": "6401", 54 | "tingkat": 2 55 | }, 56 | { 57 | "nama": "PENAJAM PASER UTARA", 58 | "id": 191455, 59 | "kode": "6409", 60 | "tingkat": 2 61 | } 62 | ] -------------------------------------------------------------------------------- /district/82/82.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "HALMAHERA BARAT", 4 | "id": 191545, 5 | "kode": "8201", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "HALMAHERA SELATAN", 10 | "id": 191548, 11 | "kode": "8204", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "HALMAHERA TENGAH", 16 | "id": 191546, 17 | "kode": "8202", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "HALMAHERA TIMUR", 22 | "id": 191550, 23 | "kode": "8206", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "HALMAHERA UTARA", 28 | "id": 191547, 29 | "kode": "8203", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "KEPULAUAN SULA", 34 | "id": 191549, 35 | "kode": "8205", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "KOTA TERNATE", 40 | "id": 191544, 41 | "kode": "8271", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "KOTA TIDORE KEPULAUAN", 46 | "id": 191553, 47 | "kode": "8272", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "PULAU MOROTAI", 52 | "id": 191551, 53 | "kode": "8207", 54 | "tingkat": 2 55 | }, 56 | { 57 | "nama": "PULAU TALIABU", 58 | "id": 191552, 59 | "kode": "8208", 60 | "tingkat": 2 61 | } 62 | ] -------------------------------------------------------------------------------- /pkwkp/11/1172.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000001": 14195, 6 | "1000002": 7353, 7 | "progres": { 8 | "total": 60, 9 | "persen": 100.0, 10 | "progres": 60 11 | } 12 | }, 13 | "table": { 14 | "117201": { 15 | "psu": "Reguler", 16 | "1000001": 4494, 17 | "1000002": 2386, 18 | "progres": { 19 | "total": 20, 20 | "persen": 100.0, 21 | "progres": 20 22 | }, 23 | "status_progress": true 24 | }, 25 | "117202": { 26 | "psu": "Reguler", 27 | "1000001": 6912, 28 | "1000002": 3145, 29 | "progres": { 30 | "total": 27, 31 | "persen": 100.0, 32 | "progres": 27 33 | }, 34 | "status_progress": true 35 | }, 36 | "117203": { 37 | "psu": "Reguler", 38 | "1000001": 2789, 39 | "1000002": 1822, 40 | "progres": { 41 | "total": 13, 42 | "persen": 100.0, 43 | "progres": 13 44 | }, 45 | "status_progress": true 46 | } 47 | } 48 | }, 49 | "psu": "Reguler", 50 | "progres": { 51 | "total": 60, 52 | "progres": 60 53 | }, 54 | "ts": "2024-11-27 23:30:00" 55 | } -------------------------------------------------------------------------------- /pkwkk/35/3576.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000799": 34913, 6 | "1000800": 40091, 7 | "progres": { 8 | "total": 192, 9 | "persen": 99.48, 10 | "progres": 191 11 | } 12 | }, 13 | "table": { 14 | "357601": { 15 | "psu": "Reguler", 16 | "1000799": 10584, 17 | "1000800": 12177, 18 | "progres": { 19 | "total": 56, 20 | "persen": 100.0, 21 | "progres": 56 22 | }, 23 | "status_progress": true 24 | }, 25 | "357602": { 26 | "psu": "Reguler", 27 | "1000799": 15641, 28 | "1000800": 15895, 29 | "progres": { 30 | "total": 82, 31 | "persen": 100.0, 32 | "progres": 82 33 | }, 34 | "status_progress": true 35 | }, 36 | "357603": { 37 | "psu": "Reguler", 38 | "1000799": 8688, 39 | "1000800": 12019, 40 | "progres": { 41 | "total": 54, 42 | "persen": 98.15, 43 | "progres": 53 44 | }, 45 | "status_progress": true 46 | } 47 | } 48 | }, 49 | "psu": "Reguler", 50 | "progres": { 51 | "total": 192, 52 | "progres": 191 53 | }, 54 | "ts": "2024-11-27 23:45:00" 55 | } -------------------------------------------------------------------------------- /pkwkp/13/1375.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000005": 54074, 6 | "1000006": 6370, 7 | "progres": { 8 | "total": 206, 9 | "persen": 100.0, 10 | "progres": 206 11 | } 12 | }, 13 | "table": { 14 | "137501": { 15 | "psu": "Reguler", 16 | "1000005": 18635, 17 | "1000006": 2409, 18 | "progres": { 19 | "total": 75, 20 | "persen": 100.0, 21 | "progres": 75 22 | }, 23 | "status_progress": true 24 | }, 25 | "137502": { 26 | "psu": "Reguler", 27 | "1000005": 23790, 28 | "1000006": 2721, 29 | "progres": { 30 | "total": 86, 31 | "persen": 100.0, 32 | "progres": 86 33 | }, 34 | "status_progress": true 35 | }, 36 | "137503": { 37 | "psu": "Reguler", 38 | "1000005": 11649, 39 | "1000006": 1240, 40 | "progres": { 41 | "total": 45, 42 | "persen": 100.0, 43 | "progres": 45 44 | }, 45 | "status_progress": true 46 | } 47 | } 48 | }, 49 | "psu": "Reguler", 50 | "progres": { 51 | "total": 206, 52 | "progres": 206 53 | }, 54 | "ts": "2024-11-27 22:15:00" 55 | } -------------------------------------------------------------------------------- /pkwkk/33/3371.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000695": 32896, 6 | "1000696": 40756, 7 | "progres": { 8 | "total": 181, 9 | "persen": 100.0, 10 | "progres": 181 11 | } 12 | }, 13 | "table": { 14 | "337101": { 15 | "psu": "Reguler", 16 | "1000695": 11077, 17 | "1000696": 13498, 18 | "progres": { 19 | "total": 60, 20 | "persen": 100.0, 21 | "progres": 60 22 | }, 23 | "status_progress": true 24 | }, 25 | "337102": { 26 | "psu": "Reguler", 27 | "1000695": 10599, 28 | "1000696": 11170, 29 | "progres": { 30 | "total": 53, 31 | "persen": 100.0, 32 | "progres": 53 33 | }, 34 | "status_progress": true 35 | }, 36 | "337103": { 37 | "psu": "Reguler", 38 | "1000695": 11220, 39 | "1000696": 16088, 40 | "progres": { 41 | "total": 68, 42 | "persen": 100.0, 43 | "progres": 68 44 | }, 45 | "status_progress": true 46 | } 47 | } 48 | }, 49 | "psu": "Reguler", 50 | "progres": { 51 | "total": 181, 52 | "progres": 181 53 | }, 54 | "ts": "2024-11-28 07:45:00" 55 | } -------------------------------------------------------------------------------- /pkwkk/35/3572.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000788": 42853, 6 | "1000789": 48669, 7 | "progres": { 8 | "total": 213, 9 | "persen": 100.0, 10 | "progres": 213 11 | } 12 | }, 13 | "table": { 14 | "357201": { 15 | "psu": "Reguler", 16 | "1000788": 10762, 17 | "1000789": 14377, 18 | "progres": { 19 | "total": 62, 20 | "persen": 100.0, 21 | "progres": 62 22 | }, 23 | "status_progress": true 24 | }, 25 | "357202": { 26 | "psu": "Reguler", 27 | "1000788": 16300, 28 | "1000789": 15917, 29 | "progres": { 30 | "total": 72, 31 | "persen": 100.0, 32 | "progres": 72 33 | }, 34 | "status_progress": true 35 | }, 36 | "357203": { 37 | "psu": "Reguler", 38 | "1000788": 15791, 39 | "1000789": 18375, 40 | "progres": { 41 | "total": 79, 42 | "persen": 100.0, 43 | "progres": 79 44 | }, 45 | "status_progress": true 46 | } 47 | } 48 | }, 49 | "psu": "Reguler", 50 | "progres": { 51 | "total": 213, 52 | "progres": 213 53 | }, 54 | "ts": "2024-11-27 23:00:06" 55 | } -------------------------------------------------------------------------------- /pkwkp/33/3371.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000030": 39425, 6 | "1000031": 32940, 7 | "progres": { 8 | "total": 181, 9 | "persen": 100.0, 10 | "progres": 181 11 | } 12 | }, 13 | "table": { 14 | "337101": { 15 | "psu": "Reguler", 16 | "1000030": 13039, 17 | "1000031": 10936, 18 | "progres": { 19 | "total": 60, 20 | "persen": 100.0, 21 | "progres": 60 22 | }, 23 | "status_progress": true 24 | }, 25 | "337102": { 26 | "psu": "Reguler", 27 | "1000030": 10396, 28 | "1000031": 10874, 29 | "progres": { 30 | "total": 53, 31 | "persen": 100.0, 32 | "progres": 53 33 | }, 34 | "status_progress": true 35 | }, 36 | "337103": { 37 | "psu": "Reguler", 38 | "1000030": 15990, 39 | "1000031": 11130, 40 | "progres": { 41 | "total": 68, 42 | "persen": 100.0, 43 | "progres": 68 44 | }, 45 | "status_progress": true 46 | } 47 | } 48 | }, 49 | "psu": "Reguler", 50 | "progres": { 51 | "total": 181, 52 | "progres": 181 53 | }, 54 | "ts": "2024-11-28 07:45:00" 55 | } -------------------------------------------------------------------------------- /pkwkp/64/6474.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000054": 33003, 6 | "1000055": 59477, 7 | "progres": { 8 | "total": 277, 9 | "persen": 98.56, 10 | "progres": 273 11 | } 12 | }, 13 | "table": { 14 | "647401": { 15 | "psu": "Reguler", 16 | "1000054": 16202, 17 | "1000055": 26559, 18 | "progres": { 19 | "total": 130, 20 | "persen": 98.46, 21 | "progres": 128 22 | }, 23 | "status_progress": true 24 | }, 25 | "647402": { 26 | "psu": "Reguler", 27 | "1000054": 11489, 28 | "1000055": 23590, 29 | "progres": { 30 | "total": 105, 31 | "persen": 98.1, 32 | "progres": 103 33 | }, 34 | "status_progress": true 35 | }, 36 | "647403": { 37 | "psu": "Reguler", 38 | "1000054": 5312, 39 | "1000055": 9328, 40 | "progres": { 41 | "total": 42, 42 | "persen": 100.0, 43 | "progres": 42 44 | }, 45 | "status_progress": true 46 | } 47 | } 48 | }, 49 | "psu": "Reguler", 50 | "progres": { 51 | "total": 277, 52 | "progres": 273 53 | }, 54 | "ts": "2024-11-28 10:00:05" 55 | } -------------------------------------------------------------------------------- /district/15/15.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BATANGHARI", 4 | "id": 191208, 5 | "kode": "1504", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "BUNGO", 10 | "id": 191211, 11 | "kode": "1508", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "KERINCI", 16 | "id": 191593, 17 | "kode": "1501", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "KOTA JAMBI", 22 | "id": 191213, 23 | "kode": "1571", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "KOTA SUNGAI PENUH", 28 | "id": 191214, 29 | "kode": "1572", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "MERANGIN", 34 | "id": 191594, 35 | "kode": "1502", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "MUARO JAMBI", 40 | "id": 191595, 41 | "kode": "1505", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "SAROLANGUN", 46 | "id": 191207, 47 | "kode": "1503", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "TANJUNG JABUNG BARAT", 52 | "id": 191209, 53 | "kode": "1506", 54 | "tingkat": 2 55 | }, 56 | { 57 | "nama": "TANJUNG JABUNG TIMUR", 58 | "id": 191210, 59 | "kode": "1507", 60 | "tingkat": 2 61 | }, 62 | { 63 | "nama": "TEBO", 64 | "id": 191212, 65 | "kode": "1509", 66 | "tingkat": 2 67 | } 68 | ] -------------------------------------------------------------------------------- /pkwkk/35/3571.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000786": 98205, 6 | "1000787": 74615, 7 | "progres": { 8 | "total": 405, 9 | "persen": 100.0, 10 | "progres": 405 11 | } 12 | }, 13 | "table": { 14 | "357101": { 15 | "psu": "Reguler", 16 | "1000786": 39476, 17 | "1000787": 27236, 18 | "progres": { 19 | "total": 156, 20 | "persen": 100.0, 21 | "progres": 156 22 | }, 23 | "status_progress": true 24 | }, 25 | "357102": { 26 | "psu": "Reguler", 27 | "1000786": 28233, 28 | "1000787": 22973, 29 | "progres": { 30 | "total": 123, 31 | "persen": 100.0, 32 | "progres": 123 33 | }, 34 | "status_progress": true 35 | }, 36 | "357103": { 37 | "psu": "Reguler", 38 | "1000786": 30496, 39 | "1000787": 24406, 40 | "progres": { 41 | "total": 126, 42 | "persen": 100.0, 43 | "progres": 126 44 | }, 45 | "status_progress": true 46 | } 47 | } 48 | }, 49 | "psu": "Reguler", 50 | "progres": { 51 | "total": 405, 52 | "progres": 405 53 | }, 54 | "ts": "2024-11-28 06:15:00" 55 | } -------------------------------------------------------------------------------- /district/81/81.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BURU", 4 | "id": 191536, 5 | "kode": "8104", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "BURU SELATAN", 10 | "id": 191541, 11 | "kode": "8109", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "KEPULAUAN ARU", 16 | "id": 191539, 17 | "kode": "8107", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "KEPULAUAN TANIMBAR", 22 | "id": 191535, 23 | "kode": "8103", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "KOTA AMBON", 28 | "id": 191542, 29 | "kode": "8171", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "KOTA TUAL", 34 | "id": 191543, 35 | "kode": "8172", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "MALUKU BARAT DAYA", 40 | "id": 191540, 41 | "kode": "8108", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "MALUKU TENGAH", 46 | "id": 180295, 47 | "kode": "8101", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "MALUKU TENGGARA", 52 | "id": 191534, 53 | "kode": "8102", 54 | "tingkat": 2 55 | }, 56 | { 57 | "nama": "SERAM BAGIAN BARAT", 58 | "id": 191538, 59 | "kode": "8106", 60 | "tingkat": 2 61 | }, 62 | { 63 | "nama": "SERAM BAGIAN TIMUR", 64 | "id": 191537, 65 | "kode": "8105", 66 | "tingkat": 2 67 | } 68 | ] -------------------------------------------------------------------------------- /pkwkk/11/1172.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000169": 2504, 6 | "1000170": 9786, 7 | "1000171": 9672, 8 | "progres": { 9 | "total": 60, 10 | "persen": 100.0, 11 | "progres": 60 12 | } 13 | }, 14 | "table": { 15 | "117201": { 16 | "psu": "Reguler", 17 | "1000169": 950, 18 | "1000170": 2980, 19 | "1000171": 3072, 20 | "progres": { 21 | "total": 20, 22 | "persen": 100.0, 23 | "progres": 20 24 | }, 25 | "status_progress": true 26 | }, 27 | "117202": { 28 | "psu": "Reguler", 29 | "1000169": 1231, 30 | "1000170": 4432, 31 | "1000171": 4584, 32 | "progres": { 33 | "total": 27, 34 | "persen": 100.0, 35 | "progres": 27 36 | }, 37 | "status_progress": true 38 | }, 39 | "117203": { 40 | "psu": "Reguler", 41 | "1000169": 323, 42 | "1000170": 2374, 43 | "1000171": 2016, 44 | "progres": { 45 | "total": 13, 46 | "persen": 100.0, 47 | "progres": 13 48 | }, 49 | "status_progress": true 50 | } 51 | } 52 | }, 53 | "psu": "Reguler", 54 | "progres": { 55 | "total": 60, 56 | "progres": 60 57 | }, 58 | "ts": "2024-11-27 23:15:00" 59 | } -------------------------------------------------------------------------------- /pkwkp/35/3572.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000032": 4901, 6 | "1000033": 44502, 7 | "1000034": 41946, 8 | "progres": { 9 | "total": 213, 10 | "persen": 100.0, 11 | "progres": 213 12 | } 13 | }, 14 | "table": { 15 | "357201": { 16 | "psu": "Reguler", 17 | "1000032": 1330, 18 | "1000033": 12927, 19 | "1000034": 12273, 20 | "progres": { 21 | "total": 62, 22 | "persen": 100.0, 23 | "progres": 62 24 | }, 25 | "status_progress": true 26 | }, 27 | "357202": { 28 | "psu": "Reguler", 29 | "1000032": 1845, 30 | "1000033": 14935, 31 | "1000034": 14510, 32 | "progres": { 33 | "total": 72, 34 | "persen": 100.0, 35 | "progres": 72 36 | }, 37 | "status_progress": true 38 | }, 39 | "357203": { 40 | "psu": "Reguler", 41 | "1000032": 1726, 42 | "1000033": 16640, 43 | "1000034": 15163, 44 | "progres": { 45 | "total": 79, 46 | "persen": 100.0, 47 | "progres": 79 48 | }, 49 | "status_progress": true 50 | } 51 | } 52 | }, 53 | "psu": "Reguler", 54 | "progres": { 55 | "total": 213, 56 | "progres": 213 57 | }, 58 | "ts": "2024-11-27 23:30:00" 59 | } -------------------------------------------------------------------------------- /pkwkp/35/3576.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000032": 3572, 6 | "1000033": 35646, 7 | "1000034": 37072, 8 | "progres": { 9 | "total": 192, 10 | "persen": 100.0, 11 | "progres": 192 12 | } 13 | }, 14 | "table": { 15 | "357601": { 16 | "psu": "Reguler", 17 | "1000032": 1133, 18 | "1000033": 11175, 19 | "1000034": 10386, 20 | "progres": { 21 | "total": 56, 22 | "persen": 100.0, 23 | "progres": 56 24 | }, 25 | "status_progress": true 26 | }, 27 | "357602": { 28 | "psu": "Reguler", 29 | "1000032": 1432, 30 | "1000033": 14561, 31 | "1000034": 15902, 32 | "progres": { 33 | "total": 82, 34 | "persen": 100.0, 35 | "progres": 82 36 | }, 37 | "status_progress": true 38 | }, 39 | "357603": { 40 | "psu": "Reguler", 41 | "1000032": 1007, 42 | "1000033": 9910, 43 | "1000034": 10784, 44 | "progres": { 45 | "total": 54, 46 | "persen": 100.0, 47 | "progres": 54 48 | }, 49 | "status_progress": true 50 | } 51 | } 52 | }, 53 | "psu": "Reguler", 54 | "progres": { 55 | "total": 192, 56 | "progres": 192 57 | }, 58 | "ts": "2024-11-27 22:15:00" 59 | } -------------------------------------------------------------------------------- /pkwkp/35/3577.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000032": 3517, 6 | "1000033": 62535, 7 | "1000034": 49787, 8 | "progres": { 9 | "total": 275, 10 | "persen": 99.64, 11 | "progres": 274 12 | } 13 | }, 14 | "table": { 15 | "357701": { 16 | "psu": "Reguler", 17 | "1000032": 991, 18 | "1000033": 17629, 19 | "1000034": 13755, 20 | "progres": { 21 | "total": 75, 22 | "persen": 100.0, 23 | "progres": 75 24 | }, 25 | "status_progress": true 26 | }, 27 | "357702": { 28 | "psu": "Reguler", 29 | "1000032": 917, 30 | "1000033": 18549, 31 | "1000034": 15288, 32 | "progres": { 33 | "total": 84, 34 | "persen": 98.81, 35 | "progres": 83 36 | }, 37 | "status_progress": true 38 | }, 39 | "357703": { 40 | "psu": "Reguler", 41 | "1000032": 1609, 42 | "1000033": 26357, 43 | "1000034": 20744, 44 | "progres": { 45 | "total": 116, 46 | "persen": 100.0, 47 | "progres": 116 48 | }, 49 | "status_progress": true 50 | } 51 | } 52 | }, 53 | "psu": "Reguler", 54 | "progres": { 55 | "total": 275, 56 | "progres": 274 57 | }, 58 | "ts": "2024-11-28 08:30:00" 59 | } -------------------------------------------------------------------------------- /pkwkk/35/3577.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000801": 5522, 6 | "1000802": 65583, 7 | "1000803": 45923, 8 | "progres": { 9 | "total": 275, 10 | "persen": 100.0, 11 | "progres": 275 12 | } 13 | }, 14 | "table": { 15 | "357701": { 16 | "psu": "Reguler", 17 | "1000801": 1370, 18 | "1000802": 18774, 19 | "1000803": 12882, 20 | "progres": { 21 | "total": 75, 22 | "persen": 100.0, 23 | "progres": 75 24 | }, 25 | "status_progress": true 26 | }, 27 | "357702": { 28 | "psu": "Reguler", 29 | "1000801": 1631, 30 | "1000802": 18571, 31 | "1000803": 14164, 32 | "progres": { 33 | "total": 84, 34 | "persen": 100.0, 35 | "progres": 84 36 | }, 37 | "status_progress": true 38 | }, 39 | "357703": { 40 | "psu": "Reguler", 41 | "1000801": 2521, 42 | "1000802": 28238, 43 | "1000803": 18877, 44 | "progres": { 45 | "total": 116, 46 | "persen": 100.0, 47 | "progres": 116 48 | }, 49 | "status_progress": true 50 | } 51 | } 52 | }, 53 | "psu": "Reguler", 54 | "progres": { 55 | "total": 275, 56 | "progres": 275 57 | }, 58 | "ts": "2024-11-28 10:00:05" 59 | } -------------------------------------------------------------------------------- /pkwkk/35/3579.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000806": 65684, 6 | "1000807": 38610, 7 | "1000808": 26234, 8 | "progres": { 9 | "total": 302, 10 | "persen": 100.0, 11 | "progres": 302 12 | } 13 | }, 14 | "table": { 15 | "357901": { 16 | "psu": "Reguler", 17 | "1000806": 30555, 18 | "1000807": 16464, 19 | "1000808": 10899, 20 | "progres": { 21 | "total": 137, 22 | "persen": 100.0, 23 | "progres": 137 24 | }, 25 | "status_progress": true 26 | }, 27 | "357902": { 28 | "psu": "Reguler", 29 | "1000806": 21224, 30 | "1000807": 10261, 31 | "1000808": 8546, 32 | "progres": { 33 | "total": 92, 34 | "persen": 100.0, 35 | "progres": 92 36 | }, 37 | "status_progress": true 38 | }, 39 | "357903": { 40 | "psu": "Reguler", 41 | "1000806": 13905, 42 | "1000807": 11885, 43 | "1000808": 6789, 44 | "progres": { 45 | "total": 73, 46 | "persen": 100.0, 47 | "progres": 73 48 | }, 49 | "status_progress": true 50 | } 51 | } 52 | }, 53 | "psu": "Reguler", 54 | "progres": { 55 | "total": 302, 56 | "progres": 302 57 | }, 58 | "ts": "2024-11-27 20:45:00" 59 | } -------------------------------------------------------------------------------- /pkwkp/35/3571.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000032": 8747, 6 | "1000033": 91371, 7 | "1000034": 71072, 8 | "progres": { 9 | "total": 405, 10 | "persen": 100.0, 11 | "progres": 405 12 | } 13 | }, 14 | "table": { 15 | "357101": { 16 | "psu": "Reguler", 17 | "1000032": 3603, 18 | "1000033": 36192, 19 | "1000034": 26475, 20 | "progres": { 21 | "total": 156, 22 | "persen": 100.0, 23 | "progres": 156 24 | }, 25 | "status_progress": true 26 | }, 27 | "357102": { 28 | "psu": "Reguler", 29 | "1000032": 2358, 30 | "1000033": 25787, 31 | "1000034": 22795, 32 | "progres": { 33 | "total": 123, 34 | "persen": 100.0, 35 | "progres": 123 36 | }, 37 | "status_progress": true 38 | }, 39 | "357103": { 40 | "psu": "Reguler", 41 | "1000032": 2786, 42 | "1000033": 29392, 43 | "1000034": 21802, 44 | "progres": { 45 | "total": 126, 46 | "persen": 100.0, 47 | "progres": 126 48 | }, 49 | "status_progress": true 50 | } 51 | } 52 | }, 53 | "psu": "Reguler", 54 | "progres": { 55 | "total": 405, 56 | "progres": 405 57 | }, 58 | "ts": "2024-11-28 03:15:00" 59 | } -------------------------------------------------------------------------------- /pkwkp/35/3579.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000032": 9947, 6 | "1000033": 70898, 7 | "1000034": 48725, 8 | "progres": { 9 | "total": 302, 10 | "persen": 100.0, 11 | "progres": 302 12 | } 13 | }, 14 | "table": { 15 | "357901": { 16 | "psu": "Reguler", 17 | "1000032": 4245, 18 | "1000033": 30777, 19 | "1000034": 22775, 20 | "progres": { 21 | "total": 137, 22 | "persen": 100.0, 23 | "progres": 137 24 | }, 25 | "status_progress": true 26 | }, 27 | "357902": { 28 | "psu": "Reguler", 29 | "1000032": 3419, 30 | "1000033": 22350, 31 | "1000034": 13720, 32 | "progres": { 33 | "total": 92, 34 | "persen": 100.0, 35 | "progres": 92 36 | }, 37 | "status_progress": true 38 | }, 39 | "357903": { 40 | "psu": "Reguler", 41 | "1000032": 2283, 42 | "1000033": 17771, 43 | "1000034": 12230, 44 | "progres": { 45 | "total": 73, 46 | "persen": 100.0, 47 | "progres": 73 48 | }, 49 | "status_progress": true 50 | } 51 | } 52 | }, 53 | "psu": "Reguler", 54 | "progres": { 55 | "total": 302, 56 | "progres": 302 57 | }, 58 | "ts": "2024-11-27 20:45:00" 59 | } -------------------------------------------------------------------------------- /district/14/14.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BENGKALIS", 4 | "id": 191200, 5 | "kode": "1403", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "INDRAGIRI HILIR", 10 | "id": 191201, 11 | "kode": "1404", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "INDRAGIRI HULU", 16 | "id": 191199, 17 | "kode": "1402", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "KAMPAR", 22 | "id": 114827, 23 | "kode": "1401", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "KEPULAUAN MERANTI", 28 | "id": 191204, 29 | "kode": "1410", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "KOTA DUMAI", 34 | "id": 191206, 35 | "kode": "1472", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "KOTA PEKANBARU", 40 | "id": 191205, 41 | "kode": "1471", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "KUANTAN SINGINGI", 46 | "id": 191203, 47 | "kode": "1409", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "PELALAWAN", 52 | "id": 191590, 53 | "kode": "1405", 54 | "tingkat": 2 55 | }, 56 | { 57 | "nama": "ROKAN HILIR", 58 | "id": 191592, 59 | "kode": "1407", 60 | "tingkat": 2 61 | }, 62 | { 63 | "nama": "ROKAN HULU", 64 | "id": 191591, 65 | "kode": "1406", 66 | "tingkat": 2 67 | }, 68 | { 69 | "nama": "SIAK", 70 | "id": 191202, 71 | "kode": "1408", 72 | "tingkat": 2 73 | } 74 | ] -------------------------------------------------------------------------------- /pkwkk/32/3277.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000618": 99185, 6 | "1000619": 119056, 7 | "1000620": 66987, 8 | "progres": { 9 | "total": 823, 10 | "persen": 98.18, 11 | "progres": 808 12 | } 13 | }, 14 | "table": { 15 | "327701": { 16 | "psu": "Reguler", 17 | "1000618": 42674, 18 | "1000619": 48947, 19 | "1000620": 28531, 20 | "progres": { 21 | "total": 352, 22 | "persen": 98.01, 23 | "progres": 345 24 | }, 25 | "status_progress": true 26 | }, 27 | "327702": { 28 | "psu": "Reguler", 29 | "1000618": 26086, 30 | "1000619": 37068, 31 | "1000620": 17322, 32 | "progres": { 33 | "total": 232, 34 | "persen": 98.71, 35 | "progres": 229 36 | }, 37 | "status_progress": true 38 | }, 39 | "327703": { 40 | "psu": "Reguler", 41 | "1000618": 30425, 42 | "1000619": 33041, 43 | "1000620": 21134, 44 | "progres": { 45 | "total": 239, 46 | "persen": 97.91, 47 | "progres": 234 48 | }, 49 | "status_progress": true 50 | } 51 | } 52 | }, 53 | "psu": "Reguler", 54 | "progres": { 55 | "total": 823, 56 | "progres": 808 57 | }, 58 | "ts": "2024-11-28 08:00:00" 59 | } -------------------------------------------------------------------------------- /pkwkk/95/9505.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "progres": { 6 | "total": 87, 7 | "persen": 0.0, 8 | "progres": 0 9 | } 10 | }, 11 | "table": { 12 | "950501": { 13 | "psu": "Reguler", 14 | "progres": { 15 | "total": 22, 16 | "persen": 0.0, 17 | "progres": 0 18 | }, 19 | "status_progress": false 20 | }, 21 | "950502": { 22 | "psu": "Reguler", 23 | "progres": { 24 | "total": 22, 25 | "persen": 0.0, 26 | "progres": 0 27 | }, 28 | "status_progress": false 29 | }, 30 | "950503": { 31 | "psu": "Reguler", 32 | "progres": { 33 | "total": 18, 34 | "persen": 0.0, 35 | "progres": 0 36 | }, 37 | "status_progress": false 38 | }, 39 | "950504": { 40 | "psu": "Reguler", 41 | "progres": { 42 | "total": 4, 43 | "persen": 0.0, 44 | "progres": 0 45 | }, 46 | "status_progress": false 47 | }, 48 | "950505": { 49 | "psu": "Reguler", 50 | "progres": { 51 | "total": 21, 52 | "persen": 0.0, 53 | "progres": 0 54 | }, 55 | "status_progress": false 56 | } 57 | } 58 | }, 59 | "psu": "Reguler", 60 | "progres": { 61 | "total": 87, 62 | "progres": 0 63 | }, 64 | "ts": "2024-11-26 09:54:36" 65 | } -------------------------------------------------------------------------------- /pkwkp/95/9505.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "progres": { 6 | "total": 87, 7 | "persen": 0.0, 8 | "progres": 0 9 | } 10 | }, 11 | "table": { 12 | "950501": { 13 | "psu": "Reguler", 14 | "progres": { 15 | "total": 22, 16 | "persen": 0.0, 17 | "progres": 0 18 | }, 19 | "status_progress": false 20 | }, 21 | "950502": { 22 | "psu": "Reguler", 23 | "progres": { 24 | "total": 22, 25 | "persen": 0.0, 26 | "progres": 0 27 | }, 28 | "status_progress": false 29 | }, 30 | "950503": { 31 | "psu": "Reguler", 32 | "progres": { 33 | "total": 18, 34 | "persen": 0.0, 35 | "progres": 0 36 | }, 37 | "status_progress": false 38 | }, 39 | "950504": { 40 | "psu": "Reguler", 41 | "progres": { 42 | "total": 4, 43 | "persen": 0.0, 44 | "progres": 0 45 | }, 46 | "status_progress": false 47 | }, 48 | "950505": { 49 | "psu": "Reguler", 50 | "progres": { 51 | "total": 21, 52 | "persen": 0.0, 53 | "progres": 0 54 | }, 55 | "status_progress": false 56 | } 57 | } 58 | }, 59 | "psu": "Reguler", 60 | "progres": { 61 | "total": 87, 62 | "progres": 0 63 | }, 64 | "ts": "2024-11-26 09:54:44" 65 | } -------------------------------------------------------------------------------- /pkwkk/94/9408.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "progres": { 6 | "total": 164, 7 | "persen": 0.0, 8 | "progres": 0 9 | } 10 | }, 11 | "table": { 12 | "940801": { 13 | "psu": "Reguler", 14 | "progres": { 15 | "total": 52, 16 | "persen": 0.0, 17 | "progres": 0 18 | }, 19 | "status_progress": false 20 | }, 21 | "940802": { 22 | "psu": "Reguler", 23 | "progres": { 24 | "total": 31, 25 | "persen": 0.0, 26 | "progres": 0 27 | }, 28 | "status_progress": false 29 | }, 30 | "940803": { 31 | "psu": "Reguler", 32 | "progres": { 33 | "total": 14, 34 | "persen": 0.0, 35 | "progres": 0 36 | }, 37 | "status_progress": false 38 | }, 39 | "940804": { 40 | "psu": "Reguler", 41 | "progres": { 42 | "total": 55, 43 | "persen": 0.0, 44 | "progres": 0 45 | }, 46 | "status_progress": false 47 | }, 48 | "940805": { 49 | "psu": "Reguler", 50 | "progres": { 51 | "total": 12, 52 | "persen": 0.0, 53 | "progres": 0 54 | }, 55 | "status_progress": false 56 | } 57 | } 58 | }, 59 | "psu": "Reguler", 60 | "progres": { 61 | "total": 164, 62 | "progres": 0 63 | }, 64 | "ts": "2024-11-26 09:54:36" 65 | } -------------------------------------------------------------------------------- /pkwkp/94/9408.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "progres": { 6 | "total": 164, 7 | "persen": 0.0, 8 | "progres": 0 9 | } 10 | }, 11 | "table": { 12 | "940801": { 13 | "psu": "Reguler", 14 | "progres": { 15 | "total": 52, 16 | "persen": 0.0, 17 | "progres": 0 18 | }, 19 | "status_progress": false 20 | }, 21 | "940802": { 22 | "psu": "Reguler", 23 | "progres": { 24 | "total": 31, 25 | "persen": 0.0, 26 | "progres": 0 27 | }, 28 | "status_progress": false 29 | }, 30 | "940803": { 31 | "psu": "Reguler", 32 | "progres": { 33 | "total": 14, 34 | "persen": 0.0, 35 | "progres": 0 36 | }, 37 | "status_progress": false 38 | }, 39 | "940804": { 40 | "psu": "Reguler", 41 | "progres": { 42 | "total": 55, 43 | "persen": 0.0, 44 | "progres": 0 45 | }, 46 | "status_progress": false 47 | }, 48 | "940805": { 49 | "psu": "Reguler", 50 | "progres": { 51 | "total": 12, 52 | "persen": 0.0, 53 | "progres": 0 54 | }, 55 | "status_progress": false 56 | } 57 | } 58 | }, 59 | "psu": "Reguler", 60 | "progres": { 61 | "total": 164, 62 | "progres": 0 63 | }, 64 | "ts": "2024-11-26 09:54:44" 65 | } -------------------------------------------------------------------------------- /district/72/72.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BANGGAI", 4 | "id": 170707, 5 | "kode": "7201", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "BANGGAI KEPULAUAN", 10 | "id": 191482, 11 | "kode": "7207", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "BANGGAI LAUT", 16 | "id": 191486, 17 | "kode": "7211", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "BUOL", 22 | "id": 191480, 23 | "kode": "7205", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "DONGGALA", 28 | "id": 191478, 29 | "kode": "7203", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "KOTA PALU", 34 | "id": 191488, 35 | "kode": "7271", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "MOROWALI", 40 | "id": 191481, 41 | "kode": "7206", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "MOROWALI UTARA", 46 | "id": 191487, 47 | "kode": "7212", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "PARIGI MOUTONG", 52 | "id": 191483, 53 | "kode": "7208", 54 | "tingkat": 2 55 | }, 56 | { 57 | "nama": "POSO", 58 | "id": 191477, 59 | "kode": "7202", 60 | "tingkat": 2 61 | }, 62 | { 63 | "nama": "SIGI", 64 | "id": 191485, 65 | "kode": "7210", 66 | "tingkat": 2 67 | }, 68 | { 69 | "nama": "TOJO UNA UNA", 70 | "id": 191484, 71 | "kode": "7209", 72 | "tingkat": 2 73 | }, 74 | { 75 | "nama": "TOLI TOLI", 76 | "id": 191479, 77 | "kode": "7204", 78 | "tingkat": 2 79 | } 80 | ] -------------------------------------------------------------------------------- /pkwkk/13/1375.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000318": 3673, 6 | "1000319": 1890, 7 | "1000320": 23863, 8 | "1000321": 31480, 9 | "progres": { 10 | "total": 206, 11 | "persen": 100.0, 12 | "progres": 206 13 | } 14 | }, 15 | "table": { 16 | "137501": { 17 | "psu": "Reguler", 18 | "1000318": 1178, 19 | "1000319": 585, 20 | "1000320": 8806, 21 | "1000321": 10608, 22 | "progres": { 23 | "total": 75, 24 | "persen": 100.0, 25 | "progres": 75 26 | }, 27 | "status_progress": true 28 | }, 29 | "137502": { 30 | "psu": "Reguler", 31 | "1000318": 1401, 32 | "1000319": 901, 33 | "1000320": 9837, 34 | "1000321": 14630, 35 | "progres": { 36 | "total": 86, 37 | "persen": 100.0, 38 | "progres": 86 39 | }, 40 | "status_progress": true 41 | }, 42 | "137503": { 43 | "psu": "Reguler", 44 | "1000318": 1094, 45 | "1000319": 404, 46 | "1000320": 5220, 47 | "1000321": 6242, 48 | "progres": { 49 | "total": 45, 50 | "persen": 100.0, 51 | "progres": 45 52 | }, 53 | "status_progress": true 54 | } 55 | } 56 | }, 57 | "psu": "Reguler", 58 | "progres": { 59 | "total": 206, 60 | "progres": 206 61 | }, 62 | "ts": "2024-11-27 22:30:00" 63 | } -------------------------------------------------------------------------------- /pkwkk/64/6474.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001096": 24545, 6 | "1001097": 7231, 7 | "1001098": 20766, 8 | "1001099": 39312, 9 | "progres": { 10 | "total": 277, 11 | "persen": 96.75, 12 | "progres": 268 13 | } 14 | }, 15 | "table": { 16 | "647401": { 17 | "psu": "Reguler", 18 | "1001096": 10577, 19 | "1001097": 3421, 20 | "1001098": 8657, 21 | "1001099": 19558, 22 | "progres": { 23 | "total": 130, 24 | "persen": 95.38, 25 | "progres": 124 26 | }, 27 | "status_progress": true 28 | }, 29 | "647402": { 30 | "psu": "Reguler", 31 | "1001096": 9931, 32 | "1001097": 2391, 33 | "1001098": 8498, 34 | "1001099": 13908, 35 | "progres": { 36 | "total": 105, 37 | "persen": 97.14, 38 | "progres": 102 39 | }, 40 | "status_progress": true 41 | }, 42 | "647403": { 43 | "psu": "Reguler", 44 | "1001096": 4037, 45 | "1001097": 1419, 46 | "1001098": 3611, 47 | "1001099": 5846, 48 | "progres": { 49 | "total": 42, 50 | "persen": 100.0, 51 | "progres": 42 52 | }, 53 | "status_progress": true 54 | } 55 | } 56 | }, 57 | "psu": "Reguler", 58 | "progres": { 59 | "total": 277, 60 | "progres": 268 61 | }, 62 | "ts": "2024-11-28 10:00:05" 63 | } -------------------------------------------------------------------------------- /pkwkp/32/3277.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000026": 17002, 6 | "1000027": 15001, 7 | "1000028": 87114, 8 | "1000029": 168790, 9 | "progres": { 10 | "total": 823, 11 | "persen": 98.06, 12 | "progres": 807 13 | } 14 | }, 15 | "table": { 16 | "327701": { 17 | "psu": "Reguler", 18 | "1000026": 7656, 19 | "1000027": 6118, 20 | "1000028": 37130, 21 | "1000029": 71180, 22 | "progres": { 23 | "total": 352, 24 | "persen": 98.3, 25 | "progres": 346 26 | }, 27 | "status_progress": true 28 | }, 29 | "327702": { 30 | "psu": "Reguler", 31 | "1000026": 4541, 32 | "1000027": 4201, 33 | "1000028": 23851, 34 | "1000029": 48494, 35 | "progres": { 36 | "total": 232, 37 | "persen": 98.28, 38 | "progres": 228 39 | }, 40 | "status_progress": true 41 | }, 42 | "327703": { 43 | "psu": "Reguler", 44 | "1000026": 4805, 45 | "1000027": 4682, 46 | "1000028": 26133, 47 | "1000029": 49116, 48 | "progres": { 49 | "total": 239, 50 | "persen": 97.49, 51 | "progres": 233 52 | }, 53 | "status_progress": true 54 | } 55 | } 56 | }, 57 | "psu": "Reguler", 58 | "progres": { 59 | "total": 823, 60 | "progres": 807 61 | }, 62 | "ts": "2024-11-28 08:00:00" 63 | } -------------------------------------------------------------------------------- /district/63/63.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BALANGAN", 4 | "id": 191448, 5 | "kode": "6311", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "BANJAR", 10 | "id": 191440, 11 | "kode": "6303", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "BARITO KUALA", 16 | "id": 191441, 17 | "kode": "6304", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "HULU SUNGAI SELATAN", 22 | "id": 191443, 23 | "kode": "6306", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "HULU SUNGAI TENGAH", 28 | "id": 191444, 29 | "kode": "6307", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "HULU SUNGAI UTARA", 34 | "id": 191445, 35 | "kode": "6308", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "KOTA BANJARBARU", 40 | "id": 191450, 41 | "kode": "6372", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "KOTA BANJARMASIN", 46 | "id": 191449, 47 | "kode": "6371", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "KOTABARU", 52 | "id": 191439, 53 | "kode": "6302", 54 | "tingkat": 2 55 | }, 56 | { 57 | "nama": "TABALONG", 58 | "id": 191446, 59 | "kode": "6309", 60 | "tingkat": 2 61 | }, 62 | { 63 | "nama": "TANAH BUMBU", 64 | "id": 191447, 65 | "kode": "6310", 66 | "tingkat": 2 67 | }, 68 | { 69 | "nama": "TANAH LAUT", 70 | "id": 164831, 71 | "kode": "6301", 72 | "tingkat": 2 73 | }, 74 | { 75 | "nama": "TAPIN", 76 | "id": 191442, 77 | "kode": "6305", 78 | "tingkat": 2 79 | } 80 | ] -------------------------------------------------------------------------------- /pkwkk/13/1373.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000313": 30628, 6 | "1000314": 8097, 7 | "progres": { 8 | "total": 111, 9 | "persen": 100.0, 10 | "progres": 111 11 | } 12 | }, 13 | "table": { 14 | "137301": { 15 | "psu": "Reguler", 16 | "1000313": 6552, 17 | "1000314": 1329, 18 | "progres": { 19 | "total": 29, 20 | "persen": 100.0, 21 | "progres": 29 22 | }, 23 | "status_progress": true 24 | }, 25 | "137302": { 26 | "psu": "Reguler", 27 | "1000313": 9004, 28 | "1000314": 2735, 29 | "progres": { 30 | "total": 36, 31 | "persen": 100.0, 32 | "progres": 36 33 | }, 34 | "status_progress": true 35 | }, 36 | "137303": { 37 | "psu": "Reguler", 38 | "1000313": 5190, 39 | "1000314": 1159, 40 | "progres": { 41 | "total": 16, 42 | "persen": 100.0, 43 | "progres": 16 44 | }, 45 | "status_progress": true 46 | }, 47 | "137304": { 48 | "psu": "Reguler", 49 | "1000313": 9882, 50 | "1000314": 2874, 51 | "progres": { 52 | "total": 30, 53 | "persen": 100.0, 54 | "progres": 30 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 111, 63 | "progres": 111 64 | }, 65 | "ts": "2024-11-27 22:15:00" 66 | } -------------------------------------------------------------------------------- /pkwkk/93/93.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "progres": { 6 | "total": 1089, 7 | "persen": 29.75, 8 | "progres": 324 9 | } 10 | }, 11 | "table": { 12 | "9301": { 13 | "psu": "Reguler", 14 | "1001498": 5967, 15 | "1001499": 20461, 16 | "1001500": 26983, 17 | "1001501": 32390, 18 | "progres": { 19 | "total": 415, 20 | "persen": 70.12, 21 | "progres": 291 22 | }, 23 | "status_progress": true 24 | }, 25 | "9302": { 26 | "psu": "Reguler", 27 | "1001502": 746, 28 | "1001503": 337, 29 | "1001504": 1226, 30 | "1001505": 480, 31 | "progres": { 32 | "total": 221, 33 | "persen": 9.05, 34 | "progres": 20 35 | }, 36 | "status_progress": true 37 | }, 38 | "9303": { 39 | "psu": "Reguler", 40 | "progres": { 41 | "total": 207, 42 | "persen": 0.0, 43 | "progres": 0 44 | }, 45 | "status_progress": false 46 | }, 47 | "9304": { 48 | "psu": "Reguler", 49 | "1001511": 2798, 50 | "1001512": 1373, 51 | "progres": { 52 | "total": 246, 53 | "persen": 5.28, 54 | "progres": 13 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 1089, 63 | "progres": 324 64 | }, 65 | "ts": "2024-11-28 10:15:04" 66 | } -------------------------------------------------------------------------------- /pkwkk/35/3575.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000797": 79814, 6 | "1000798": 19228, 7 | "progres": { 8 | "total": 280, 9 | "persen": 100.0, 10 | "progres": 280 11 | } 12 | }, 13 | "table": { 14 | "357501": { 15 | "psu": "Reguler", 16 | "1000797": 20028, 17 | "1000798": 4081, 18 | "progres": { 19 | "total": 64, 20 | "persen": 100.0, 21 | "progres": 64 22 | }, 23 | "status_progress": true 24 | }, 25 | "357502": { 26 | "psu": "Reguler", 27 | "1000797": 22868, 28 | "1000798": 6368, 29 | "progres": { 30 | "total": 82, 31 | "persen": 100.0, 32 | "progres": 82 33 | }, 34 | "status_progress": true 35 | }, 36 | "357503": { 37 | "psu": "Reguler", 38 | "1000797": 12502, 39 | "1000798": 3193, 40 | "progres": { 41 | "total": 43, 42 | "persen": 100.0, 43 | "progres": 43 44 | }, 45 | "status_progress": true 46 | }, 47 | "357504": { 48 | "psu": "Reguler", 49 | "1000797": 24416, 50 | "1000798": 5586, 51 | "progres": { 52 | "total": 91, 53 | "persen": 100.0, 54 | "progres": 91 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 280, 63 | "progres": 280 64 | }, 65 | "ts": "2024-11-27 21:45:00" 66 | } -------------------------------------------------------------------------------- /pkwkp/12/1273.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000003": 30869, 6 | "1000004": 18675, 7 | "progres": { 8 | "total": 137, 9 | "persen": 100.0, 10 | "progres": 137 11 | } 12 | }, 13 | "table": { 14 | "127301": { 15 | "psu": "Reguler", 16 | "1000003": 8803, 17 | "1000004": 2616, 18 | "progres": { 19 | "total": 33, 20 | "persen": 100.0, 21 | "progres": 33 22 | }, 23 | "status_progress": true 24 | }, 25 | "127302": { 26 | "psu": "Reguler", 27 | "1000003": 4841, 28 | "1000004": 3498, 29 | "progres": { 30 | "total": 24, 31 | "persen": 100.0, 32 | "progres": 24 33 | }, 34 | "status_progress": true 35 | }, 36 | "127303": { 37 | "psu": "Reguler", 38 | "1000003": 10983, 39 | "1000004": 7113, 40 | "progres": { 41 | "total": 47, 42 | "persen": 100.0, 43 | "progres": 47 44 | }, 45 | "status_progress": true 46 | }, 47 | "127304": { 48 | "psu": "Reguler", 49 | "1000003": 6242, 50 | "1000004": 5448, 51 | "progres": { 52 | "total": 33, 53 | "persen": 100.0, 54 | "progres": 33 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 137, 63 | "progres": 137 64 | }, 65 | "ts": "2024-11-28 00:15:00" 66 | } -------------------------------------------------------------------------------- /pkwkp/13/1373.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000005": 32783, 6 | "1000006": 5784, 7 | "progres": { 8 | "total": 111, 9 | "persen": 100.0, 10 | "progres": 111 11 | } 12 | }, 13 | "table": { 14 | "137301": { 15 | "psu": "Reguler", 16 | "1000005": 6671, 17 | "1000006": 1079, 18 | "progres": { 19 | "total": 29, 20 | "persen": 100.0, 21 | "progres": 29 22 | }, 23 | "status_progress": true 24 | }, 25 | "137302": { 26 | "psu": "Reguler", 27 | "1000005": 10086, 28 | "1000006": 1895, 29 | "progres": { 30 | "total": 36, 31 | "persen": 100.0, 32 | "progres": 36 33 | }, 34 | "status_progress": true 35 | }, 36 | "137303": { 37 | "psu": "Reguler", 38 | "1000005": 5361, 39 | "1000006": 889, 40 | "progres": { 41 | "total": 16, 42 | "persen": 100.0, 43 | "progres": 16 44 | }, 45 | "status_progress": true 46 | }, 47 | "137304": { 48 | "psu": "Reguler", 49 | "1000005": 10665, 50 | "1000006": 1921, 51 | "progres": { 52 | "total": 30, 53 | "persen": 100.0, 54 | "progres": 30 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 111, 63 | "progres": 111 64 | }, 65 | "ts": "2024-11-27 22:15:00" 66 | } -------------------------------------------------------------------------------- /pkwkp/13/1377.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000005": 41107, 6 | "1000006": 7845, 7 | "progres": { 8 | "total": 163, 9 | "persen": 100.0, 10 | "progres": 163 11 | } 12 | }, 13 | "table": { 14 | "137701": { 15 | "psu": "Reguler", 16 | "1000005": 14253, 17 | "1000006": 2659, 18 | "progres": { 19 | "total": 53, 20 | "persen": 100.0, 21 | "progres": 53 22 | }, 23 | "status_progress": true 24 | }, 25 | "137702": { 26 | "psu": "Reguler", 27 | "1000005": 9961, 28 | "1000006": 2209, 29 | "progres": { 30 | "total": 40, 31 | "persen": 100.0, 32 | "progres": 40 33 | }, 34 | "status_progress": true 35 | }, 36 | "137703": { 37 | "psu": "Reguler", 38 | "1000005": 8256, 39 | "1000006": 1596, 40 | "progres": { 41 | "total": 35, 42 | "persen": 100.0, 43 | "progres": 35 44 | }, 45 | "status_progress": true 46 | }, 47 | "137704": { 48 | "psu": "Reguler", 49 | "1000005": 8637, 50 | "1000006": 1381, 51 | "progres": { 52 | "total": 35, 53 | "persen": 100.0, 54 | "progres": 35 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 163, 63 | "progres": 163 64 | }, 65 | "ts": "2024-11-28 10:15:04" 66 | } -------------------------------------------------------------------------------- /pkwkp/73/7372.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000065": 29744, 6 | "1000066": 54481, 7 | "progres": { 8 | "total": 198, 9 | "persen": 100.0, 10 | "progres": 198 11 | } 12 | }, 13 | "table": { 14 | "737201": { 15 | "psu": "Reguler", 16 | "1000065": 4340, 17 | "1000066": 10430, 18 | "progres": { 19 | "total": 34, 20 | "persen": 100.0, 21 | "progres": 34 22 | }, 23 | "status_progress": true 24 | }, 25 | "737202": { 26 | "psu": "Reguler", 27 | "1000065": 7151, 28 | "1000066": 11892, 29 | "progres": { 30 | "total": 45, 31 | "persen": 100.0, 32 | "progres": 45 33 | }, 34 | "status_progress": true 35 | }, 36 | "737203": { 37 | "psu": "Reguler", 38 | "1000065": 9918, 39 | "1000066": 15556, 40 | "progres": { 41 | "total": 60, 42 | "persen": 100.0, 43 | "progres": 60 44 | }, 45 | "status_progress": true 46 | }, 47 | "737204": { 48 | "psu": "Reguler", 49 | "1000065": 8335, 50 | "1000066": 16603, 51 | "progres": { 52 | "total": 59, 53 | "persen": 100.0, 54 | "progres": 59 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 198, 63 | "progres": 198 64 | }, 65 | "ts": "2024-11-28 03:15:00" 66 | } -------------------------------------------------------------------------------- /pkwkk/21/2172.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000545": 29059, 6 | "1000546": 64438, 7 | "progres": { 8 | "total": 323, 9 | "persen": 100.0, 10 | "progres": 323 11 | } 12 | }, 13 | "table": { 14 | "217201": { 15 | "psu": "Reguler", 16 | "1000545": 5316, 17 | "1000546": 12763, 18 | "progres": { 19 | "total": 63, 20 | "persen": 100.0, 21 | "progres": 63 22 | }, 23 | "status_progress": true 24 | }, 25 | "217202": { 26 | "psu": "Reguler", 27 | "1000545": 13514, 28 | "1000546": 30668, 29 | "progres": { 30 | "total": 148, 31 | "persen": 100.0, 32 | "progres": 148 33 | }, 34 | "status_progress": true 35 | }, 36 | "217203": { 37 | "psu": "Reguler", 38 | "1000545": 3446, 39 | "1000546": 5201, 40 | "progres": { 41 | "total": 32, 42 | "persen": 100.0, 43 | "progres": 32 44 | }, 45 | "status_progress": true 46 | }, 47 | "217204": { 48 | "psu": "Reguler", 49 | "1000545": 6783, 50 | "1000546": 15806, 51 | "progres": { 52 | "total": 80, 53 | "persen": 100.0, 54 | "progres": 80 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 323, 63 | "progres": 323 64 | }, 65 | "ts": "2024-11-27 22:30:00" 66 | } -------------------------------------------------------------------------------- /pkwkk/65/6571.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001109": 59204, 6 | "1001110": 43787, 7 | "progres": { 8 | "total": 319, 9 | "persen": 100.0, 10 | "progres": 319 11 | } 12 | }, 13 | "table": { 14 | "657101": { 15 | "psu": "Reguler", 16 | "1001109": 18463, 17 | "1001110": 15392, 18 | "progres": { 19 | "total": 109, 20 | "persen": 100.0, 21 | "progres": 109 22 | }, 23 | "status_progress": true 24 | }, 25 | "657102": { 26 | "psu": "Reguler", 27 | "1001109": 16774, 28 | "1001110": 13186, 29 | "progres": { 30 | "total": 90, 31 | "persen": 100.0, 32 | "progres": 90 33 | }, 34 | "status_progress": true 35 | }, 36 | "657103": { 37 | "psu": "Reguler", 38 | "1001109": 15661, 39 | "1001110": 10000, 40 | "progres": { 41 | "total": 76, 42 | "persen": 100.0, 43 | "progres": 76 44 | }, 45 | "status_progress": true 46 | }, 47 | "657104": { 48 | "psu": "Reguler", 49 | "1001109": 8306, 50 | "1001110": 5209, 51 | "progres": { 52 | "total": 44, 53 | "persen": 100.0, 54 | "progres": 44 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 319, 63 | "progres": 319 64 | }, 65 | "ts": "2024-11-27 21:45:00" 66 | } -------------------------------------------------------------------------------- /pkwkp/11/1173.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000001": 42154, 6 | "1000002": 43885, 7 | "progres": { 8 | "total": 263, 9 | "persen": 94.68, 10 | "progres": 249 11 | } 12 | }, 13 | "table": { 14 | "117301": { 15 | "psu": "Reguler", 16 | "1000001": 10416, 17 | "1000002": 13929, 18 | "progres": { 19 | "total": 70, 20 | "persen": 92.86, 21 | "progres": 65 22 | }, 23 | "status_progress": true 24 | }, 25 | "117302": { 26 | "psu": "Reguler", 27 | "1000001": 18902, 28 | "1000002": 13273, 29 | "progres": { 30 | "total": 105, 31 | "persen": 93.33, 32 | "progres": 98 33 | }, 34 | "status_progress": true 35 | }, 36 | "117303": { 37 | "psu": "Reguler", 38 | "1000001": 4627, 39 | "1000002": 8238, 40 | "progres": { 41 | "total": 43, 42 | "persen": 95.35, 43 | "progres": 41 44 | }, 45 | "status_progress": true 46 | }, 47 | "117304": { 48 | "psu": "Reguler", 49 | "1000001": 8209, 50 | "1000002": 8445, 51 | "progres": { 52 | "total": 45, 53 | "persen": 100.0, 54 | "progres": 45 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 263, 63 | "progres": 249 64 | }, 65 | "ts": "2024-11-28 10:15:04" 66 | } -------------------------------------------------------------------------------- /pkwkp/21/2172.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000021": 54899, 6 | "1000022": 38895, 7 | "progres": { 8 | "total": 323, 9 | "persen": 99.69, 10 | "progres": 322 11 | } 12 | }, 13 | "table": { 14 | "217201": { 15 | "psu": "Reguler", 16 | "1000021": 10722, 17 | "1000022": 7576, 18 | "progres": { 19 | "total": 63, 20 | "persen": 100.0, 21 | "progres": 63 22 | }, 23 | "status_progress": true 24 | }, 25 | "217202": { 26 | "psu": "Reguler", 27 | "1000021": 25515, 28 | "1000022": 18625, 29 | "progres": { 30 | "total": 148, 31 | "persen": 99.32, 32 | "progres": 147 33 | }, 34 | "status_progress": true 35 | }, 36 | "217203": { 37 | "psu": "Reguler", 38 | "1000021": 5300, 39 | "1000022": 3365, 40 | "progres": { 41 | "total": 32, 42 | "persen": 100.0, 43 | "progres": 32 44 | }, 45 | "status_progress": true 46 | }, 47 | "217204": { 48 | "psu": "Reguler", 49 | "1000021": 13362, 50 | "1000022": 9329, 51 | "progres": { 52 | "total": 80, 53 | "persen": 100.0, 54 | "progres": 80 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 323, 63 | "progres": 322 64 | }, 65 | "ts": "2024-11-27 21:30:00" 66 | } -------------------------------------------------------------------------------- /pkwkp/33/3373.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000030": 54831, 6 | "1000031": 55093, 7 | "progres": { 8 | "total": 301, 9 | "persen": 100.0, 10 | "progres": 301 11 | } 12 | }, 13 | "table": { 14 | "337301": { 15 | "psu": "Reguler", 16 | "1000030": 15321, 17 | "1000031": 14508, 18 | "progres": { 19 | "total": 83, 20 | "persen": 100.0, 21 | "progres": 83 22 | }, 23 | "status_progress": true 24 | }, 25 | "337302": { 26 | "psu": "Reguler", 27 | "1000030": 13430, 28 | "1000031": 13389, 29 | "progres": { 30 | "total": 75, 31 | "persen": 100.0, 32 | "progres": 75 33 | }, 34 | "status_progress": true 35 | }, 36 | "337303": { 37 | "psu": "Reguler", 38 | "1000030": 13394, 39 | "1000031": 15383, 40 | "progres": { 41 | "total": 77, 42 | "persen": 100.0, 43 | "progres": 77 44 | }, 45 | "status_progress": true 46 | }, 47 | "337304": { 48 | "psu": "Reguler", 49 | "1000030": 12686, 50 | "1000031": 11813, 51 | "progres": { 52 | "total": 66, 53 | "persen": 100.0, 54 | "progres": 66 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 301, 63 | "progres": 301 64 | }, 65 | "ts": "2024-11-27 23:15:05" 66 | } -------------------------------------------------------------------------------- /pkwkp/33/3376.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000030": 58345, 6 | "1000031": 78533, 7 | "progres": { 8 | "total": 377, 9 | "persen": 100.0, 10 | "progres": 377 11 | } 12 | }, 13 | "table": { 14 | "337601": { 15 | "psu": "Reguler", 16 | "1000030": 15968, 17 | "1000031": 17072, 18 | "progres": { 19 | "total": 92, 20 | "persen": 100.0, 21 | "progres": 92 22 | }, 23 | "status_progress": true 24 | }, 25 | "337602": { 26 | "psu": "Reguler", 27 | "1000030": 20099, 28 | "1000031": 23470, 29 | "progres": { 30 | "total": 113, 31 | "persen": 100.0, 32 | "progres": 113 33 | }, 34 | "status_progress": true 35 | }, 36 | "337603": { 37 | "psu": "Reguler", 38 | "1000030": 12972, 39 | "1000031": 21981, 40 | "progres": { 41 | "total": 91, 42 | "persen": 100.0, 43 | "progres": 91 44 | }, 45 | "status_progress": true 46 | }, 47 | "337604": { 48 | "psu": "Reguler", 49 | "1000030": 9306, 50 | "1000031": 16010, 51 | "progres": { 52 | "total": 81, 53 | "persen": 100.0, 54 | "progres": 81 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 377, 63 | "progres": 377 64 | }, 65 | "ts": "2024-11-28 09:00:00" 66 | } -------------------------------------------------------------------------------- /pkwkp/51/5105.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000037": 48651, 6 | "1000038": 70847, 7 | "progres": { 8 | "total": 335, 9 | "persen": 99.7, 10 | "progres": 334 11 | } 12 | }, 13 | "table": { 14 | "510501": { 15 | "psu": "Reguler", 16 | "1000037": 15224, 17 | "1000038": 19891, 18 | "progres": { 19 | "total": 103, 20 | "persen": 100.0, 21 | "progres": 103 22 | }, 23 | "status_progress": true 24 | }, 25 | "510502": { 26 | "psu": "Reguler", 27 | "1000037": 8149, 28 | "1000038": 17530, 29 | "progres": { 30 | "total": 69, 31 | "persen": 98.55, 32 | "progres": 68 33 | }, 34 | "status_progress": true 35 | }, 36 | "510503": { 37 | "psu": "Reguler", 38 | "1000037": 14488, 39 | "1000038": 20418, 40 | "progres": { 41 | "total": 98, 42 | "persen": 100.0, 43 | "progres": 98 44 | }, 45 | "status_progress": true 46 | }, 47 | "510504": { 48 | "psu": "Reguler", 49 | "1000037": 10790, 50 | "1000038": 13008, 51 | "progres": { 52 | "total": 65, 53 | "persen": 100.0, 54 | "progres": 65 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 335, 63 | "progres": 334 64 | }, 65 | "ts": "2024-11-27 22:30:00" 66 | } -------------------------------------------------------------------------------- /pkwkp/51/5106.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000037": 37298, 6 | "1000038": 112125, 7 | "progres": { 8 | "total": 458, 9 | "persen": 100.0, 10 | "progres": 458 11 | } 12 | }, 13 | "table": { 14 | "510601": { 15 | "psu": "Reguler", 16 | "1000037": 7050, 17 | "1000038": 22639, 18 | "progres": { 19 | "total": 87, 20 | "persen": 100.0, 21 | "progres": 87 22 | }, 23 | "status_progress": true 24 | }, 25 | "510602": { 26 | "psu": "Reguler", 27 | "1000037": 9485, 28 | "1000038": 23738, 29 | "progres": { 30 | "total": 95, 31 | "persen": 100.0, 32 | "progres": 95 33 | }, 34 | "status_progress": true 35 | }, 36 | "510603": { 37 | "psu": "Reguler", 38 | "1000037": 5677, 39 | "1000038": 19299, 40 | "progres": { 41 | "total": 78, 42 | "persen": 100.0, 43 | "progres": 78 44 | }, 45 | "status_progress": true 46 | }, 47 | "510604": { 48 | "psu": "Reguler", 49 | "1000037": 15086, 50 | "1000038": 46449, 51 | "progres": { 52 | "total": 198, 53 | "persen": 100.0, 54 | "progres": 198 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 458, 63 | "progres": 458 64 | }, 65 | "ts": "2024-11-27 20:15:00" 66 | } -------------------------------------------------------------------------------- /pkwkp/64/6409.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000054": 34407, 6 | "1000055": 65986, 7 | "progres": { 8 | "total": 293, 9 | "persen": 98.98, 10 | "progres": 290 11 | } 12 | }, 13 | "table": { 14 | "640901": { 15 | "psu": "Reguler", 16 | "1000054": 17266, 17 | "1000055": 31823, 18 | "progres": { 19 | "total": 141, 20 | "persen": 100.0, 21 | "progres": 141 22 | }, 23 | "status_progress": true 24 | }, 25 | "640902": { 26 | "psu": "Reguler", 27 | "1000054": 3663, 28 | "1000055": 7208, 29 | "progres": { 30 | "total": 30, 31 | "persen": 100.0, 32 | "progres": 30 33 | }, 34 | "status_progress": true 35 | }, 36 | "640903": { 37 | "psu": "Reguler", 38 | "1000054": 5872, 39 | "1000055": 14053, 40 | "progres": { 41 | "total": 61, 42 | "persen": 95.08, 43 | "progres": 58 44 | }, 45 | "status_progress": true 46 | }, 47 | "640904": { 48 | "psu": "Reguler", 49 | "1000054": 7606, 50 | "1000055": 12902, 51 | "progres": { 52 | "total": 61, 53 | "persen": 100.0, 54 | "progres": 61 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 293, 63 | "progres": 290 64 | }, 65 | "ts": "2024-11-28 04:30:00" 66 | } -------------------------------------------------------------------------------- /pkwkk/33/3375.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000704": 66219, 6 | "1000705": 99949, 7 | "progres": { 8 | "total": 430, 9 | "persen": 100.0, 10 | "progres": 430 11 | } 12 | }, 13 | "table": { 14 | "337501": { 15 | "psu": "Reguler", 16 | "1000704": 20158, 17 | "1000705": 31232, 18 | "progres": { 19 | "total": 133, 20 | "persen": 100.0, 21 | "progres": 133 22 | }, 23 | "status_progress": true 24 | }, 25 | "337502": { 26 | "psu": "Reguler", 27 | "1000704": 14388, 28 | "1000705": 22775, 29 | "progres": { 30 | "total": 96, 31 | "persen": 100.0, 32 | "progres": 96 33 | }, 34 | "status_progress": true 35 | }, 36 | "337503": { 37 | "psu": "Reguler", 38 | "1000704": 14198, 39 | "1000705": 27520, 40 | "progres": { 41 | "total": 114, 42 | "persen": 100.0, 43 | "progres": 114 44 | }, 45 | "status_progress": true 46 | }, 47 | "337504": { 48 | "psu": "Reguler", 49 | "1000704": 17475, 50 | "1000705": 18422, 51 | "progres": { 52 | "total": 87, 53 | "persen": 100.0, 54 | "progres": 87 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 430, 63 | "progres": 430 64 | }, 65 | "ts": "2024-11-28 07:00:00" 66 | } -------------------------------------------------------------------------------- /pkwkp/33/3375.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000030": 60402, 6 | "1000031": 95456, 7 | "progres": { 8 | "total": 430, 9 | "persen": 99.3, 10 | "progres": 427 11 | } 12 | }, 13 | "table": { 14 | "337501": { 15 | "psu": "Reguler", 16 | "1000030": 19146, 17 | "1000031": 29037, 18 | "progres": { 19 | "total": 133, 20 | "persen": 98.5, 21 | "progres": 131 22 | }, 23 | "status_progress": true 24 | }, 25 | "337502": { 26 | "psu": "Reguler", 27 | "1000030": 13908, 28 | "1000031": 20622, 29 | "progres": { 30 | "total": 96, 31 | "persen": 100.0, 32 | "progres": 96 33 | }, 34 | "status_progress": true 35 | }, 36 | "337503": { 37 | "psu": "Reguler", 38 | "1000030": 16896, 39 | "1000031": 22298, 40 | "progres": { 41 | "total": 114, 42 | "persen": 99.12, 43 | "progres": 113 44 | }, 45 | "status_progress": true 46 | }, 47 | "337504": { 48 | "psu": "Reguler", 49 | "1000030": 10452, 50 | "1000031": 23499, 51 | "progres": { 52 | "total": 87, 53 | "persen": 100.0, 54 | "progres": 87 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 430, 63 | "progres": 427 64 | }, 65 | "ts": "2024-11-28 07:00:00" 66 | } -------------------------------------------------------------------------------- /pkwkk/51/5171.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000851": 75963, 6 | "1000852": 217568, 7 | "progres": { 8 | "total": 1001, 9 | "persen": 100.0, 10 | "progres": 1001 11 | } 12 | }, 13 | "table": { 14 | "517101": { 15 | "psu": "Reguler", 16 | "1000851": 19005, 17 | "1000852": 58475, 18 | "progres": { 19 | "total": 270, 20 | "persen": 100.0, 21 | "progres": 270 22 | }, 23 | "status_progress": true 24 | }, 25 | "517102": { 26 | "psu": "Reguler", 27 | "1000851": 12292, 28 | "1000852": 44632, 29 | "progres": { 30 | "total": 189, 31 | "persen": 100.0, 32 | "progres": 189 33 | }, 34 | "status_progress": true 35 | }, 36 | "517103": { 37 | "psu": "Reguler", 38 | "1000851": 26310, 39 | "1000852": 55009, 40 | "progres": { 41 | "total": 291, 42 | "persen": 100.0, 43 | "progres": 291 44 | }, 45 | "status_progress": true 46 | }, 47 | "517104": { 48 | "psu": "Reguler", 49 | "1000851": 18356, 50 | "1000852": 59452, 51 | "progres": { 52 | "total": 251, 53 | "persen": 100.0, 54 | "progres": 251 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 1001, 63 | "progres": 1001 64 | }, 65 | "ts": "2024-11-27 22:15:00" 66 | } -------------------------------------------------------------------------------- /pkwkp/51/5171.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000037": 145440, 6 | "1000038": 145759, 7 | "progres": { 8 | "total": 1001, 9 | "persen": 100.0, 10 | "progres": 1001 11 | } 12 | }, 13 | "table": { 14 | "517101": { 15 | "psu": "Reguler", 16 | "1000037": 36745, 17 | "1000038": 40190, 18 | "progres": { 19 | "total": 270, 20 | "persen": 100.0, 21 | "progres": 270 22 | }, 23 | "status_progress": true 24 | }, 25 | "517102": { 26 | "psu": "Reguler", 27 | "1000037": 27164, 28 | "1000038": 28812, 29 | "progres": { 30 | "total": 189, 31 | "persen": 100.0, 32 | "progres": 189 33 | }, 34 | "status_progress": true 35 | }, 36 | "517103": { 37 | "psu": "Reguler", 38 | "1000037": 45646, 39 | "1000038": 35552, 40 | "progres": { 41 | "total": 291, 42 | "persen": 100.0, 43 | "progres": 291 44 | }, 45 | "status_progress": true 46 | }, 47 | "517104": { 48 | "psu": "Reguler", 49 | "1000037": 35885, 50 | "1000038": 41205, 51 | "progres": { 52 | "total": 251, 53 | "persen": 100.0, 54 | "progres": 251 55 | }, 56 | "status_progress": true 57 | } 58 | } 59 | }, 60 | "psu": "Reguler", 61 | "progres": { 62 | "total": 1001, 63 | "progres": 1001 64 | }, 65 | "ts": "2024-11-27 22:15:00" 66 | } -------------------------------------------------------------------------------- /pkwkp/95/9506.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000098": 10, 6 | "1000099": 102, 7 | "progres": { 8 | "total": 301, 9 | "persen": 0.33, 10 | "progres": 1 11 | } 12 | }, 13 | "table": { 14 | "950601": { 15 | "psu": "Reguler", 16 | "progres": { 17 | "total": 45, 18 | "persen": 0.0, 19 | "progres": 0 20 | }, 21 | "status_progress": false 22 | }, 23 | "950602": { 24 | "psu": "Reguler", 25 | "progres": { 26 | "total": 50, 27 | "persen": 0.0, 28 | "progres": 0 29 | }, 30 | "status_progress": false 31 | }, 32 | "950603": { 33 | "psu": "Reguler", 34 | "1000098": 10, 35 | "1000099": 102, 36 | "progres": { 37 | "total": 108, 38 | "persen": 0.93, 39 | "progres": 1 40 | }, 41 | "status_progress": true 42 | }, 43 | "950604": { 44 | "psu": "Reguler", 45 | "progres": { 46 | "total": 37, 47 | "persen": 0.0, 48 | "progres": 0 49 | }, 50 | "status_progress": false 51 | }, 52 | "950605": { 53 | "psu": "Reguler", 54 | "progres": { 55 | "total": 61, 56 | "persen": 0.0, 57 | "progres": 0 58 | }, 59 | "status_progress": false 60 | } 61 | } 62 | }, 63 | "psu": "Reguler", 64 | "progres": { 65 | "total": 301, 66 | "progres": 1 67 | }, 68 | "ts": "2024-11-28 09:00:00" 69 | } -------------------------------------------------------------------------------- /district/61/61.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BENGKAYANG", 4 | "id": 191381, 5 | "kode": "6107", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "KAPUAS HULU", 10 | "id": 191380, 11 | "kode": "6106", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "KAYONG UTARA", 16 | "id": 191385, 17 | "kode": "6111", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "KETAPANG", 22 | "id": 191378, 23 | "kode": "6104", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "KOTA PONTIANAK", 28 | "id": 191387, 29 | "kode": "6171", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "KOTA SINGKAWANG", 34 | "id": 191388, 35 | "kode": "6172", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "KUBU RAYA", 40 | "id": 191386, 41 | "kode": "6112", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "LANDAK", 46 | "id": 191382, 47 | "kode": "6108", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "MELAWI", 52 | "id": 191384, 53 | "kode": "6110", 54 | "tingkat": 2 55 | }, 56 | { 57 | "nama": "MEMPAWAH", 58 | "id": 191376, 59 | "kode": "6102", 60 | "tingkat": 2 61 | }, 62 | { 63 | "nama": "SAMBAS", 64 | "id": 160806, 65 | "kode": "6101", 66 | "tingkat": 2 67 | }, 68 | { 69 | "nama": "SANGGAU", 70 | "id": 191377, 71 | "kode": "6103", 72 | "tingkat": 2 73 | }, 74 | { 75 | "nama": "SEKADAU", 76 | "id": 191383, 77 | "kode": "6109", 78 | "tingkat": 2 79 | }, 80 | { 81 | "nama": "SINTANG", 82 | "id": 191379, 83 | "kode": "6105", 84 | "tingkat": 2 85 | } 86 | ] -------------------------------------------------------------------------------- /script/scrap-pkwkk.py: -------------------------------------------------------------------------------- 1 | import requests 2 | import json 3 | import os 4 | 5 | def fetch_and_save_province_data(selected_province): 6 | url = f"https://sirekappilkada-obj-data.kpu.go.id/pilkada/hhcw/pkwkk/{selected_province}.json" 7 | 8 | # Create directory for the selected province if it doesn't exist 9 | os.makedirs(f'../pkwkk/{selected_province}', exist_ok=True) 10 | 11 | try: 12 | response = requests.get(url) 13 | response.raise_for_status() 14 | data = response.json() 15 | 16 | # Save to JSON file 17 | output_path = f"../pkwkk/{selected_province}/{selected_province}.json" 18 | with open(output_path, 'w', encoding='utf-8') as f: 19 | json.dump(data, f, ensure_ascii=False, indent=2) 20 | 21 | print(f"Data saved to {output_path}") 22 | return data 23 | 24 | except requests.exceptions.RequestException as e: 25 | print(f"Error fetching data: {e}") 26 | return None 27 | 28 | def main(): 29 | # Read province codes from province.json 30 | with open('province.json', 'r', encoding='utf-8') as f: 31 | provinces = json.load(f) 32 | 33 | # Loop through each province and fetch data 34 | for province in provinces: 35 | selected_province = province['kode'] 36 | print(f"Fetching data for province code: {selected_province}") 37 | result = fetch_and_save_province_data(selected_province) 38 | if result is None: 39 | print(f"Skipping province {selected_province}") 40 | continue 41 | 42 | if __name__ == "__main__": 43 | main() 44 | 45 | -------------------------------------------------------------------------------- /script/scrap-pkwkp.py: -------------------------------------------------------------------------------- 1 | import requests 2 | import json 3 | import os 4 | 5 | def fetch_and_save_province_data(selected_province): 6 | url = f"https://sirekappilkada-obj-data.kpu.go.id/pilkada/hhcw/pkwkp/{selected_province}.json" 7 | 8 | # Create directory for the selected province if it doesn't exist 9 | os.makedirs(f'../pkwkp/{selected_province}', exist_ok=True) 10 | 11 | try: 12 | response = requests.get(url) 13 | response.raise_for_status() 14 | data = response.json() 15 | 16 | # Save to JSON file 17 | output_path = f"../pkwkp/{selected_province}/{selected_province}.json" 18 | with open(output_path, 'w', encoding='utf-8') as f: 19 | json.dump(data, f, ensure_ascii=False, indent=2) 20 | 21 | print(f"Data saved to {output_path}") 22 | return data 23 | 24 | except requests.exceptions.RequestException as e: 25 | print(f"Error fetching data: {e}") 26 | return None 27 | 28 | def main(): 29 | # Read province codes from province.json 30 | with open('province.json', 'r', encoding='utf-8') as f: 31 | provinces = json.load(f) 32 | 33 | # Loop through each province and fetch data 34 | for province in provinces: 35 | selected_province = province['kode'] 36 | print(f"Fetching data for province code: {selected_province}") 37 | result = fetch_and_save_province_data(selected_province) 38 | if result is None: 39 | print(f"Skipping province {selected_province}") 40 | continue 41 | 42 | if __name__ == "__main__": 43 | main() 44 | 45 | -------------------------------------------------------------------------------- /script/scrap-district.py: -------------------------------------------------------------------------------- 1 | import requests 2 | import json 3 | import os 4 | 5 | def fetch_and_save_province_data(selected_province): 6 | url = f"https://sirekappilkada-obj-data.kpu.go.id/wilayah/pilkada/pkwkp/{selected_province}.json" 7 | 8 | # Create directory for the selected province if it doesn't exist 9 | os.makedirs(f'../district/{selected_province}', exist_ok=True) 10 | 11 | try: 12 | response = requests.get(url) 13 | response.raise_for_status() 14 | data = response.json() 15 | 16 | # Save to JSON file 17 | output_path = f"../district/{selected_province}/{selected_province}.json" 18 | with open(output_path, 'w', encoding='utf-8') as f: 19 | json.dump(data, f, ensure_ascii=False, indent=2) 20 | 21 | print(f"Data saved to {output_path}") 22 | return data 23 | 24 | except requests.exceptions.RequestException as e: 25 | print(f"Error fetching data: {e}") 26 | return None 27 | 28 | def main(): 29 | # Read province codes from province.json 30 | with open('province.json', 'r', encoding='utf-8') as f: 31 | provinces = json.load(f) 32 | 33 | # Loop through each province and fetch data 34 | for province in provinces: 35 | selected_province = province['kode'] 36 | print(f"Fetching data for province code: {selected_province}") 37 | result = fetch_and_save_province_data(selected_province) 38 | if result is None: 39 | print(f"Skipping province {selected_province}") 40 | continue 41 | 42 | if __name__ == "__main__": 43 | main() 44 | 45 | -------------------------------------------------------------------------------- /district/62/62.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BARITO SELATAN", 4 | "id": 191391, 5 | "kode": "6204", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "BARITO TIMUR", 10 | "id": 191400, 11 | "kode": "6213", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "BARITO UTARA", 16 | "id": 191392, 17 | "kode": "6205", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "GUNUNG MAS", 22 | "id": 191397, 23 | "kode": "6210", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "KAPUAS", 28 | "id": 191390, 29 | "kode": "6203", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "KATINGAN", 34 | "id": 191393, 35 | "kode": "6206", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "KOTA PALANGKARAYA", 40 | "id": 164830, 41 | "kode": "6271", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "KOTAWARINGIN BARAT", 46 | "id": 163157, 47 | "kode": "6201", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "KOTAWARINGIN TIMUR", 52 | "id": 191389, 53 | "kode": "6202", 54 | "tingkat": 2 55 | }, 56 | { 57 | "nama": "LAMANDAU", 58 | "id": 191396, 59 | "kode": "6209", 60 | "tingkat": 2 61 | }, 62 | { 63 | "nama": "MURUNG RAYA", 64 | "id": 191399, 65 | "kode": "6212", 66 | "tingkat": 2 67 | }, 68 | { 69 | "nama": "PULANG PISAU", 70 | "id": 191398, 71 | "kode": "6211", 72 | "tingkat": 2 73 | }, 74 | { 75 | "nama": "SERUYAN", 76 | "id": 191394, 77 | "kode": "6207", 78 | "tingkat": 2 79 | }, 80 | { 81 | "nama": "SUKAMARA", 82 | "id": 191395, 83 | "kode": "6208", 84 | "tingkat": 2 85 | } 86 | ] -------------------------------------------------------------------------------- /pkwkk/95/9506.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001562": 106, 6 | "1001563": 6, 7 | "1001564": 0, 8 | "progres": { 9 | "total": 301, 10 | "persen": 0.33, 11 | "progres": 1 12 | } 13 | }, 14 | "table": { 15 | "950601": { 16 | "psu": "Reguler", 17 | "progres": { 18 | "total": 45, 19 | "persen": 0.0, 20 | "progres": 0 21 | }, 22 | "status_progress": false 23 | }, 24 | "950602": { 25 | "psu": "Reguler", 26 | "progres": { 27 | "total": 50, 28 | "persen": 0.0, 29 | "progres": 0 30 | }, 31 | "status_progress": false 32 | }, 33 | "950603": { 34 | "psu": "Reguler", 35 | "1001562": 106, 36 | "1001563": 6, 37 | "1001564": 0, 38 | "progres": { 39 | "total": 108, 40 | "persen": 0.93, 41 | "progres": 1 42 | }, 43 | "status_progress": true 44 | }, 45 | "950604": { 46 | "psu": "Reguler", 47 | "progres": { 48 | "total": 37, 49 | "persen": 0.0, 50 | "progres": 0 51 | }, 52 | "status_progress": false 53 | }, 54 | "950605": { 55 | "psu": "Reguler", 56 | "progres": { 57 | "total": 61, 58 | "persen": 0.0, 59 | "progres": 0 60 | }, 61 | "status_progress": false 62 | } 63 | } 64 | }, 65 | "psu": "Reguler", 66 | "progres": { 67 | "total": 301, 68 | "progres": 1 69 | }, 70 | "ts": "2024-11-28 09:00:00" 71 | } -------------------------------------------------------------------------------- /pkwkk/13/1377.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000327": 17687, 6 | "1000328": 6800, 7 | "1000329": 24961, 8 | "progres": { 9 | "total": 163, 10 | "persen": 100.0, 11 | "progres": 163 12 | } 13 | }, 14 | "table": { 15 | "137701": { 16 | "psu": "Reguler", 17 | "1000327": 6008, 18 | "1000328": 2597, 19 | "1000329": 8302, 20 | "progres": { 21 | "total": 53, 22 | "persen": 100.0, 23 | "progres": 53 24 | }, 25 | "status_progress": true 26 | }, 27 | "137702": { 28 | "psu": "Reguler", 29 | "1000327": 4746, 30 | "1000328": 1079, 31 | "1000329": 6569, 32 | "progres": { 33 | "total": 40, 34 | "persen": 100.0, 35 | "progres": 40 36 | }, 37 | "status_progress": true 38 | }, 39 | "137703": { 40 | "psu": "Reguler", 41 | "1000327": 3432, 42 | "1000328": 1797, 43 | "1000329": 4773, 44 | "progres": { 45 | "total": 35, 46 | "persen": 100.0, 47 | "progres": 35 48 | }, 49 | "status_progress": true 50 | }, 51 | "137704": { 52 | "psu": "Reguler", 53 | "1000327": 3501, 54 | "1000328": 1327, 55 | "1000329": 5317, 56 | "progres": { 57 | "total": 35, 58 | "persen": 100.0, 59 | "progres": 35 60 | }, 61 | "status_progress": true 62 | } 63 | } 64 | }, 65 | "psu": "Reguler", 66 | "progres": { 67 | "total": 163, 68 | "progres": 163 69 | }, 70 | "ts": "2024-11-28 00:00:00" 71 | } -------------------------------------------------------------------------------- /pkwkk/71/7174.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001154": 12611, 6 | "1001155": 35150, 7 | "1001156": 24107, 8 | "progres": { 9 | "total": 172, 10 | "persen": 100.0, 11 | "progres": 172 12 | } 13 | }, 14 | "table": { 15 | "717401": { 16 | "psu": "Reguler", 17 | "1001154": 764, 18 | "1001155": 6545, 19 | "1001156": 3015, 20 | "progres": { 21 | "total": 25, 22 | "persen": 100.0, 23 | "progres": 25 24 | }, 25 | "status_progress": true 26 | }, 27 | "717402": { 28 | "psu": "Reguler", 29 | "1001154": 3812, 30 | "1001155": 9370, 31 | "1001156": 5165, 32 | "progres": { 33 | "total": 43, 34 | "persen": 100.0, 35 | "progres": 43 36 | }, 37 | "status_progress": true 38 | }, 39 | "717403": { 40 | "psu": "Reguler", 41 | "1001154": 5255, 42 | "1001155": 9292, 43 | "1001156": 6475, 44 | "progres": { 45 | "total": 48, 46 | "persen": 100.0, 47 | "progres": 48 48 | }, 49 | "status_progress": true 50 | }, 51 | "717404": { 52 | "psu": "Reguler", 53 | "1001154": 2780, 54 | "1001155": 9943, 55 | "1001156": 9452, 56 | "progres": { 57 | "total": 56, 58 | "persen": 100.0, 59 | "progres": 56 60 | }, 61 | "status_progress": true 62 | } 63 | } 64 | }, 65 | "psu": "Reguler", 66 | "progres": { 67 | "total": 172, 68 | "progres": 172 69 | }, 70 | "ts": "2024-11-28 04:30:00" 71 | } -------------------------------------------------------------------------------- /pkwkp/35/3575.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000032": 8089, 6 | "1000033": 53069, 7 | "1000034": 35727, 8 | "progres": { 9 | "total": 280, 10 | "persen": 100.0, 11 | "progres": 280 12 | } 13 | }, 14 | "table": { 15 | "357501": { 16 | "psu": "Reguler", 17 | "1000032": 1975, 18 | "1000033": 12341, 19 | "1000034": 8957, 20 | "progres": { 21 | "total": 64, 22 | "persen": 100.0, 23 | "progres": 64 24 | }, 25 | "status_progress": true 26 | }, 27 | "357502": { 28 | "psu": "Reguler", 29 | "1000032": 1919, 30 | "1000033": 16100, 31 | "1000034": 11286, 32 | "progres": { 33 | "total": 82, 34 | "persen": 100.0, 35 | "progres": 82 36 | }, 37 | "status_progress": true 38 | }, 39 | "357503": { 40 | "psu": "Reguler", 41 | "1000032": 1385, 42 | "1000033": 8765, 43 | "1000034": 5181, 44 | "progres": { 45 | "total": 43, 46 | "persen": 100.0, 47 | "progres": 43 48 | }, 49 | "status_progress": true 50 | }, 51 | "357504": { 52 | "psu": "Reguler", 53 | "1000032": 2810, 54 | "1000033": 15863, 55 | "1000034": 10303, 56 | "progres": { 57 | "total": 91, 58 | "persen": 100.0, 59 | "progres": 91 60 | }, 61 | "status_progress": true 62 | } 63 | } 64 | }, 65 | "psu": "Reguler", 66 | "progres": { 67 | "total": 280, 68 | "progres": 280 69 | }, 70 | "ts": "2024-11-27 21:45:00" 71 | } -------------------------------------------------------------------------------- /pkwkp/65/6571.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000056": 18494, 6 | "1000057": 55291, 7 | "1000058": 21944, 8 | "progres": { 9 | "total": 319, 10 | "persen": 100.0, 11 | "progres": 319 12 | } 13 | }, 14 | "table": { 15 | "657101": { 16 | "psu": "Reguler", 17 | "1000056": 5633, 18 | "1000057": 17773, 19 | "1000058": 8327, 20 | "progres": { 21 | "total": 109, 22 | "persen": 100.0, 23 | "progres": 109 24 | }, 25 | "status_progress": true 26 | }, 27 | "657102": { 28 | "psu": "Reguler", 29 | "1000056": 4970, 30 | "1000057": 16492, 31 | "1000058": 6022, 32 | "progres": { 33 | "total": 90, 34 | "persen": 100.0, 35 | "progres": 90 36 | }, 37 | "status_progress": true 38 | }, 39 | "657103": { 40 | "psu": "Reguler", 41 | "1000056": 5748, 42 | "1000057": 14621, 43 | "1000058": 3754, 44 | "progres": { 45 | "total": 76, 46 | "persen": 100.0, 47 | "progres": 76 48 | }, 49 | "status_progress": true 50 | }, 51 | "657104": { 52 | "psu": "Reguler", 53 | "1000056": 2143, 54 | "1000057": 6405, 55 | "1000058": 3841, 56 | "progres": { 57 | "total": 44, 58 | "persen": 100.0, 59 | "progres": 44 60 | }, 61 | "status_progress": true 62 | } 63 | } 64 | }, 65 | "psu": "Reguler", 66 | "progres": { 67 | "total": 319, 68 | "progres": 319 69 | }, 70 | "ts": "2024-11-27 21:45:00" 71 | } -------------------------------------------------------------------------------- /pkwkp/71/7174.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000059": 37764, 6 | "1000060": 13316, 7 | "1000061": 18961, 8 | "progres": { 9 | "total": 172, 10 | "persen": 100.0, 11 | "progres": 172 12 | } 13 | }, 14 | "table": { 15 | "717401": { 16 | "psu": "Reguler", 17 | "1000059": 6492, 18 | "1000060": 1715, 19 | "1000061": 1884, 20 | "progres": { 21 | "total": 25, 22 | "persen": 100.0, 23 | "progres": 25 24 | }, 25 | "status_progress": true 26 | }, 27 | "717402": { 28 | "psu": "Reguler", 29 | "1000059": 9634, 30 | "1000060": 3408, 31 | "1000061": 4779, 32 | "progres": { 33 | "total": 43, 34 | "persen": 100.0, 35 | "progres": 43 36 | }, 37 | "status_progress": true 38 | }, 39 | "717403": { 40 | "psu": "Reguler", 41 | "1000059": 10961, 42 | "1000060": 3491, 43 | "1000061": 5758, 44 | "progres": { 45 | "total": 48, 46 | "persen": 100.0, 47 | "progres": 48 48 | }, 49 | "status_progress": true 50 | }, 51 | "717404": { 52 | "psu": "Reguler", 53 | "1000059": 10677, 54 | "1000060": 4702, 55 | "1000061": 6540, 56 | "progres": { 57 | "total": 56, 58 | "persen": 100.0, 59 | "progres": 56 60 | }, 61 | "status_progress": true 62 | } 63 | } 64 | }, 65 | "psu": "Reguler", 66 | "progres": { 67 | "total": 172, 68 | "progres": 172 69 | }, 70 | "ts": "2024-11-28 02:45:00" 71 | } -------------------------------------------------------------------------------- /pkwkk/33/3373.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000699": 50876, 6 | "1000700": 12555, 7 | "1000701": 47722, 8 | "progres": { 9 | "total": 301, 10 | "persen": 100.0, 11 | "progres": 301 12 | } 13 | }, 14 | "table": { 15 | "337301": { 16 | "psu": "Reguler", 17 | "1000699": 11965, 18 | "1000700": 4492, 19 | "1000701": 13324, 20 | "progres": { 21 | "total": 83, 22 | "persen": 100.0, 23 | "progres": 83 24 | }, 25 | "status_progress": true 26 | }, 27 | "337302": { 28 | "psu": "Reguler", 29 | "1000699": 12395, 30 | "1000700": 2405, 31 | "1000701": 12443, 32 | "progres": { 33 | "total": 75, 34 | "persen": 100.0, 35 | "progres": 75 36 | }, 37 | "status_progress": true 38 | }, 39 | "337303": { 40 | "psu": "Reguler", 41 | "1000699": 14886, 42 | "1000700": 2739, 43 | "1000701": 11806, 44 | "progres": { 45 | "total": 77, 46 | "persen": 100.0, 47 | "progres": 77 48 | }, 49 | "status_progress": true 50 | }, 51 | "337304": { 52 | "psu": "Reguler", 53 | "1000699": 11630, 54 | "1000700": 2919, 55 | "1000701": 10149, 56 | "progres": { 57 | "total": 66, 58 | "persen": 100.0, 59 | "progres": 66 60 | }, 61 | "status_progress": true 62 | } 63 | } 64 | }, 65 | "psu": "Reguler", 66 | "progres": { 67 | "total": 301, 68 | "progres": 301 69 | }, 70 | "ts": "2024-11-27 23:00:06" 71 | } -------------------------------------------------------------------------------- /pkwkk/33/3376.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000706": 32645, 6 | "1000707": 64746, 7 | "1000708": 42446, 8 | "progres": { 9 | "total": 377, 10 | "persen": 100.0, 11 | "progres": 377 12 | } 13 | }, 14 | "table": { 15 | "337601": { 16 | "psu": "Reguler", 17 | "1000706": 7700, 18 | "1000707": 16183, 19 | "1000708": 9567, 20 | "progres": { 21 | "total": 92, 22 | "persen": 100.0, 23 | "progres": 92 24 | }, 25 | "status_progress": true 26 | }, 27 | "337602": { 28 | "psu": "Reguler", 29 | "1000706": 13348, 30 | "1000707": 18647, 31 | "1000708": 12404, 32 | "progres": { 33 | "total": 113, 34 | "persen": 100.0, 35 | "progres": 113 36 | }, 37 | "status_progress": true 38 | }, 39 | "337603": { 40 | "psu": "Reguler", 41 | "1000706": 6801, 42 | "1000707": 17073, 43 | "1000708": 11702, 44 | "progres": { 45 | "total": 91, 46 | "persen": 100.0, 47 | "progres": 91 48 | }, 49 | "status_progress": true 50 | }, 51 | "337604": { 52 | "psu": "Reguler", 53 | "1000706": 4796, 54 | "1000707": 12843, 55 | "1000708": 8773, 56 | "progres": { 57 | "total": 81, 58 | "persen": 100.0, 59 | "progres": 81 60 | }, 61 | "status_progress": true 62 | } 63 | } 64 | }, 65 | "psu": "Reguler", 66 | "progres": { 67 | "total": 377, 68 | "progres": 377 69 | }, 70 | "ts": "2024-11-28 10:15:04" 71 | } -------------------------------------------------------------------------------- /pkwkk/51/5105.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000840": 24577, 6 | "1000841": 63794, 7 | "1000842": 31646, 8 | "progres": { 9 | "total": 335, 10 | "persen": 100.0, 11 | "progres": 335 12 | } 13 | }, 14 | "table": { 15 | "510501": { 16 | "psu": "Reguler", 17 | "1000840": 5690, 18 | "1000841": 21201, 19 | "1000842": 8220, 20 | "progres": { 21 | "total": 103, 22 | "persen": 100.0, 23 | "progres": 103 24 | }, 25 | "status_progress": true 26 | }, 27 | "510502": { 28 | "psu": "Reguler", 29 | "1000840": 6104, 30 | "1000841": 14497, 31 | "1000842": 5505, 32 | "progres": { 33 | "total": 69, 34 | "persen": 100.0, 35 | "progres": 69 36 | }, 37 | "status_progress": true 38 | }, 39 | "510503": { 40 | "psu": "Reguler", 41 | "1000840": 8599, 42 | "1000841": 18718, 43 | "1000842": 7674, 44 | "progres": { 45 | "total": 98, 46 | "persen": 100.0, 47 | "progres": 98 48 | }, 49 | "status_progress": true 50 | }, 51 | "510504": { 52 | "psu": "Reguler", 53 | "1000840": 4184, 54 | "1000841": 9378, 55 | "1000842": 10247, 56 | "progres": { 57 | "total": 65, 58 | "persen": 100.0, 59 | "progres": 65 60 | }, 61 | "status_progress": true 62 | } 63 | } 64 | }, 65 | "psu": "Reguler", 66 | "progres": { 67 | "total": 335, 68 | "progres": 335 69 | }, 70 | "ts": "2024-11-27 22:00:00" 71 | } -------------------------------------------------------------------------------- /pkwkk/51/5106.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000843": 8411, 6 | "1000844": 91257, 7 | "1000845": 48073, 8 | "progres": { 9 | "total": 458, 10 | "persen": 100.0, 11 | "progres": 458 12 | } 13 | }, 14 | "table": { 15 | "510601": { 16 | "psu": "Reguler", 17 | "1000843": 1782, 18 | "1000844": 21418, 19 | "1000845": 5907, 20 | "progres": { 21 | "total": 87, 22 | "persen": 100.0, 23 | "progres": 87 24 | }, 25 | "status_progress": true 26 | }, 27 | "510602": { 28 | "psu": "Reguler", 29 | "1000843": 1462, 30 | "1000844": 18852, 31 | "1000845": 12742, 32 | "progres": { 33 | "total": 95, 34 | "persen": 100.0, 35 | "progres": 95 36 | }, 37 | "status_progress": true 38 | }, 39 | "510603": { 40 | "psu": "Reguler", 41 | "1000843": 906, 42 | "1000844": 15227, 43 | "1000845": 8598, 44 | "progres": { 45 | "total": 78, 46 | "persen": 100.0, 47 | "progres": 78 48 | }, 49 | "status_progress": true 50 | }, 51 | "510604": { 52 | "psu": "Reguler", 53 | "1000843": 4261, 54 | "1000844": 35760, 55 | "1000845": 20826, 56 | "progres": { 57 | "total": 198, 58 | "persen": 100.0, 59 | "progres": 198 60 | }, 61 | "status_progress": true 62 | } 63 | } 64 | }, 65 | "psu": "Reguler", 66 | "progres": { 67 | "total": 458, 68 | "progres": 458 69 | }, 70 | "ts": "2024-11-27 21:15:00" 71 | } -------------------------------------------------------------------------------- /pkwkp/93/93.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000090": 18925, 6 | "1000091": 5084, 7 | "1000092": 25554, 8 | "1000093": 45419, 9 | "progres": { 10 | "total": 1089, 11 | "persen": 30.3, 12 | "progres": 330 13 | } 14 | }, 15 | "table": { 16 | "9301": { 17 | "psu": "Reguler", 18 | "1000090": 17788, 19 | "1000091": 4639, 20 | "1000092": 24331, 21 | "1000093": 41398, 22 | "progres": { 23 | "total": 415, 24 | "persen": 72.05, 25 | "progres": 299 26 | }, 27 | "status_progress": true 28 | }, 29 | "9302": { 30 | "psu": "Reguler", 31 | "1000090": 572, 32 | "1000091": 268, 33 | "1000092": 717, 34 | "1000093": 1153, 35 | "progres": { 36 | "total": 221, 37 | "persen": 8.6, 38 | "progres": 19 39 | }, 40 | "status_progress": true 41 | }, 42 | "9303": { 43 | "psu": "Reguler", 44 | "progres": { 45 | "total": 207, 46 | "persen": 0.0, 47 | "progres": 0 48 | }, 49 | "status_progress": false 50 | }, 51 | "9304": { 52 | "psu": "Reguler", 53 | "1000090": 565, 54 | "1000091": 177, 55 | "1000092": 506, 56 | "1000093": 2868, 57 | "progres": { 58 | "total": 246, 59 | "persen": 4.88, 60 | "progres": 12 61 | }, 62 | "status_progress": true 63 | } 64 | } 65 | }, 66 | "psu": "Reguler", 67 | "progres": { 68 | "total": 1089, 69 | "progres": 330 70 | }, 71 | "ts": "2024-11-28 10:15:04" 72 | } -------------------------------------------------------------------------------- /district/18/18.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "KOTA BANDAR LAMPUNG", 4 | "id": 191258, 5 | "kode": "1871", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "KOTA METRO", 10 | "id": 126660, 11 | "kode": "1872", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "LAMPUNG BARAT", 16 | "id": 191248, 17 | "kode": "1804", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "LAMPUNG SELATAN", 22 | "id": 191245, 23 | "kode": "1801", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "LAMPUNG TENGAH", 28 | "id": 191246, 29 | "kode": "1802", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "LAMPUNG TIMUR", 34 | "id": 191251, 35 | "kode": "1807", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "LAMPUNG UTARA", 40 | "id": 191247, 41 | "kode": "1803", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "MESUJI", 46 | "id": 191255, 47 | "kode": "1811", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "PESAWARAN", 52 | "id": 191253, 53 | "kode": "1809", 54 | "tingkat": 2 55 | }, 56 | { 57 | "nama": "PESISIR BARAT", 58 | "id": 191257, 59 | "kode": "1813", 60 | "tingkat": 2 61 | }, 62 | { 63 | "nama": "PRINGSEWU", 64 | "id": 191254, 65 | "kode": "1810", 66 | "tingkat": 2 67 | }, 68 | { 69 | "nama": "TANGGAMUS", 70 | "id": 191250, 71 | "kode": "1806", 72 | "tingkat": 2 73 | }, 74 | { 75 | "nama": "TULANG BAWANG", 76 | "id": 191249, 77 | "kode": "1805", 78 | "tingkat": 2 79 | }, 80 | { 81 | "nama": "TULANG BAWANG BARAT", 82 | "id": 191256, 83 | "kode": "1812", 84 | "tingkat": 2 85 | }, 86 | { 87 | "nama": "WAY KANAN", 88 | "id": 191252, 89 | "kode": "1808", 90 | "tingkat": 2 91 | } 92 | ] -------------------------------------------------------------------------------- /pkwkk/65/65.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "progres": { 6 | "total": 1364, 7 | "persen": 94.79, 8 | "progres": 1293 9 | } 10 | }, 11 | "table": { 12 | "6501": { 13 | "psu": "Reguler", 14 | "1001100": 49812, 15 | "1001101": 23280, 16 | "progres": { 17 | "total": 314, 18 | "persen": 99.36, 19 | "progres": 312 20 | }, 21 | "status_progress": true 22 | }, 23 | "6502": { 24 | "psu": "Reguler", 25 | "1001102": 36567, 26 | "1001103": 2567, 27 | "progres": { 28 | "total": 178, 29 | "persen": 87.64, 30 | "progres": 156 31 | }, 32 | "status_progress": true 33 | }, 34 | "6503": { 35 | "psu": "Reguler", 36 | "1001104": 36674, 37 | "1001105": 22933, 38 | "1001106": 40551, 39 | "progres": { 40 | "total": 504, 41 | "persen": 91.07, 42 | "progres": 459 43 | }, 44 | "status_progress": true 45 | }, 46 | "6504": { 47 | "psu": "Reguler", 48 | "1001107": 8230, 49 | "1001108": 8607, 50 | "progres": { 51 | "total": 49, 52 | "persen": 95.92, 53 | "progres": 47 54 | }, 55 | "status_progress": true 56 | }, 57 | "6571": { 58 | "psu": "Reguler", 59 | "1001109": 59204, 60 | "1001110": 43787, 61 | "progres": { 62 | "total": 319, 63 | "persen": 100.0, 64 | "progres": 319 65 | }, 66 | "status_progress": true 67 | } 68 | } 69 | }, 70 | "psu": "Reguler", 71 | "progres": { 72 | "total": 1364, 73 | "progres": 1293 74 | }, 75 | "ts": "2024-11-28 10:15:04" 76 | } -------------------------------------------------------------------------------- /pkwkp/91/9119.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000086": 8645, 6 | "1000087": 5563, 7 | "progres": { 8 | "total": 48, 9 | "persen": 95.83, 10 | "progres": 46 11 | } 12 | }, 13 | "table": { 14 | "911901": { 15 | "psu": "Reguler", 16 | "1000086": 1443, 17 | "1000087": 916, 18 | "progres": { 19 | "total": 7, 20 | "persen": 100.0, 21 | "progres": 7 22 | }, 23 | "status_progress": true 24 | }, 25 | "911902": { 26 | "psu": "Reguler", 27 | "1000086": 862, 28 | "1000087": 578, 29 | "progres": { 30 | "total": 5, 31 | "persen": 100.0, 32 | "progres": 5 33 | }, 34 | "status_progress": true 35 | }, 36 | "911903": { 37 | "psu": "Reguler", 38 | "1000086": 3199, 39 | "1000087": 2138, 40 | "progres": { 41 | "total": 17, 42 | "persen": 94.12, 43 | "progres": 16 44 | }, 45 | "status_progress": true 46 | }, 47 | "911904": { 48 | "psu": "Reguler", 49 | "1000086": 2195, 50 | "1000087": 1231, 51 | "progres": { 52 | "total": 12, 53 | "persen": 91.67, 54 | "progres": 11 55 | }, 56 | "status_progress": true 57 | }, 58 | "911905": { 59 | "psu": "Reguler", 60 | "1000086": 946, 61 | "1000087": 700, 62 | "progres": { 63 | "total": 7, 64 | "persen": 100.0, 65 | "progres": 7 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 48, 74 | "progres": 46 75 | }, 76 | "ts": "2024-11-28 08:15:00" 77 | } -------------------------------------------------------------------------------- /pkwkk/63/6372.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001070": 35931, 6 | "1001071": 0, 7 | "progres": { 8 | "total": 403, 9 | "persen": 100.0, 10 | "progres": 403 11 | } 12 | }, 13 | "table": { 14 | "637202": { 15 | "psu": "Reguler", 16 | "1001070": 10615, 17 | "1001071": 0, 18 | "progres": { 19 | "total": 110, 20 | "persen": 100.0, 21 | "progres": 110 22 | }, 23 | "status_progress": true 24 | }, 25 | "637203": { 26 | "psu": "Reguler", 27 | "1001070": 5506, 28 | "1001071": 0, 29 | "progres": { 30 | "total": 62, 31 | "persen": 100.0, 32 | "progres": 62 33 | }, 34 | "status_progress": true 35 | }, 36 | "637204": { 37 | "psu": "Reguler", 38 | "1001070": 6246, 39 | "1001071": 0, 40 | "progres": { 41 | "total": 81, 42 | "persen": 100.0, 43 | "progres": 81 44 | }, 45 | "status_progress": true 46 | }, 47 | "637205": { 48 | "psu": "Reguler", 49 | "1001070": 6745, 50 | "1001071": 0, 51 | "progres": { 52 | "total": 71, 53 | "persen": 100.0, 54 | "progres": 71 55 | }, 56 | "status_progress": true 57 | }, 58 | "637206": { 59 | "psu": "Reguler", 60 | "1001070": 6819, 61 | "1001071": 0, 62 | "progres": { 63 | "total": 79, 64 | "persen": 100.0, 65 | "progres": 79 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 403, 74 | "progres": 403 75 | }, 76 | "ts": "2024-11-28 01:30:00" 77 | } -------------------------------------------------------------------------------- /pkwkk/65/6504.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001107": 8230, 6 | "1001108": 8607, 7 | "progres": { 8 | "total": 49, 9 | "persen": 95.92, 10 | "progres": 47 11 | } 12 | }, 13 | "table": { 14 | "650401": { 15 | "psu": "Reguler", 16 | "1001107": 3216, 17 | "1001108": 3250, 18 | "progres": { 19 | "total": 17, 20 | "persen": 94.12, 21 | "progres": 16 22 | }, 23 | "status_progress": true 24 | }, 25 | "650402": { 26 | "psu": "Reguler", 27 | "1001107": 2122, 28 | "1001108": 2553, 29 | "progres": { 30 | "total": 11, 31 | "persen": 90.91, 32 | "progres": 10 33 | }, 34 | "status_progress": true 35 | }, 36 | "650403": { 37 | "psu": "Reguler", 38 | "1001107": 1168, 39 | "1001108": 1078, 40 | "progres": { 41 | "total": 7, 42 | "persen": 100.0, 43 | "progres": 7 44 | }, 45 | "status_progress": true 46 | }, 47 | "650404": { 48 | "psu": "Reguler", 49 | "1001107": 1171, 50 | "1001108": 1088, 51 | "progres": { 52 | "total": 8, 53 | "persen": 100.0, 54 | "progres": 8 55 | }, 56 | "status_progress": true 57 | }, 58 | "650405": { 59 | "psu": "Reguler", 60 | "1001107": 553, 61 | "1001108": 638, 62 | "progres": { 63 | "total": 6, 64 | "persen": 100.0, 65 | "progres": 6 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 49, 74 | "progres": 47 75 | }, 76 | "ts": "2024-11-28 00:45:00" 77 | } -------------------------------------------------------------------------------- /pkwkp/64/6411.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000054": 9588, 6 | "1000055": 8963, 7 | "progres": { 8 | "total": 77, 9 | "persen": 87.01, 10 | "progres": 67 11 | } 12 | }, 13 | "table": { 14 | "641101": { 15 | "psu": "Reguler", 16 | "1000054": 4326, 17 | "1000055": 3409, 18 | "progres": { 19 | "total": 27, 20 | "persen": 88.89, 21 | "progres": 24 22 | }, 23 | "status_progress": true 24 | }, 25 | "641102": { 26 | "psu": "Reguler", 27 | "1000054": 2485, 28 | "1000055": 2405, 29 | "progres": { 30 | "total": 19, 31 | "persen": 89.47, 32 | "progres": 17 33 | }, 34 | "status_progress": true 35 | }, 36 | "641103": { 37 | "psu": "Reguler", 38 | "1000054": 761, 39 | "1000055": 603, 40 | "progres": { 41 | "total": 6, 42 | "persen": 83.33, 43 | "progres": 5 44 | }, 45 | "status_progress": true 46 | }, 47 | "641104": { 48 | "psu": "Reguler", 49 | "1000054": 489, 50 | "1000055": 1470, 51 | "progres": { 52 | "total": 10, 53 | "persen": 80.0, 54 | "progres": 8 55 | }, 56 | "status_progress": true 57 | }, 58 | "641105": { 59 | "psu": "Reguler", 60 | "1000054": 1527, 61 | "1000055": 1076, 62 | "progres": { 63 | "total": 15, 64 | "persen": 86.67, 65 | "progres": 13 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 77, 74 | "progres": 67 75 | }, 76 | "ts": "2024-11-28 10:15:04" 77 | } -------------------------------------------------------------------------------- /district/71/71.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "nama": "BOLAANG MONGONDOW", 4 | "id": 191462, 5 | "kode": "7101", 6 | "tingkat": 2 7 | }, 8 | { 9 | "nama": "BOLAANG MONGONDOW SELATAN", 10 | "id": 191472, 11 | "kode": "7111", 12 | "tingkat": 2 13 | }, 14 | { 15 | "nama": "BOLAANG MONGONDOW TIMUR", 16 | "id": 191471, 17 | "kode": "7110", 18 | "tingkat": 2 19 | }, 20 | { 21 | "nama": "BOLAANG MONGONDOW UTARA", 22 | "id": 191469, 23 | "kode": "7108", 24 | "tingkat": 2 25 | }, 26 | { 27 | "nama": "KEP. SIAU TAGULANDANG BIARO", 28 | "id": 191470, 29 | "kode": "7109", 30 | "tingkat": 2 31 | }, 32 | { 33 | "nama": "KEPULAUAN SANGIHE", 34 | "id": 191463, 35 | "kode": "7103", 36 | "tingkat": 2 37 | }, 38 | { 39 | "nama": "KEPULAUAN TALAUD", 40 | "id": 191465, 41 | "kode": "7104", 42 | "tingkat": 2 43 | }, 44 | { 45 | "nama": "KOTA BITUNG", 46 | "id": 191474, 47 | "kode": "7172", 48 | "tingkat": 2 49 | }, 50 | { 51 | "nama": "KOTA KOTAMOBAGU", 52 | "id": 191476, 53 | "kode": "7174", 54 | "tingkat": 2 55 | }, 56 | { 57 | "nama": "KOTA MANADO", 58 | "id": 191473, 59 | "kode": "7171", 60 | "tingkat": 2 61 | }, 62 | { 63 | "nama": "KOTA TOMOHON", 64 | "id": 191475, 65 | "kode": "7173", 66 | "tingkat": 2 67 | }, 68 | { 69 | "nama": "MINAHASA", 70 | "id": 191464, 71 | "kode": "7102", 72 | "tingkat": 2 73 | }, 74 | { 75 | "nama": "MINAHASA SELATAN", 76 | "id": 191466, 77 | "kode": "7105", 78 | "tingkat": 2 79 | }, 80 | { 81 | "nama": "MINAHASA TENGGARA", 82 | "id": 191468, 83 | "kode": "7107", 84 | "tingkat": 2 85 | }, 86 | { 87 | "nama": "MINAHASA UTARA", 88 | "id": 191467, 89 | "kode": "7106", 90 | "tingkat": 2 91 | } 92 | ] -------------------------------------------------------------------------------- /pkwkk/12/1273.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000256": 26551, 6 | "1000257": 14239, 7 | "1000258": 8753, 8 | "1000259": 1066, 9 | "progres": { 10 | "total": 137, 11 | "persen": 100.0, 12 | "progres": 137 13 | } 14 | }, 15 | "table": { 16 | "127301": { 17 | "psu": "Reguler", 18 | "1000256": 5697, 19 | "1000257": 2939, 20 | "1000258": 2811, 21 | "1000259": 306, 22 | "progres": { 23 | "total": 33, 24 | "persen": 100.0, 25 | "progres": 33 26 | }, 27 | "status_progress": true 28 | }, 29 | "127302": { 30 | "psu": "Reguler", 31 | "1000256": 4203, 32 | "1000257": 3110, 33 | "1000258": 959, 34 | "1000259": 237, 35 | "progres": { 36 | "total": 24, 37 | "persen": 100.0, 38 | "progres": 24 39 | }, 40 | "status_progress": true 41 | }, 42 | "127303": { 43 | "psu": "Reguler", 44 | "1000256": 9854, 45 | "1000257": 5033, 46 | "1000258": 3274, 47 | "1000259": 309, 48 | "progres": { 49 | "total": 47, 50 | "persen": 100.0, 51 | "progres": 47 52 | }, 53 | "status_progress": true 54 | }, 55 | "127304": { 56 | "psu": "Reguler", 57 | "1000256": 6797, 58 | "1000257": 3157, 59 | "1000258": 1709, 60 | "1000259": 214, 61 | "progres": { 62 | "total": 33, 63 | "persen": 100.0, 64 | "progres": 33 65 | }, 66 | "status_progress": true 67 | } 68 | } 69 | }, 70 | "psu": "Reguler", 71 | "progres": { 72 | "total": 137, 73 | "progres": 137 74 | }, 75 | "ts": "2024-11-27 22:45:00" 76 | } -------------------------------------------------------------------------------- /pkwkk/62/6208.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001025": 16568, 6 | "1001026": 18908, 7 | "progres": { 8 | "total": 98, 9 | "persen": 100.0, 10 | "progres": 98 11 | } 12 | }, 13 | "table": { 14 | "620801": { 15 | "psu": "Reguler", 16 | "1001025": 9089, 17 | "1001026": 7854, 18 | "progres": { 19 | "total": 42, 20 | "persen": 100.0, 21 | "progres": 42 22 | }, 23 | "status_progress": true 24 | }, 25 | "620802": { 26 | "psu": "Reguler", 27 | "1001025": 1528, 28 | "1001026": 1837, 29 | "progres": { 30 | "total": 10, 31 | "persen": 100.0, 32 | "progres": 10 33 | }, 34 | "status_progress": true 35 | }, 36 | "620803": { 37 | "psu": "Reguler", 38 | "1001025": 2391, 39 | "1001026": 3914, 40 | "progres": { 41 | "total": 19, 42 | "persen": 100.0, 43 | "progres": 19 44 | }, 45 | "status_progress": true 46 | }, 47 | "620804": { 48 | "psu": "Reguler", 49 | "1001025": 1928, 50 | "1001026": 2111, 51 | "progres": { 52 | "total": 11, 53 | "persen": 100.0, 54 | "progres": 11 55 | }, 56 | "status_progress": true 57 | }, 58 | "620805": { 59 | "psu": "Reguler", 60 | "1001025": 1632, 61 | "1001026": 3192, 62 | "progres": { 63 | "total": 16, 64 | "persen": 100.0, 65 | "progres": 16 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 98, 74 | "progres": 98 75 | }, 76 | "ts": "2024-11-27 23:00:06" 77 | } -------------------------------------------------------------------------------- /pkwkk/11/1173.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000172": 2665, 6 | "1000173": 33181, 7 | "1000174": 30413, 8 | "1000175": 20602, 9 | "progres": { 10 | "total": 263, 11 | "persen": 94.68, 12 | "progres": 249 13 | } 14 | }, 15 | "table": { 16 | "117301": { 17 | "psu": "Reguler", 18 | "1000172": 725, 19 | "1000173": 11718, 20 | "1000174": 8250, 21 | "1000175": 4287, 22 | "progres": { 23 | "total": 70, 24 | "persen": 94.29, 25 | "progres": 66 26 | }, 27 | "status_progress": true 28 | }, 29 | "117302": { 30 | "psu": "Reguler", 31 | "1000172": 1291, 32 | "1000173": 10289, 33 | "1000174": 11315, 34 | "1000175": 8783, 35 | "progres": { 36 | "total": 105, 37 | "persen": 91.43, 38 | "progres": 96 39 | }, 40 | "status_progress": true 41 | }, 42 | "117303": { 43 | "psu": "Reguler", 44 | "1000172": 374, 45 | "1000173": 6263, 46 | "1000174": 3945, 47 | "1000175": 2670, 48 | "progres": { 49 | "total": 43, 50 | "persen": 97.67, 51 | "progres": 42 52 | }, 53 | "status_progress": true 54 | }, 55 | "117304": { 56 | "psu": "Reguler", 57 | "1000172": 275, 58 | "1000173": 4911, 59 | "1000174": 6903, 60 | "1000175": 4862, 61 | "progres": { 62 | "total": 45, 63 | "persen": 100.0, 64 | "progres": 45 65 | }, 66 | "status_progress": true 67 | } 68 | } 69 | }, 70 | "psu": "Reguler", 71 | "progres": { 72 | "total": 263, 73 | "progres": 249 74 | }, 75 | "ts": "2024-11-28 10:15:04" 76 | } -------------------------------------------------------------------------------- /pkwkk/32/3279.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000626": 26441, 6 | "1000627": 3422, 7 | "1000628": 39311, 8 | "1000629": 32661, 9 | "progres": { 10 | "total": 285, 11 | "persen": 97.89, 12 | "progres": 279 13 | } 14 | }, 15 | "table": { 16 | "327901": { 17 | "psu": "Reguler", 18 | "1000626": 7496, 19 | "1000627": 1077, 20 | "1000628": 12345, 21 | "1000629": 9383, 22 | "progres": { 23 | "total": 82, 24 | "persen": 97.56, 25 | "progres": 80 26 | }, 27 | "status_progress": true 28 | }, 29 | "327902": { 30 | "psu": "Reguler", 31 | "1000626": 7957, 32 | "1000627": 1270, 33 | "1000628": 12629, 34 | "1000629": 9761, 35 | "progres": { 36 | "total": 86, 37 | "persen": 100.0, 38 | "progres": 86 39 | }, 40 | "status_progress": true 41 | }, 42 | "327903": { 43 | "psu": "Reguler", 44 | "1000626": 3895, 45 | "1000627": 276, 46 | "1000628": 6092, 47 | "1000629": 2593, 48 | "progres": { 49 | "total": 34, 50 | "persen": 100.0, 51 | "progres": 34 52 | }, 53 | "status_progress": true 54 | }, 55 | "327904": { 56 | "psu": "Reguler", 57 | "1000626": 7093, 58 | "1000627": 799, 59 | "1000628": 8245, 60 | "1000629": 10924, 61 | "progres": { 62 | "total": 83, 63 | "persen": 95.18, 64 | "progres": 79 65 | }, 66 | "status_progress": true 67 | } 68 | } 69 | }, 70 | "psu": "Reguler", 71 | "progres": { 72 | "total": 285, 73 | "progres": 279 74 | }, 75 | "ts": "2024-11-28 05:45:00" 76 | } -------------------------------------------------------------------------------- /pkwkk/73/7372.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001269": 16009, 6 | "1001270": 9886, 7 | "1001271": 38423, 8 | "1001272": 24785, 9 | "progres": { 10 | "total": 198, 11 | "persen": 100.0, 12 | "progres": 198 13 | } 14 | }, 15 | "table": { 16 | "737201": { 17 | "psu": "Reguler", 18 | "1001269": 2244, 19 | "1001270": 1360, 20 | "1001271": 7168, 21 | "1001272": 4547, 22 | "progres": { 23 | "total": 34, 24 | "persen": 100.0, 25 | "progres": 34 26 | }, 27 | "status_progress": true 28 | }, 29 | "737202": { 30 | "psu": "Reguler", 31 | "1001269": 3883, 32 | "1001270": 2738, 33 | "1001271": 7830, 34 | "1001272": 5641, 35 | "progres": { 36 | "total": 45, 37 | "persen": 100.0, 38 | "progres": 45 39 | }, 40 | "status_progress": true 41 | }, 42 | "737203": { 43 | "psu": "Reguler", 44 | "1001269": 4867, 45 | "1001270": 2851, 46 | "1001271": 12127, 47 | "1001272": 7209, 48 | "progres": { 49 | "total": 60, 50 | "persen": 100.0, 51 | "progres": 60 52 | }, 53 | "status_progress": true 54 | }, 55 | "737204": { 56 | "psu": "Reguler", 57 | "1001269": 5015, 58 | "1001270": 2937, 59 | "1001271": 11298, 60 | "1001272": 7388, 61 | "progres": { 62 | "total": 59, 63 | "persen": 100.0, 64 | "progres": 59 65 | }, 66 | "status_progress": true 67 | } 68 | } 69 | }, 70 | "psu": "Reguler", 71 | "progres": { 72 | "total": 198, 73 | "progres": 198 74 | }, 75 | "ts": "2024-11-28 03:00:00" 76 | } -------------------------------------------------------------------------------- /pkwkp/11/1174.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000001": 38664, 6 | "1000002": 30792, 7 | "progres": { 8 | "total": 246, 9 | "persen": 90.65, 10 | "progres": 223 11 | } 12 | }, 13 | "table": { 14 | "117401": { 15 | "psu": "Reguler", 16 | "1000001": 3392, 17 | "1000002": 4136, 18 | "progres": { 19 | "total": 27, 20 | "persen": 96.3, 21 | "progres": 26 22 | }, 23 | "status_progress": true 24 | }, 25 | "117402": { 26 | "psu": "Reguler", 27 | "1000001": 8088, 28 | "1000002": 7460, 29 | "progres": { 30 | "total": 49, 31 | "persen": 97.96, 32 | "progres": 48 33 | }, 34 | "status_progress": true 35 | }, 36 | "117403": { 37 | "psu": "Reguler", 38 | "1000001": 7389, 39 | "1000002": 4570, 40 | "progres": { 41 | "total": 53, 42 | "persen": 77.36, 43 | "progres": 41 44 | }, 45 | "status_progress": true 46 | }, 47 | "117404": { 48 | "psu": "Reguler", 49 | "1000001": 8322, 50 | "1000002": 6706, 51 | "progres": { 52 | "total": 47, 53 | "persen": 100.0, 54 | "progres": 47 55 | }, 56 | "status_progress": true 57 | }, 58 | "117405": { 59 | "psu": "Reguler", 60 | "1000001": 11473, 61 | "1000002": 7920, 62 | "progres": { 63 | "total": 70, 64 | "persen": 87.14, 65 | "progres": 61 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 246, 74 | "progres": 223 75 | }, 76 | "ts": "2024-11-28 09:45:00" 77 | } -------------------------------------------------------------------------------- /pkwkp/11/1175.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000001": 21594, 6 | "1000002": 30826, 7 | "progres": { 8 | "total": 160, 9 | "persen": 96.88, 10 | "progres": 155 11 | } 12 | }, 13 | "table": { 14 | "117501": { 15 | "psu": "Reguler", 16 | "1000001": 9281, 17 | "1000002": 11003, 18 | "progres": { 19 | "total": 54, 20 | "persen": 96.3, 21 | "progres": 52 22 | }, 23 | "status_progress": true 24 | }, 25 | "117502": { 26 | "psu": "Reguler", 27 | "1000001": 4128, 28 | "1000002": 5046, 29 | "progres": { 30 | "total": 28, 31 | "persen": 100.0, 32 | "progres": 28 33 | }, 34 | "status_progress": true 35 | }, 36 | "117503": { 37 | "psu": "Reguler", 38 | "1000001": 2640, 39 | "1000002": 5541, 40 | "progres": { 41 | "total": 32, 42 | "persen": 90.63, 43 | "progres": 29 44 | }, 45 | "status_progress": true 46 | }, 47 | "117504": { 48 | "psu": "Reguler", 49 | "1000001": 4145, 50 | "1000002": 6436, 51 | "progres": { 52 | "total": 31, 53 | "persen": 100.0, 54 | "progres": 31 55 | }, 56 | "status_progress": true 57 | }, 58 | "117505": { 59 | "psu": "Reguler", 60 | "1000001": 1400, 61 | "1000002": 2800, 62 | "progres": { 63 | "total": 15, 64 | "persen": 100.0, 65 | "progres": 15 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 160, 74 | "progres": 155 75 | }, 76 | "ts": "2024-11-28 06:00:00" 77 | } -------------------------------------------------------------------------------- /pkwkp/12/1276.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000003": 37605, 6 | "1000004": 37446, 7 | "progres": { 8 | "total": 271, 9 | "persen": 99.63, 10 | "progres": 270 11 | } 12 | }, 13 | "table": { 14 | "127601": { 15 | "psu": "Reguler", 16 | "1000003": 7493, 17 | "1000004": 7043, 18 | "progres": { 19 | "total": 52, 20 | "persen": 100.0, 21 | "progres": 52 22 | }, 23 | "status_progress": true 24 | }, 25 | "127602": { 26 | "psu": "Reguler", 27 | "1000003": 8657, 28 | "1000004": 8543, 29 | "progres": { 30 | "total": 62, 31 | "persen": 98.39, 32 | "progres": 61 33 | }, 34 | "status_progress": true 35 | }, 36 | "127603": { 37 | "psu": "Reguler", 38 | "1000003": 8007, 39 | "1000004": 8248, 40 | "progres": { 41 | "total": 58, 42 | "persen": 100.0, 43 | "progres": 58 44 | }, 45 | "status_progress": true 46 | }, 47 | "127604": { 48 | "psu": "Reguler", 49 | "1000003": 8212, 50 | "1000004": 8195, 51 | "progres": { 52 | "total": 54, 53 | "persen": 100.0, 54 | "progres": 54 55 | }, 56 | "status_progress": true 57 | }, 58 | "127605": { 59 | "psu": "Reguler", 60 | "1000003": 5236, 61 | "1000004": 5417, 62 | "progres": { 63 | "total": 45, 64 | "persen": 100.0, 65 | "progres": 45 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 271, 74 | "progres": 270 75 | }, 76 | "ts": "2024-11-28 08:30:00" 77 | } -------------------------------------------------------------------------------- /pkwkp/13/1376.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000005": 49130, 6 | "1000006": 11124, 7 | "progres": { 8 | "total": 200, 9 | "persen": 100.0, 10 | "progres": 200 11 | } 12 | }, 13 | "table": { 14 | "137601": { 15 | "psu": "Reguler", 16 | "1000005": 18097, 17 | "1000006": 4087, 18 | "progres": { 19 | "total": 77, 20 | "persen": 100.0, 21 | "progres": 77 22 | }, 23 | "status_progress": true 24 | }, 25 | "137602": { 26 | "psu": "Reguler", 27 | "1000005": 11930, 28 | "1000006": 2607, 29 | "progres": { 30 | "total": 46, 31 | "persen": 100.0, 32 | "progres": 46 33 | }, 34 | "status_progress": true 35 | }, 36 | "137603": { 37 | "psu": "Reguler", 38 | "1000005": 10323, 39 | "1000006": 2401, 40 | "progres": { 41 | "total": 42, 42 | "persen": 100.0, 43 | "progres": 42 44 | }, 45 | "status_progress": true 46 | }, 47 | "137604": { 48 | "psu": "Reguler", 49 | "1000005": 4119, 50 | "1000006": 926, 51 | "progres": { 52 | "total": 17, 53 | "persen": 100.0, 54 | "progres": 17 55 | }, 56 | "status_progress": true 57 | }, 58 | "137605": { 59 | "psu": "Reguler", 60 | "1000005": 4661, 61 | "1000006": 1103, 62 | "progres": { 63 | "total": 18, 64 | "persen": 100.0, 65 | "progres": 18 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 200, 74 | "progres": 200 75 | }, 76 | "ts": "2024-11-27 22:15:00" 77 | } -------------------------------------------------------------------------------- /pkwkp/32/3279.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000026": 8629, 6 | "1000027": 6359, 7 | "1000028": 19241, 8 | "1000029": 68061, 9 | "progres": { 10 | "total": 285, 11 | "persen": 97.19, 12 | "progres": 277 13 | } 14 | }, 15 | "table": { 16 | "327901": { 17 | "psu": "Reguler", 18 | "1000026": 2215, 19 | "1000027": 1654, 20 | "1000028": 6699, 21 | "1000029": 20015, 22 | "progres": { 23 | "total": 82, 24 | "persen": 97.56, 25 | "progres": 80 26 | }, 27 | "status_progress": true 28 | }, 29 | "327902": { 30 | "psu": "Reguler", 31 | "1000026": 2258, 32 | "1000027": 2031, 33 | "1000028": 5426, 34 | "1000029": 22785, 35 | "progres": { 36 | "total": 86, 37 | "persen": 100.0, 38 | "progres": 86 39 | }, 40 | "status_progress": true 41 | }, 42 | "327903": { 43 | "psu": "Reguler", 44 | "1000026": 820, 45 | "1000027": 886, 46 | "1000028": 2425, 47 | "1000029": 8776, 48 | "progres": { 49 | "total": 34, 50 | "persen": 100.0, 51 | "progres": 34 52 | }, 53 | "status_progress": true 54 | }, 55 | "327904": { 56 | "psu": "Reguler", 57 | "1000026": 3336, 58 | "1000027": 1788, 59 | "1000028": 4691, 60 | "1000029": 16485, 61 | "progres": { 62 | "total": 83, 63 | "persen": 92.77, 64 | "progres": 77 65 | }, 66 | "status_progress": true 67 | } 68 | } 69 | }, 70 | "psu": "Reguler", 71 | "progres": { 72 | "total": 285, 73 | "progres": 277 74 | }, 75 | "ts": "2024-11-28 06:30:00" 76 | } -------------------------------------------------------------------------------- /pkwkk/18/1872.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000512": 56385, 6 | "1000513": 37255, 7 | "progres": { 8 | "total": 235, 9 | "persen": 100.0, 10 | "progres": 235 11 | } 12 | }, 13 | "table": { 14 | "187201": { 15 | "psu": "Reguler", 16 | "1000512": 16609, 17 | "1000513": 11273, 18 | "progres": { 19 | "total": 71, 20 | "persen": 100.0, 21 | "progres": 71 22 | }, 23 | "status_progress": true 24 | }, 25 | "187202": { 26 | "psu": "Reguler", 27 | "1000512": 10158, 28 | "1000513": 7676, 29 | "progres": { 30 | "total": 44, 31 | "persen": 100.0, 32 | "progres": 44 33 | }, 34 | "status_progress": true 35 | }, 36 | "187203": { 37 | "psu": "Reguler", 38 | "1000512": 9558, 39 | "1000513": 6129, 40 | "progres": { 41 | "total": 39, 42 | "persen": 100.0, 43 | "progres": 39 44 | }, 45 | "status_progress": true 46 | }, 47 | "187204": { 48 | "psu": "Reguler", 49 | "1000512": 13143, 50 | "1000513": 8500, 51 | "progres": { 52 | "total": 55, 53 | "persen": 100.0, 54 | "progres": 55 55 | }, 56 | "status_progress": true 57 | }, 58 | "187205": { 59 | "psu": "Reguler", 60 | "1000512": 6917, 61 | "1000513": 3677, 62 | "progres": { 63 | "total": 26, 64 | "persen": 100.0, 65 | "progres": 26 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 235, 74 | "progres": 235 75 | }, 76 | "ts": "2024-11-27 20:45:00" 77 | } -------------------------------------------------------------------------------- /pkwkk/62/6271.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001038": 45085, 6 | "1001039": 79092, 7 | "progres": { 8 | "total": 415, 9 | "persen": 99.28, 10 | "progres": 412 11 | } 12 | }, 13 | "table": { 14 | "627101": { 15 | "psu": "Reguler", 16 | "1001038": 14991, 17 | "1001039": 28130, 18 | "progres": { 19 | "total": 129, 20 | "persen": 100.0, 21 | "progres": 129 22 | }, 23 | "status_progress": true 24 | }, 25 | "627102": { 26 | "psu": "Reguler", 27 | "1001038": 2014, 28 | "1001039": 4274, 29 | "progres": { 30 | "total": 29, 31 | "persen": 100.0, 32 | "progres": 29 33 | }, 34 | "status_progress": true 35 | }, 36 | "627103": { 37 | "psu": "Reguler", 38 | "1001038": 23524, 39 | "1001039": 38307, 40 | "progres": { 41 | "total": 208, 42 | "persen": 98.56, 43 | "progres": 205 44 | }, 45 | "status_progress": true 46 | }, 47 | "627104": { 48 | "psu": "Reguler", 49 | "1001038": 4061, 50 | "1001039": 7302, 51 | "progres": { 52 | "total": 39, 53 | "persen": 100.0, 54 | "progres": 39 55 | }, 56 | "status_progress": true 57 | }, 58 | "627105": { 59 | "psu": "Reguler", 60 | "1001038": 495, 61 | "1001039": 1079, 62 | "progres": { 63 | "total": 10, 64 | "persen": 100.0, 65 | "progres": 10 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 415, 74 | "progres": 412 75 | }, 76 | "ts": "2024-11-28 08:30:00" 77 | } -------------------------------------------------------------------------------- /pkwkk/64/6409.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001084": 39476, 6 | "1001085": 21006, 7 | "1001086": 28015, 8 | "1001087": 16855, 9 | "progres": { 10 | "total": 293, 11 | "persen": 98.98, 12 | "progres": 290 13 | } 14 | }, 15 | "table": { 16 | "640901": { 17 | "psu": "Reguler", 18 | "1001084": 17712, 19 | "1001085": 10127, 20 | "1001086": 13846, 21 | "1001087": 9677, 22 | "progres": { 23 | "total": 141, 24 | "persen": 100.0, 25 | "progres": 141 26 | }, 27 | "status_progress": true 28 | }, 29 | "640902": { 30 | "psu": "Reguler", 31 | "1001084": 4402, 32 | "1001085": 2168, 33 | "1001086": 3766, 34 | "1001087": 1543, 35 | "progres": { 36 | "total": 30, 37 | "persen": 100.0, 38 | "progres": 30 39 | }, 40 | "status_progress": true 41 | }, 42 | "640903": { 43 | "psu": "Reguler", 44 | "1001084": 7733, 45 | "1001085": 4283, 46 | "1001086": 6514, 47 | "1001087": 2699, 48 | "progres": { 49 | "total": 61, 50 | "persen": 95.08, 51 | "progres": 58 52 | }, 53 | "status_progress": true 54 | }, 55 | "640904": { 56 | "psu": "Reguler", 57 | "1001084": 9629, 58 | "1001085": 4428, 59 | "1001086": 3889, 60 | "1001087": 2936, 61 | "progres": { 62 | "total": 61, 63 | "persen": 100.0, 64 | "progres": 61 65 | }, 66 | "status_progress": true 67 | } 68 | } 69 | }, 70 | "psu": "Reguler", 71 | "progres": { 72 | "total": 293, 73 | "progres": 290 74 | }, 75 | "ts": "2024-11-28 06:00:00" 76 | } -------------------------------------------------------------------------------- /pkwkp/12/1275.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000003": 48450, 6 | "1000004": 60586, 7 | "progres": { 8 | "total": 397, 9 | "persen": 94.71, 10 | "progres": 376 11 | } 12 | }, 13 | "table": { 14 | "127501": { 15 | "psu": "Reguler", 16 | "1000003": 14497, 17 | "1000004": 19525, 18 | "progres": { 19 | "total": 113, 20 | "persen": 100.0, 21 | "progres": 113 22 | }, 23 | "status_progress": true 24 | }, 25 | "127502": { 26 | "psu": "Reguler", 27 | "1000003": 2985, 28 | "1000004": 4232, 29 | "progres": { 30 | "total": 48, 31 | "persen": 58.33, 32 | "progres": 28 33 | }, 34 | "status_progress": true 35 | }, 36 | "127503": { 37 | "psu": "Reguler", 38 | "1000003": 7926, 39 | "1000004": 9640, 40 | "progres": { 41 | "total": 71, 42 | "persen": 98.59, 43 | "progres": 70 44 | }, 45 | "status_progress": true 46 | }, 47 | "127504": { 48 | "psu": "Reguler", 49 | "1000003": 11791, 50 | "1000004": 14016, 51 | "progres": { 52 | "total": 85, 53 | "persen": 100.0, 54 | "progres": 85 55 | }, 56 | "status_progress": true 57 | }, 58 | "127505": { 59 | "psu": "Reguler", 60 | "1000003": 11251, 61 | "1000004": 13173, 62 | "progres": { 63 | "total": 80, 64 | "persen": 100.0, 65 | "progres": 80 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 397, 74 | "progres": 376 75 | }, 76 | "ts": "2024-11-28 00:30:00" 77 | } -------------------------------------------------------------------------------- /pkwkp/18/1872.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000017": 15999, 6 | "1000018": 69540, 7 | "progres": { 8 | "total": 235, 9 | "persen": 100.0, 10 | "progres": 235 11 | } 12 | }, 13 | "table": { 14 | "187201": { 15 | "psu": "Reguler", 16 | "1000017": 4422, 17 | "1000018": 20837, 18 | "progres": { 19 | "total": 71, 20 | "persen": 100.0, 21 | "progres": 71 22 | }, 23 | "status_progress": true 24 | }, 25 | "187202": { 26 | "psu": "Reguler", 27 | "1000017": 3017, 28 | "1000018": 13234, 29 | "progres": { 30 | "total": 44, 31 | "persen": 100.0, 32 | "progres": 44 33 | }, 34 | "status_progress": true 35 | }, 36 | "187203": { 37 | "psu": "Reguler", 38 | "1000017": 2573, 39 | "1000018": 11682, 40 | "progres": { 41 | "total": 39, 42 | "persen": 100.0, 43 | "progres": 39 44 | }, 45 | "status_progress": true 46 | }, 47 | "187204": { 48 | "psu": "Reguler", 49 | "1000017": 4004, 50 | "1000018": 16137, 51 | "progres": { 52 | "total": 55, 53 | "persen": 100.0, 54 | "progres": 55 55 | }, 56 | "status_progress": true 57 | }, 58 | "187205": { 59 | "psu": "Reguler", 60 | "1000017": 1983, 61 | "1000018": 7650, 62 | "progres": { 63 | "total": 26, 64 | "persen": 100.0, 65 | "progres": 26 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 235, 74 | "progres": 235 75 | }, 76 | "ts": "2024-11-27 21:15:00" 77 | } -------------------------------------------------------------------------------- /pkwkp/19/1902.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000019": 55031, 6 | "1000020": 38583, 7 | "progres": { 8 | "total": 301, 9 | "persen": 99.67, 10 | "progres": 300 11 | } 12 | }, 13 | "table": { 14 | "190201": { 15 | "psu": "Reguler", 16 | "1000019": 28080, 17 | "1000020": 20832, 18 | "progres": { 19 | "total": 157, 20 | "persen": 99.36, 21 | "progres": 156 22 | }, 23 | "status_progress": true 24 | }, 25 | "190202": { 26 | "psu": "Reguler", 27 | "1000019": 9899, 28 | "1000020": 5979, 29 | "progres": { 30 | "total": 51, 31 | "persen": 100.0, 32 | "progres": 51 33 | }, 34 | "status_progress": true 35 | }, 36 | "190203": { 37 | "psu": "Reguler", 38 | "1000019": 1754, 39 | "1000020": 1550, 40 | "progres": { 41 | "total": 11, 42 | "persen": 100.0, 43 | "progres": 11 44 | }, 45 | "status_progress": true 46 | }, 47 | "190204": { 48 | "psu": "Reguler", 49 | "1000019": 9537, 50 | "1000020": 7104, 51 | "progres": { 52 | "total": 51, 53 | "persen": 100.0, 54 | "progres": 51 55 | }, 56 | "status_progress": true 57 | }, 58 | "190205": { 59 | "psu": "Reguler", 60 | "1000019": 5761, 61 | "1000020": 3118, 62 | "progres": { 63 | "total": 31, 64 | "persen": 100.0, 65 | "progres": 31 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 301, 74 | "progres": 300 75 | }, 76 | "ts": "2024-11-27 23:30:00" 77 | } -------------------------------------------------------------------------------- /pkwkp/63/6372.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000052": 91469, 6 | "1000053": 14221, 7 | "progres": { 8 | "total": 403, 9 | "persen": 100.0, 10 | "progres": 403 11 | } 12 | }, 13 | "table": { 14 | "637202": { 15 | "psu": "Reguler", 16 | "1000052": 26063, 17 | "1000053": 3058, 18 | "progres": { 19 | "total": 110, 20 | "persen": 100.0, 21 | "progres": 110 22 | }, 23 | "status_progress": true 24 | }, 25 | "637203": { 26 | "psu": "Reguler", 27 | "1000052": 11470, 28 | "1000053": 4746, 29 | "progres": { 30 | "total": 62, 31 | "persen": 100.0, 32 | "progres": 62 33 | }, 34 | "status_progress": true 35 | }, 36 | "637204": { 37 | "psu": "Reguler", 38 | "1000052": 20469, 39 | "1000053": 2243, 40 | "progres": { 41 | "total": 81, 42 | "persen": 100.0, 43 | "progres": 81 44 | }, 45 | "status_progress": true 46 | }, 47 | "637205": { 48 | "psu": "Reguler", 49 | "1000052": 18402, 50 | "1000053": 2289, 51 | "progres": { 52 | "total": 71, 53 | "persen": 100.0, 54 | "progres": 71 55 | }, 56 | "status_progress": true 57 | }, 58 | "637206": { 59 | "psu": "Reguler", 60 | "1000052": 15065, 61 | "1000053": 1885, 62 | "progres": { 63 | "total": 79, 64 | "persen": 100.0, 65 | "progres": 79 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 403, 74 | "progres": 403 75 | }, 76 | "ts": "2024-11-28 01:30:00" 77 | } -------------------------------------------------------------------------------- /pkwkk/51/5101.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000832": 65345, 6 | "1000833": 106119, 7 | "progres": { 8 | "total": 487, 9 | "persen": 100.0, 10 | "progres": 487 11 | } 12 | }, 13 | "table": { 14 | "510101": { 15 | "psu": "Reguler", 16 | "1000832": 21292, 17 | "1000833": 28770, 18 | "progres": { 19 | "total": 141, 20 | "persen": 100.0, 21 | "progres": 141 22 | }, 23 | "status_progress": true 24 | }, 25 | "510102": { 26 | "psu": "Reguler", 27 | "1000832": 11461, 28 | "1000833": 26207, 29 | "progres": { 30 | "total": 114, 31 | "persen": 100.0, 32 | "progres": 114 33 | }, 34 | "status_progress": true 35 | }, 36 | "510103": { 37 | "psu": "Reguler", 38 | "1000832": 7376, 39 | "1000833": 9975, 40 | "progres": { 41 | "total": 47, 42 | "persen": 100.0, 43 | "progres": 47 44 | }, 45 | "status_progress": true 46 | }, 47 | "510104": { 48 | "psu": "Reguler", 49 | "1000832": 12835, 50 | "1000833": 19447, 51 | "progres": { 52 | "total": 91, 53 | "persen": 100.0, 54 | "progres": 91 55 | }, 56 | "status_progress": true 57 | }, 58 | "510105": { 59 | "psu": "Reguler", 60 | "1000832": 12381, 61 | "1000833": 21720, 62 | "progres": { 63 | "total": 94, 64 | "persen": 100.0, 65 | "progres": 94 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 487, 74 | "progres": 487 75 | }, 76 | "ts": "2024-11-27 21:30:00" 77 | } -------------------------------------------------------------------------------- /pkwkp/51/5101.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000037": 73468, 6 | "1000038": 97402, 7 | "progres": { 8 | "total": 487, 9 | "persen": 100.0, 10 | "progres": 487 11 | } 12 | }, 13 | "table": { 14 | "510101": { 15 | "psu": "Reguler", 16 | "1000037": 24154, 17 | "1000038": 25620, 18 | "progres": { 19 | "total": 141, 20 | "persen": 100.0, 21 | "progres": 141 22 | }, 23 | "status_progress": true 24 | }, 25 | "510102": { 26 | "psu": "Reguler", 27 | "1000037": 13347, 28 | "1000038": 24231, 29 | "progres": { 30 | "total": 114, 31 | "persen": 100.0, 32 | "progres": 114 33 | }, 34 | "status_progress": true 35 | }, 36 | "510103": { 37 | "psu": "Reguler", 38 | "1000037": 7842, 39 | "1000038": 9463, 40 | "progres": { 41 | "total": 47, 42 | "persen": 100.0, 43 | "progres": 47 44 | }, 45 | "status_progress": true 46 | }, 47 | "510104": { 48 | "psu": "Reguler", 49 | "1000037": 14100, 50 | "1000038": 18104, 51 | "progres": { 52 | "total": 91, 53 | "persen": 100.0, 54 | "progres": 91 55 | }, 56 | "status_progress": true 57 | }, 58 | "510105": { 59 | "psu": "Reguler", 60 | "1000037": 14025, 61 | "1000038": 19984, 62 | "progres": { 63 | "total": 94, 64 | "persen": 100.0, 65 | "progres": 94 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 487, 74 | "progres": 487 75 | }, 76 | "ts": "2024-11-27 21:15:00" 77 | } -------------------------------------------------------------------------------- /pkwkp/91/9171.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000086": 72684, 6 | "1000087": 84284, 7 | "progres": { 8 | "total": 575, 9 | "persen": 83.48, 10 | "progres": 480 11 | } 12 | }, 13 | "table": { 14 | "917101": { 15 | "psu": "Reguler", 16 | "1000086": 15501, 17 | "1000087": 21034, 18 | "progres": { 19 | "total": 131, 20 | "persen": 80.92, 21 | "progres": 106 22 | }, 23 | "status_progress": true 24 | }, 25 | "917102": { 26 | "psu": "Reguler", 27 | "1000086": 17145, 28 | "1000087": 22908, 29 | "progres": { 30 | "total": 141, 31 | "persen": 80.85, 32 | "progres": 114 33 | }, 34 | "status_progress": true 35 | }, 36 | "917103": { 37 | "psu": "Reguler", 38 | "1000086": 23855, 39 | "1000087": 26430, 40 | "progres": { 41 | "total": 177, 42 | "persen": 84.75, 43 | "progres": 150 44 | }, 45 | "status_progress": true 46 | }, 47 | "917104": { 48 | "psu": "Reguler", 49 | "1000086": 5418, 50 | "1000087": 5182, 51 | "progres": { 52 | "total": 33, 53 | "persen": 93.94, 54 | "progres": 31 55 | }, 56 | "status_progress": true 57 | }, 58 | "917105": { 59 | "psu": "Reguler", 60 | "1000086": 10765, 61 | "1000087": 8730, 62 | "progres": { 63 | "total": 93, 64 | "persen": 84.95, 65 | "progres": 79 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 575, 74 | "progres": 480 75 | }, 76 | "ts": "2024-11-28 09:30:00" 77 | } -------------------------------------------------------------------------------- /pkwkp/12/1222.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000003": 84219, 6 | "1000004": 68872, 7 | "progres": { 8 | "total": 617, 9 | "persen": 94.98, 10 | "progres": 586 11 | } 12 | }, 13 | "table": { 14 | "122201": { 15 | "psu": "Reguler", 16 | "1000003": 13732, 17 | "1000004": 19277, 18 | "progres": { 19 | "total": 108, 20 | "persen": 99.07, 21 | "progres": 107 22 | }, 23 | "status_progress": true 24 | }, 25 | "122202": { 26 | "psu": "Reguler", 27 | "1000003": 18771, 28 | "1000004": 12022, 29 | "progres": { 30 | "total": 124, 31 | "persen": 99.19, 32 | "progres": 123 33 | }, 34 | "status_progress": true 35 | }, 36 | "122203": { 37 | "psu": "Reguler", 38 | "1000003": 29786, 39 | "1000004": 18261, 40 | "progres": { 41 | "total": 223, 42 | "persen": 90.13, 43 | "progres": 201 44 | }, 45 | "status_progress": true 46 | }, 47 | "122204": { 48 | "psu": "Reguler", 49 | "1000003": 11302, 50 | "1000004": 13212, 51 | "progres": { 52 | "total": 99, 53 | "persen": 96.97, 54 | "progres": 96 55 | }, 56 | "status_progress": true 57 | }, 58 | "122205": { 59 | "psu": "Reguler", 60 | "1000003": 10628, 61 | "1000004": 6100, 62 | "progres": { 63 | "total": 63, 64 | "persen": 93.65, 65 | "progres": 59 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 617, 74 | "progres": 586 75 | }, 76 | "ts": "2024-11-28 10:00:05" 77 | } -------------------------------------------------------------------------------- /pkwkp/63/6371.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000052": 242142, 6 | "1000053": 27114, 7 | "progres": { 8 | "total": 965, 9 | "persen": 97.82, 10 | "progres": 944 11 | } 12 | }, 13 | "table": { 14 | "637101": { 15 | "psu": "Reguler", 16 | "1000052": 61280, 17 | "1000053": 6804, 18 | "progres": { 19 | "total": 241, 20 | "persen": 95.85, 21 | "progres": 231 22 | }, 23 | "status_progress": true 24 | }, 25 | "637102": { 26 | "psu": "Reguler", 27 | "1000052": 43100, 28 | "1000053": 4942, 29 | "progres": { 30 | "total": 188, 31 | "persen": 99.47, 32 | "progres": 187 33 | }, 34 | "status_progress": true 35 | }, 36 | "637103": { 37 | "psu": "Reguler", 38 | "1000052": 50405, 39 | "1000053": 5174, 40 | "progres": { 41 | "total": 195, 42 | "persen": 98.46, 43 | "progres": 192 44 | }, 45 | "status_progress": true 46 | }, 47 | "637104": { 48 | "psu": "Reguler", 49 | "1000052": 55705, 50 | "1000053": 6090, 51 | "progres": { 52 | "total": 205, 53 | "persen": 97.07, 54 | "progres": 199 55 | }, 56 | "status_progress": true 57 | }, 58 | "637105": { 59 | "psu": "Reguler", 60 | "1000052": 31652, 61 | "1000053": 4104, 62 | "progres": { 63 | "total": 136, 64 | "persen": 99.26, 65 | "progres": 135 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 965, 74 | "progres": 944 75 | }, 76 | "ts": "2024-11-28 10:15:04" 77 | } -------------------------------------------------------------------------------- /pkwkk/33/3372.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000697": 121471, 6 | "1000698": 185970, 7 | "progres": { 8 | "total": 856, 9 | "persen": 100.0, 10 | "progres": 856 11 | } 12 | }, 13 | "table": { 14 | "337201": { 15 | "psu": "Reguler", 16 | "1000697": 19373, 17 | "1000698": 34088, 18 | "progres": { 19 | "total": 153, 20 | "persen": 100.0, 21 | "progres": 153 22 | }, 23 | "status_progress": true 24 | }, 25 | "337202": { 26 | "psu": "Reguler", 27 | "1000697": 10762, 28 | "1000698": 17755, 29 | "progres": { 30 | "total": 81, 31 | "persen": 100.0, 32 | "progres": 81 33 | }, 34 | "status_progress": true 35 | }, 36 | "337203": { 37 | "psu": "Reguler", 38 | "1000697": 20418, 39 | "1000698": 24481, 40 | "progres": { 41 | "total": 130, 42 | "persen": 100.0, 43 | "progres": 130 44 | }, 45 | "status_progress": true 46 | }, 47 | "337204": { 48 | "psu": "Reguler", 49 | "1000697": 33920, 50 | "1000698": 48224, 51 | "progres": { 52 | "total": 218, 53 | "persen": 100.0, 54 | "progres": 218 55 | }, 56 | "status_progress": true 57 | }, 58 | "337205": { 59 | "psu": "Reguler", 60 | "1000697": 36998, 61 | "1000698": 61422, 62 | "progres": { 63 | "total": 274, 64 | "persen": 100.0, 65 | "progres": 274 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 856, 74 | "progres": 856 75 | }, 76 | "ts": "2024-11-27 22:30:00" 77 | } -------------------------------------------------------------------------------- /pkwkp/33/3372.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000030": 161008, 6 | "1000031": 143738, 7 | "progres": { 8 | "total": 856, 9 | "persen": 100.0, 10 | "progres": 856 11 | } 12 | }, 13 | "table": { 14 | "337201": { 15 | "psu": "Reguler", 16 | "1000030": 26977, 17 | "1000031": 26085, 18 | "progres": { 19 | "total": 153, 20 | "persen": 100.0, 21 | "progres": 153 22 | }, 23 | "status_progress": true 24 | }, 25 | "337202": { 26 | "psu": "Reguler", 27 | "1000030": 14930, 28 | "1000031": 13284, 29 | "progres": { 30 | "total": 81, 31 | "persen": 100.0, 32 | "progres": 81 33 | }, 34 | "status_progress": true 35 | }, 36 | "337203": { 37 | "psu": "Reguler", 38 | "1000030": 23756, 39 | "1000031": 20889, 40 | "progres": { 41 | "total": 130, 42 | "persen": 100.0, 43 | "progres": 130 44 | }, 45 | "status_progress": true 46 | }, 47 | "337204": { 48 | "psu": "Reguler", 49 | "1000030": 44644, 50 | "1000031": 36730, 51 | "progres": { 52 | "total": 218, 53 | "persen": 100.0, 54 | "progres": 218 55 | }, 56 | "status_progress": true 57 | }, 58 | "337205": { 59 | "psu": "Reguler", 60 | "1000030": 50701, 61 | "1000031": 46750, 62 | "progres": { 63 | "total": 274, 64 | "persen": 100.0, 65 | "progres": 274 66 | }, 67 | "status_progress": true 68 | } 69 | } 70 | }, 71 | "psu": "Reguler", 72 | "progres": { 73 | "total": 856, 74 | "progres": 856 75 | }, 76 | "ts": "2024-11-27 22:15:00" 77 | } -------------------------------------------------------------------------------- /pkwkk/34/34.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "progres": { 6 | "total": 5978, 7 | "persen": 99.93, 8 | "progres": 5974 9 | } 10 | }, 11 | "table": { 12 | "3401": { 13 | "psu": "Reguler", 14 | "1000709": 119643, 15 | "1000710": 31511, 16 | "1000711": 103988, 17 | "progres": { 18 | "total": 754, 19 | "persen": 100.0, 20 | "progres": 754 21 | }, 22 | "status_progress": true 23 | }, 24 | "3402": { 25 | "psu": "Reguler", 26 | "1000712": 80902, 27 | "1000713": 230804, 28 | "1000714": 219464, 29 | "progres": { 30 | "total": 1487, 31 | "persen": 100.0, 32 | "progres": 1487 33 | }, 34 | "status_progress": true 35 | }, 36 | "3403": { 37 | "psu": "Reguler", 38 | "1000715": 179460, 39 | "1000716": 131122, 40 | "1000717": 129716, 41 | "progres": { 42 | "total": 1355, 43 | "persen": 100.0, 44 | "progres": 1355 45 | }, 46 | "status_progress": true 47 | }, 48 | "3404": { 49 | "psu": "Reguler", 50 | "1000718": 231228, 51 | "1000719": 379896, 52 | "progres": { 53 | "total": 1731, 54 | "persen": 99.77, 55 | "progres": 1727 56 | }, 57 | "status_progress": true 58 | }, 59 | "3471": { 60 | "psu": "Reguler", 61 | "1000720": 45518, 62 | "1000721": 87485, 63 | "1000722": 63876, 64 | "progres": { 65 | "total": 651, 66 | "persen": 100.0, 67 | "progres": 651 68 | }, 69 | "status_progress": true 70 | } 71 | } 72 | }, 73 | "psu": "Reguler", 74 | "progres": { 75 | "total": 5978, 76 | "progres": 5974 77 | }, 78 | "ts": "2024-11-27 23:30:00" 79 | } -------------------------------------------------------------------------------- /pkwkk/91/9119.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001470": 5366, 6 | "1001471": 856, 7 | "1001472": 8070, 8 | "progres": { 9 | "total": 48, 10 | "persen": 95.83, 11 | "progres": 46 12 | } 13 | }, 14 | "table": { 15 | "911901": { 16 | "psu": "Reguler", 17 | "1001470": 980, 18 | "1001471": 248, 19 | "1001472": 1134, 20 | "progres": { 21 | "total": 7, 22 | "persen": 100.0, 23 | "progres": 7 24 | }, 25 | "status_progress": true 26 | }, 27 | "911902": { 28 | "psu": "Reguler", 29 | "1001470": 364, 30 | "1001471": 105, 31 | "1001472": 972, 32 | "progres": { 33 | "total": 5, 34 | "persen": 100.0, 35 | "progres": 5 36 | }, 37 | "status_progress": true 38 | }, 39 | "911903": { 40 | "psu": "Reguler", 41 | "1001470": 1507, 42 | "1001471": 214, 43 | "1001472": 3668, 44 | "progres": { 45 | "total": 17, 46 | "persen": 94.12, 47 | "progres": 16 48 | }, 49 | "status_progress": true 50 | }, 51 | "911904": { 52 | "psu": "Reguler", 53 | "1001470": 2007, 54 | "1001471": 182, 55 | "1001472": 1248, 56 | "progres": { 57 | "total": 12, 58 | "persen": 91.67, 59 | "progres": 11 60 | }, 61 | "status_progress": true 62 | }, 63 | "911905": { 64 | "psu": "Reguler", 65 | "1001470": 508, 66 | "1001471": 107, 67 | "1001472": 1048, 68 | "progres": { 69 | "total": 7, 70 | "persen": 100.0, 71 | "progres": 7 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 48, 80 | "progres": 46 81 | }, 82 | "ts": "2024-11-28 08:15:00" 83 | } -------------------------------------------------------------------------------- /pkwkp/65/6504.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000056": 1416, 6 | "1000057": 9258, 7 | "1000058": 5541, 8 | "progres": { 9 | "total": 49, 10 | "persen": 97.96, 11 | "progres": 48 12 | } 13 | }, 14 | "table": { 15 | "650401": { 16 | "psu": "Reguler", 17 | "1000056": 655, 18 | "1000057": 3930, 19 | "1000058": 1940, 20 | "progres": { 21 | "total": 17, 22 | "persen": 100.0, 23 | "progres": 17 24 | }, 25 | "status_progress": true 26 | }, 27 | "650402": { 28 | "psu": "Reguler", 29 | "1000056": 412, 30 | "1000057": 2530, 31 | "1000058": 1394, 32 | "progres": { 33 | "total": 11, 34 | "persen": 90.91, 35 | "progres": 10 36 | }, 37 | "status_progress": true 38 | }, 39 | "650403": { 40 | "psu": "Reguler", 41 | "1000056": 141, 42 | "1000057": 1445, 43 | "1000058": 535, 44 | "progres": { 45 | "total": 7, 46 | "persen": 100.0, 47 | "progres": 7 48 | }, 49 | "status_progress": true 50 | }, 51 | "650404": { 52 | "psu": "Reguler", 53 | "1000056": 177, 54 | "1000057": 874, 55 | "1000058": 1066, 56 | "progres": { 57 | "total": 8, 58 | "persen": 100.0, 59 | "progres": 8 60 | }, 61 | "status_progress": true 62 | }, 63 | "650405": { 64 | "psu": "Reguler", 65 | "1000056": 31, 66 | "1000057": 479, 67 | "1000058": 606, 68 | "progres": { 69 | "total": 6, 70 | "persen": 100.0, 71 | "progres": 6 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 49, 80 | "progres": 48 81 | }, 82 | "ts": "2024-11-28 00:45:00" 83 | } -------------------------------------------------------------------------------- /pkwkk/64/6411.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001088": 3321, 6 | "1001089": 7053, 7 | "1001090": 8251, 8 | "progres": { 9 | "total": 77, 10 | "persen": 87.01, 11 | "progres": 67 12 | } 13 | }, 14 | "table": { 15 | "641101": { 16 | "psu": "Reguler", 17 | "1001088": 1278, 18 | "1001089": 2637, 19 | "1001090": 3527, 20 | "progres": { 21 | "total": 27, 22 | "persen": 85.19, 23 | "progres": 23 24 | }, 25 | "status_progress": true 26 | }, 27 | "641102": { 28 | "psu": "Reguler", 29 | "1001088": 854, 30 | "1001089": 1937, 31 | "1001090": 2589, 32 | "progres": { 33 | "total": 19, 34 | "persen": 100.0, 35 | "progres": 19 36 | }, 37 | "status_progress": true 38 | }, 39 | "641103": { 40 | "psu": "Reguler", 41 | "1001088": 101, 42 | "1001089": 450, 43 | "1001090": 830, 44 | "progres": { 45 | "total": 6, 46 | "persen": 83.33, 47 | "progres": 5 48 | }, 49 | "status_progress": true 50 | }, 51 | "641104": { 52 | "psu": "Reguler", 53 | "1001088": 100, 54 | "1001089": 1320, 55 | "1001090": 392, 56 | "progres": { 57 | "total": 10, 58 | "persen": 70.0, 59 | "progres": 7 60 | }, 61 | "status_progress": true 62 | }, 63 | "641105": { 64 | "psu": "Reguler", 65 | "1001088": 988, 66 | "1001089": 709, 67 | "1001090": 913, 68 | "progres": { 69 | "total": 15, 70 | "persen": 86.67, 71 | "progres": 13 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 77, 80 | "progres": 67 81 | }, 82 | "ts": "2024-11-28 09:15:00" 83 | } -------------------------------------------------------------------------------- /pkwkp/81/8172.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000079": 14353, 6 | "1000080": 8971, 7 | "1000081": 7307, 8 | "progres": { 9 | "total": 134, 10 | "persen": 88.06, 11 | "progres": 118 12 | } 13 | }, 14 | "table": { 15 | "817201": { 16 | "psu": "Reguler", 17 | "1000079": 5408, 18 | "1000080": 3061, 19 | "1000081": 1510, 20 | "progres": { 21 | "total": 34, 22 | "persen": 100.0, 23 | "progres": 34 24 | }, 25 | "status_progress": true 26 | }, 27 | "817202": { 28 | "psu": "Reguler", 29 | "1000079": 7052, 30 | "1000080": 4536, 31 | "1000081": 3890, 32 | "progres": { 33 | "total": 72, 34 | "persen": 87.5, 35 | "progres": 63 36 | }, 37 | "status_progress": true 38 | }, 39 | "817203": { 40 | "psu": "Reguler", 41 | "1000079": 1060, 42 | "1000080": 800, 43 | "1000081": 865, 44 | "progres": { 45 | "total": 13, 46 | "persen": 76.92, 47 | "progres": 10 48 | }, 49 | "status_progress": true 50 | }, 51 | "817204": { 52 | "psu": "Reguler", 53 | "1000079": 296, 54 | "1000080": 353, 55 | "1000081": 742, 56 | "progres": { 57 | "total": 5, 58 | "persen": 100.0, 59 | "progres": 5 60 | }, 61 | "status_progress": true 62 | }, 63 | "817205": { 64 | "psu": "Reguler", 65 | "1000079": 537, 66 | "1000080": 221, 67 | "1000081": 300, 68 | "progres": { 69 | "total": 10, 70 | "persen": 60.0, 71 | "progres": 6 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 134, 80 | "progres": 118 81 | }, 82 | "ts": "2024-11-28 10:00:05" 83 | } -------------------------------------------------------------------------------- /pkwkk/52/5272.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000882": 49032, 6 | "1000883": 46078, 7 | "1000884": 1016, 8 | "progres": { 9 | "total": 218, 10 | "persen": 100.0, 11 | "progres": 218 12 | } 13 | }, 14 | "table": { 15 | "527201": { 16 | "psu": "Reguler", 17 | "1000882": 9539, 18 | "1000883": 8100, 19 | "1000884": 131, 20 | "progres": { 21 | "total": 42, 22 | "persen": 100.0, 23 | "progres": 42 24 | }, 25 | "status_progress": true 26 | }, 27 | "527202": { 28 | "psu": "Reguler", 29 | "1000882": 5587, 30 | "1000883": 6729, 31 | "1000884": 94, 32 | "progres": { 33 | "total": 30, 34 | "persen": 100.0, 35 | "progres": 30 36 | }, 37 | "status_progress": true 38 | }, 39 | "527203": { 40 | "psu": "Reguler", 41 | "1000882": 11615, 42 | "1000883": 9452, 43 | "1000884": 265, 44 | "progres": { 45 | "total": 47, 46 | "persen": 100.0, 47 | "progres": 47 48 | }, 49 | "status_progress": true 50 | }, 51 | "527204": { 52 | "psu": "Reguler", 53 | "1000882": 11695, 54 | "1000883": 12844, 55 | "1000884": 221, 56 | "progres": { 57 | "total": 54, 58 | "persen": 100.0, 59 | "progres": 54 60 | }, 61 | "status_progress": true 62 | }, 63 | "527205": { 64 | "psu": "Reguler", 65 | "1000882": 10596, 66 | "1000883": 8953, 67 | "1000884": 305, 68 | "progres": { 69 | "total": 45, 70 | "persen": 100.0, 71 | "progres": 45 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 218, 80 | "progres": 218 81 | }, 82 | "ts": "2024-11-28 08:45:00" 83 | } -------------------------------------------------------------------------------- /pkwkk/71/7173.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001151": 7342, 6 | "1001152": 29494, 7 | "1001153": 31173, 8 | "progres": { 9 | "total": 157, 10 | "persen": 100.0, 11 | "progres": 157 12 | } 13 | }, 14 | "table": { 15 | "717301": { 16 | "psu": "Reguler", 17 | "1001151": 2537, 18 | "1001152": 6974, 19 | "1001153": 7677, 20 | "progres": { 21 | "total": 40, 22 | "persen": 100.0, 23 | "progres": 40 24 | }, 25 | "status_progress": true 26 | }, 27 | "717302": { 28 | "psu": "Reguler", 29 | "1001151": 1137, 30 | "1001152": 5473, 31 | "1001153": 5837, 32 | "progres": { 33 | "total": 30, 34 | "persen": 100.0, 35 | "progres": 30 36 | }, 37 | "status_progress": true 38 | }, 39 | "717303": { 40 | "psu": "Reguler", 41 | "1001151": 1635, 42 | "1001152": 8129, 43 | "1001153": 9775, 44 | "progres": { 45 | "total": 43, 46 | "persen": 100.0, 47 | "progres": 43 48 | }, 49 | "status_progress": true 50 | }, 51 | "717304": { 52 | "psu": "Reguler", 53 | "1001151": 994, 54 | "1001152": 5691, 55 | "1001153": 4716, 56 | "progres": { 57 | "total": 27, 58 | "persen": 100.0, 59 | "progres": 27 60 | }, 61 | "status_progress": true 62 | }, 63 | "717305": { 64 | "psu": "Reguler", 65 | "1001151": 1039, 66 | "1001152": 3227, 67 | "1001153": 3168, 68 | "progres": { 69 | "total": 17, 70 | "persen": 100.0, 71 | "progres": 17 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 157, 80 | "progres": 157 81 | }, 82 | "ts": "2024-11-27 22:15:00" 83 | } -------------------------------------------------------------------------------- /pkwkk/76/7606.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001371": 38066, 6 | "1001372": 31838, 7 | "1001373": 4175, 8 | "progres": { 9 | "total": 275, 10 | "persen": 98.91, 11 | "progres": 272 12 | } 13 | }, 14 | "table": { 15 | "760601": { 16 | "psu": "Reguler", 17 | "1001371": 9010, 18 | "1001372": 5898, 19 | "1001373": 774, 20 | "progres": { 21 | "total": 57, 22 | "persen": 100.0, 23 | "progres": 57 24 | }, 25 | "status_progress": true 26 | }, 27 | "760602": { 28 | "psu": "Reguler", 29 | "1001371": 4587, 30 | "1001372": 3605, 31 | "1001373": 332, 32 | "progres": { 33 | "total": 34, 34 | "persen": 100.0, 35 | "progres": 34 36 | }, 37 | "status_progress": true 38 | }, 39 | "760603": { 40 | "psu": "Reguler", 41 | "1001371": 8340, 42 | "1001372": 6303, 43 | "1001373": 940, 44 | "progres": { 45 | "total": 60, 46 | "persen": 96.67, 47 | "progres": 58 48 | }, 49 | "status_progress": true 50 | }, 51 | "760604": { 52 | "psu": "Reguler", 53 | "1001371": 8805, 54 | "1001372": 9893, 55 | "1001373": 744, 56 | "progres": { 57 | "total": 68, 58 | "persen": 98.53, 59 | "progres": 67 60 | }, 61 | "status_progress": true 62 | }, 63 | "760605": { 64 | "psu": "Reguler", 65 | "1001371": 7324, 66 | "1001372": 6139, 67 | "1001373": 1385, 68 | "progres": { 69 | "total": 56, 70 | "persen": 100.0, 71 | "progres": 56 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 275, 80 | "progres": 272 81 | }, 82 | "ts": "2024-11-28 10:15:04" 83 | } -------------------------------------------------------------------------------- /pkwkk/12/1276.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000267": 12250, 6 | "1000268": 24044, 7 | "1000269": 41039, 8 | "progres": { 9 | "total": 271, 10 | "persen": 100.0, 11 | "progres": 271 12 | } 13 | }, 14 | "table": { 15 | "127601": { 16 | "psu": "Reguler", 17 | "1000267": 1951, 18 | "1000268": 4800, 19 | "1000269": 8268, 20 | "progres": { 21 | "total": 52, 22 | "persen": 100.0, 23 | "progres": 52 24 | }, 25 | "status_progress": true 26 | }, 27 | "127602": { 28 | "psu": "Reguler", 29 | "1000267": 4070, 30 | "1000268": 6139, 31 | "1000269": 8066, 32 | "progres": { 33 | "total": 62, 34 | "persen": 100.0, 35 | "progres": 62 36 | }, 37 | "status_progress": true 38 | }, 39 | "127603": { 40 | "psu": "Reguler", 41 | "1000267": 2801, 42 | "1000268": 4711, 43 | "1000269": 9145, 44 | "progres": { 45 | "total": 58, 46 | "persen": 100.0, 47 | "progres": 58 48 | }, 49 | "status_progress": true 50 | }, 51 | "127604": { 52 | "psu": "Reguler", 53 | "1000267": 1839, 54 | "1000268": 4777, 55 | "1000269": 10451, 56 | "progres": { 57 | "total": 54, 58 | "persen": 100.0, 59 | "progres": 54 60 | }, 61 | "status_progress": true 62 | }, 63 | "127605": { 64 | "psu": "Reguler", 65 | "1000267": 1589, 66 | "1000268": 3617, 67 | "1000269": 5109, 68 | "progres": { 69 | "total": 45, 70 | "persen": 100.0, 71 | "progres": 45 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 271, 80 | "progres": 271 81 | }, 82 | "ts": "2024-11-28 08:30:00" 83 | } -------------------------------------------------------------------------------- /pkwkk/16/1672.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000440": 29458, 6 | "1000441": 29028, 7 | "1000442": 33622, 8 | "progres": { 9 | "total": 248, 10 | "persen": 100.0, 11 | "progres": 248 12 | } 13 | }, 14 | "table": { 15 | "167201": { 16 | "psu": "Reguler", 17 | "1000440": 10334, 18 | "1000441": 7439, 19 | "1000442": 10171, 20 | "progres": { 21 | "total": 70, 22 | "persen": 100.0, 23 | "progres": 70 24 | }, 25 | "status_progress": true 26 | }, 27 | "167202": { 28 | "psu": "Reguler", 29 | "1000440": 9426, 30 | "1000441": 9078, 31 | "1000442": 11699, 32 | "progres": { 33 | "total": 73, 34 | "persen": 100.0, 35 | "progres": 73 36 | }, 37 | "status_progress": true 38 | }, 39 | "167203": { 40 | "psu": "Reguler", 41 | "1000440": 3572, 42 | "1000441": 6288, 43 | "1000442": 5434, 44 | "progres": { 45 | "total": 46, 46 | "persen": 100.0, 47 | "progres": 46 48 | }, 49 | "status_progress": true 50 | }, 51 | "167204": { 52 | "psu": "Reguler", 53 | "1000440": 2822, 54 | "1000441": 2805, 55 | "1000442": 2994, 56 | "progres": { 57 | "total": 30, 58 | "persen": 100.0, 59 | "progres": 30 60 | }, 61 | "status_progress": true 62 | }, 63 | "167205": { 64 | "psu": "Reguler", 65 | "1000440": 3304, 66 | "1000441": 3418, 67 | "1000442": 3324, 68 | "progres": { 69 | "total": 29, 70 | "persen": 100.0, 71 | "progres": 29 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 248, 80 | "progres": 248 81 | }, 82 | "ts": "2024-11-28 07:30:00" 83 | } -------------------------------------------------------------------------------- /pkwkk/19/1902.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000516": 51315, 6 | "1000517": 26647, 7 | "1000518": 19701, 8 | "progres": { 9 | "total": 301, 10 | "persen": 100.0, 11 | "progres": 301 12 | } 13 | }, 14 | "table": { 15 | "190201": { 16 | "psu": "Reguler", 17 | "1000516": 26288, 18 | "1000517": 13511, 19 | "1000518": 11482, 20 | "progres": { 21 | "total": 157, 22 | "persen": 100.0, 23 | "progres": 157 24 | }, 25 | "status_progress": true 26 | }, 27 | "190202": { 28 | "psu": "Reguler", 29 | "1000516": 9970, 30 | "1000517": 4048, 31 | "1000518": 2222, 32 | "progres": { 33 | "total": 51, 34 | "persen": 100.0, 35 | "progres": 51 36 | }, 37 | "status_progress": true 38 | }, 39 | "190203": { 40 | "psu": "Reguler", 41 | "1000516": 2084, 42 | "1000517": 722, 43 | "1000518": 603, 44 | "progres": { 45 | "total": 11, 46 | "persen": 100.0, 47 | "progres": 11 48 | }, 49 | "status_progress": true 50 | }, 51 | "190204": { 52 | "psu": "Reguler", 53 | "1000516": 7618, 54 | "1000517": 5905, 55 | "1000518": 4181, 56 | "progres": { 57 | "total": 51, 58 | "persen": 100.0, 59 | "progres": 51 60 | }, 61 | "status_progress": true 62 | }, 63 | "190205": { 64 | "psu": "Reguler", 65 | "1000516": 5355, 66 | "1000517": 2461, 67 | "1000518": 1213, 68 | "progres": { 69 | "total": 31, 70 | "persen": 100.0, 71 | "progres": 31 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 301, 80 | "progres": 301 81 | }, 82 | "ts": "2024-11-27 23:30:00" 83 | } -------------------------------------------------------------------------------- /pkwkk/61/6172.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1001000": 20101, 6 | "1001001": 52253, 7 | "1001002": 23484, 8 | "progres": { 9 | "total": 327, 10 | "persen": 100.0, 11 | "progres": 327 12 | } 13 | }, 14 | "table": { 15 | "617201": { 16 | "psu": "Reguler", 17 | "1001000": 9242, 18 | "1001001": 12061, 19 | "1001002": 8632, 20 | "progres": { 21 | "total": 95, 22 | "persen": 100.0, 23 | "progres": 95 24 | }, 25 | "status_progress": true 26 | }, 27 | "617202": { 28 | "psu": "Reguler", 29 | "1001000": 3088, 30 | "1001001": 13174, 31 | "1001002": 2292, 32 | "progres": { 33 | "total": 76, 34 | "persen": 100.0, 35 | "progres": 76 36 | }, 37 | "status_progress": true 38 | }, 39 | "617203": { 40 | "psu": "Reguler", 41 | "1001000": 912, 42 | "1001001": 5954, 43 | "1001002": 2935, 44 | "progres": { 45 | "total": 37, 46 | "persen": 100.0, 47 | "progres": 37 48 | }, 49 | "status_progress": true 50 | }, 51 | "617204": { 52 | "psu": "Reguler", 53 | "1001000": 3371, 54 | "1001001": 8629, 55 | "1001002": 4208, 56 | "progres": { 57 | "total": 45, 58 | "persen": 100.0, 59 | "progres": 45 60 | }, 61 | "status_progress": true 62 | }, 63 | "617205": { 64 | "psu": "Reguler", 65 | "1001000": 3488, 66 | "1001001": 12435, 67 | "1001002": 5417, 68 | "progres": { 69 | "total": 74, 70 | "persen": 100.0, 71 | "progres": 74 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 327, 80 | "progres": 327 81 | }, 82 | "ts": "2024-11-27 22:00:00" 83 | } -------------------------------------------------------------------------------- /pkwkp/16/1672.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000012": 64692, 6 | "1000013": 10767, 7 | "1000014": 11835, 8 | "progres": { 9 | "total": 248, 10 | "persen": 100.0, 11 | "progres": 248 12 | } 13 | }, 14 | "table": { 15 | "167201": { 16 | "psu": "Reguler", 17 | "1000012": 19109, 18 | "1000013": 3435, 19 | "1000014": 4120, 20 | "progres": { 21 | "total": 70, 22 | "persen": 100.0, 23 | "progres": 70 24 | }, 25 | "status_progress": true 26 | }, 27 | "167202": { 28 | "psu": "Reguler", 29 | "1000012": 21378, 30 | "1000013": 3594, 31 | "1000014": 4013, 32 | "progres": { 33 | "total": 73, 34 | "persen": 100.0, 35 | "progres": 73 36 | }, 37 | "status_progress": true 38 | }, 39 | "167203": { 40 | "psu": "Reguler", 41 | "1000012": 10911, 42 | "1000013": 1830, 43 | "1000014": 1628, 44 | "progres": { 45 | "total": 46, 46 | "persen": 100.0, 47 | "progres": 46 48 | }, 49 | "status_progress": true 50 | }, 51 | "167204": { 52 | "psu": "Reguler", 53 | "1000012": 5845, 54 | "1000013": 999, 55 | "1000014": 1013, 56 | "progres": { 57 | "total": 30, 58 | "persen": 100.0, 59 | "progres": 30 60 | }, 61 | "status_progress": true 62 | }, 63 | "167205": { 64 | "psu": "Reguler", 65 | "1000012": 7449, 66 | "1000013": 909, 67 | "1000014": 1061, 68 | "progres": { 69 | "total": 29, 70 | "persen": 100.0, 71 | "progres": 29 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 248, 80 | "progres": 248 81 | }, 82 | "ts": "2024-11-27 23:45:00" 83 | } -------------------------------------------------------------------------------- /pkwkp/35/3574.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000032": 4258, 6 | "1000033": 76529, 7 | "1000034": 51647, 8 | "progres": { 9 | "total": 328, 10 | "persen": 100.0, 11 | "progres": 328 12 | } 13 | }, 14 | "table": { 15 | "357401": { 16 | "psu": "Reguler", 17 | "1000032": 795, 18 | "1000033": 15546, 19 | "1000034": 8827, 20 | "progres": { 21 | "total": 60, 22 | "persen": 100.0, 23 | "progres": 60 24 | }, 25 | "status_progress": true 26 | }, 27 | "357402": { 28 | "psu": "Reguler", 29 | "1000032": 777, 30 | "1000033": 12656, 31 | "1000034": 6747, 32 | "progres": { 33 | "total": 48, 34 | "persen": 100.0, 35 | "progres": 48 36 | }, 37 | "status_progress": true 38 | }, 39 | "357403": { 40 | "psu": "Reguler", 41 | "1000032": 1003, 42 | "1000033": 17471, 43 | "1000034": 14739, 44 | "progres": { 45 | "total": 88, 46 | "persen": 100.0, 47 | "progres": 88 48 | }, 49 | "status_progress": true 50 | }, 51 | "357404": { 52 | "psu": "Reguler", 53 | "1000032": 895, 54 | "1000033": 17746, 55 | "1000034": 13980, 56 | "progres": { 57 | "total": 82, 58 | "persen": 100.0, 59 | "progres": 82 60 | }, 61 | "status_progress": true 62 | }, 63 | "357405": { 64 | "psu": "Reguler", 65 | "1000032": 788, 66 | "1000033": 13110, 67 | "1000034": 7354, 68 | "progres": { 69 | "total": 50, 70 | "persen": 100.0, 71 | "progres": 50 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 328, 80 | "progres": 328 81 | }, 82 | "ts": "2024-11-28 00:45:00" 83 | } -------------------------------------------------------------------------------- /pkwkp/52/5272.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000039": 21411, 6 | "1000040": 28000, 7 | "1000041": 46190, 8 | "progres": { 9 | "total": 218, 10 | "persen": 100.0, 11 | "progres": 218 12 | } 13 | }, 14 | "table": { 15 | "527201": { 16 | "psu": "Reguler", 17 | "1000039": 3369, 18 | "1000040": 5821, 19 | "1000041": 8402, 20 | "progres": { 21 | "total": 42, 22 | "persen": 100.0, 23 | "progres": 42 24 | }, 25 | "status_progress": true 26 | }, 27 | "527202": { 28 | "psu": "Reguler", 29 | "1000039": 2610, 30 | "1000040": 2524, 31 | "1000041": 7164, 32 | "progres": { 33 | "total": 30, 34 | "persen": 100.0, 35 | "progres": 30 36 | }, 37 | "status_progress": true 38 | }, 39 | "527203": { 40 | "psu": "Reguler", 41 | "1000039": 5741, 42 | "1000040": 6155, 43 | "1000041": 9189, 44 | "progres": { 45 | "total": 47, 46 | "persen": 100.0, 47 | "progres": 47 48 | }, 49 | "status_progress": true 50 | }, 51 | "527204": { 52 | "psu": "Reguler", 53 | "1000039": 5294, 54 | "1000040": 7108, 55 | "1000041": 12518, 56 | "progres": { 57 | "total": 54, 58 | "persen": 100.0, 59 | "progres": 54 60 | }, 61 | "status_progress": true 62 | }, 63 | "527205": { 64 | "psu": "Reguler", 65 | "1000039": 4397, 66 | "1000040": 6392, 67 | "1000041": 8917, 68 | "progres": { 69 | "total": 45, 70 | "persen": 100.0, 71 | "progres": 45 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 218, 80 | "progres": 218 81 | }, 82 | "ts": "2024-11-28 09:00:00" 83 | } -------------------------------------------------------------------------------- /pkwkp/61/6172.json: -------------------------------------------------------------------------------- 1 | { 2 | "mode": "hhcw", 3 | "tungsura": { 4 | "chart": { 5 | "1000045": 38950, 6 | "1000046": 48944, 7 | "1000047": 7103, 8 | "progres": { 9 | "total": 327, 10 | "persen": 100.0, 11 | "progres": 327 12 | } 13 | }, 14 | "table": { 15 | "617201": { 16 | "psu": "Reguler", 17 | "1000045": 15094, 18 | "1000046": 12887, 19 | "1000047": 1756, 20 | "progres": { 21 | "total": 95, 22 | "persen": 100.0, 23 | "progres": 95 24 | }, 25 | "status_progress": true 26 | }, 27 | "617202": { 28 | "psu": "Reguler", 29 | "1000045": 5823, 30 | "1000046": 11573, 31 | "1000047": 963, 32 | "progres": { 33 | "total": 76, 34 | "persen": 100.0, 35 | "progres": 76 36 | }, 37 | "status_progress": true 38 | }, 39 | "617203": { 40 | "psu": "Reguler", 41 | "1000045": 2544, 42 | "1000046": 6079, 43 | "1000047": 1326, 44 | "progres": { 45 | "total": 37, 46 | "persen": 100.0, 47 | "progres": 37 48 | }, 49 | "status_progress": true 50 | }, 51 | "617204": { 52 | "psu": "Reguler", 53 | "1000045": 7737, 54 | "1000046": 7288, 55 | "1000047": 807, 56 | "progres": { 57 | "total": 45, 58 | "persen": 100.0, 59 | "progres": 45 60 | }, 61 | "status_progress": true 62 | }, 63 | "617205": { 64 | "psu": "Reguler", 65 | "1000045": 7752, 66 | "1000046": 11117, 67 | "1000047": 2251, 68 | "progres": { 69 | "total": 74, 70 | "persen": 100.0, 71 | "progres": 74 72 | }, 73 | "status_progress": true 74 | } 75 | } 76 | }, 77 | "psu": "Reguler", 78 | "progres": { 79 | "total": 327, 80 | "progres": 327 81 | }, 82 | "ts": "2024-11-27 22:00:00" 83 | } --------------------------------------------------------------------------------