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

Request

Authorization
Add parameter in query
token
Example:
token: ********************
Query Params

Request Code 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

Example
{
    "data": {
        "proxies": [
            "gw-us.nstproxy.io:24125"
        ],
        "count": 100
    },
    "err": false,
    "msg": "SUCCESS",
    "code": 200
}
Modified at 2024-04-11 09:42:52
Previous
Get City List
Next
Get Channels
Built with