Countries
List countries where proxies are available.
Endpoint
GET /proxies/countries/
Query Parameters
| Parameter | Type | Description |
|---|---|---|
access_type | string | private or shared |
proxy_category | string | datacenter_dedicated, datacenter_shared, lte, residential_rotating, residential_static |
stock_status | string | in_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"
}
]
}
]