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>
    Example: ["RU"]
    Items:
    • string
      Example: "RU"
geo_region[]
Region names
In: query
Schema:
  • array<string>
    Example: ["Tatarstan Republic"]
    Items:
    • string
      Example: "Tatarstan Republic"
geo_city[]
City names
In: query
Schema:
  • array<string>
    Example: ["Kazan"]
    Items:
    • string
      Example: "Kazan"
geo_operator[]
Operator names
In: query
Schema:
  • array<string>
    Example: ["mts"]
    Items:
    • string
      Example: "mts"
type[]
Proxy types
In: query
Schema:
  • array<string>
    Example: ["shared"]
    Items:
    • string
      Example: "shared"
      Enum: private shared
protocol[]
Proxy protocols
In: query
Schema:
  • array<string>
    Example: ["http"]
    Items:
    • string
      Example: "http"
      Enum: http socks5

Request Body

Content Type:
application/json

Responses

200

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

401

Unauthorized
Content Type:
application/json
  • Schema
  • object
    ErrorResponse
    Example: {"message":"string","errors":{}}
    Properties:
    • message
      string
      Required
      Error message
      Example: "string"
    • errors
      object or null
      Input validation errors
      Example: {}

422

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