免费IP归属地查询API
GET
https://ip9.com.cn/get请求参数
Query 参数
ip
string
可选
ipv4 或 ipv6
示例值:
58.30.0.0
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
ret
integer
状态码
data
object
数据体
country
string
国家/地区
country_code
string
国家/地区简码
prov
string
省份
city
string
城市
city_code
string
城市简码
city_short_code
string
城市简码
area
string
区县
post_code
string
邮政编码
area_code
string
电话编号
isp
string
运营商
lng
string
城市中心-经度
lat
string
城市中心-纬度
long_ip
number
longip
big_area
string
国内大区划分
qt
number
查询时间-秒
示例
{
"ret": 200,
"data": {
"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",
"long_ip": 975044608,
"big_area": "华北"
},
"qt": 0.001
}
最后修改时间: 2 个月前