1. 静态住宅IP
Owl
  • V1.0
    • API 签名说明
    • 通用
      • 城市列表
      • 获取账户余额
    • 静态住宅IP
      • 获取静态线路列表
        POST
      • 下单
        POST
      • 获取订单列表
        POST
      • 获取IP列表
        POST
      • 续费
        POST
      • 重置帐密
        POST
  • 数据模型
    • 不同开发语言签名
      • Java
      • Node.js
    • 公共API参数
    • API 错误吗
    • 公共分页参数
    • 静态代理IP线路
    • 静态代理订单
  1. 静态住宅IP

获取静态线路列表

开发中
POST
/oapi/static/search

请求参数

Body 参数application/json

示例
{
    "appId": "string",
    "nonce": "string",
    "signature": "string",
    "version": "string",
    "data": "string",
    "temp_data": {
        "conds": {
            "areaId": 0,
            "countryId": 0,
            "cityId": 0,
            "protocol": "vmess",
            "ispType": "premium",
            "qty": 0,
            "days": 0,
            "confirmType": "realtime",
            "bizEnv": "string",
            "currency": "string"
        },
        "limit": 1,
        "page": 30,
        "returnTotal": false
    }
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://api.owlsproxy.com/eapi/oapi/static/search' \
--header 'Content-Type: application/json' \
--data '{
    "appId": "string",
    "nonce": "string",
    "signature": "string",
    "version": "string",
    "data": "string",
    "temp_data": {
        "conds": {
            "areaId": 0,
            "countryId": 0,
            "cityId": 0,
            "protocol": "vmess",
            "ispType": "premium",
            "qty": 0,
            "days": 0,
            "confirmType": "realtime",
            "bizEnv": "string",
            "currency": "string"
        },
        "limit": 1,
        "page": 30,
        "returnTotal": false
    }
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "err": 0,
    "data": {
        "data": [
            {
                "_id": "string",
                "areaId": "string",
                "countryId": "string",
                "cityId": "string",
                "bizEnv": "string",
                "amount": "string",
                "minDays": 0,
                "maxDays": 0,
                "ispType": "share",
                "pgkDiscounts": [
                    {
                        "days": "string",
                        "rate": "string",
                        "type": "rate"
                    }
                ],
                "protocols": [
                    "vmess"
                ],
                "qty": 0,
                "extraAmounts": [
                    {
                        "key": "string",
                        "value": "string",
                        "amount": 0,
                        "currency": "string"
                    }
                ],
                "confirmType": "realtime"
            }
        ]
    },
    "total": 0,
    "traceId": "string"
}
修改于 2026-08-10 07:09:35
上一页
获取账户余额
下一页
下单
Built with