What is my IP address?

44.200.168.16
ec2-44-200-168-16.compute-1.amazonaws.com

Details from IP address

Country:
United States
City:
Virginia
Latitude:
39.0438
Longitude:
-77.4874

CLI examples

Find out your IP address via curl, wget, httpie or fetch.

$ curl mojaipadresa.sk
44.200.168.16

$ http -b mojaipadresa.sk
44.200.168.16

$ wget -qO- mojaipadresa.sk
44.200.168.16

$ fetch -qo- https://mojaipadresa.sk
44.200.168.16

$ bat -print=b mojaipadresa.sk/ip
44.200.168.16

Visual Basic Script

In OS Windows you can find out your IP address simple via VBscript. Just download VBscript and after open it shows you your IP address.

JSON output

$ http mojaipadresa.sk/json

{
    "ip": "44.200.168.16",
    "ip_decimal": 751347728,
    "ip_type": "ipv4",
    "hostname": "ec2-44-200-168-16.compute-1.amazonaws.com",
    "country": "United States",
    "country_iso": "US",
    "city": "Virginia",
    "country_eu": false,
    "latitude": "39.0438",
    "longitude": "-77.4874",
    "useragent": {
        "raw": "CCBot/2.0 (https://commoncrawl.org/faq/)"
    },
    "copyright": {
        "service": "mojaipadresa.sk",
        "geolocation": "db-ip.com"
    }
}

Map