get Return available periods and minimum order price of proxies matching the filter criteria.
/api/client/v1/tariffs
Allows you to view all available proxy durations and the minimum price for proxies that meet the specified filter criteria.
Parameters
geo_country[]
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.
В:
query
Пример:
RU
Схема:
- array<string>Пример:
["RU"]
Items:- stringПример:
"RU"
geo_region[]
Parameter that filters the response data based on the proxy's region(-s) within a country. Multiple entries are allowed.
В:
query
Пример:
Tatarstan Republic
Схема:
- array<string>Пример:
["Tatarstan Republic"]
Items:- stringПример:
"Tatarstan Republic"
geo_city[]
Parameter that filters the response data based on the proxy's city(-es). Multiple entries are allowed.
В:
query
Пример:
Kazan
Схема:
- array<string>Пример:
["Kazan"]
Items:- stringПример:
"Kazan"
geo_operator[]
Parameter that filters the response data based on the proxy's operator. Multiple entries are allowed.
В:
query
Пример:
megafon
Схема:
- array<string>Пример:
["mts"]
Items:- stringПример:
"mts"
type[]
Parameter that filters the response data based on the proxy's type (private or shared). Multiple entries are allowed.
В:
query
Пример:
private
Схема:
- array<string>Пример:
["shared"]
Items:- stringПример:
"shared"
Перечисление:private
shared
protocol[]
Parameter that filters the response data based on the protocol (http or socks5). Multiple entries are allowed.
В:
query
Пример:
http
Схема:
- array<string>Пример:
["http"]
Items:- stringПример:
"http"
Перечисление:http
socks5
Ответы
200
OK. Successful response. Returns a list of the most affordable proxies along with their duration periods.
Тип содержимого:
application/json
- Schema
- Example
- arrayПример:
[{"period":"1","price":"1.23"}]
Items:- objectПример:
{"period":"1","price":"1.23"}
401
Unauthorized. Missing or invalid authentication token, please check the Authorization header.
Тип содержимого:
application/json
- Schema
- Example
- objectErrorResponseПример:
{"message":"string","errors":{}}
Свойства:message
stringОбязательныйError messageПример:"string"
errors
object or nullInput validation errorsПример:{}
422
Unprocessable Entity. Invalid filter parameters. Please check the parameters you have specified and try again.
Тип содержимого:
application/json
- Schema
- Example
- objectErrorResponseПример:
{"message":"string","errors":{}}
Свойства:message
stringОбязательныйError messageПример:"string"
errors
object or nullInput validation errorsПример:{}