检测 网址或者域名,在
1 QPS
请求地址:/api/urlcheck/qq
请求方式:get
post
请求参数:
参数名称 | 必选 | 类型 | 说明 |
---|---|---|---|
url |
是 |
string |
要查询的网址或者域名 |
测试参数:url=http://alapi.cn
2020.2.19 更新返回数据。 status : 0 检测失败,1 正常,2 拦截
危险网页,非官方页面都会返回显示 拦截
{
"code": 200,
"msg": "success",
"data": {
"type": "qq",
"status": 1,
"msg": "正常",
"url": "http://alapi.cn"
},
"Author": {
"name": "Alone88",
"desc": "由Alone88提供的免费API 服务,官方文档:www.alapi.cn"
}
}