ICP备案查询
查询网站域名在中国的ICP备案信息的接口,返回主办单位、备案号等数据。
https://api.auth.top/api/icphttps://api.auth.top/api/icp请求参数
将 Key 放到 Header 中使用 Authorization 请求头,按 Bearer Token 方式传递
Authorization:Bearer YOUR_API_KEY
接口指标
QPS 上限
30次/秒
平均响应时间
0ms
请求示例
Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X POST 'https://api.auth.top/api/icp' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d 'domain=域名'返回示例
{
"code": 0,
"msg": "查询成功",
"data": {
"status": "已备案",
"name": "xx计算有限公司",
"nature": "企业",
"icp": "xxxxx",
"time": "2023-05-18"
},
"timestamp": 1768448736
}