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 |
| KODE | ||
| NAMA PEMERINTAH DAERAH | ||
| SKOR | ||
| STATUS | ||
Success Response
{
"status": 200,
"message": "Success",
"count": 17,
"idkab": 7400,
"tahun": 2024,
"data": [
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN KOLAKA",
"tabel_74_878_3": "3,1799",
"tabel_74_878_4": "SEDANG",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN KONAWE",
"tabel_74_878_3": "3,4063",
"tabel_74_878_4": "SEDANG",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN MUNA",
"tabel_74_878_3": "1,9171",
"tabel_74_878_4": "RENDAH",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN BUTON",
"tabel_74_878_3": "2,4159",
"tabel_74_878_4": "RENDAH",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN KONAWE SELATAN",
"tabel_74_878_3": "2,4484",
"tabel_74_878_4": "RENDAH",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN BOMBANA",
"tabel_74_878_3": "TIDAK DINILAI",
"tabel_74_878_4": "TIDAK DINILAI",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN WAKATOBI",
"tabel_74_878_3": "2,9201",
"tabel_74_878_4": "SEDANG",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN KOLAKA UTARA",
"tabel_74_878_3": "3,1487",
"tabel_74_878_4": "SEDANG",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN KONAWE UTARA",
"tabel_74_878_3": "2,6353",
"tabel_74_878_4": "SEDANG",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN BUTON UTARA",
"tabel_74_878_3": "2,5906",
"tabel_74_878_4": "RENDAH",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN KOLAKA TIMUR",
"tabel_74_878_3": "1,6779",
"tabel_74_878_4": "SANGAT RENDAH",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN KONAWE KEPULAUAN",
"tabel_74_878_3": "3,0921",
"tabel_74_878_4": "SEDANG",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN MUNA BARAT",
"tabel_74_878_3": "0,7632",
"tabel_74_878_4": "SANGAT RENDAH",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN BUTON TENGAH",
"tabel_74_878_3": "2,8320",
"tabel_74_878_4": "SEDANG",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "74",
"tabel_74_878_2": "KABUPATEN BUTON SELATAN",
"tabel_74_878_3": "2,9152",
"tabel_74_878_4": "SEDANG",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "75",
"tabel_74_878_2": "KOTA KENDARI",
"tabel_74_878_3": "2,5898",
"tabel_74_878_4": "RENDAH",
"updated_at": "2025-07-25 02:58:14"
},
{
"tabel_74_878_1": "75",
"tabel_74_878_2": "KOTA BAU-BAU",
"tabel_74_878_3": "2,6561",
"tabel_74_878_4": "SEDANG",
"updated_at": "2025-07-25 02:58:14"
}
]}
Error Response
{
"status": 404,
"message": "Table not found",
"count": 0,
"data": []
}