百度收录查询

接口地址: http://res.abeim.cn/api-baidu_entry

返回格式: JSON

请求方式: GET/POST

请求示例: http://res.abeim.cn/api-baidu_entry?url=abeim.cn

请求参数说明:

名称 必填 类型 说明
url 必填 String 要查询的链接

响应参数说明:

名称 类型 说明
code Int 返回状态码
msg String 返回提示信息
url String 查询的链接
isentry Bool 是否收录
data Int 收录数量

返回示例(json):

{
    "code": 200,
    "msg": "ok",
    "url": "abeim.cn",
    "isentry": true,
    "data": "96"
}

错误码说明:

名称 类型 说明
code Int 返回的状态码
200:成功
201:链接为空
202:链接格式错误
100:系统异常
msg String 提示信息

代码示例:

暂无示例,等待添加

更新日志:

暂无示例,等待添加