ipinfo.im
Your Public IP Address::216.73.216.176
美国 俄亥俄州 哥伦布 亚马逊云
📖 API Usage Guide
🚀 Basic Usage
Bash Example
curl ipinfo.im
216.73.216.176
🔧 Get JSON Information
Bash Example
curl ipinfo.im/json
{
"ip": "216.73.216.176",
"location": "美国 俄亥俄州 哥伦布",
"isp": "亚马逊云",
"time": "2025-10-18 08:48:41"
}
Bash Example
curl ipinfo.im/json/216.73.216.176
{
"ip": "216.73.216.176",
"location": "美国 俄亥俄州 哥伦布",
"isp": "亚马逊云",
"time": "2025-10-18 08:48:41"
}
🌐 Language parameter
Supported languages: zh
, en
Default value: en
Bash Example
curl "ipinfo.im/json?lang=zh"
Bash Example
curl "ipinfo.im/json/216.73.216.176?lang=en"
📋 Available APIs
Endpoint | Description | Example |
---|---|---|
/ |
Only returns IP | curl ipinfo.im |
/json |
Returns JSON | curl ipinfo.im/json |
/json/<ip> |
Returns JSON | curl ipinfo.im/json/216.73.216.176 |
?lang |
🌐 Language parameter - Supported languages: zh , en - Default value: en
|
curl "ipinfo.im/json?lang=zh" curl "ipinfo.im/json/216.73.216.176?lang=en"
|