IP地址参数
API 支持传入单个 IPv4 或 IPv6 IP 地址。或者,如果您不传入任何 IP 地址,我们将返回呼叫地址的详细信息。这使您可以在不事先知道 IP 地址的情况下查找您自己(或您网站的访问者)的 IP 地址详细信息。
# Get details for 8.8.8.8 $ curl ipinfo.io/8.8.8.8?token=$TOKEN # Get details for 2001:4860:4860::8888 $ curl ipinfo.io/2001:4860:4860::8888?token=$TOKEN # Get details for your own IP address, which'll be included in the response $ curl ipinfo.io?token=$TOKEN