What's My IP
See your public IP address and approximate location.
Your IP address
X-Forwarded-For header (if you're behind a proxy/VPN/CDN): 216.73.217.104
âšī¸ Approximate location below is looked up via the free ip-api.com service (your IP is sent to them to perform this lookup) - it can be inaccurate, especially on mobile networks or VPNs.
Browser info (detected locally, not uploaded)
How What's My IP works
How does this tool work?
The page reads your IP address straight from the connection PHP sees on the server ($_SERVER['REMOTE_ADDR']) - nothing client-side is involved in detecting the address itself. If that address is public, we pass it to the free ip-api.com service with a 3-second timeout to get an approximate city, region, country, and ISP.
When would I use this?
It is useful for confirming whether a VPN or proxy is actually masking your address, checking what IP a server-side script or API sees you as, or grabbing your public IP to whitelist it in a firewall or admin panel.
Is any of this sent off my device?
Your IP address is sent to ip-api.com to run the location lookup, but the browser, OS, screen size, and language fields underneath are parsed locally from navigator.userAgent and never leave your device. The geo lookup only runs for public IPs - private and reserved ranges are skipped - and its accuracy is approximate at best, especially on mobile carriers or behind a VPN.