ICP备案查询
ICP备案查询
https://api.x04.cn/api/icp请求参数
将 Key 放到 Header 中使用 Authorization 请求头,按 Bearer Token 方式传递
Authorization:Bearer YOUR_API_KEY
接口指标
QPS 上限
3.33次/秒
平均响应时间
0ms
今日调用量
0次
累计调用量
1次
请求示例
Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.x04.cn/api/icp?keyword=${公司名称}' \
-H 'Authorization: Bearer YOUR_API_KEY'返回示例
{
"result": {
"total": 278,
"items": [
{
"webSite": [],
"ym": "baidumktpromo.com",
"companyType": "企业",
"liscense": "京ICP证030173号-492",
"examineDate": "2025-05-29",
"webName": "",
"companyName": "北京百度网讯科技有限公司"
}
]
},
"reason": "ok",
"error_code": 0
}