请求Header:
名称 | 值 | |
---|---|---|
Content-Type | application/x-www-form-urlencoded |
请求参数说明:
名称 | 必填 | 类型 | 说明 | |
---|---|---|---|---|
ip | 是 | string | 需要查询的IPv6地址。 | |
apikey | 是 | string | 登录控制台->IP查询->概览,获取APIKEY参数 |
返回参数说明:
名称 | 类型 | 说明 | |
---|---|---|---|
error_code | int | 返回码 | |
reason | string | 返回说明 | |
result | object | 返回结果集 | |
continent | string | 大洲 | |
country | string | 国家 | |
owner | string | 所属机构 | |
isp | string | 运营商 | |
zipcode | string | 邮编 | |
timezone | string | 时区 | |
accuracy | string | 精度 | |
areacode | string | 国家编码,编码对应名称映射表.xlsx | |
adcode | string | 行政编码 | |
asnumber | string | 自治域编码 | |
lat | string | 纬度 | |
lng | string | 经度 | |
radius | string | 定位半径 | |
prov | string | 省份 | |
city | string | 城市 | |
district | string | 区县 |
JSON返回示例:JSON在线格式化工具 >
{
"reason": "查询成功",
"result": {
"continent": "亚洲",
"country": "中国",
"zipcode": "100011",
"timezone": "UTC+8",
"accuracy": "区县",
"owner": "中国教育网",
"isp": "中国教育网",
"source": "数据挖掘",
"areacode": "CN",
"adcode": "110105",
"asnumber": "23910",
"lat": "39.951430",
"lng": "116.509342",
"radius": "17.3476",
"prov": "北京市",
"city": "北京市",
"district": "朝阳区",
"currency_code": "CNY",
"currency_name": "人民币"
},
"error_code": 0
}