DuoApi聚合接口系统
    DuoApi聚合接口系统
    • IP 归属地信息查询
      GET
    • 随机语录生成
      GET
    • 二维码生成
      GET
    • 二维码解析
      GET
    • 域名 Whois 信息查询
      GET
    • 域名腾讯拦截状态查询
      GET
    • 手机号码归属地查询
      GET

      域名 Whois 信息查询

      GET
      /domainWhois.query
      数据缓存:1天

      请求参数

      Query 参数
      domain
      string 
      域名
      必需
      示例值:
      fjisp.com

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://duo-api.6os.net/domainWhois.query?domain=fjisp.com'

      返回响应

      🟢200成功
      application/json
      Body
      code
      integer 
      响应码
      必需
      message
      string 
      响应信息
      必需
      data
      object 
      响应数据
      必需
      content
      string 
      Whois 内容
      必需
      timestamp
      string 
      响应时间
      必需
      示例
      {
          "code": 1,
          "message": "操作成功",
          "data": {
              "content": "   Domain Name: FJISP.COM\r\n   Registry Domain ID: 104676629_DOMAIN_COM-VRSN\r\n   Registrar WHOIS Server: grs-whois.hichina.com\r\n   Registrar URL: http://www.net.cn\r\n   Updated Date: 2022-10-06T04:59:00Z\r\n   Creation Date: 2003-10-07T15:54:07Z\r\n   Registry Expiry Date: 2023-10-07T15:54:07Z\r\n   Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.\r\n   Registrar IANA ID: 420\r\n   Registrar Abuse Contact Email: DomainAbuse@service.aliyun.com\r\n   Registrar Abuse Contact Phone: +86.95187\r\n   Domain Status: ok https://icann.org/epp#ok\r\n   Name Server: ALEX.NS.CLOUDFLARE.COM\r\n   Name Server: DELL.NS.CLOUDFLARE.COM\r\n   DNSSEC: unsigned\r\n   URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/\r\n>>> Last update of whois database: 2023-09-09T03:50:44Z <<<\r\n\r\nFor more information on Whois status codes, please visit https://icann.org/epp\r\n\r\nNOTICE: The expiration date displayed in this record is the date the\r\nregistrar's sponsorship of the domain name registration in the registry is\r\ncurrently set to expire. This date does not necessarily reflect the expiration\r\ndate of the domain name registrant's agreement with the sponsoring\r\nregistrar.  Users may consult the sponsoring registrar's Whois database to\r\nview the registrar's reported date of expiration for this registration.\r\n\r\nTERMS OF USE: You are not authorized to access or query our Whois\r\ndatabase through the use of electronic processes that are high-volume and\r\nautomated except as reasonably necessary to register domain names or\r\nmodify existing registrations; the Data in VeriSign Global Registry\r\nServices' (\"VeriSign\") Whois database is provided by VeriSign for\r\ninformation purposes only, and to assist persons in obtaining information\r\nabout or related to a domain name registration record. VeriSign does not\r\nguarantee its accuracy. By submitting a Whois query, you agree to abide\r\nby the following terms of use: You agree that you may use this Data only\r\nfor lawful purposes and that under no circumstances will you use this Data\r\nto: (1) allow, enable, or otherwise support the transmission of mass\r\nunsolicited, commercial advertising or solicitations via e-mail, telephone,\r\nor facsimile; or (2) enable high volume, automated, electronic processes\r\nthat apply to VeriSign (or its computer systems). The compilation,\r\nrepackaging, dissemination or other use of this Data is expressly\r\nprohibited without the prior written consent of VeriSign. You agree not to\r\nuse electronic processes that are automated and high-volume to access or\r\nquery the Whois database except as reasonably necessary to register\r\ndomain names or modify existing registrations. VeriSign reserves the right\r\nto restrict your access to the Whois database in its sole discretion to ensure\r\noperational stability.  VeriSign may restrict or terminate your access to the\r\nWhois database for failure to abide by these terms of use. VeriSign\r\nreserves the right to modify these terms at any time.\r\n\r\nThe Registry database contains ONLY .COM, .NET, .EDU domains and\r\nRegistrars.\r\n"
          },
          "timestamp": "1694231452"
      }
      修改于 2024-05-10 13:24:23
      上一页
      二维码解析
      下一页
      域名腾讯拦截状态查询
      Built with