申请资料
抱歉:暂停申请...
接口文档
  • 接口描述:IP地址信息查询(严禁用于危害国家安全等一切违法行为)
  • 接口地址:https://www.hao7188.com/ip/getip?ip=查询的IP&key=您申请的key
  • 请求方式:GET
  • 返回结果:JSON
  • 访问限制等级:1次/秒、5次/秒、10次/秒、50次/秒、100次/秒(API请求频率默认为1次/秒,用户级别越高频率越快.)

请求参数

名称 类型 必填 示例 描述
ip string 127.0.0.1 需要查询的IP
key string 1d2j1c7ackd123sdaf3qtewa236tre 您申请的key

返回参数

名称 类型 示例 描述
code string 1000 状态码
msg string 查询成功 状态码描述
data info1 string 北京市朝阳区 电信 地理位置一
info2 string 北京市朝阳区 电信 地理位置二
info3 string 北京市朝阳区 电信 地理位置三
info4 string 北京市朝阳区 电信 地理位置四
adddate string 2019-11-25 21:15:00 添加时间
update string 2019-11-25 21:15:00 更新时间
IPSafe type int 0 type:0代表->正常(可信任)
type:1代表->中危(泛指:代理/爬虫/僵尸/秒拨/机房IDC等非人工操作的IP)
type:2代表->高危(泛指:病毒/黑客等非人工操作的IP)
update_date string 2021/1/16 17:56:00 更新时间
bz string 代理IP IP网络风控信息
geography continent string 亚洲 大洲
asnumber string 17429 自治域编码
areacode string CN 国家编码
adcode string 440800 行政编码
country string 中国 国家
zipcode string 416000 邮编
timezone string UTC+8 时区
accuracy string 北京 城市
owner string 中国移动 所属机构
isp string 中国移动 运营商
source string 数据采集 数据来源
lngwgs string 经度 经纬度
latwgs string 纬度 经纬度
radius string 半径 覆盖面积
province string 湖南 省市
city string 长沙
district string 星沙区 区县

返回示例值

                    {
                    "code":"1000",
                    "msg":"获取成功!", 
                    "data":{
                    "id":341676, 
                    "addr":"117.136.79.208", 
                    "info1":"广东省 移动数据上网公共出口", 
                    "info2":"中国 广东省", 
                    "info3":"广东省 移动", 
                    "info4":"广东省 移动", 
                    "adddate":"2019-11-25 21:15:00", 
                    "update":"2019-11-25 21:15:00", 
                    "IPSafe":{ 
                    "type":2, 
                    "update_date":"2021/1/16 17:56:00", 
                    "bz":"代理IP", 
                         },
                    "geography":{ 
                    "continent":"亚洲", 
                    "asnumber":"56040", 
                    "areacode":"CN", 
                    "adcode":"440800", 
                    "zipcode":"524001", 
                    "timezone":"UTC+8", 
                    "accuracy":"城市", 
                    "owner":"中国移动", 
                    "isp":"中国移动", 
                    "source":"数据挖掘", 
                    "lngwgs":"110.354035", 
                    "latwgs":"21.254038", 
                    "radius":"112.6496KM", 
                    "source":"广东省", 
                    "source":"广东省", 
                    "source":"xx区", 
                             }
                         }
                    }