18.97.9.169
Ermitteln Sie Ihre IP-Adresse mit den Tools curl, wget, httpie oder fetch.
$ curl mojaipadresa.sk
18.97.9.169
$ http -b mojaipadresa.sk
18.97.9.169
$ wget -qO- mojaipadresa.sk
18.97.9.169
$ fetch -qo- https://mojaipadresa.sk
18.97.9.169
$ bat -print=b mojaipadresa.sk/ip
18.97.9.169
Unter Windows können Sie Ihre IP-Adresse einfach mit VBScript herausfinden. Laden Sie einfach das VBScript herunter und nach dem Öffnen wird Ihre IP-Adresse angezeigt.
$ http mojaipadresa.sk/json
{
"ip": "18.97.9.169",
"hostname": "18-97-9-169.crawl.commoncrawl.org",
"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.97.0.0/18",
"ip_decimal": 308349353,
"as": {
"as_number": 14618,
"as_organization": "Amazon.com, Inc.",
"as_network": "18.97.0.0/18"
},
"copyright": {
"service": "MojaIPadresa.sk",
"service_html": "MojaIPadresa.sk",
"geolocation": "db-ip.com",
"geolocation_html": "IP Geolocation by DB-IP"
},
"status": "success",
"message": ""
}