稳定、快速的API服务

域名续费价格查询,我们致力于为用户提供专业的免费API数据接口服务

域名续费价格查询 v1.0

最后更新: 2026-03-21 13:23:01

查询域名续费最低价格

免费 调用次数: 5 正常运行 响应速度: <100ms 无需API密钥

接口信息

接口地址:
https://api.52hyjs.com/apis.php?api=domain
请求方式: GET
返回格式: json

调用统计

5
今日调用
5
总调用次数
请求示例 https://api.52hyjs.com/apis.php?api=domain&domain=[域名后缀(com或.com)]&order=[排序类型(new或renew或transfer) new:注册价格排序(默认) renew:续费价格排序 transfer:转入价格排序]

点击右侧按钮复制完整请求地址,参数值请替换为实际有效值

请求参数

参数名 是否必填 参数类型 参数说明
domain
string 域名后缀(com或.com)
order
string 排序类型(new或renew或transfer) new:注册价格排序(默认) renew:续费价格排序 transfer:转入价格排序

返回参数

参数名 参数类型 参数说明
code
string 状态码
data.domain
string 域名后缀
data.order
string 排序类型 new:注册价格排序 renew:续费价格排序 transfer:转入价格排序
data.count
string 输出结果数量(最大值为5)
data.price.[0].registrar
string 注册商代码
data.price.[0].registrarname
string 注册商名称
data.price.[0].registrarweb
string 注册商网址
data.price.[0].new
string 注册价格(n/a为不适用)
data.price.[0].renew
string 续费价格(n/a为不适用)
data.price.[0].transfer
string 转入价格(n/a为不适用)
data.price.[0].currency
string 货币代码
data.price.[0].currencyname
string 货币单位名称
data.price.[0].currencytype
string 货币种类
data.price.[0].promocode
string 是否有优惠信息
data.price.[0].updatedtime
string 数据更新时间

返回示例

{
    "code": 100,
    "data": {
        "domain": "com",
        "order": "new",
        "count": 5,
        "price": [
            {
                "registrar": "cosmotown",
                "registrarname": "Cosmotown",
                "registrarweb": "https:\/\/www.cosmotown.com\/",
                "new": 7.89,
                "renew": 9.99,
                "transfer": 9.99,
                "currency": "usd",
                "currencyname": "美元",
                "currencytype": "美元",
                "promocode": {
                    "new": false,
                    "renew": false,
                    "transfer": false
                },
                "updatedtime": "2024-11-15 16:07:41"
            },
            {
                "registrar": "spaceship",
                "registrarname": "Spaceship",
                "registrarweb": "https:\/\/www.spaceship.com\/",
                "new": 8.48,
                "renew": 9.98,
                "transfer": 9.48,
                "currency": "usd",
                "currencyname": "美元",
                "currencytype": "美元",
                "promocode": {
                    "new": false,
                    "renew": false,
                    "transfer": false
                },
                "updatedtime": "2024-10-24 10:36:51"
            },
            {
                "registrar": "truehost",
                "registrarname": "Truehost",
                "registrarweb": "https:\/\/truehost.com\/",
                "new": 8.5,
                "renew": 11.45,
                "transfer": 11.45,
                "currency": "usd",
                "currencyname": "美元",
                "currencytype": "美元",
                "promocode": {
                    "new": false,
                    "renew": false,
                    "transfer": false
                },
                "updatedtime": "2024-10-24 10:35:36"
            },
            {
                "registrar": "dreamhost",
                "registrarname": "DreamHost",
                "registrarweb": "https:\/\/www.dreamhost.com\/",
                "new": 8.99,
                "renew": 19.99,
                "transfer": 9.99,
                "currency": "usd",
                "currencyname": "美元",
                "currencytype": "美元",
                "promocode": {
                    "new": false,
                    "renew": false,
                    "transfer": false
                },
                "updatedtime": "2025-01-01 14:48:20"
            },
            {
                "registrar": "volcengine",
                "registrarname": "火山引擎",
                "registrarweb": "https:\/\/www.volcengine.com\/",
                "new": 70,
                "renew": 89,
                "transfer": 89,
                "currency": "cny",
                "currencyname": "元",
                "currencytype": "人民币",
                "promocode": {
                    "new": false,
                    "renew": false,
                    "transfer": false
                },
                "updatedtime": "2025-01-01 14:52:45"
            }
        ]
    }
}