百度,360,神马,头条权重
接口地址: http://ai.kenaisq.top/API/quanzhong.php
返回格式: JSON/TEXT
请求方式: GET/POST
请求示例: http://ai.kenaisq.top/API/quanzhong.php?url=网站地址
请求参数说明:
名称 | 必填 | 说明 |
---|---|---|
json | 否 | 接口返回格式 |
url | 是 | 网站地址 |
返回参数说明:
名称 | 说明 |
---|---|
msg | 操作状态 |
baidupc | 百度PC |
baidumobile | 百度移动 |
toutiao | 头条权重 |
sopc | 360PC |
somobile | 360移动 |
sm | 神马权重 |
sogoupc | 搜狗权重 |
Weighting | 权重数量 |
Keyword | 关键词数量 |
Flowrate | 预计流量 |
返回示例:
{ "code": 1000, "data": { "baidupc": { "Weighting": "9", "Keyword": "299.0万", "Flowrate": "338.1万" }, "baidumobile": { "Weighting": "9", "Keyword": "295.7万", "Flowrate": "614.1万" }, "toutiao": { "Weighting": "8", "Keyword": "59.3万", "Flowrate": "41.6万" }, "sogoupc": { "Weighting": "8", "Keyword": "96.3万", "Flowrate": "82.6万" }, "sopc": { "Weighting": "9", "Keyword": "143.2万", "Flowrate": "264.1万" }, "somobile": { "Weighting": "9", "Keyword": "199.7万", "Flowrate": "129.3万" }, "sm": { "Weighting": "8", "Keyword": "157.5万", "Flowrate": "63.4万" } } }
状态码说明:
名称 | 说明 |
---|---|
1001 | 请输入网站域名! |
1002 | 服务器链接失败! |
系统级错误:
名称 | 类型 | 说明 |
---|---|---|
5001 | String | 接口冷却中!(仅对消耗较大的接口进行调用限制) |
5002 | String | 无权操作!(已被系统拉黑,仅对单个接口有效。拉黑原因:调用接口过快,仅对消耗较大的接口进行调用限制) |
php代码:
<?php echo "SDK生成功能升级中!"; ?>