icp备案查询

GET

ICP备案查询接口,采用python过备案官网的验证

https://api.hk0.cc/api/icp
https://api.hk0.cc/api/icp?domain=hk0.cc&type=1

请求参数

接口指标

QPS 上限
10次/秒
平均响应时间
6273.14ms
今日调用量
0
累计调用量
50

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.hk0.cc/api/icp?type=string&domain=string&refresh=int'

返回示例

{
  "code": 200,
  "message": "successful",
  "cache": "miss",
  "duration": "719ms",
  "data": {
    "Domain": "qq.com",
    "UnitName": "深圳市腾讯计算机系统有限公司",
    "MainLicence": "粤B2-20090059",
    "ServiceLicence": "粤B2-20090059-5",
    "NatureName": "企业",
    "LeaderName": "",
    "UpdateRecordTime": "2026-01-15 11:27:48"
  },
  "request_id": "f5a9c9650a5745b3facd6fdc"
}