IP查询

优选
HTTPS
提供全国数百万IP的归属地、运营商类型查询,定期更新。
免费套餐
Level1
Level2
Level3
0 / 5 次

雷达评级

AA

用户规模

10 万+

产品上线

4

IP查询

接口地址
https://binstd.apistd.com/ip/location
响应格式
application/json
请求方法
GET
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
ipstring
string
IP
返回参数 (Body)
参数类型描述
statusstring
string
返回码
msgstring
string
返回说明信息
resultobject
object
返回结果
areastring
string
区域
typestring
string
类型
请求返回示例
{
  "status": "0",
  "msg": "ok",
  "result": {
    "area": "浙江省杭州市",
    "type": "电信"
  }
}