腾讯网址安全检测接口
https://likinming.com/post-2882.htmleps.gs网址安全检测通过各大安全厂商的数据(腾讯等)判断网址是否安全。
接口地址:https://apis.eps.gs/qqurl.php
请求方式:GET
返回参数(json返回)
json的result=1 安全,2报毒
请求示例: https://apis.eps.gs/qqurl.php?url=域名
php示例:
$jsona=file_get_contents("https://apis.eps.gs/qqurl.php?url=域名");
$arr=json_decode($jsona,true);
$ret=$arr['result'];
//1安全 2报毒
页:
[1]