18.207.133.13
Find out your IP address via curl, wget, httpie or fetch.
$ curl mojaipadresa.sk
18.207.133.13
$ http -b mojaipadresa.sk
18.207.133.13
$ wget -qO- mojaipadresa.sk
18.207.133.13
$ fetch -qo- https://mojaipadresa.sk
18.207.133.13
$ bat -print=b mojaipadresa.sk/ip
18.207.133.13
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.
$ http mojaipadresa.sk/json
{ "ip": "18.207.133.13", "hostname": "ec2-18-207-133-13.compute-1.amazonaws.com", "country": "United States", "country_2code": "US", "city": "Ashburn", "latitude": "39.044", "longitude": "-77.487", "stateprov": "Virginia", "stateprov_2code": null, "continent": "North America", "continent_2code": "NA", "is_eu": false, "ip_type": "ipv4", "ip_network": "18.207.128.0/17", "ip_decimal": 315589901, "as": { "as_number": 14618, "as_organization": "Amazon.com, Inc.", "as_network": "18.204.0.0/14" }, "copyright": { "service": "MojaIPadresa.sk", "service_html": "MojaIPadresa.sk", "geolocation": "db-ip.com", "geolocation_html": "IP Geolocation by DB-IP" }, "status": "success", "message": "" }