API

tyıym salynǵan
  • bizdiń proksıdi sur / qara astyna qaıta satý.
  • joldamasy bar eseptik jazbadan qaıta satý.
eger siz qaıta satýmen aınalyssańyz, sizge:
  • paıdalanýshylarǵa proksı-serverdi paıdalaný erejeleri týraly habarlaý. Proksı-serverler tek zańdy maqsattarǵa jaramdy.
  • tekserilgen Email jáne paıdalanýshylardyń IP mekenjaıyn saqtańyz. IP jasalǵan tólemder.Erejeler buzylǵan jaǵdaıda eseptik jazba buǵattalady.
Tapsyrys jasamas buryn paıdalanýshylarǵa kórsetýge mindetti mátin:
Bizdiń proksı-serverler tek aq maqsattarǵa jaramdy
 

Avtorlaný

Sizdiń API kilti

yourapikeyyourapikey
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
  • ca - Canada
  • us - USA
  • de - Germany
  • gb - United Kingdom
  • nl - Netherland
  • es - Spain
  • it - Italy
  • id - Indonesia
  • fr - France
  • ch - Switzerland
  • pt - Portugal
  • ua - Ukraine
  • kz - Kazakhstan
  • cn - China
  • pl - Poland
  • in - India
  • jp - Japan
  • ab - Abkhazia
  • au - Australia
  • at - Austria
  • az - Azerbaijan
  • al - Albania
  • dz - Algeria
  • ar - Argentina
  • am - Armenia
  • bd - Bangladesh
  • by - Belarus
  • be - Belgium
  • bg - Bulgaria
  • bo - Bolivia
  • ba - Bosnia and Herzegovina
  • br - Brazil
  • hu - Hungary
  • ve - Venezuela
  • vn - Vietnam
  • hk - Hong Kong
  • gr - Greece
  • ge - Georgia
  • dk - Denmark
  • eg - Egypt
  • zm - Zambia
  • il - Israel
  • jo - Jordan
  • iq - Iraq
  • ir - Iran
  • ie - Ireland
  • is - Iceland
  • kh - Cambodia
  • cm - Cameroon
  • qa - Qatar
  • ke - Kenya
  • cy - Cyprus
  • co - Colombia
  • kr - Korea
  • cr - Costa Rica
  • ci - Ivory Coast
  • cu - Cuba
  • kg - Kyrgyzstan
  • lv - Latvia
  • lb - Lebanon
  • ly - Libya
  • lt - Lithuania
  • lu - Luxembourg
  • my - Malaysia
  • mv - Maldives
  • mt - Malta
  • ma - Morocco
  • mx - Mexico
  • md - Moldova
  • mc - Monaco
  • mn - Mongolia
  • np - Nepal
  • nz - New Zealand
  • no - Norway
  • ae - OAE
  • pk - Pakistan
  • py - Paraguay
  • pe - Peru
  • ro - Romania
  • sa - Saudi Arabia
  • sc - Seychelles
  • rs - Serbia
  • sg - Singapore
  • sk - Slovakia
  • si - Slovenia
  • tj - Tajikistan
  • tw - Taiwan
  • th - Thailand
  • tz - Tanzania
  • tn - Tunisia
  • tm - Turkmenistan
  • tr - Turkey
  • uz - Uzbekistan
  • uy - Uruguay
  • ph - Philippines
  • fi - Finland
  • hr - Croatia
  • me - Montenegro
  • cz - Czech
  • cl - Chile
  • se - Sweden
  • lk - Sri Lanka
  • ee - Estonia
  • et - Ethiopia
  • za - South Africa
  • sd - South Sudan
  • jm - Jamaica

Methods

 

proxies

Method for getting a list of proxies.
https://panel.proxyline.net/api/proxies/?api_key= yourapikeyyourapikey

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.
https://panel.proxyline.net/api/orders/?api_key=yourapikeyyourapikey

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.
https://panel.proxyline.net/api/renew/?api_key= yourapikeyyourapikey

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.
https://panel.proxyline.net/api/new-order/?api_key=yourapikeyyourapikey

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 the ips 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 .
https://panel.proxyline.net/api/countries/?api_key=yourapikeyyourapikey
 

ips

Get a list of IPs by parameters. IDs are used in order creation and renewal methods.
https://panel.proxyline.net/api/ips/?api_key= yourapikeyyourapikey & ip_version = 4 & type = dedicated & country = en

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 the countries
method  

ips-count

Get the number of IPs by parameters. If the quantity is more than 1000, it will be shown as 1000.
https://panel.proxyline.net/api/ips-count/?api_key=yourapikeyyourapikey&ip_version=4&type= dedicated&country=ru

Parameters:

Same as ips All parameters are required  

new-order-amount

Receiving the order amount before payment. POST method.
https://panel.proxyline.net/api/new-order-amount/?api_key= yourapikeyyourapikey

Parameters:

Same as new-order  

balance

Getting the balance on the balance sheet. Regular and affiliate.
https://panel.proxyline.net/api/balance/?api_key= yourapikeyyourapikey

Seriktestik baǵdarlama

Seriktestik baǵdarlama sizdiń seriktestik siltemeńizde kórsetilgen klıentterdiń barlyq tólemderiniń 10% - yn ómir boıy tabýǵa múmkindik beredi.

baǵdarlamaǵa qatysý úshin sizgeqajet
bizge referaldyq silteme boıynsha jańa klıentterdi tartý — sizdiń siltemeńiz boıynsha tirkelgen paıdalanýshy sizge ómir boıy bekitiledi jáne onyń barlyq tólemderinen siz 10% alatyn bolasyz.
Seriktestik syıaqy mynalarǵa shyǵarylýy múmkin WebMoney, Yoomoney, Qiwi,
/ Tether USDT (TRC20), Banktik kartany paıdalanyńyz nemese ony bizdiń Servıstiń kez kelgen qyzmetterine aqy tóleý úshin paıdalanyńyz.

Kóbirek bilý
Bizdiń seriktester qazirdiń ózinde paıda tapty
0

Заполните форму

Укажите почту на которую будут отправлены доступы

Заполните форму

Спасибо!
Ваша заявка принята!
В ближайшее время
мы свяжемся с Вами