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

Generate Proxies List

GET
/api/v1/api/proxies
Api

Request

Authorization
Add parameter in query
token
Example:
token: ********************
Query Params
channelId
string 
required
Example:
C6CF5F3C69AA26C8
country
string 
required
Example:
US
state
string 
optional
Example:
FL
city
string 
optional
Example:
miami
protocol
required
http/socks5
Example:
http
sessionDuration
number 
required
Example:
10
sense
string 
optional
Example:
nike
count
number 
required
Example:
100

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/proxies?channelId=C6CF5F3C69AA26C8&country=US&state=FL&city=miami&protocol=http&sessionDuration=10&sense=nike&count=100&token'

Responses

🟢200OK
application/json
Body
data
object 
required
proxies
array[string]
required
count
integer 
required
err
boolean 
required
msg
string 
required
code
integer 
required
Example
{
  "data": {
    "proxies": [
      "gw-us.nstproxy.io:24125"
    ],
    "count": 100
  },
  "err": false,
  "msg": "SUCCESS",
  "code": 200
}
Previous
Get City List
Next
Get Channels
Built with