1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
root@VM-ubuntu:/# curl ip-api.com/114.114.114.114?lang=zh-CN
{
"status" : "success",
"continent" : "亚洲",
"continentCode": "AS",
"country" : "中国",
"countryCode" : "CN",
"region" : "SD",
"regionName" : "山东",
"city" : "青岛市",
"district" : "",
"zip" : "266000",
"lat" : 36.0662,
"lon" : 120.383,
"timezone" : "Asia/Shanghai",
"offset" : 28800,
"currency" : "CNY",
"isp" : "China Unicom Shandong Province network",
"org" : "NanJing XinFeng Information Technologies, Inc.",
"as" : "AS137702 Nanjing, Jiangsu Province, P.R.China.",
"asname" : "CHINATELECOM-JIANGSU-NANJING-IDC",
"mobile" : false,
"proxy" : false,
"hosting" : false,
"query" : "114.114.114.114"
}
|