> For the complete documentation index, see [llms.txt](https://doc.thordata.com/interface-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thordata.com/interface-documentation/public-api/unlimited-residential-proxy/get-unlimited-residential-proxy-server-list.md).

# Get Unlimited Residential Proxy Server List

### Basic Information

**Interface Description:** Get Thordata Unlimited Proxy Server list through the interface

**Interface URL:** <https://openapi.thordata.com/api/unlimited/server-list>

**Request Method:** <mark style="color:green;">GET</mark>

### Request parameters

<table><thead><tr><th>Parameter name</th><th>Type</th><th width="127">Required</th><th>Describe</th></tr></thead><tbody><tr><td><code>token</code></td><td>string</td><td>Yes</td><td>Please log in to the  <a href="https://dashboard.thordata.com/account-settings"><strong>Dashboard-MENU-My Account</strong></a> to view your token parameter value</td></tr></tbody></table>

### Response example

````json
{
    "code": 200,
    "data": [
        {
            "purchase_time": "2025-02-28 15:01",
            "expiration_time": "2025-03-07 15:01",
            "plan_name": "m89qbud1.proxy.thordata.net",
            "server": "8vCPU 16GiB",
            "bandwidth": "200Mbps",
            "status": "Turn on",
            "order_id": "Thor123456789",
            "ins_id": "ins-123456789",
            "region": "na-siliconvalley"
        }
    ],
    "msg": "ok"
}
```
````

{% hint style="info" %}
If the returned code value is not 200, please check the [**error code description list**](https://doc.thordata.com/interface-documentation/error-code/error-code-description) and modify it.
{% endhint %}

<table><thead><tr><th width="206">Parameter name</th><th width="184">Type</th><th width="127">Required</th><th>Describe</th></tr></thead><tbody><tr><td><code>code</code></td><td>number</td><td>No</td><td>-</td></tr><tr><td><code>data</code></td><td>object</td><td>No</td><td>-</td></tr><tr><td><code>purchase_time</code></td><td>string</td><td>Yes</td><td>Unlimited proxy server purchase time</td></tr><tr><td><code>expiration_time</code></td><td>string</td><td>Yes</td><td>Unlimited proxy server expiration time</td></tr><tr><td><code>plan_name</code></td><td>string</td><td>Yes</td><td>Unlimited proxy server plan name</td></tr><tr><td><code>server</code></td><td>string</td><td>Yes</td><td>Server configuration information</td></tr><tr><td><code>bandwidth</code></td><td>string</td><td>Yes</td><td>Bandwidth configuration information</td></tr><tr><td><code>status</code></td><td>string</td><td>Yes</td><td>Server status</td></tr><tr><td><code>order_id</code></td><td>string</td><td>Yes</td><td>Order number</td></tr><tr><td><code>ins_id</code></td><td>string</td><td>Yes</td><td>Server ID</td></tr><tr><td><code>region</code></td><td>string</td><td>Yes</td><td>Server region</td></tr><tr><td><code>msg</code></td><td>string</td><td>No</td><td>-</td></tr></tbody></table>
