1. Static Residential
rapid_agent
  • AGENT
    • RAPID Interface documentation
    • Static Residential
      • Callback
      • Static Residential Refund
        POST
      • Obtain Product List
        POST
      • Obtain Available Subscription Durations
        POST
      • Activate Static Residential IP
        POST
      • Renew Static Residential IP
        POST
      • Obtain Orders
        POST
      • Obtain Instance Information
        POST
    • Add User
      POST
    • Edit User
      POST
    • Get All Users
      POST
    • Add Sub-user
      POST
    • Edit Sub-user
      POST
    • Get Sub-users
      POST
    • Allocate Traffic
      POST
    • Recycle Traffic
      POST
    • Clear Traffic
      POST
    • Obtain Allocation Records
      POST
    • Add IP to Whitelist
      POST
    • Add IP to Blacklist
      POST
    • Add Domains to User's Blocklist
      POST
    • Delete IP from Whitelist
      POST
    • Delete IP from Blacklist
      POST
    • Delete Blocked Domain
      POST
    • Obtain User Traffic
      POST
    • Obtain Proxy
      POST
    • Obtain Proxy Address
      POST
    • Obtain Proxy Protocol
      POST
    • Obtain Country List
      POST
    • Obtain States/Provinces Under a Country
      POST
    • Obtain Cities Under a State
      POST
    • Obtain User Traffic Consumption
      POST
    • Reset User's API Key
      POST
    • Query User Traffic by Time Range
      POST
    • Obtain Sub-account Traffic Consumption
      POST
  1. Static Residential

Obtain Product List

POST
https://www.rapidproxy.io/api/agent/get_static_product_list

请求参数

Header 参数

Body 参数application/json

示例
{
    "page": 0,
    "limit": "string",
    "country_code": "string",
    "product_code": "string"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://www.rapidproxy.io/api/agent/get_static_product_list' \
--header 'app-key: xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
    "page": 0,
    "limit": "string",
    "country_code": "string",
    "product_code": "string"
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "data": [
        {
            "code": "xxx",
            "name": "xxxxxxx",
            "inventory": 500,
            "max_count": 300,
            "continent": "NA",
            "country_code": "US",
            "cidr_blocks": [
                {
                    "cidr": "149.126.93.1/24",
                    "count": 213
                }
            ],
            "price_30": "35.00",
            "is_refund": 0
        },
        {
            "code": "xxx",
            "name": "xxxxxxxx",
            "inventory": 500,
            "max_count": 100,
            "continent": "AS",
            "country_code": "VN",
            "price_30": "35.00",
            "is_refund": 0
        }
    ],
    "total": 2
}
修改于 2026-04-30 06:01:39
上一页
Static Residential Refund
下一页
Obtain Available Subscription Durations
Built with