- 免费,不限次,随便用,快速接入,无需注册
- 支持 IPv4 / IPv6 ,全球 IP
- 返回国家、省份、城市、区县、运营商、经纬度等
### 请求示例
```bash
# 查当前 IP
curl https://ip9.com.cn/get
# 查指定 IP
curl "https://ip9.com.cn/get?ip=58.30.0.0"
响应示例
{
"ret": 200,
"data": {
"ip": "58.30.0.0",
"country": "中国",
"country_code": "cn",
"prov": "北京",
"city": "北京",
"city_code": "beijing",
"city_short_code": "bj",
"area": "东城",
"post_code": "100000",
"area_code": "010",
"isp": "中国移动",
"lng": "116.41005",
"lat": "39.93157",
"big_area": "华北"
}
}
官网: https://www.ip9.com.cn
试了一下,好像有点问题啊,定位到了我另一个节点去了,是啥原因
11
TaurusXin 10 天前 via iPhone
主页直接显示双栈域名呀,我还要点个链接跳转
12
Dream4U 10 天前

2
非常不准
13
5ssl 8 天前
CORS ?


