get Returns proxies available for order, matches the input filtering criteria.

/api/client/v1/filters
sale

Parameters

geo_country[]
Country codes in ISO-2
In: query
Schema:
  • array<string>
    Beispiel: ["RU"]
    Items:
    • string
      Beispiel: "RU"
geo_region[]
Region names
In: query
Schema:
  • array<string>
    Beispiel: ["Tatarstan Republic"]
    Items:
    • string
      Beispiel: "Tatarstan Republic"
geo_city[]
City names
In: query
Schema:
  • array<string>
    Beispiel: ["Kazan"]
    Items:
    • string
      Beispiel: "Kazan"
geo_operator[]
Operator names
In: query
Schema:
  • array<string>
    Beispiel: ["mts"]
    Items:
    • string
      Beispiel: "mts"
type[]
Proxy types
In: query
Schema:
  • array<string>
    Beispiel: ["shared"]
    Items:
    • string
      Beispiel: "shared"
      Enumeration: private shared
protocol[]
Proxy protocols
In: query
Schema:
  • array<string>
    Beispiel: ["http"]
    Items:
    • string
      Beispiel: "http"
      Enumeration: http socks5

Anforderungs-Body

Content Type:
application/json

Antworten

200

OK
Content Type:
application/json
  • Schema
  • object
    FiltersResponse
    Beispiel: {"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-2
      Beispiel: ["RU"]
      Items:
      • string
        Beispiel: "RU"
    • geo_region
      array<string>
      Region name
      Beispiel: ["Tatarstan Republic"]
      Items:
      • string
        Beispiel: "Tatarstan Republic"
    • geo_city
      array
      City name
      Beispiel: [{"geo_city":"Moscow","geo_country":"RU"}]
      Items:
      • object
        Beispiel: {"geo_city":"Moscow","geo_country":"RU"}
    • geo_operator
      array
      Operator name
      Beispiel: [{"geo_operator":"mts","geo_country":"RU"}]
      Items:
      • object
        Beispiel: {"geo_operator":"mts","geo_country":"RU"}
    • type
      array<string>
      Proxy type
      Beispiel: ["shared"]
      Items:
      • string
        Beispiel: "shared"
        Enumeration: private shared
    • protocol
      array<string>
      Proxy protocol
      Beispiel: ["http"]
      Items:
      • string
        Beispiel: "http"
        Enumeration: http socks5

401

Unauthorized
Content Type:
application/json
  • Schema
  • object
    ErrorResponse
    Beispiel: {"message":"string","errors":{}}
    Eigenschaften:
    • message
      string
      Erforderlich
      Error message
      Beispiel: "string"
    • errors
      object or null
      Input validation errors
      Beispiel: {}

422

Unprocessable Entity
Content Type:
application/json
  • Schema
  • object
    ErrorResponse
    Beispiel: {"message":"string","errors":{}}
    Eigenschaften:
    • message
      string
      Erforderlich
      Error message
      Beispiel: "string"
    • errors
      object or null
      Input validation errors
      Beispiel: {}