🌍 IP-Adresse

Ihre öffentliche IPv4 und IPv6 Adresse anzeigen

Ihre IP-Adresse
216.73.216.120
IPv4
216.73.216.120
IPv4 Hostname
-
IPv6
Nicht verfügbar
Hostname
-
Proxy/VPN erkannt
Nein

📍 Standort-Informationen

Land
US USA
Stadt
Columbus
Region
Ohio
ISP
Amazon.com, Inc.
ASN
AS16509
Zeitzone
America/New_York

Weitere Informationen

User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Sprache -
Referer -
Verbindungstyp Lädt...
Zeitzone (Browser) Lädt...
Bildschirmauflösung Lädt...

API-Zugriff

Sie können Ihre IP-Adresse auch programmatisch abrufen:

Plain Text

$ curl -L bo-is.eu/ip
216.73.216.120
$ curl -L4 bo-is.eu/ip
# IPv4 erzwingen (DNS A-Record)
$ curl -L6 bo-is.eu/ip
# IPv6 erzwingen (DNS AAAA-Record)

JSON

$ curl -L bo-is.eu/ip/json
# Kompaktes JSON mit GeoIP
$ curl -L bo-is.eu/api/ip
# Vollständige API (+ ?details=true)

CSV

$ curl -L bo-is.eu/ip/csv
# ip,type,hostname,country,country_code,city,region,timezone,asn,isp

Detaillierter Text

$ curl -L bo-is.eu/ip/txt

-L folgt der HTTP→HTTPS Weiterleitung. Alternativ curl https://bo-is.eu/ip

Alle Endpunkte enthalten GeoIP-Daten (Land, Stadt, ISP, ASN) wenn verfügbar. Kein API-Key nötig. CORS aktiviert.