Region Query

Basic Information

Interface Description: Obtain the regions supported by Thordata ISP Proxies through the interface

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

Request Method: POST

Request parameters

Headers:

Parameter name
Parameter value
Required
Example
Remark

sign

Yes

-

apiKey

Yes

-

Body: None

Response example

{
    "code": 200,
    "data": [
        {
            "id": 35
            "continent": "America",
            "country": "US",
            "city": "New York",
            "num": 100,
            "pricing": {
                "week": 1.6,
                "month": 5
        }
    ],
    "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

id

number

Yes

Purchase a package to use

continent

string

Yes

country

string

Yes

city

string

Yes

num

number

Yes

The upper limit of the number that can be opened at a time

pricing

object

Yes

week

number

No

weekly price

month

number

No

monthly price

msg

string

No

Last updated