域名最低价注册查询

GEThttps://v2.xxapi.cn/api/getDomainRegistrarList

接口描述

免费API查询指定域名后缀在各大注册商中的最低注册、续费、转入价格。支持 .com、.cn 等常见后缀,智能排序,快速比价,助你选出最便宜的域名注册平台。适用于域名投资、网站建站、成本控制等场景。

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: 'https://v2.xxapi.cn/api/getDomainRegistrarList?domain=cn&order=new'
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

{
  "code": 200,
  "msg": "数据请求成功",
  "data": [
    {
      "currency": "cny",
      "currencyname": "元",
      "currencytype": "人民币",
      "domain": "",
      "new": 25,
      "registrar": "huawei",
      "registrarname": "华为云",
      "registrarweb": "https://www.huaweicloud.com/",
      "renew": 38,
      "transfer": 38,
      "updatedtime": "2025-01-01 14:53:00"
    },
    {
      "currency": "cny",
      "currencyname": "元",
      "currencytype": "人民币",
      "domain": "",
      "new": 29,
      "registrar": "363hk",
      "registrarname": "西部数码国际",
      "registrarweb": "https://www.363.hk/",
      "renew": 38,
      "transfer": 32,
      "updatedtime": "2025-01-01 14:46:57"
    },
    {
      "currency": "cny",
      "currencyname": "元",
      "currencytype": "人民币",
      "domain": "",
      "new": 29,
      "registrar": "west",
      "registrarname": "西部数码",
      "registrarweb": "https://www.west.cn/",
      "renew": 38,
      "transfer": 32,
      "updatedtime": "2025-01-01 14:46:53"
    },
    {
      "currency": "cny",
      "currencyname": "元",
      "currencytype": "人民币",
      "domain": "",
      "new": 29,
      "registrar": "zzy",
      "registrarname": "中资源",
      "registrarweb": "https://www.zzy.cn/",
      "renew": 45,
      "transfer": 35,
      "updatedtime": "2025-01-01 14:47:26"
    },
    {
      "currency": "usd",
      "currencyname": "美元",
      "currencytype": "美元",
      "domain": "",
      "new": 4,
      "registrar": "westxyz",
      "registrarname": "west.xyz",
      "registrarweb": "https://www.west.xyz/",
      "renew": 5.24,
      "transfer": 4.41,
      "updatedtime": "2025-01-01 14:53:40"
    }
  ],
  "request_id": "cd92f4dd67a4db7a88964f7e"
}