Go2proxy
English
  • 中文繁体
  • English
Home
Home
English
  • 中文繁体
  • English
  1. API Documentation
  • Product introduction
    • Residential Proxy
    • ISP Residential Rroxy
    • Quick Start
  • Function Introduction
    • Team Function
  • Developer Guide
    • Proxy region and Proxy replacement cycle settings
    • Periodic version uses multiple channels
    • Test proxy availability
    • Error code
    • World country code
  • API Documentation
    • Get Order Information
      GET
    • Get Usage Traffic
      GET
    • Residential Proxy Acquire
      GET
    • ISP Proxy Acquire
      GET
    • Get Residential Proxy Order Region Code
      GET
    • Get Residential Proxy Order Area Code
      GET
  • Update Log
    • Update Log
  1. API Documentation

Get Residential Proxy Order Region Code

GET
/api/getrpregioncode

Request

Header Params
App-Id
string 
optional
Example:
dmBjQIcF8H48VjRmeAy9
Signature
string 
optional
Signature=AppSecret
Example:
36G0CpMbXFWrpq7UbazklvwC9tA7RP7m
Body Params multipart/form-data
object {0}

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 'http://api.go2proxy.com/api/getrpregioncode' \
--header 'App-Id: dmBjQIcF8H48VjRmeAy9' \
--header 'Signature: 36G0CpMbXFWrpq7UbazklvwC9tA7RP7m'

Responses

🟢200成功
application/json
Body
code
integer 
required
Business status of the request, 0 for success, non-zero for business failure
msg
string 
required
Description of the business request
data
array[string]
required
Example
{
    "code": 0,
    "msg": "Success",
    "data": [
        "AE",
        "AL",
        "AM",
        "AO",
        "AR",
        "AT",
        "AU",
        "AZ",
        "BA",
        "BB",
        "BD",
        "BE",
        "BF",
        "BG",
        "BH",
        "BN",
        "BO",
        "BR",
        "BS",
        "BW",
        "BY",
        "CA",
        "CG",
        "CH",
        "CI",
        "CL",
        "CM",
        "CO",
        "CR",
        "CW",
        "CY",
        "CZ",
        "DE",
        "DK",
        "DO",
        "DZ",
        "EC",
        "EE",
        "EG",
        "ES",
        "ET",
        "FI",
        "FJ",
        "FR",
        "GA",
        "GB",
        "GD",
        "GE",
        "GH",
        "GR",
        "GT",
        "GY",
        "HK",
        "HN",
        "HR",
        "HU",
        "ID",
        "IE",
        "IL",
        "IN",
        "IQ",
        "IR",
        "IT",
        "JCI",
        "JM",
        "JO",
        "JP",
        "KE",
        "KG",
        "KH",
        "KN",
        "KR",
        "KW",
        "KZ",
        "LA",
        "LB",
        "LC",
        "LK",
        "LT",
        "LV",
        "LY",
        "MA",
        "MD",
        "ME",
        "MG",
        "MK",
        "ML",
        "MM",
        "MN",
        "MT",
        "MU",
        "MX",
        "MY",
        "MZ",
        "NG",
        "NI",
        "NL",
        "NO",
        "NP",
        "NZ",
        "OM",
        "PA",
        "PE",
        "PH",
        "PK",
        "PL",
        "PR",
        "PS",
        "PT",
        "PY",
        "QA",
        "RE",
        "RO",
        "RS",
        "RU",
        "SA",
        "SE",
        "SG",
        "SI",
        "SK",
        "SN",
        "SO",
        "SR",
        "SV",
        "SY",
        "TCI",
        "TG",
        "TH",
        "TJ",
        "TN",
        "TR",
        "TT",
        "TW",
        "TZ",
        "UA",
        "UG",
        "US",
        "UY",
        "UZ",
        "VC",
        "VE",
        "VG",
        "VI",
        "VN",
        "XK",
        "YT",
        "ZA",
        "ZM"
    ]
}
Modified at 2025-04-01 03:24:29
Previous
ISP Proxy Acquire
Next
Get Residential Proxy Order Area Code