Страны
Список стран, где доступны прокси.
Эндпоинт
GET /proxies/countries/
Параметры запроса
| Параметр | Тип | Описание |
|---|---|---|
access_type | string | private или shared |
proxy_category | string | datacenter_dedicated, datacenter_shared, lte, residential_rotating, residential_static |
stock_status | string | in_stock или out_of_stock |
Запрос
GET https://detect.expert/api/v1/proxies/countries/?proxy_category=lte&stock_status=in_stock
X-Api-Key: ВАШ_API_КЛЮЧ
Ответ
[
{
"countries": [
{
"country_code": "US",
"title": "United States of America"
}
]
}
]