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 | ||
| Aktif | ||
| Tidak Aktif | ||
| Jumlah | ||
Success Response
{
"status": 200,
"message": "Success",
"count": 18,
"idkab": 7400,
"tahun": 2024,
"data": [
{
"tabel_74_654_1": "KAB. BUTON",
"tabel_74_654_2": "5876",
"tabel_74_654_3": "0",
"tabel_74_654_4": "5876",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. MUNA",
"tabel_74_654_2": "1430",
"tabel_74_654_3": "0",
"tabel_74_654_4": "1430",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. KONAWE",
"tabel_74_654_2": "165",
"tabel_74_654_3": "0",
"tabel_74_654_4": "165",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. KOLAKA",
"tabel_74_654_2": "5546",
"tabel_74_654_3": "0",
"tabel_74_654_4": "5546",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. BOMBANA",
"tabel_74_654_2": "628",
"tabel_74_654_3": "0",
"tabel_74_654_4": "628",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. KOLAKA UTARA",
"tabel_74_654_2": "2677",
"tabel_74_654_3": "0",
"tabel_74_654_4": "2677",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. KONAWE SELATAN",
"tabel_74_654_2": "372",
"tabel_74_654_3": "0",
"tabel_74_654_4": "372",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. WAKATOBI",
"tabel_74_654_2": "2102",
"tabel_74_654_3": "0",
"tabel_74_654_4": "2102",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. KONAWE UTARA",
"tabel_74_654_2": "4925",
"tabel_74_654_3": "0",
"tabel_74_654_4": "4925",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. BUTON UTARA",
"tabel_74_654_2": "38",
"tabel_74_654_3": "0",
"tabel_74_654_4": "38",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. BUTON SELATAN",
"tabel_74_654_2": "155",
"tabel_74_654_3": "0",
"tabel_74_654_4": "155",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. BUTON TENGAH",
"tabel_74_654_2": "36",
"tabel_74_654_3": "0",
"tabel_74_654_4": "36",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. KOLAKA TIMUR",
"tabel_74_654_2": "1938",
"tabel_74_654_3": "0",
"tabel_74_654_4": "1938",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. KONAWE KEPULAUAN",
"tabel_74_654_2": "947",
"tabel_74_654_3": "0",
"tabel_74_654_4": "947",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KAB. MUNA BARAT",
"tabel_74_654_2": "4796",
"tabel_74_654_3": "0",
"tabel_74_654_4": "4796",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KOTA KENDARI",
"tabel_74_654_2": "42210",
"tabel_74_654_3": "0",
"tabel_74_654_4": "42210",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "KOTA BAU BAU",
"tabel_74_654_2": "20033",
"tabel_74_654_3": "0",
"tabel_74_654_4": "20033",
"updated_at": "2025-07-15 06:30:27"
},
{
"tabel_74_654_1": "Total",
"tabel_74_654_2": "93874",
"tabel_74_654_3": "0",
"tabel_74_654_4": "93874",
"updated_at": "2025-07-15 06:30:27"
}
]}
Error Response
{
"status": 404,
"message": "Table not found",
"count": 0,
"data": []
}