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