接口地址:https://api.icofun.cn/api/dingwei.php
返回格式:json
请求方式:GET
请求示例:https://api.icofun.cn/api/dingwei.php?ip=61.180.77.144
请求参数说明:
| 名称 | 必填 | 说明 | |
|---|---|---|---|
| ip | 是 | 需要查询的IP地址 |
返回示例:
{
"code": 0,
"msg": "查询成功",
"data": {
"ip": "61.180.77.144",
"pro": "江西省",
"proCode": "360000",
"city": "赣州市",
"cityCode": "360700",
"addr": "江西省赣州市 电信"
}
}