Your IP Connection Details
IP Address
216.73.216.110IPv4
Country
US
City
Columbus
ISP & ASN
Anthropic, PBC (16509)
Connected (IPv4)
API Usage Examples
Terminal Command (cURL)
curl https://ip.networks.im
Plain Text Response
IP: 216.73.216.110
Type: IPv4
Country: US
City: Columbus
ASN: 16509
ISP: Anthropic, PBC
JavaScript Fetch
// Fetch network info as text
fetch('https://ip.networks.im')
  .then(response => response.text())
  .then(data => {
    console.log(data);
  });