Nstproxy
  1. Api
Nstproxy
  • Api
    • Get User Info
      GET
    • Get Plan Info
      GET
    • Get Country List
      GET
    • Get State List
      GET
    • Get City List
      GET
    • Generate Proxies List
      GET
    • Get Channels
      GET
    • Channel Info
      GET
    • Add Channel
      POST
    • Update Channel
      PUT
    • Delete Channel
      DELETE
  1. Api

Get Plan Info

GET
/api/v1/api/plan/info
Api

Request

Authorization
Add parameter in query
token
Example:
token: ********************
Query Params
type
string 
optional
residential,ipv6
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
}
Modified at 2024-04-11 09:43:25
Previous
Get User Info
Next
Get Country List
Built with