Contoh penggunaan API statis data wilayah Indonesia menggunakan Javascript fetch
API.
fetch(`https://www.emsifa.com/api-wilayah-indonesia/api/provinces.json`) .then(response => response.json()) .then(provinces => console.log(provinces));