1. Static Proxies
Ip2up Proxy API
  • Accounts
    • Get Account Balance
      GET
    • Get Orders
      POST
  • Dynamic Proxies
    • Get Dynamic Package Details
      POST
    • Get Dynamic Proxy Endpoints
      GET
    • Generate Dynamic Auth Proxy
      POST
    • Generate Dynamic API Proxy
      GET
  • Static Proxies
    • Get Static Proxy List
      POST
  • Unlimited Proxies
    • Get Unlimited Package Details
      POST
    • Get Unlimited Proxy Endpoints
      GET
    • Generate Unlimited Proxy Connection
      POST
  • API Whitelist
    • Get API Whitelist
      POST
    • Add API Whitelist
      POST
    • Remove API Whitelist
      POST
  • Proxy Sub-Accounts
    • Get Proxy Sub-Account List
      POST
    • Create Proxy Sub-Account
      POST
    • Update Proxy Sub-Account
      POST
    • Delete Proxy Sub-Account
      POST
  1. Static Proxies

Get Static Proxy List

POST
/v1/static/list

请求参数

Authorization
在 header 添加参数
AppKey
示例:
AppKey: ********************
Body 参数application/json必填

示例
{
    "page": 0,
    "page_size": 0
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://ip2up.com/api/v1/static/list' \
--header 'AppKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
    "page": 0,
    "page_size": 0
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "msg": "string",
    "data": {
        "static_iplist": [
            {
                "city_name": "string",
                "country_id": 0,
                "country_name": "string",
                "created_time": 0,
                "deadline": 0,
                "description": "string",
                "id": 0,
                "ip": "string",
                "order_id": "string",
                "password": "string",
                "port": 0,
                "protocol": "string",
                "region_id": 0,
                "region_name": "string",
                "status": 0,
                "type": 0,
                "updated_time": 0,
                "user_id": 0,
                "username": "string"
            }
        ],
        "total": 0
    }
}
修改于 2026-05-29 05:50:23
上一页
Generate Dynamic API Proxy
下一页
Get Unlimited Package Details
Built with