🚧 Diese Website befindet sich noch in der Entwicklung. Alle Inhalte sind fiktiv.

🌍 IP-Adresse

Ihre öffentliche IPv4 und IPv6 Adresse anzeigen

Ihre IP-Adresse
192.168.10.254
IPv4
192.168.10.254
IPv4 Hostname
-
IPv6
Nicht verfügbar
Hostname
-
Proxy/VPN erkannt
Möglich

📍 Standort-Informationen

Land
Lokales Netzwerk
Stadt
Lokal

Weitere Informationen

User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Sprache -
Referer https://bo-is.eu/tools/ip?lang=de
Verbindungstyp Lädt...
Zeitzone (Browser) Lädt...
Bildschirmauflösung Lädt...
Fenster-Größe Lädt...
Browser Lädt...
Betriebssystem Lädt...
Do Not Track Lädt...
Cookies Lädt...
JavaScript ✓ Aktiviert
HTTPS ✓ Ja (TLS)
HTTP-Version HTTP/1.1
WebRTC-IP Wird geprüft...

API-Zugriff

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

Plain Text

$ curl -L bo-is.eu/ip
192.168.10.254
$ 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.