IP 和地理位置信息

IP: 216.73.216.84

用户代理: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

位置:

运营商: Amazon.com

如何使用此 API

在命令行中使用 curl

curl "https://ip.219.me"
        

This will return your information in plain text format.

使用 format=json 获取 JSON 响应

curl "https://ip.219.me/?format=json"
        

获取IPv4地址或者IPv6地址的curl命令

IPv4: curl "https://ip.219.me" --ipv4
IPv6: curl "https://ip.219.me" --ipv6