Go2proxy
English
  • 中文繁体
  • English
Home
Home
English
  • 中文繁体
  • English
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

Residential Proxy Acquire

GET
/v1/dynamic/proxies
The proxies extracted from the dynamic proxy API can only be used with whitelist authentication.

Request

Query Params

Header 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 'http://api.go2proxy.com/v1/dynamic/proxies?orderid=undefined&num=undefined&period=undefined&region=undefined' \
--header 'App-Id: iF6eAFg46XOc8v4A0g' \
--header 'Signature: CfHhZ628Iswhf0iompkJejhQ3Fd6'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
    "code": 0,
    "msg": "success",
    "data": {
        "count": 2,
        "proxy_list": [
            {
                "ip": "43.130.57.106",
                "port": 10001
            },
            {
                "ip": "43.130.57.106",
                "port": 10002
            }
        ]
    }
}
Modified at 2025-03-04 03:31:08
Previous
Get Usage Traffic
Next
ISP Proxy Acquire