使用前言

站长是一名高二学生,自费部署五台接口服务器,3台赞助服务器,日调用量消耗50~100GB,平台以公益角度出发,站长做公益项目的初心是从中学习到 开发、运维、运营等经验 ,故无需额外盈利,因为经验无价!祝你使用愉快。
平台优势:百位开发者入驻贡献免费接口,公益接口生态持续构建,打造最稳公益API~

其他随机API

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

接口问题联系相关负责人沟通修复:查看该接口开发者
广告 微信黑科技-影视会员-会员权益-低价货源源头

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

返回格式:JSON

请求方式:GET

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

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

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

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

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

返回示例

{
    "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"
    }
}

接口信息

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

返回参数

接口名称 接口类型 接口说明
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": "西经" }

小白教程

对接文档(新增小白对接教程):

实时调试

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

请求参数设置

温馨提示:请修改/设置好请求参数,未设置可能返回报错
调用提示:默认调用json的键msg输出值,若接口暂无msg请查看返回输出代码;

参数名称 参数值(修改后测试)
{
    "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"
    }
}