GET

getAvailableTariffs

sale

Return available periods and minimum order price of proxies matching the filter criteria.

Description

Allows you to view all available proxy durations and the minimum price for proxies that meet the specified filter criteria.

Parameters

geo_country[]
Location: query

Parameter that filters the response data based on the proxy’s country(-ies) of origin. Country codes should be in ISO 3166-1 alpha-2 format. Multiple entries are allowed.

Scheme:

  • array
    Items:
    • string
      Example:
      "RU"
geo_region[]
Location: query

Parameter that filters the response data based on the proxy's region(-s) within a country. Multiple entries are allowed.

Scheme:

  • array
    Items:
    • string
      Example:
      "Tatarstan Republic"
geo_city[]
Location: query

Parameter that filters the response data based on the proxy's city(-es). Multiple entries are allowed.

Scheme:

  • array
    Items:
    • string
      Example:
      "Kazan"
geo_operator[]
Location: query

Parameter that filters the response data based on the proxy's operator. Multiple entries are allowed.

Scheme:

  • array
    Items:
    • string
      Example:
      "mts"
type[]
Location: query

Parameter that filters the response data based on the proxy's type (private or shared). Multiple entries are allowed.

Scheme:

  • array
    Items:
    • string
      Example:
      "shared"
      enum: private, shared
protocol[]
Location: query

Parameter that filters the response data based on the protocol (http or socks5). Multiple entries are allowed.

Scheme:

  • array
    Items:
    • string
      Example:
      "http"
      enum: http, socks5

Responses

200

OK. Successful response. Returns a list of the most affordable proxies along with their duration periods.

Content

Content type:
  • Schema
  • array
    Items:
    • object
      Properties:
      • periodinteger

        Proxy's duration period (in days)

        Example:
        "1"
      • pricestring

        Proxy's purchase price (in USD)

        Example:
        "1.23"

401

Unauthorized. Missing or invalid authentication token, please check the Authorization header.

Content

Content type:
  • Schema
  • ErrorResponse object
    Properties:
    • messagestringRequired

      Error message

    • errorsobject | null

      Input validation errors

422

Unprocessable Entity. Invalid filter parameters. Please check the parameters you have specified and try again.

Content

Content type:
  • Schema
  • ErrorResponse object
    Properties:
    • messagestringRequired

      Error message

    • errorsobject | null

      Input validation errors