Get Proxy IP List

Basic Information

Interface Description: Get the list of proxy IPs purchased by Thordata ISP Proxies or Datacenter Proxies through the interface

Interface URL: https://api.thordata.com/api/proxy/proxy-list

Request Method: GET

Request parameters

Params:

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

proxy_type

number

Yes

Select the proxy type: 1 is ISP Proxies, 2 is Datacenter Proxies (default is 1)

Response example

{
    "code": 200,
    "data": [
        {
            "purchase_time": "2025-03-06 14:21",
            "expiration_time": "2025-03-13 14:21",
            "ip": "1.1.1.1",
            "port": 6666,
            "username": "user123",
            "password": "password123",
            "country": "US",
            "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

-

purchase_time

string

Yes

Purchase time

expiration_time

string

Yes

Expiration time

ip

string

Yes

IP Information

username

string

Yes

Proxy username

password

string

Yes

Proxy password

country

string

Yes

IP Country

city

string

Yes

IP City

msg

string

No

-

Last updated