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 Usage Traffic

GET
/api/getrpflow
This API is only effective for Residential Proxy.

Request

Query Params
app_id
string 
required
Example:
dmBjQIcF8H48VjRmeAy9
signature
string 
required
signature=AppSecret
Example:
36G0CpMbXFWrpq7UbazklvwC9tA7RP7m
orderid
string 
required
Example:
662337900795135
start_time
string 
optional
Start time
Example:
2025-01-01
end_time
string 
optional
End time
Example:
2025-01-01
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/getrpflow?app_id=dmBjQIcF8H48VjRmeAy9&signature=36G0CpMbXFWrpq7UbazklvwC9tA7RP7m&orderid=662337900795135&start_time=2025-01-01&end_time=2025-01-01'

Responses

🟢200Success
application/json
Body
code
integer 
required
Request business status:
• 0: Success
• Non-zero: Business failure
msg
string 
required
Requested business description
data
object 
required
total_flow
number 
required
Total data (GB)
left_flow
number 
required
Remaining data (GB)
use_flow
number 
required
Used data (GB)
daily_usage_flow
number 
required
Data usage on the specified date.
Example
{
    "code": 0,
    "msg": "Success",
    "data": {
        "total_flow": 7,
        "left_flow": 7,
        "use_flow": 0,
        "daily_usage_flow": 0
    }
}
Modified at 2025-02-24 08:07:08
Previous
Get Order Information
Next
Residential Proxy Acquire