查询
sitemap.xml
loading
https://ipx.ee/sitemap.xmlcurl ipx.ee
直接返回访问 IP。
GET https://api.ipx.ee/ip
返回当前访问者的 GeoIP JSON。
GET https://api.ipx.ee/24.48.0.1
直接按指定 IP 查询。
GET https://api.ipx.ee/example.com
域名会先解析,再返回 GeoIP。
curl -4 ipx.ee
curl v4.ipx.ee
两种方式都只看当前访问者的 IPv4。
curl -6 ipx.ee
curl v6.ipx.ee
两种方式都只看当前访问者的 IPv6。
https://api.ipx.ee/ip 和 https://api.ipx.ee/{ip-or-domain} 就够了。