get Returns proxies available for order, matches the input filtering criteria.
/api/client/v1/filters
Parameters
geo_country[]
Country codes in ISO-2
В:
query
Схема:
- array<string>Пример:
["RU"]
Items:- stringПример:
"RU"
geo_region[]
Region names
В:
query
Схема:
- array<string>Пример:
["Tatarstan Republic"]
Items:- stringПример:
"Tatarstan Republic"
geo_city[]
City names
В:
query
Схема:
- array<string>Пример:
["Kazan"]
Items:- stringПример:
"Kazan"
geo_operator[]
Operator names
В:
query
Схема:
- array<string>Пример:
["mts"]
Items:- stringПример:
"mts"
type[]
Proxy types
В:
query
Схема:
- array<string>Пример:
["shared"]
Items:- stringПример:
"shared"
Перечисление:private
shared
protocol[]
Proxy protocols
В:
query
Схема:
- array<string>Пример:
["http"]
Items:- stringПример:
"http"
Перечисление:http
socks5
Тело запроса
Тип содержимого:
application/json
Ответы
200
OK
Тип содержимого:
application/json
- Schema
- objectFiltersResponseПример:
{"geo_country":["RU"],"geo_region":["Tatarstan Republic"],"geo_city":[{"geo_city":"Moscow","geo_country":"RU"}],"geo_operator":[{"geo_operator":"mts","geo_country":"RU"}],"type":["shared"],"protocol":["http"]}
Свойства:geo_country
array<string>Country code in ISO-2Пример:["RU"]
Items:- stringПример:
"RU"
geo_region
array<string>Region nameПример:["Tatarstan Republic"]
Items:- stringПример:
"Tatarstan Republic"
geo_city
arrayCity nameПример:[{"geo_city":"Moscow","geo_country":"RU"}]
Items:- objectПример:
{"geo_city":"Moscow","geo_country":"RU"}
geo_operator
arrayOperator nameПример:[{"geo_operator":"mts","geo_country":"RU"}]
Items:- objectПример:
{"geo_operator":"mts","geo_country":"RU"}
type
array<string>Proxy typeПример:["shared"]
Items:- stringПример:
"shared"
Перечисление:private
shared
protocol
array<string>Proxy protocolПример:["http"]
Items:- stringПример:
"http"
Перечисление:http
socks5
401
Unauthorized
Тип содержимого:
application/json
- Schema
- objectErrorResponseПример:
{"message":"string","errors":{}}
Свойства:message
stringОбязательныйError messageПример:"string"
errors
object or nullInput validation errorsПример:{}
422
Unprocessable Entity
Тип содержимого:
application/json
- Schema
- objectErrorResponseПример:
{"message":"string","errors":{}}
Свойства:message
stringОбязательныйError messageПример:"string"
errors
object or nullInput validation errorsПример:{}