🔍 NETWORK TOOL

IP Info · What’s My IP?

Your public IPv4, IPv6, location, ISP & network details — instantly.
Fetching your IP info...
📘 Developer Resources

Quick snippets to retrieve IP information programmatically:

# cURL (IPv4 only)
curl ifconfig.me

# Using ipinfo.io
curl ipinfo.io/ip

# JavaScript (fetch)
fetch('https://api.ipify.org?format=json')
  .then(res => res.json())
  .then(data => console.log(data.ip));
🌐 HTTP Methods vs Use Cases
MethodTypical Use
GETRetrieve IP / data
POSTSend data (webhooks)
✅ IP not showing correctly?
  • Disable VPN / proxy and refresh
  • Check browser privacy extensions (uBlock, Ghostery)
  • Try incognito / private mode
  • Retry on a different network (mobile / different WiFi)