Get ASN List

Basic Information

Interface Description: Get the list of ASN supported by Thordata Residential Proxies or Unlimited Proxy Servers through the interface

Interface URL: https://api.thordata.com/api/locations/asn

Request Method: GET

Request parameters

Params:

Parameter name
Type
Required
Describe

token

string

Yes

key

string

Yes

proxy_type

number

Yes

Select the proxy type: 1 is Residential Proxies, 2 is Unlimited Proxy servers (default is 1)

country_code

string

Yes

Enter the country code to get the city list of the corresponding country

Response example

{
    "code": 200,
    "data": [
        {
            "country_code": "US",
            "asn_code": "AS10796",
            "asn_name": "Charter Communications Inc"
        },
        {
            "country_code": "US",
            "asn_code": "AS11232",
            "asn_name": "Midcontinent Communications"
        },
        {
            "country_code": "US",
            "asn_code": "AS11351",
            "asn_name": "Charter Communications Inc"
        }
    ],
    "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

-

country_code

string

Yes

Country code

asn_code

string

Yes

ASN code

asn_name

string

Yes

ASN name

msg

string

No

-

Last updated