What is my IP

Please wait...

Actually you might ask yourself why we developed this page, the answer is simple: too many times we found ourselves into the situation to look for our public ip address into google, and the results were often frustrating, pages with tons of advertises, just to show you an information which is already available on the server!

Since we like consoles, terminals, etc, we also provided a much more straight way to find your own public ip address via wget, curl, etc.

wget:

wget -qO- https://api.codref.org/function/terminal/v1/myip

curl:

curl https://api.codref.org/function/terminal/v1/myip

The output is a JSON encoded string which provides you a couple of information:

{
    "country":"IT",
    "ip":"2001:b07:5d33:e10:2d60:9db9:f346:dd1e"
}