IP信息查询API
本接口总调用:666次·今日调用:0次

接口地址: https://api.suyanw.cn/api/ipxx.php

返回格式: 请看返回示例

请求方式: GET

请求示例: https://api.suyanw.cn/api/ipxx.php?ip=123.128.0.0

请求参数说明:

名称 必填 类型 说明
ip string IP地址

返回参数说明:

名称 类型 说明
code string 返回的状态码
data string 返回的数据
msg string 返回的消息
country string 国家
province string 省份
city string 城市
district string 地区 市/县
isp string 运营商
lng string 经度
lat string 纬度

返回示例:

{"code": 200, "msg": "请求成功!", "time": "2025-09-01 02:19:26", "api_source": "API官网:api.suyanw.cn", "data": {"ip": "123.128.0.0", "country": "中国", "province": "山东", "district": "泰山", "city": "泰安", "isp": "联通", "lng": "117.13446", "lat": "36.19411", "continent": "亚洲", "en_country": "China", "en_short_code": "CN"}, "cached_time": "2025-09-01 02:19:26"}

错误码格式说明:

名称 类型 说明
200 string 返回的状态码(成功)
500 string 返回的状态码(失败)

代码示例: