🌍 IP Address

Display your public IPv4 and IPv6 address

Your IP Address
216.73.216.120
IPv4
216.73.216.120
IPv4 Hostname
-
IPv6
Not available
Hostname
-
Proxy/VPN detected
No

📍 Location Information

Country
US 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://bo-is.eu/tools/ip?lang=en
Connection Type Loading...
Timezone (Browser) Loading...
Screen Resolution Loading...

API Access

You can also retrieve your IP address programmatically:

Plain Text

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

JSON

$ curl -L bo-is.eu/ip/json
# Compact JSON with GeoIP
$ curl -L bo-is.eu/api/ip
# Full API (+ ?details=true)

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

-L follows the HTTP→HTTPS redirect. Alternatively use curl https://bo-is.eu/ip

All endpoints include GeoIP data (country, city, ISP, ASN) when available. No API key required. CORS enabled.