> 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-ji-lu-cha-xun.md).

# 静态记录查询

## 地区查询

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

**接口说明：**&#x9759;态ip记录

请求地址:

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

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

参数说明:

<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><pre><code>"Authorization": "Bearer MdNtlpQCI8E5w"
</code></pre></td><td>键(Authorization)：值(Bearer+空格+token)</td></tr></tbody></table>

返回说明：

```excel-formula
返回举例:
{
    "code": 200,
    "data": [
       {
            "id": 7,
            "ip": "181.215.10.93",
            "port": 6666.0,
            "expirationTime": 1.745411969E9,
            "username": "qsimwla1",
            "password": "eoldbu1",
            "orderId": "504162039294718",
            "userId": "1",
            "createTime": "2025-04-16T20:40:16",
            "originalMoney": 5.50,
            "balanceMoney": 4.00,
            "payMoney": 1.50,
            "state": "America",
            "country": "US",
            "city": "Ashburn",
            "dateStart": "2025-04-16",
            "dateEnd": "2025-04-23",
            "portSocks": null,
            "portHttp": null,
            "type": 1
        },
    ],
    "msg": "ok"
}
```
