Returns the caller's public IP address via simple HTTPS request.
Icanhazip is a minimal public API endpoint that echoes the client's external IP address detected by the server.
It is useful for scripts, containers, network tools, and applications that need to discover their public IP without added dependencies or credentials.
Scripts periodically query the API to detect public IP changes and automatically update DNS records for home servers or IoT devices.
Command-line utilities and monitoring dashboards fetch the current egress IP to verify VPN tunnels, proxy configurations, or NAT behavior.
CI/CD pipelines or server bootstrap scripts confirm the instance's public IP matches expected allow-lists before proceeding with configuration.
A minimal public service that returns your current public IP address in plain text when accessed via HTTP or HTTPS.
Verified reviews from the community shape this listing's rating.
Loading reviews…