# 2.5 列表-防封网址

**本API接口对应的会员中心页面版(编辑):**

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

**说明：**

* 本功能会自动启动监控微信封杀情况,如果你设置了多个落地页域名.某个落地页域名封,会自动切换到可用的域名.同时我们会以短信/微信/邮箱实时通知你

**请求URL：**

* `https://wechaturl.us/api/DomainShortUrl.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                                                                                                                                                                    |
| group\_id | 否  | int    | 默认为null,显示所有的行；一般情况你不会使用这个参数，除非你需要筛选项目                                                                                                                                    |
| url       | 否  | string | <p>支持3种: </p><p>1.默认为空 </p><p>2.以/开头的URI,如/path/index.html?a=1 </p><p>3.http(s)://开头的网址<br><https://www.wechaturl.us/user/index.html#business_management/land_domain></p> |
| page      | 否  | int    | 当前页面,默认为1                                                                                                                                                                 |
| rows      | 否  | int    | 每页面获取的条数,默认10,最大是50                                                                                                                                                       |

**返回示例**

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

```
 {
  "code": 1,
  "message": "ok",
  "data": {
    "count": 2,
    "list": [
      {
        "url": "http://www.163.com/YLsY/p/11295732.html",
        "weibo_shorturl": "http://t.cn/AiYOfLS9",
        "visit_type": "jump",
        "status": "4000",
        "group_name": "默认分组",
        "visit_times": "0",
        "last_visit_date": null,
        "check_times": "2",
        "last_check_date": "2019-07-29 23:01:55",
        "title": "nihao",
        "keywords": "",
        "description": ""
      },
      {
        "url": "http://www.sohu.com/",
        "weibo_shorturl": "http://t.cn/AiYpB5Ao",
        "visit_type": "jump",
        "status": "4000",
        "group_name": "默认分组",
        "visit_times": "1",
        "last_visit_date": "2019-08-03 16:25:31",
        "check_times": "2",
        "last_check_date": "2019-07-29 23:01:56",
        "title": "",
        "keywords": "",
        "description": ""
      }
    ]
  }
}
```

[**查看所有CODE、STATUS值含义**](https://github.com/wanjunlengfeng/WechatUrlCheckPreventingBlockedApi/blob/master/%E5%BE%AE%E4%BF%A1%E9%98%B2%E5%B0%81%E6%9D%80%E7%B3%BB%E7%BB%9Fapi%E6%8E%A5%E5%8F%A3%E8%AF%A6%E7%BB%86%E8%AF%B4%E6%98%8E/CODE%E4%BB%A3%E7%A0%81%E6%B1%87%E6%80%BB.md)
