Proxy List Query

Basic Information

Interface Description: Get your list of available IP proxies via interface

Interface URL: https://api.thordata.com/api/gateway/queryListIsp

Request Method: POST

Request parameters

Headers:

Parameter name
Parameter value
Required
Example
Remark

sign

Yes

-

apiKey

Yes

-

Body: None

Response example

{
    "code": 200,
    "data": [
        {
            "startTime": 1735114342,
            "expireTime": 1736323942,
            "ip": "1.1.1.1",
            "port": 6666,
            "user": "username",
            "pwd": "password",
            "continent": "America",
            "country": "New York",
            "city": "New York"
        }
    ],
    "msg": "ok"
}

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

Parameter name
Type
Required
Remark
Other

code

number

No

data

object []

No

item type: object

startTime

number

Yes

Create timestamp

expireTime

number

Yes

Expiration timestamp

ip

string

Yes

port

number

Yes

user

string

Yes

Username

pwd

string

Yes

Password

continent

string

Yes

country

string

Yes

city

string

Yes

msg

string

No

Last updated