features
browser features
- connection info - ip, location, timezone, isp
- protocol details - http version, tls version, latency
- datacenter info - which cloudflare edge you hit
- browser fingerprint - languages, encoding, dnt header
- security warnings - alerts for http, weak tls
- visit tracking - counts your visits via cookies
- random tech facts - learn something new each visit
terminal features
use curl or wget for terminal output
curl canireachtheinter.net
- ansi color codes - colored terminal output
- ascii map - shows your continent location
- dns info - resolver information
- all browser features in terminal format
output formats
get data in different formats (note: wrap urls with ? in quotes)
curl "canireachtheinter.net?format=json"
curl "canireachtheinter.net?format=xml"
- json - structured data for scripting
- xml - for legacy systems
- plain text - default colored output
api endpoints
curl canireachtheinter.net/api/check
- /api/check - full json response with all data
- /api/speedtest - download test endpoint
what we show you
- your public ip (ipv4 or ipv6)
- geolocation (city, country, continent, timezone)
- network info (isp, asn)
- connection details (protocol, tls, datacenter)
- dns resolver info
- browser fingerprinting data
- all http headers sent
- security warnings