API
- Resell our proxies for GRAY / BLACK purposes.
- Resell from an account that has a referral.
- Notify users of proxy usage rules. That proxies are only suitable for legal purposes.
- Store the verified email and IP address of users. IP of payments made. In case of violation of the rules, the account will be blocked.
Login
Your API-key
For authorization, you need to transfer your api-key in each request.
This can be done by adding the api_key
parameter equal to your key to the request, or by passing the API-KEY
header.
Limitations
The maximum number of requests per minute is 50.
Countries
- ru – Russia
- us – USA
- fr – France
- de – Germany
- ua – Ukraine
- ne – Netherlands
- cz – Czech Republic
- uk – UK
- sp – Spain
- be – Belarus
- kz – Kazakhstan
- es – Estonia
- sw – Switzerland
- sn – Singapore
- br – Brazil
- it – Italy
- oa – UAE
- ch – China
- po – Poland
- fi – Finland
- au – Australia
- jp – Japan
- in – India
- tu – Turkey
- pt – Portugal
- bl – Belgium
- vi – Vietnam
- no – Norway
- az – Azerbaijan
- ar – Armenia
- ge – Georgia
- mo – Moldova
- ba – Bangladesh
- li – Lithuania
- la – Latvia
- is – Indonesia
- gr – Greece
- sd – Sweden
- qa – Qatar
- ma – Maldives
- ca – Canada
- ro – Romania
- ci – Chile
- pe – Peru
- ag – Argentina
- se – Seychelles
- ir – Ireland
Methods
proxies
Method for getting a list of proxies.
Parameters:
-
status
– proxy status: active , expired , deleted . All are shown by default. -
type
– proxy type: dedicated or shared -
ip_version
– IP version: 4 or 6 -
country
– country code, country. Can be specified multiple times. country = en & country = ru -
date_after
,date_before
– purchase date, lower and upper boundaries. Format 2018-10-25. Includes the specified day. -
date_end_after
,date_end_before
– order end date, lower and upper bounds. Format 2018-10-25. Includes the specified day. -
orders
– order ID. Can be specified multiple times. -
format
– The format for receiving the response. You can specify txt-http or txt-socks5 to get a plain text proxy list. Either custom-http or custom-socks5 to use a custom format from the settings. -
limit
– proxy limit in the list. The default is 500. The maximum is 2000. -
offset
– Pagination offset.
orders
Method for getting a list of orders.
Parameters:
-
date_after
,date_before
– purchase date, lower and upper boundaries. Format 2018-10-25. Includes the specified day.
renew
Proxy renewal. Payment from the account. POST method.
Parameters:
-
proxies
– proxy id to be renewed. Many values under the same key (proxies = 1 & proxies = 2 & proxies = 3). -
period
– 5, 10, 20, 30, 60, 90, 120, 150, 180, 210, 240, 270, 300, 330, 360 -
coupon
– discount coupon code
new-order
Create a new order. Payment from the account. POST method.
Parameters:
-
type
– proxy type: dedicated or shared (if IPv6, then only dedicated) -
ip_version
– IP version: 4 or 6 -
country
– country code, country -
quantity
– quantity -
period
– 5, 10, 20, 30, 60, 90, 120, 150, 180, 210, 240, 270, 300, 330, 360 -
coupon
– discount coupon code -
ip_list
– the id of the IP that you want to order can be obtained in theips
method. Can be specified multiple times.
countries
Get a list of countries with nested cities. The country code and city ID can be used to filter ips
.
ips
Get a list of IPs by parameters. IDs are used in order creation and renewal methods.
Parameters:
type, ip_version, country – required
-
type
– proxy type: dedicated or shared (if IPv6, then only dedicated) -
ip_version
– IP version: 4 or 6 -
country
– country code, country -
city
– city ID. Can be obtained in thecountries
method
ips-count
Get the number of IPs by parameters. If the quantity is more than 1000, it will be shown as 1000.
Parameters:
Same as ips
All parameters are required
new-order-amount
Receiving the order amount before payment. POST method.
Parameters:
Same as new-order
balance
Getting the balance on the balance sheet. Regular and affiliate.