1 2 3
fetch("https://aidang.cc/webring/all", { method: "GET" }).then((response) => response.json()).then((json) => console.log(json));