接口地址:https://api.jisuapi.com/ip2/query
返回格式:JSON
请求方式:GET POST
请求示例:https://api.jisuapi.com/ip2/query?appkey=yourappkey&ip=115.192.220.164
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| ip | string | 是 | IP地址(只支持IPV4) |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| ip | string | IP地址 |
| continent | string | 所属七大洲 |
| country | string | 国家 |
| isp | string | 运营商 |
| country_code | string | 国家英文简写(chinaz) |
| province | string | 省份 |
| city | string | 城市 |
| city_code | string | 城市代码 |
| district | string | 区县 |
| area_code | string | 行政区码 |
| street | string | 街道 |
| elevation | string | 海拔 |
| latitude | string | 纬度 |
| longitude | string | 经度 |
| time_zone | string | 时区(chinaz) |
| weather_station | string | 天气站编号 |
| zip_code | string | 邮政编码(chinaz) |
| lat | string | 纬度 |
| lng | string | 精度 |
| radius | string | 定位半径 |
| street_number | string | 街道门牌 |