Country

Get countries by IPv4

The request allows to view countries by proxy type IPv4.

circle-exclamation

GET /client/api/v1/{apiKey}/country?proxyType=IPv4

Path parameters

Name
Type
Description

apiKey*

String

Your personal API key.

Query parameters

Name
Type
Description

proxyType*

String

Proxy type IPv4.

Response

chevron-right200: OK Success responsehashtag
{
    "success": true,
    "countries": [
        {
            "name": "Egypt",
            "alpha3code": "EGY"
        },
        {
            "name": "Australia",
            "alpha3code": "AUS"
        }
    ],
    "error": null
}
chevron-right200: OK Error responsehashtag
{
    "success": false,
    "countries": [],
    "error": {
        "code": 4,
        "message": "Incorrect proxy type"
    }
}

Get countries by IPv6

The request allows to view countries by proxy type IPv6.

circle-exclamation

GET /client/api/v1/{apiKey}/country?proxyType=IPv6

Path parameters

Name
Type
Description

apiKey*

String

Your personal API key.

Query parameters

Name
Type
Description

proxyType*

String

Proxy type IPv6.

Response

chevron-right200: OK Success responsehashtag
chevron-right200: OK Error responsehashtag

Get countries by Mobile

The request allows to view countries by proxy type MOBILE.

circle-exclamation

GET /client/api/v1/{apiKey}/country?proxyType=MOBILE

Path Parameters

Name
Type
Description

apiKey*

String

Your personal API key.

Query Parameters

Name
Type
Description

proxyType*

String

Proxy type MOBILE.

Response

chevron-right200: OK Success responsehashtag
chevron-right200: OK Error responsehashtag

Get countries by ISP

The request allows to view countries by proxy type ISP.

circle-exclamation

GET /users/client/api/v1/{apiKey}/country?proxyType=ISP

Path Parameters

Name
Type
Description

apiKey*

String

Your personal API key.

Query Parameters

Name
Type
Description

proxyType*

String

Proxy type ISP.

Response

chevron-right200: OK Success responsehashtag
chevron-right200: OK Error responsehashtag

Last updated