// CRUNZH IPVIEW Online

IP VIEW

Live IP information. No telemetry. No localStorage. No cookies.

SESSION.BUFFER // OUTBOUND-IP-RESOLVE
IPv4
216.73.216.134
PRIMARY
IPv6
— none detected —
DUAL-STACK
rDNS
— none detected —
HOST-AUTH
TIMESTAMP: 2026-07-21T21:29:28Z EDGE: CF STATUS: LIVE

// API REFERENCE

Append the route via curl for raw output. Empty fields yield blank lines.

curl ip.crunzh.com → visitor IP
curl ip.crunzh.com/ipv4 → IPv4 only
curl ip.crunzh.com/ipv6 → IPv6 only
curl ip.crunzh.com/rdns → reverse DNS
curl ip.crunzh.com/all → JSON {ipv4, ipv6, rdns}
Accept: application/json negotiates JSON on root
Examples: curl -s ip.crunzh.com/all | jq · dig -x $(curl -s ip.crunzh.com/ipv4)
STRING EXTRACTED