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