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

Header:

Parameter name
Type
Required
Describe

sign

string

Yes

apiKey

string

Yes

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
Describe

code

number

No

-

data

object []

No

-

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