whois查询

GET

免费API提供高效的域名Whois查询服务,支持查询1000多个Whois服务器的信息,数据缓存一天,确保快速稳定的使用体验。适用于域名信息检索和管理的多种场景。

https://api.iyuns.com/api/whois
https://v2.xxapi.cn/api/whois?domain=xxhzm.cn

请求参数

接口指标

QPS 上限
0次/秒
平均响应时间
105.67ms
今日调用量
0
累计调用量
2,552

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.iyuns.com/api/whois?domain=${域名}'

返回示例

{
  "code": 200,
  "msg": "数据请求成功",
  "data": {
    "Domain Name": "xxhzm.cn",
    "Sponsoring Registrar": "广州云讯信息科技有限公司",
    "Registrar URL": "",
    "Registrant": "张子阳",
    "Registrant Contact Email": "2595557847@qq.com",
    "Registration Time": "2021-07-24 18:23:46",
    "Expiration Time": "2025-07-24 18:23:46",
    "DNS Serve": [
      "ns3.dnsv2.com",
      "ns4.dnsv2.com"
    ]
  }
}