whois查询-带缓存版

GET

免费API提供高效的域名Whois查询服务,支持查询1000多个Whois服务器的信息,数据缓存3天,确保快速稳定的使用体验。适用于域名信息检索和管理的多种场景。如需实时版请查看https://xxapi.cn/doc/realtimewhois

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

请求参数

接口指标

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

请求示例

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

返回示例

{
  "code": 200,
  "msg": "数据请求成功",
  "data": {
    "DNS Serve": [
      "GEMMA.DNSPOD.NET",
      "SETLLA.DNSPOD.NET"
    ],
    "Domain Name": "qn.pw",
    "Expiration Time": "2027-03-28T23:59:59.0Z",
    "Registrant": "",
    "Registrant Contact Email": "",
    "Registrar URL": "http://www.ename.net",
    "Registration Time": "2013-03-28T10:00:06.0Z",
    "Sponsoring Registrar": "",
    "data": {
      "dns_serve": [
        "GEMMA.DNSPOD.NET",
        "SETLLA.DNSPOD.NET"
      ],
      "domain_name": "qn.pw",
      "domain_status": "clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited",
      "expiration_time": "2027-03-28T23:59:59.0Z",
      "registrant": "",
      "registrant_contact_email": "",
      "registrar_url": "http://www.ename.net",
      "registration_time": "2013-03-28T10:00:06.0Z",
      "sponsoring_registrar": ""
    },
    "domain_status": "clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited"
  },
  "request_id": "65df334e132b6dfa59e87093"
}