免费IP地址解析接口

解析IP地址

接口功能

给予一个IP地址,解析IP对应的地址信息。

访问方式
- -
请求方式 GET
请求地址 {{host}}/openapi/ip/analysisIP
传输协议 HTTP
请求参数
参数 必填 类型 默认 描述
date String - 当前日期,yyyy-MM-dd格式
请求示例
    http://{{host}}/openapi/ip/analysisIP?ip=39.156.69.79
响应参数
参数 必填 类型 描述
country String 国家
countryCode String 国家代码
region String 省简称
regionName String
city String 城市
lon float 经度
lat float 纬度
timezone String 时区
status String 查询状态
响应示例
{
    "code": 0,
    "msg": "SUCCESS",
    "time": 1591266160908,
    "data": {
        "zip": "",
        "country": "China",
        "city": "Guangzhou",
        "org": "China Mobile",
        "timezone": "Asia/Shanghai",
        "regionName": "Guangdong",
        "isp": "China Mobile",
        "query": "39.156.69.79",
        "lon": 113.264,
        "as": "AS9808 Guangdong Mobile Communication Co.Ltd.",
        "countryCode": "CN",
        "region": "GD",
        "lat": 23.1291,
        "status": "success"
    }
}

错误码
CODE 描述
320001 查询失败,请稍后重试

点击查看{{host}}信息

你可能感兴趣的:(开放接口)