PRODUCTS
TOOLS
fetch("https://api.whoisfreaks.com/v1.0/asn-whois?apiKey=API_KEY&asn=as56554", { method: "GET", }) .then(res => res.text()) .then(console.log) .catch(console.error);