查询你的IP地理位置
接口地址 https://yuanxiapi.cn/api/iplocation
请求方式 GET/POST
返回格式 JSON
HTTP/HTTPS 支持
请求示例 https://yuanxiapi.cn/api/iplocation?ip=111.18.32.39
参数说明
参数 | 必填 | 类型 | 说明 |
---|---|---|---|
ip | 是 | String | IP地址 |
返回参数
名称 | 类型 | 返回信息 |
---|---|---|
Digitaladdress | String | 返回数字地址 |
location | String | 返回地理位置 |
返回示例
{ "code": "200", "msg": "查询成功", "ip": "111.18.32.39", "Digitaladdress": "1863458855", "location": "中国陕西西安移动" }