🌍 IP Address
Display your public IPv4 and IPv6 address
Your IP Address
216.73.217.145
IPv4
216.73.217.145
IPv4 Hostname
-
IPv6
Not available
Hostname
-
Proxy/VPN detected
Possible
IPv4
…
IPv6
…
📍 Location Information
Country
USA
City
Columbus
Region
Ohio
ISP
Amazon.com, Inc.
ASN
AS16509
Timezone
America/New_York
More Information
| User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| Language | - |
| Referer | https://4.bo-is.eu/tools/ip?lang=en |
| Connection Type | Loading... |
| Timezone (Browser) | Loading... |
| Screen Resolution | Loading... |
| Fenster-Größe | Loading... |
| Browser | Loading... |
| Betriebssystem | Loading... |
| Do Not Track | Loading... |
| Cookies | Loading... |
| JavaScript | ✓ Aktiviert |
| HTTPS | ✓ Ja (TLS) |
| HTTP-Version | HTTP/1.1 |
| WebRTC-IP | Wird geprüft... |
API Access
You can also retrieve your IP address programmatically:
Subdomains (force protocol)
$ curl 4.bo-is.eu/ip
# IPv4 only — DNS A-record, no AAAA
$ curl 6.bo-is.eu/ip
# IPv6 only — DNS AAAA-record, no A
Plain Text
$ curl -L bo-is.eu/ip
216.73.217.145
$ curl -L4 bo-is.eu/ip
# Force IPv4 via curl flag
$ curl -L6 bo-is.eu/ip
# Force IPv6 via curl flag
JSON
$ curl -L bo-is.eu/ip/json
# Compact JSON with GeoIP
$ curl -L bo-is.eu/api/ip
# Full API (+ ?details=true)
$ curl -L bo-is.eu/api/ip?details=true
# Full details: headers, browser, server
CSV
$ curl -L bo-is.eu/ip/csv
# ip,type,hostname,country,country_code,city,region,timezone,asn,isp
Detailed Text
$ curl -L bo-is.eu/ip/txt
PowerShell / Windows
$ Invoke-RestMethod bo-is.eu/ip
$ Invoke-RestMethod bo-is.eu/ip/json | ConvertTo-Json
JavaScript / Node.js
$ fetch('https://bo-is.eu/ip').then(r=>r.text()).then(console.log)
$ fetch('https://bo-is.eu/api/ip').then(r=>r.json()).then(console.log)
Python
$ import urllib.request; print(urllib.request.urlopen("https://bo-is.eu/ip").read().decode())
-L follows the HTTP→HTTPS redirect. Alternatively use curl https://bo-is.eu/ip
📡 Protocol-specific subdomains
4.bo-is.euA record only → always IPv4
6.bo-is.euAAAA record only → always IPv6
All endpoints include GeoIP data (country, city, ISP, ASN) when available. No API key required. CORS enabled.