PHP网站备案查询API接口代码,JSON格式返回数据,查询结果如下图,用的站长工具查询接口二次封装。
备案查询API代码
error_reporting(0); $url = $_GET['url']; var_dump(); if(!isset($url)){ echo '参数错误!'; die; }elseif($url==''){ echo '未输入要查询的域名!'; }else{ $str = file_get_contents('http://icp.chinaz.com/'.$url); $sitenames = getSubstr($str, '</a></p>', '>['); preg_match('/<a target="_blank" href=".*?">(.*?)</a>/',$str,$name); preg_match('/<p><strong class="fl fwnone">(.*?)</strong></p>/',$str,$nature); preg_match('/<p><font>(.*?)</font><a href="(.*?)" target="_blank" id="checkscreen" class="fz12 pl15">/',$str,$icp); preg_match('/<p>(.*?)</p>/',$sitenames,$sitename); preg_match('/<p class="Wzno">(.*?)</p>/',$str,$siteindex); $time = getSubstr($str, '审核时间', ' <p class="fz12">'); //echo $time; preg_match('/<p>(.*?)</p>/',$time,$time); if(strpos($str,'未备案或备案取消') == 0){ print_r(json_encode(array('name'=>$name[1],'siteindex'=>$siteindex[1],'nature'=>$nature[1],'icp'=>$icp[1],'sitename'=>$sitename[1],'img'=>'http://icp.chinaz.com'.$icp[2],'time'=>$time[1]),320)); }else{ print_r(json_encode(array('code'=> -1,'msg'=>'未查询到备案!'),320)); } }
复制以上代码帐帖到PHP文件,浏览器运行:您的域名/baian.com?url=https://www.wdzzz.com/
API
2022-06-15 121API是开发中必备知识点,合理的应用API可以大大节省开发成本,为您整理收集了包含API接口的信息,包含API接口,API代码,API源码,助你更快的学习使用API技术....
- 带五套模板的API接口系统源码 [2024-01-18]
- layui框架API接口调用管理系统源码 [2024-01-16]
- 小西瓜API管理系统源码2.0 [2023-12-07]
- ApiDebug在线api接口调试浏览器插件 [2023-12-07]
- 抖音短视频去水印官方API接口源码 [2023-10-04]