Skip to main content

Countries

List countries where proxies are available.

Endpoint

GET /proxies/countries/

Query Parameters

ParameterTypeDescription
access_typestringprivate or shared
proxy_categorystringdatacenter_dedicated, datacenter_shared, lte, residential_rotating, residential_static
stock_statusstringin_stock or out_of_stock

Request

GET https://detect.expert/api/v1/proxies/countries/?proxy_category=lte&stock_status=in_stock
X-Api-Key: YOUR_API_KEY

Response

[
{
"countries": [
{
"country_code": "US",
"title": "United States of America"
}
]
}
]