Cara Penggunaan API
https://simdata.sultraprov.go.id/api/fetch-data/{kode_tabel}/{tahun}
Parameter
| Variabel | Tipe | Deskripsi |
|---|---|---|
| kode_tabel | String | Kode tabel yang ingin ditarik datanya. Kode tabel dapat juga dilihat pada URL saat mengakses halaman ini. |
| tahun | Number | Tahun data yang akan ditarik. |
Response
| Variabel | Tipe | Deskripsi |
|---|---|---|
| status | Number | Kode status respon, 2XX bila berhasil, 4XX bila ada kesalahan request pengguna, dan 5XX bila ada kesalahan server. |
| message | String | Catatan terkait respon dari server. Field ini bisa saja kosong. |
| count | Number | Jumlah baris data yang berhasil didapatkan. |
| idkab | Number | Kode wilayah data yang didapatkan. |
| tahun | Number | Tahun data yang didapatkan. |
| data | Object | Data respon |
| KABUPATEN/KOTA | ||
| TANGGAL PELAKSANAAN | ||
| KETERANGAN | ||
Success Response
{
"status": 200,
"message": "Success",
"count": 17,
"idkab": 7400,
"tahun": 2024,
"data": [
{
"tabel_74_508_2": "KOLAKA",
"tabel_74_508_3": "18\/06\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "KONAWE",
"tabel_74_508_3": "05\/07\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "MUNA",
"tabel_74_508_3": "09\/07\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "BUTON",
"tabel_74_508_3": "25\/06\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "KONAWE SELATAN",
"tabel_74_508_3": "15\/06\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "BOMBANA",
"tabel_74_508_3": "02\/07\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "WAKATOBI",
"tabel_74_508_3": "22\/05\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "KOLAKA UTARA",
"tabel_74_508_3": "22\/05\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "KONAWE UTARA",
"tabel_74_508_3": "17\/06\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "BUTON UTARA",
"tabel_74_508_3": "19\/05\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "KOLAKA TIMUR",
"tabel_74_508_3": "17\/06\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "KONAWE KEPULAUAN",
"tabel_74_508_3": "22\/05\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "MUNA BARAT",
"tabel_74_508_3": "09\/07\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "BUTON TENGAH",
"tabel_74_508_3": "25\/06\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "BUTON SELATAN",
"tabel_74_508_3": "26\/06\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "KENDARI",
"tabel_74_508_3": "14\/07\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
},
{
"tabel_74_508_2": "BAUBAU",
"tabel_74_508_3": "25\/06\/2025",
"tabel_74_508_4": "SUDAH DILAKSANAKAN",
"updated_at": "2025-07-25 02:55:25"
}
]}
Error Response
{
"status": 404,
"message": "Table not found",
"count": 0,
"data": []
}