网安备案查询
快速查询网安备案信息

接口地址: https://api.leafone.cn/api/wangan

返回格式: JSON

请求方式: GET

请求示例: https://api.leafone.cn/api/wangan?name=qq.com

请求参数说明:

名称 必填 类型 说明
name string 需要查询备案的域名、网站名、备案号等
type string 默认type=1,type=2网站名查询,type=3备案号查询

返回参数说明:

名称 类型 说明
webnm string 网站名称
maindm string 网站主域名
webSiteStr string 从域名
audittime string 联网备案时间
unittype string 主体类型
unitnm string 开办者名称
webtype string 网站类别
polnm string 公安备案号
department string 备案地公安机关

返回示例:

{
    "code": 200,
    "msg": "查询成功",
    "data": {
        "webnm": "腾讯网",
        "maindm": "qq.com",
        "webSiteStr": "qq.com",
        "audittime": "2017-07-14",
        "unittype": "企业单位",
        "unitnm": "深圳市腾讯计算机系统有限公司",
        "webtype": "交互式",
        "polnm": "粤公网安备44030002000001号",
        "department": "南山区网安大队"
    },
    "time": 0.000149
}

请求参数设置:

参数名称 参数值 操作


{
    "code": 200,
    "msg": "查询成功",
    "data": {
        "webnm": "腾讯网",
        "maindm": "qq.com",
        "webSiteStr": "qq.com",
        "audittime": "2017-07-14",
        "unittype": "企业单位",
        "unitnm": "深圳市腾讯计算机系统有限公司",
        "webtype": "交互式",
        "polnm": "粤公网安备44030002000001号",
        "department": "南山区网安大队"
    },
    "time": 0.000149
}

错误码格式说明:

名称 类型 说明
100 integer 请求参数错误
404 integer 信息查询失败

代码示例:

暂无示例