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.
In:
query
Example:
RU
Schema:
- array<string>Example:
["RU"]
Items:- stringExample:
"RU"
geo_region[]
Parameter that filters the response data based on the proxy's region(-s) within a country. Multiple entries are allowed.
In:
query
Example:
Tatarstan Republic
Schema:
- array<string>Example:
["Tatarstan Republic"]
Items:- stringExample:
"Tatarstan Republic"
geo_city[]
Parameter that filters the response data based on the proxy's city(-es). Multiple entries are allowed.
In:
query
Example:
Kazan
Schema:
- array<string>Example:
["Kazan"]
Items:- stringExample:
"Kazan"
geo_operator[]
Parameter that filters the response data based on the proxy's operator. Multiple entries are allowed.
In:
query
Example:
megafon
Schema:
- array<string>Example:
["mts"]
Items:- stringExample:
"mts"
type[]
Parameter that filters the response data based on the proxy's type (private or shared). Multiple entries are allowed.
In:
query
Example:
private
Schema:
- array<string>Example:
["shared"]
Items:- stringExample:
"shared"
Enum:private
shared
protocol[]
Parameter that filters the response data based on the protocol (http or socks5). Multiple entries are allowed.
In:
query
Example:
http
Schema:
- array<string>Example:
["http"]
Items:- stringExample:
"http"
Enum:http
socks5
Responses
200
OK. Successful response. Returns a list of the most affordable proxies along with their duration periods.
Content Type:
application/json
- Schema
- Example
- arrayExample:
[{"period":"1","price":"1.23"}]
Items:- objectExample:
{"period":"1","price":"1.23"}
401
Unauthorized. Missing or invalid authentication token, please check the Authorization header.
Content Type:
application/json
- Schema
- Example
- objectErrorResponseExample:
{"message":"string","errors":{}}
Properties:message
stringRequiredError messageExample:"string"
errors
object or nullInput validation errorsExample:{}
422
Unprocessable Entity. Invalid filter parameters. Please check the parameters you have specified and try again.
Content Type:
application/json
- Schema
- Example
- objectErrorResponseExample:
{"message":"string","errors":{}}
Properties:message
stringRequiredError messageExample:"string"
errors
object or nullInput validation errorsExample:{}