35.173.48.18
Zistite vašu IP adresu cez nástroje curl, wget, httpie alebo fetch.
$ curl mojaipadresa.sk
35.173.48.18
$ http -b mojaipadresa.sk
35.173.48.18
$ wget -qO- mojaipadresa.sk
35.173.48.18
$ fetch -qo- https://mojaipadresa.sk
35.173.48.18
$ bat -print=b mojaipadresa.sk/ip
35.173.48.18
V operačnom systéme Windows môžete jednoducho zistiť svoju IP adresu aj cez VBscript. Stačí stiahnuť VBscript a po jeho otvorení sa zobrazí vaša IP adresa.
$ http mojaipadresa.sk/json
{ "ip": "35.173.48.18", "hostname": "ec2-35-173-48-18.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": "35.173.32.0/19", "ip_decimal": 598552594, "as": { "as_number": 14618, "as_organization": "Amazon.com, Inc.", "as_network": "35.168.0.0/13" }, "copyright": { "service": "MojaIPadresa.sk", "service_html": "MojaIPadresa.sk", "geolocation": "db-ip.com", "geolocation_html": "IP Geolocation by DB-IP" }, "status": "success", "message": "" }