You can request this endpoint directly from your terminal using curl to get plain text network metrics:
curl https://myip.howcloud.works/sitemap.xml
Force the network connection over IPv4 or IPv6 explicitly using the protocol flags:
curl -4 https://myip.howcloud.works/sitemap.xml
curl -6 https://myip.howcloud.works/sitemap.xml