Es gibt einen Dienst, der dies bereitstellt: ipinfo.io .
Sie können es mit aufrufen curl
. Beispiel:
curl ipinfo.io
Ergebnis:
{ "ip": "...", "hostname": "...", "city": "...", "region": "...", "country": "...", "loc": "...,...", "org": "..." }
Eine bestimmte IP-Adresse kann auch angefordert werden curl ipinfo.io/216.58.194.46
:
{ "ip": "216.58.194.46", "hostname": "dfw25s12-in-f14.1e100.net", "city": "Mountain View", "region": "California", "country": "US", "loc": "37.4192,-122.0574", "org": "AS15169 Google Inc.", "postal": "94043" }
Quelle: http://xmodulo.com/geographic-location-ip-address-command-line.html