8000 GitHub - GitHubPangHu/ICP-API: ICP备案信息查询API接口
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from yitd/ICP-API

ICP备案信息查询API接口

Notifications You must be signed in to change notification settings

GitHubPangHu/ICP-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

代码已经失效。

官方修改了请求方法。加入了校验的请求,暂时无法突破~ 2024-12-9补充

ICP备案信息查询API接口

采用管局官网备案接口,事实同步最新ICP备案数据

请求示例:http://www.com/index.php?domain=
请求方式:get
请求参数:domain=需查询的域名,可以包含http或二级
返回示例:
{
"icp": "粤B2-20090059-5",
"unitName": "深圳市腾讯计算机系统有限公司",
"natureName": "企业",
"msg": "查询成功",
"result": "1"
}
返回result为0则查询失败。

About

ICP备案信息查询API接口

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%
0