pricing background

JavaScript API Integration for Asn Whois API

api

ASN

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);