> For the complete documentation index, see [llms.txt](https://wechaturl.gitbook.io/wechaturl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wechaturl.gitbook.io/wechaturl/url_cycle_check/url_cycle_check_frequency.md).

# 3.5 支持频率-网址自动监控

**本API接口对应的会员中心页面:**

* `https://www.wechaturl.us/user/index.html#business_management/url_cycle_check`

**请求URL：**

* `https://wechaturl.us/api/UrlCycleCheck.json`

**请求方式：**

* POST 或者GET(如果用GET,特殊字符串需要url编码)

**参数：**

| 参数名    | 必选 | 类型     | 说明                                                    |
| ------ | -- | ------ | ----------------------------------------------------- |
| appid  | 是  | int    | <http://www.wechaturl.us/user/index.html> 去免费获取appid  |
| appkey | 是  | string | <http://www.wechaturl.us/user/index.html> 去免费获取appkey |
| type   | 是  | string | 值:frequency                                           |

**返回示例**

* `https://wechaturl.us/api/UrlCycleCheck.json?appid=37****15&appkey=a50d38748960******80ae1a725b7c95&type=frequency`

```
 {
  "code": 1,
  "message": "你当前权限下，可用的自动化检测频率，如果你希望更低(越频繁检测)的频率，你查看我们的套餐: www.v94.cn/user/index.html#packages/user_packages",
  "data": [
    7200,
    86400,
    172800
  ]
}
```

[**查看所有CODE、STATUS值含义**](https://github.com/wanjunlengfeng/WechatUrlCheckPreventingBlockedApi/blob/master/微信防封杀系统api接口详细说明/CODE代码汇总.md)
