仅做个人记录学习,QPS限制,请勿滥用。如需大量使用,请在淘宝开放平台,注册申请API Key

淘宝IP库地址:https://ip.taobao.com/

RestApi

组装请求URL

1
https://ip.taobao.com/outGetIpInfo?ip=114.114.114.114&accessKey=alibaba-inc

响应结果

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"data": {
"area": "",
"country": "中国",
"isp_id": "xx",
"queryIp": "114.114.114.114",
"city": "南京",
"ip": "114.114.114.114",
"isp": "XX",
"county": "",
"region_id": "320000",
"area_id": "",
"county_id": null,
"region": "江苏",
"country_id": "CN",
"city_id": "320100"
},
"msg": "query success",
"code": 0
}