API简介:全国IP精品数据库,查询国内ip地址可返回ip起始段ip结束段大洲国家城市县区运营商国家英文名称国家字母缩写区域行政代码区域中心经度区域中心纬度,私有化部署,托管至字节跳动

接口问题联系相关负责人沟通修复:查看该接口开发者

接口地址:https://v.api.aa1.cn/api/chinaip/

返回格式:JSON

请求方式:GET

请求参数:https://v.api.aa1.cn/api/chinaip/?ip=113.113.1.1

非官方接口,请联系开发者获取技术支持

Bug修复:非官方接口,Bug反馈请联系开发者

会员线路:因调用量剧增,定制独享优质线路请 参考定制方案

专属线路 成本透明 0服务费

接口信息

接口名称 是否必填 接口类型 接口说明
ip string 113.113.1.1

返回示例

{
    "code": 200,
    "msg": "\u67e5\u8be2\u6210\u529f\uff0c\u67e5\u8be2\u82b1\u8d390.0003\u79d2",
    "ip_get": "113.113.1.1",
    "data": {
        "ip_start": "113.113.0.0",
        "ip_end": "113.113.63.255",
        "ip_start_num": "1903230976",
        "ip_end_num": "1903247359",
        "Continent": "\u4e9a\u6d32",
        "Country": "\u4e2d\u56fd",
        "Province": "\u5e7f\u4e1c",
        "City": "\u5e7f\u5dde",
        "District": null,
        "isp": "\u7535\u4fe1\/\u57fa\u7ad9WiFi",
        "area_code": "440100",
        "Country_English": "China",
        "Cc_Code": "CN",
        "Longitude": "113.280637",
        "Latitude": "23.125178"
    }
}

返回参数

接口名称 接口类型 接口说明
ip_start_num string 十进制起始
ip_end_num string 十进制结束
ip_end string ip结束段
ip_start string ip起始段
msg string 查询状态
code string 状态码
Continent string 洲际
Country string 国家
Province string 省份
City string 城市
District string District
isp string 运营商
area_code string 代码
Country_English string 国家英文
Cc_Code string 国家代码
Longitude string 东经
Latitude string 西经
// 暂无层级展示,仅供参考 
{ "ip_start_num": "十进制起始", "ip_end_num": "十进制结束", "ip_end": "ip结束段", "ip_start": "ip起始段", "msg": "查询状态", "code": "状态码", "Continent": "洲际", "Country": "国家", "Province": "省份", "City": "城市", "District": "District", "isp": "运营商", "area_code": "代码", "Country_English": "国家英文", "Cc_Code": "国家代码", "Longitude": "东经", "Latitude": "西经" }

小白教程

本教程帮助用户快速对接全国精品IP数据库本地化版接口,仍有疑问请联系开发者获取技术协助

实时调试

部分视频、图片或其他接口报错、空值并不代表无法对接,请在本地尝试请求参数接口

在线调试

温馨提示:请修改请求参数,未修改可能返回报错

参数名称 参数值(修改后测试)
{
    "code":200,
    "msg":"查询成功,查询花费0.0003秒",
    "ip_get":"113.113.1.1",
    "data":{
        "ip_start":"113.113.0.0",
        "ip_end":"113.113.63.255",
        "ip_start_num":"1903230976",
        "ip_end_num":"1903247359",
        "Continent":"亚洲",
        "Country":"中国",
        "Province":"广东",
        "City":"广州",
        "District":null,
        "isp":"电信/基站WiFi",
        "area_code":"440100",
        "Country_English":"China",
        "Cc_Code":"CN",
        "Longitude":"113.280637",
        "Latitude":"23.125178"
    }
}