API

Disallowed
  • Resell our proxies for GRAY / BLACK purposes.
  • Resell from an account that has a referral.
If you are a reseller, you must:
  • 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.
Text you must show users before ordering:
Our proxies are only suitable for white purposes

Login

Your API key

yourapikeyyourapikey

For authorization, you need to pass your api-key in each request. You can do this by adding the api_key parameter equal to your key to the request, or by passing the API-KEY header.

Restrictions

The maximum number of requests per minute is 50.

Country

  • ru - Russia
  • de - Germany
  • us - USA
  • nl - Netherland
  • gb - United Kingdom
  • ca - Canada
  • 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
  • ng - Nigeria
  • nz - New Zealand
  • no - Norway
  • ae - United Arab Emirates
  • 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 Republic
  • cl - Chile
  • se - Sweden
  • lk - Sri Lanka
  • ee - Estonia
  • et - Ethiopia
  • za - South Africa
  • sd - South Sudan
  • jm - Jamaica

Login

Your API-key

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

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
logo
Scroll top