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>Beispiel:
["RU"]
Items:- stringBeispiel:
"RU"
geo_region[]
Region names
In:
query
Schema:
- array<string>Beispiel:
["Tatarstan Republic"]
Items:- stringBeispiel:
"Tatarstan Republic"
geo_city[]
City names
In:
query
Schema:
- array<string>Beispiel:
["Kazan"]
Items:- stringBeispiel:
"Kazan"
geo_operator[]
Operator names
In:
query
Schema:
- array<string>Beispiel:
["mts"]
Items:- stringBeispiel:
"mts"
type[]
Proxy types
In:
query
Schema:
- array<string>Beispiel:
["shared"]
Items:- stringBeispiel:
"shared"
Enumeration:private
shared
protocol[]
Proxy protocols
In:
query
Schema:
- array<string>Beispiel:
["http"]
Items:- stringBeispiel:
"http"
Enumeration:http
socks5
Anforderungs-Body
Content Type:
application/json
Antworten
200
OK
Content Type:
application/json
- Schema
- objectFiltersResponseBeispiel:
{"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"]}
Eigenschaften:geo_country
array<string>Country code in ISO-2Beispiel:["RU"]
Items:- stringBeispiel:
"RU"
geo_region
array<string>Region nameBeispiel:["Tatarstan Republic"]
Items:- stringBeispiel:
"Tatarstan Republic"
geo_city
arrayCity nameBeispiel:[{"geo_city":"Moscow","geo_country":"RU"}]
Items:- objectBeispiel:
{"geo_city":"Moscow","geo_country":"RU"}
geo_operator
arrayOperator nameBeispiel:[{"geo_operator":"mts","geo_country":"RU"}]
Items:- objectBeispiel:
{"geo_operator":"mts","geo_country":"RU"}
type
array<string>Proxy typeBeispiel:["shared"]
Items:- stringBeispiel:
"shared"
Enumeration:private
shared
protocol
array<string>Proxy protocolBeispiel:["http"]
Items:- stringBeispiel:
"http"
Enumeration:http
socks5
401
Unauthorized
Content Type:
application/json
- Schema
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}
422
Unprocessable Entity
Content Type:
application/json
- Schema
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}