Help - whoami.run

cURL Usage

$ curl whoami.run/<endpoint>
Example:
  curl whoami.run/ip
  curl whoami.run/json
  curl whoami.run/help
      

Available Endpoints

EndpointDescription
/Show connection details
/ipShow public IP address (IPv4 or IPv6)
/v4, /ipv4Show public IPv4 address
/v6, /ipv6Show public IPv6 address
/hostnameShow reverse DNS hostname
/countryShow detected country
/user-agentShow User-Agent header
/languageShow Accept-Language header
/refererShow Referer header
/methodShow HTTP method
/encodingShow Accept-Encoding header
/mime-typeShow Content-Type header
/charsetShow Accept-Charset header
/jsonShow all details in JSON
/helpDisplay this help page