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 Country List

GET
/api/v1/api/region/country
Api

Request

Authorization
Add parameter in query
token
Example:
token: ********************
Query Params
type
string 
required
{ "Residential": "residential", "Ipv6": "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/region/country?type=residential&token'

Responses

🟢200OK
application/json
Body
data
array [object {4}] 
required
regionId
integer 
required
value
string 
required
label
string 
required
emoji
string 
required
err
boolean 
required
msg
string 
required
code
integer 
required
Example
{
  "data": [
    {
      "regionId": -1,
      "value": "ANY",
      "label": "World Wide",
      "emoji": "🌎"
    }
  ],
  "err": false,
  "msg": "SUCCESS",
  "code": 200
}
Modified at 2024-04-11 08:41:31
Previous
Get Plan Info
Next
Get State List
Built with