# 1.4 获取防封网址列表

**本API接口对应的会员中心页面版(网址列表):**

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

**说明：**

* 本功能会自动启动监控微信封杀情况.如果某个网址被封,我们会以短信/微信/邮箱实时通知你.如果需要自动切换到可用网页,请使用"多域名无限网址"功能的防封列表

**请求URL：**

* `https://wechaturl.us/api/SingleShortUrl.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 | 值:list                                                |
| url    | 否  | string | 输入http(s)://开头的网址;默认不筛选网址                             |
| page   | 否  | int    | 当前页面,默认为1                                             |
| rows   | 否  | int    | 每页面获取的条数,默认10,最大是50                                   |

**返回示例**

* `https://wechaturl.us/api/SingleShortUrl.json?appid=37****15&appkey=a50d38748960******80ae1a725b7c95&type=list&url=http://www.cnblogs.com/shanyou/p/11219156.html`

```
 {
  "code": 1,
  "message": "ok",
  "data": {
    "count": 4,
    "list": [
      {
        "url": "http://www.baidu.com/",
        "visit_type": "jump",
        "status": "4000",
        "weibo_shorturl": "http://t.cn/AiYp9ud2",
        "visit_times": "0",
        "last_visit_date": null,
        "check_times": "0",
        "last_check_date": null,
        "title": "",
        "keywords": "",
        "description": ""
      },
      {
        "url": "http://www.baidu.com/",
        "visit_type": "jump",
        "status": "4000",
        "weibo_shorturl": "http://t.cn/AiYp9EXf",
        "visit_times": "0",
        "last_visit_date": null,
        "check_times": "0",
        "last_check_date": null,
        "title": "",
        "keywords": "",
        "description": ""
      },
      {
        "url": "http://www.baidu.com/",
        "visit_type": "jump",
        "status": "4000",
        "weibo_shorturl": "http://t.cn/AiYptc6r",
        "visit_times": "0",
        "last_visit_date": null,
        "check_times": "0",
        "last_check_date": null,
        "title": "",
        "keywords": "",
        "description": ""
      },
      {
        "url": "http://www.baidu.com/",
        "visit_type": "browser",
        "status": "4000",
        "weibo_shorturl": "http://t.cn/AildM3o0",
        "visit_times": "3",
        "last_visit_date": "2019-07-26 18:09:02",
        "check_times": "5",
        "last_check_date": "2019-07-29 21:40:23",
        "title": "百度一下，你就知道",
        "keywords": "",
        "description": ""
      }
    ]
  }
}
```

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wechaturl.gitbook.io/wechaturl/single_url/single_url_list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
