This website is a web service that allows you to check your current IP address. It is a web service written in the Go language, and its source code is publicly available on GitHub. This service is particularly useful for individuals and developers who need to quickly determine their public IP address for various network tasks, troubleshooting, or development purposes.
IP address | 153.121.55.14 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AS | 9370 | ||||||||||
AS organization | SAKURA Internet Inc. | ||||||||||
Continent | Asia | ||||||||||
Country | Japan | ||||||||||
Country ISO code | JP | ||||||||||
Subdivision1 | Tokyo | ||||||||||
Subdivision1 ISO code | 13 | ||||||||||
City | Tokyo | ||||||||||
Postal code | 102-0082 | ||||||||||
Location |
| ||||||||||
License | This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com. |
Using the Linux curl command, you can easily retrieve your external IP address and related information. This command is extremely handy for network diagnostics or for verification tasks during development.
Command | Response | |
---|---|---|
$ curl inet-ip.info | Current IP address (e.g., 153.121.55.14\n) | |
$ curl inet-ip.info/ip | Just the IP address in text format (e.g., 153.121.55.14) | |
$ curl inet-ip.info/json | A JSON string containing the IP address and other details |
These commands are useful in various scenarios, such as network troubleshooting or verifying the IP address during application development. If the command fails, check your network connection or recheck the command syntax.