当前位置: 首页 > 科技热点 > IPV6归属地查询-IPV6归属地查询接口-ip归属地查询

IPV6归属地查询-IPV6归属地查询接口-ip归属地查询

2024-08-16 来源: ipv6查询 ip查询 ipv6离线库

【版权声明】该文章由挖数据整理发布,如需转载请注明出处。

接口简介:IP归属地是将网络空间地图测绘技术与人工智能(AI)算法相结合,利用动态密度聚类算法和基于

多层神经网络的IP地址定位算法,完成IP地址地理位置定位。IP归属地数据接口是IP地址定位数据库的在线

调用接口。

接口地址:https://www.wapi.cn/api_detail/95/218.html

在线查询:https://www.wapi.cn/ipv6.html

网站地址:https://www.wapi.cn

IP离线库:https://www.wapi.cn/ip_offline/ip_detail_4.html

返回格式:json,xml

请求方式:POST,GET

POST 请求需要设置Header头:Content-Type: application/x-www-form-urlencoded;charset=utf-8

请求说明:

请求说明:

名称 必填 类型 说明 示例参数另存

appid 是 String 应用ID,在后台我的应用查看或者添加 1

cipv6 是 String IPv6地址 2409:896a:a50:85ce:fc38:937:cc86:42c1

format 否 String 返回数据格式类型,每个接口已经说明支持返回格式:json,xml, jsonp调用方法说明 json

sign 是 String 1.使用Md5方式验证,参数按一定规则md5后返回的字符串,详情点击这里阅读

2.使用Hash验证方式,直接跟上密钥即可。如何设置hash验证

通过我的应用里面修改验证方式 52a9dbe274a5c537bbf7a53e2d66c09f

time 否 String 请求时传递的当前服务器时间戳 1545829466

Md5验证方式-加密顺序

sign = MD5( appid1cipv62409:896a:a50:85ce:fc38:937:cc86:42c1formatjsontime1545829466密钥) 

查看加密规则说明 密钥不需要键名,请直接跟上32位的密钥

红色部分代表参数值,appid默认为1,请修改为自己的appid值,去我的应用查看以及密钥

*注意:空值不参与加密。

返回参数说明:

名称 必填 类型 说明 示例参数另存

accuracy 否 String 精度 城市

adcode 否 String 行政编码 520100

areacode 否 String 国家编码 CN

asnumber 否 String 自治域编码 9808

codeid 否 Integer 状态码,返回10000状态都会进行计费。具体说明可查看状态码说明 10000

continent 否 String 大洲 亚洲

curtime 否 String 当前服务器时间戳 1652165649

ip_city 否 String ip所属国家、省、市, 贵阳市

ip_country 是 String 所属国家或地区 中国

ip_info 否 String ip相关信息 中国移动

ip_isp 否 String 运营商 中国移动

ip_latitude 否 Float 纬度 26.627339

ip_longitude 否 Float 经度 106.698979

message 否 String 请求状态说明 操作成功!

owner 否 String 负责人 中国移动

province 否 String 银行卡所属省份 贵州省

radius 否 String 定位半径 77.4928

retdata 否 Array 回数据集合,可能是数据、对象或者字符串

source 否 String 来源 数据挖掘

timezone 否 String 时区 UTC+8

zipcode 否 String 邮编 550000

JSON返回示例:

树 ▾

object►retdata►

object {4}

1

codeid : 10000

message : 操作成功!

retdata {17}

1

ip_country : 中国

province : 贵州省

ip_city : 贵阳市

continent : 亚洲

areacode : CN

adcode : 520100

asnumber : 9808

radius : 77.4928

zipcode : 550000

timezone : UTC+8

accuracy : 城市

owner : 中国移动

source : 数据挖掘

ip_info : 中国移动

ip_latitude : 26.627339

ip_longitude : 106.698979

ip_isp : 中国移动

curtime : 1652165649