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 |
| Kota / Kabupaten | ||
| Koperasi Desa Merah Putih | ||
| Koperasi Kelurahan Merah Putih | ||
| Total | ||
Success Response
{
"status": 200,
"message": "Success",
"count": 18,
"idkab": 7400,
"tahun": 2025,
"data": [
{
"tabel_74_736_1": "KAB. WAKATOBI",
"tabel_74_736_2": "75",
"tabel_74_736_3": "25",
"tabel_74_736_4": "100",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. BUTON TENGAH",
"tabel_74_736_2": "67",
"tabel_74_736_3": "10",
"tabel_74_736_4": "77",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. BUTON UTARA",
"tabel_74_736_2": "78",
"tabel_74_736_3": "12",
"tabel_74_736_4": "90",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KOTA KENDARI",
"tabel_74_736_2": "0",
"tabel_74_736_3": "65",
"tabel_74_736_4": "65",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. BUTON SELATAN",
"tabel_74_736_2": "60",
"tabel_74_736_3": "10",
"tabel_74_736_4": "70",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. MUNA",
"tabel_74_736_2": "124",
"tabel_74_736_3": "26",
"tabel_74_736_4": "150",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KOTA BAU BAU",
"tabel_74_736_2": "0",
"tabel_74_736_3": "43",
"tabel_74_736_4": "43",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. KOLAKA",
"tabel_74_736_2": "100",
"tabel_74_736_3": "35",
"tabel_74_736_4": "135",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. BUTON",
"tabel_74_736_2": "83",
"tabel_74_736_3": "12",
"tabel_74_736_4": "95",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. BOMBANA",
"tabel_74_736_2": "121",
"tabel_74_736_3": "22",
"tabel_74_736_4": "143",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. MUNA BARAT",
"tabel_74_736_2": "81",
"tabel_74_736_3": "5",
"tabel_74_736_4": "86",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. KOLAKA TIMUR",
"tabel_74_736_2": "117",
"tabel_74_736_3": "16",
"tabel_74_736_4": "133",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. KONAWE KEPULAUAN",
"tabel_74_736_2": "89",
"tabel_74_736_3": "7",
"tabel_74_736_4": "96",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. KONAWE",
"tabel_74_736_2": "291",
"tabel_74_736_3": "57",
"tabel_74_736_4": "348",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. KOLAKA UTARA",
"tabel_74_736_2": "127",
"tabel_74_736_3": "6",
"tabel_74_736_4": "133",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. KONAWE UTARA",
"tabel_74_736_2": "159",
"tabel_74_736_3": "11",
"tabel_74_736_4": "170",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "KAB. KONAWE SELATAN",
"tabel_74_736_2": "336",
"tabel_74_736_3": "15",
"tabel_74_736_4": "351",
"updated_at": "2025-07-29 01:10:41"
},
{
"tabel_74_736_1": "TOTAL",
"tabel_74_736_2": "1908",
"tabel_74_736_3": "377",
"tabel_74_736_4": "2285",
"updated_at": "2025-07-29 01:10:41"
}
]}
Error Response
{
"status": 404,
"message": "Table not found",
"count": 0,
"data": []
}