网站权重查询API
本接口没有调用统计

接口地址: https://api.528sq.cn/api/lzcx.php

返回格式: 请看返回示例

请求方式: GET

请求示例: https://api.528sq.cn/api/lzcx.php?url=api.528sq.cn

请求参数说明:

名称必填说明
url需要查询的链接

系统级错误:

名称说明
400请求错误!
403请求被服务器拒绝!
405客户端请求的方法被禁止!
408请求时间过长!
500服务器内部出现错误!
501服务器不支持请求的功能,无法完成请求!
503系统维护中!

返回示例:

{
    "code": 1,
    "msg": "请求成功",
    "BaiduPCweight": "n",
    "BaiduPCweightimg": "http://statics.aizhan.com/images/br/n.png",
    "Baidumobileweight": "n",
    "Baidumobileweightimg": "http://statics.aizhan.com/images/mbr/n.png",
    "qihuweight": "n",
    "qihuweightimg": "http://statics.aizhan.com/images/360/n.png",
    "Shenmaweight": "n",
    "Shenmaweightimg": "http://statics.aizhan.com/images/sm/n.png",
    "Sogouweight": "n",
    "Sogouweightimg": "http://statics.aizhan.com/images/sr/n.png",
    "Google": "0",
    "Googleimg": "http://statics.aizhan.com/images/pr/0.png"
}

错误码格式说明:

名称说明
1请求成功