Get Unlimited Proxy Server List

Basic Information

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

Interface URL: https://api.thordata.com/api/unlimited/server-list

Request Method: GET

Request parameters

Header:

Parameter name
Type
Required
Describe

token

string

Yes

Please log in to the Dashboard-MENU-My Account to view your token parameter value

key

string

Yes

Please log in to the Dashboard-MENU-My Account to view your key parameter value

Response example

{
    "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"
        }
    ],
    "msg": "ok"
}
```

If the returned code value is not 200, please check the error code description list and modify it.

Parameter name
Type
Required
Describe

code

number

No

-

data

object

No

-

purchase_time

string

Yes

Unlimited proxy server purchase time

expiration_time

string

Yes

Unlimited proxy server expiration time

plan_name

string

Yes

Unlimited proxy server plan name

server

string

Yes

Server configuration information

bandwidth

string

Yes

Bandwidth configuration information

status

string

Yes

Server status

order_id

string

Yes

Order number

ins_id

string

Yes

Server ID

msg

string

No

-

Last updated