输出格式 |文档 | WHOIS 历史信息API | WhoisXML API

输出格式

{
    "recordsCount": 7,
    "records" : [
        {
          "domainName": "google.com",
          "domainType": "added",
          "createdDateISO8601": "1997-09-15T00:00:00-07:00",
          "updatedDateISO8601": "2015-06-12T10:38:52-07:00",
          "expiresDateISO8601": "2020-09-13T21:00:00-07:00",
          "createdDateRaw": "1997-September-15",
          "updatedDateRaw": "12-June-2015",
          "expiresDateRaw": "2020 September-13",
          "audit": {
               "createdDate": "2018-06-17 11:23:51.000 UTC",
               "updatedDate": "2018-06-17 11:23:51.000 UTC"
          },
          "nameServers": [
               "NS1.GOOGLE.COM",
               "NS2.GOOGLE.COM",
               "NS3.GOOGLE.COM",
               "NS4.GOOGLE.COM"
           ],
          "whoisServer": "string",
          "registrarName": "string",
          "status": [
               "clientUpdateProhibited (https://www.icann.org/epp#clientUpdateProhibited)",
               "clientTransferProhibited (https://www.icann.org/epp#clientTransferProhibited)",
               "clientDeleteProhibited (https://www.icann.org/epp#clientDeleteProhibited)",
               "serverUpdateProhibited (https://www.icann.org/epp#serverUpdateProhibited)",
               "serverTransferProhibited (https://www.icann.org/epp#serverTransferProhibited)",
               "serverDeleteProhibited (https://www.icann.org/epp#serverDeleteProhibited)",
          ],
          "rawText": "string",
          "registrantContact": {
               "name": "string",
               "organization": "string",
               "street": "string",
               "city": "string",
               "state": "string",
               "postalCode": "string",
               "country": "string",
               "email": "string",
               "telephone": "string",
               "telephoneExt": "string",
               "fax": "string",
               "faxExt": "string",
               "rawText": "string"
         },
          "administrativeContact": {
               "name": "string",
               "organization": "string",
               "street": "string",
               "city": "string",
               "state": "string",
               "postalCode": "string",
               "country": "string",
               "email": "string",
               "telephone": "string",
               "telephoneExt": "string",
               "fax": "string",
               "faxExt": "string",
               "rawText": "string"
          },
         "technicalContact": {
               "name": "string",
               "organization": "string",
               "street": "string",
               "city": "string",
               "state": "string",
               "postalCode": "string",
               "country": "string",
               "email": "string",
               "telephone": "string",
               "telephoneExt": "string",
               "fax": "string",
               "faxExt": "string",
               "rawText": "string"
         },
         "billingContact": {
               "name": "string",
               "organization": "string",
               "street": "string",
               "city": "string",
               "state": "string",
               "postalCode": "string",
               "country": "string",
               "email": "string",
               "telephone": "string",
               "telephoneExt": "string",
               "fax": "string",
               "faxExt": "string",
               "rawText": "string"
          },
          "zoneContact": {
               "name": "string",
               "organization": "string",
               "street": "string",
               "city": "string",
               "state": "string",
               "postalCode": "string",
               "country": "string",
               "email": "string",
               "telephone": "string",
               "telephoneExt": "string",
               "fax": "string",
               "faxExt": "string",
               "rawText": "string"
          }
      },
      {
            ...
      },
      {
            ...
      }
    ]
}

输出参数

记录数
目标域名所查询到的历史WHOIS记录数量
记录
WHOIS 记录数组
records[k].domainName
目标域名
records[k].domainType
添加或删除
records[k].createdDateISO8601
以 ISO8601 格式显示的域名WHOIS 记录最初创建的日期
records[k].updatedDateISO8601
以 ISO8601 格式显示的域名最新的 WHOIS 记录日期
records[k].expiresDateISO8601
以 ISO8601 格式显示的域名WHOIS记录到期的日期
records[k].createdDateRaw
域名WHOIS 记录最初创建的日期,以原始格式显示
records[k].updatedDateRaw
以原始格式显示的域名最新的 WHOIS 记录日期
records[k].expiresDateRaw
以原始格式显示的域名 到期的WHOIS 记录日期
records[k].audit
包含目标域名的审核日期
records[k].audit.createdDate
系统最初检查域名的日期
records[k].audit.updatedDate
系统检查后最新的域名
records[k].nameServers
名称服务器数组
records[k].whoisServer
Whois服务器
records[k].registrarName
注册商名称
records[k].status
records[k].rawText
原始 WHOIS 记录
records[k].cleanText
原始 WHOIS 记录但删除了注释字符串
records[k].registrantContact
包含注册人联系信息
records[k].registrantContact.name
注册人姓名
records[k].registrantContact.organization
注册机构
records[k].registrantContact.street
注册人所在街道
records[k].registrantContact.city
注册城市
records[k].registrantContact.state
注册国家
records[k].registrantContact.postalCode
注册人邮政编码
records[k].registrantContact.country
注册国家
records[k].registrantContact.email
注册邮箱
records[k].registrantContact.telephone
注册电话
records[k].registrantContact.telephoneExt
注册电话分机
records[k].registrantContact.fax
注册人传真
records[k].registrantContact.faxExt
注册人传真分机
records[k].registrantContact.rawText
注册人联系信息原始文本
records[k].administrativeContact
包含管理联系信息。该结构与registrantContact字段的结构相同。
records[k].technicalContact
包含技术联系信息。该结构与registrantContact字段的结构相同。
records[k].billingContact
包含帐单联系信息。该结构与registrantContact字段的结构相同。
records[k].zoneContact
包含区域联系信息。该结构与registrantContact字段的结构相同。