接口地址:https://openapi.benmi.com/icp/
请求方式:GET/POST
返回格式:JSON
GET方法 :API调用示例网址:https://openapi.benmi.com/icp/?APIKey=你的APIKEY&keyword=benmi.cn
POST方法:接口:https://openapi.benmi.com/icp/
POST数据:APIKey=你的APIKEY&keyword=benmi.cn
请求参数:
名称 |
类型 |
必填 |
说明 |
keyword | string |
是 | 查询关键词,域名或网站备案号,如:benmi.com / 桂ICP备08002050号-2 |
APIKey | string |
是 | 申请接口时获取的APIKey值 |
MaxNum | int |
否 | 最大返回记录数,默认最大为10,当查询关键词为域名时,此参数无效 |
返回参数说明:
名称 |
类型 |
说明 |
Code | int | 状态码 |
Msg | string | 状态说明 |
Domain | string | 域名 |
OrgName | string | 单位名称 |
OType | string | 单位性质 |
SiteUrl | string | 网站首页 |
License | string | 备案许可证号 |
SiteName | string | 网站名称 |
SState | string | 是否限制接,0:否,-1:已删除 |
VerDate | string | 审核时间 |
LTime | string | 最后检测时间 |
错误代码:
错误代码 |
说明 |
-1 | 系统异常 |
-2 | 查询关键词格式不正确 |
0 | 暂无数据/未备案 |
1 | 成功 |
10001 | APIKey错误或不存在 |
10022 | APIKey剩余请求次数不足 |