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 IPcurl ip.crunzh.com/ipv4 → IPv4 onlycurl ip.crunzh.com/ipv6 → IPv6 onlycurl ip.crunzh.com/rdns → reverse DNScurl 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)