你也使用过这个API吗?欢迎分享你的见解
与大家分享你的见解、观点、比较或使用心得
雷达评级
AA
用户规模
10 万+
产品上线
5 年
https://binstd.apistd.com/ip/location
application/json
GET
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
key string | string | 是 | 请求 AccessKey, 请在控制台中查看 |
ip string | string | 是 | IP |
参数名 | 类型 | 描述 |
---|---|---|
status string | string | 返回码 |
msg string | string | 返回说明信息 |
result object | object | 返回结果 |
└ area string | string | 区域 |
└ type string | string | 类型 |
{
"status": "0",
"msg": "ok",
"result": {
"area": "浙江省杭州市",
"type": "电信"
}
}
你也使用过这个API吗?欢迎分享你的见解
与大家分享你的见解、观点、比较或使用心得