curl https://ip.networks.im
IP: 216.73.216.110 Type: IPv4 Country: US City: Columbus ASN: 16509 ISP: Anthropic, PBC
// Fetch network info as text fetch('https://ip.networks.im') .then(response => response.text()) .then(data => { console.log(data); });