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

GET
/api/getrpareacode

Request

Query Params
region
string 
optional
Region Cod, Examples:US,IN
Example:
AE
Header Params
App-Id
string 
optional
Example:
dmBjQIcF8H48VjRmeAy9
Signature
string 
optional
Signature=AppSecret
Example:
36G0CpMbXFWrpq7UbazklvwC9tA7RP7m

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/getrpareacode?region=AE' \
--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 failure
msg
string 
required
Description of the business request
data
array[string]
required
Example
{
    "code": 0,
    "msg": "Success",
    "data": {
        "Dubai": [
            "Al Karama",
            "Al Quoz",
            "Al Qusays",
            "Al Wasl",
            "Ash Shindaghah",
            "At Tawar",
            "Bur Dubai",
            "Dayrah",
            "Dubai",
            "Hawr al `Anz",
            "International City"
        ],
        "Ajman": [
            "Ajman",
            "Al Manāmah",
            "Maşfūţ"
        ],
        "Sharjah": [
            "Abu Shagara",
            "Adh Dhayd",
            "Al Khan",
            "Kalba",
            "Khor'fakkan",
            "Murbaḩ",
            "Sharjah"
        ],
        "Fujairah": [
            "Al Fujairah City",
            "Dibba Al-Hisn"
        ],
        "Abu Dhabi": [
            "Abu Dhabi",
            "Al Ain City",
            "Al Araad",
            "Al Shamkhah City",
            "Al Wiqan",
            "As Sad",
            "Bani Yas City",
            "Khalifah A City",
            "Mezaira’a",
            "Musaffah City",
            "Suwayhan"
        ],
        "Imarat Ra's al Khaymah": [
            "Ras al-Khaimah"
        ],
        "Imarat Umm al Qaywayn": [
            "Umm Al Quwain City"
        ]
    }
}
Modified at 2025-04-01 03:18:44
Previous
Get Residential Proxy Order Region Code
Next
Update Log