微信域名拦截检测API接口
检查域名在微信中是否已经被拦截
接口文档
域名在微信中是否被拦截
接口信息
免费额度:
3次/天
调用费用:0.001/次
VIP免费:是
请求方式:GET,POST
返回格式:JSON
接口状态:正常
调用次数:0
接口地址
GET,POSThttps://www.szxk365.com/api/openapi.domaincheck/wechatcheck
请求参数
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
apikey | string | 是 | 用户请求APIKEY |
domain | string | 是 | 要检测域名 |
请求示例
https://www.szxk365.com/api/openapi.domaincheck/wechatcheck?domain=要检测域名
返回参数说明
名称 | 类型 | 说明 |
---|---|---|
code | int | 1成功,0失败 |
msg | string | 返回消息 |
time | string | 返回时间unixtime |
data | object | 返回数据 |
data.ban | bool | true=已拦截,false=未拦截 |
data.data | string | 格式化输出结果 |
返回结果示例
{"code": 1,"msg":"查询成功","time":"1742796794","data": {"data":"没有拦截该网址","ban": false }}