> For the complete documentation index, see [llms.txt](https://huajiangs-organization.gitbook.io/xiao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huajiangs-organization.gitbook.io/xiao/proxies/jing-tai-dui-jie-api/jing-tai-lie-biao-huo-qu.md).

# 静态列表获取

## 地区查询

#### 基本信息 <a href="#ji-chu-xin-xi" id="ji-chu-xin-xi"></a>

**接口说明：**&#x901A;过接口获取 ISP Proxies支持的地区

请求地址:&#x20;

```
https://start.unionproxy.xyz/ip/ipStatic/tIspRegion/list
```

**请求方式：**<mark style="color:green;">**get**</mark>

Body:

<table data-full-width="false"><thead><tr><th>參數名稱</th><th> 參數類型</th><th>是否必須</th><th> 示例</th><th>備註</th></tr></thead><tbody><tr><td>Authorization</td><td>string</td><td>必須</td><td><p></p><pre><code>"Authorization": "Bearer MdNtlpQCI8E5w"
</code></pre></td><td>键(Authorization)：值(Bearer+空格+token)</td></tr></tbody></table>

返回参数列子:

```
{
    "code": 200,
    "msg": "操作成功",
    "data": {
        "USA": [
            {
                "id": 10000,
                "state": "USA", (州)
                "country": "USA",(国家)
                "city": "USA",(市)
                "num": 1000, (剩余购买数)
                "pricingWeek": 4.5, (用于判断是否高质量ip)
                "pricingMonth": 8,(用于判断是否高质量ip)
                "weekPrice": 1.00, (批发商价格)
                "monthPrice": 3.00,(批发商价格)
                "type": 2,
                "updateTime": null,
                "status": 1, (0无效 1有效地区)
                "ips": null
            }
        ]
    }
}
```
