獲取無限住宅代理伺服器列表
基礎信息
接口說明:通過接口獲取Thordata無限代理伺服器列表
請求地址:https://openapi.thordata.com/api/unlimited/server-list
請求方式:GET
請求參數
參數名稱
參數类型
是否必須
描述
響應示例
{
"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"
}
```参数名称
参数类型
是否必須
描述
code
number
非必須
-
data
object
非必須
-
purchase_time
string
必須
無限代理伺服器購買時間
expiration_time
string
必須
無限代理伺服器到期時間
plan_name
string
必須
無限代理伺服器計劃名稱
server
string
必須
伺服器配置信息
bandwidth
string
必須
帶寬配置信息
status
string
必須
伺服器狀態
order_id
string
必須
訂單編號
ins_id
string
必須
服務器ID
region
string
必須
服務器地區
msg
string
非必須
-
Last updated