get Returns proxies available for order, matches the input filtering criteria.
/api/client/v1/filters
Parameters
geo_country[]
Country codes in ISO-2
In:
query
Schema:
- array<string>Example:
["RU"]
Items:- stringExample:
"RU"
geo_region[]
Region names
In:
query
Schema:
- array<string>Example:
["Tatarstan Republic"]
Items:- stringExample:
"Tatarstan Republic"
geo_city[]
City names
In:
query
Schema:
- array<string>Example:
["Kazan"]
Items:- stringExample:
"Kazan"
geo_operator[]
Operator names
In:
query
Schema:
- array<string>Example:
["mts"]
Items:- stringExample:
"mts"
type[]
Proxy types
In:
query
Schema:
- array<string>Example:
["shared"]
Items:- stringExample:
"shared"
Enum:private
shared
protocol[]
Proxy protocols
In:
query
Schema:
- array<string>Example:
["http"]
Items:- stringExample:
"http"
Enum:http
socks5
Request Body
Content Type:
application/json
Responses
200
OK
Content Type:
application/json
- Schema
- objectFiltersResponseExample:
{"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"]}
Properties:geo_country
array<string>Country code in ISO-2Example:["RU"]
Items:- stringExample:
"RU"
geo_region
array<string>Region nameExample:["Tatarstan Republic"]
Items:- stringExample:
"Tatarstan Republic"
geo_city
arrayCity nameExample:[{"geo_city":"Moscow","geo_country":"RU"}]
Items:- objectExample:
{"geo_city":"Moscow","geo_country":"RU"}
geo_operator
arrayOperator nameExample:[{"geo_operator":"mts","geo_country":"RU"}]
Items:- objectExample:
{"geo_operator":"mts","geo_country":"RU"}
type
array<string>Proxy typeExample:["shared"]
Items:- stringExample:
"shared"
Enum:private
shared
protocol
array<string>Proxy protocolExample:["http"]
Items:- stringExample:
"http"
Enum:http
socks5
401
Unauthorized
Content Type:
application/json
- Schema
- objectErrorResponseExample:
{"message":"string","errors":{}}
Properties:message
stringRequiredError messageExample:"string"
errors
object or nullInput validation errorsExample:{}
422
Unprocessable Entity
Content Type:
application/json
- Schema
- objectErrorResponseExample:
{"message":"string","errors":{}}
Properties:message
stringRequiredError messageExample:"string"
errors
object or nullInput validation errorsExample:{}