> 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/domain/land_domain_list.md).

# 2.1 落地页域名列表【我的网站(池)】

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

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

**本功能说明:**

* 通过API只能获取落地页域名.如果需要编辑/添加/删除落地页域名,请到网页版进行操作\
  <https://www.wechaturl.us/user/index.html#business\\_management/land\\_domain&#x20>;

**请求URL：**

* `https://wechaturl.us/api/DomainShortUrl.json?appid=29552402&appkey=9b2a6eca05aae8a98a52c6d0e42b7425&type=GetLandDomainList`

**请求方式：**

* 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 | 值是:  GetLandDomainList                                |
| domain | 否  | string | 如果有domain参数,则只筛选一条域名                                  |

**返回示例**

```
{
  "code": 1,
  "message": "ok",
  "data": {
    "count": 4,
    "list": [
      {
        "scheme": "http://",
        "land_domain": "www.sohu.com",
        "group_name": "默认分组",
        "status": "4000",
        "is_customize_template": "0"
      },
      {
        "scheme": "http://",
        "land_domain": "www.163.com",
        "group_name": "默认分组",
        "status": "4000",
        "is_customize_template": "0"
      },
      {
        "scheme": "http://",
        "land_domain": "www.sina.com.cn",
        "group_name": "默认分组",
        "status": "0",
        "is_customize_template": "0"
      },
      {
        "scheme": "https://",
        "land_domain": "www.cnblogs.com",
        "group_name": "默认分组",
        "status": "4000",
        "is_customize_template": "0"
      }
    ]
  }
}
```

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