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

/api/client/v1/filters
sale

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
  • object
    FiltersResponse
    Пример: {"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
      array
      City name
      Пример: [{"geo_city":"Moscow","geo_country":"RU"}]
      Items:
      • object
        Пример: {"geo_city":"Moscow","geo_country":"RU"}
    • geo_operator
      array
      Operator 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
  • object
    ErrorResponse
    Пример: {"message":"string","errors":{}}
    Свойства:
    • message
      string
      Обязательный
      Error message
      Пример: "string"
    • errors
      object or null
      Input validation errors
      Пример: {}

422

Unprocessable Entity
Тип содержимого:
application/json
  • Schema
  • object
    ErrorResponse
    Пример: {"message":"string","errors":{}}
    Свойства:
    • message
      string
      Обязательный
      Error message
      Пример: "string"
    • errors
      object or null
      Input validation errors
      Пример: {}