Get Plan Info
GET
/api/v1/api/plan/info
Api
Request
Authorization
Add parameter in query
token
Example:
token: ********************
Query Params
type
string
optional
Example:
residential
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.nstproxy.com/api/v1/api/plan/info?type=residential&token'
Responses
🟢200OK
application/json
Body
data
array [object {8}]
required
name
string
optional
label
string
optional
type
string
optional
protocols
array[string]
optional
priceGB
number
optional
supports
array[string]
optional
senses
array[string]
optional
speedPercent
integer
optional
err
boolean
required
msg
string
required
code
integer
required
Example
{
"data": [
{
"name": "ipv6-zone-prod-1",
"label": "NST web scraping",
"type": "ipv6",
"protocols": [
"http",
"socks5"
],
"priceGB": 0.4,
"supports": [
"country",
"sense"
],
"senses": [
"recaptcha"
],
"speedPercent": 100
}
],
"err": false,
"msg": "SUCCESS",
"code": 200
}