💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# [域名whois查询](https://api.tjit.net/api/whois/) >[success] 查询域名的whois信息,国外域名较慢,cn国内域名较快。 ## 请求地址 > [https://api.tjit.net/api/whois/](https://api.tjit.net/api/whois/) > ***** ## 请求方式 > GET > ***** ## 请求参数 | 参数名 | 值 | | --- | --- | | key | 你申请的KEY | | domain | 要查的域名,顶级域名 | ## 返回示例 ``` {"domain":"TJIT.NET","contacts":null,"registrationDate":"2019\-09\-17T09:21:46Z","expirationDate":"2020\-09\-17T09:21:46Z","sponsoringRegistrar":"DNSPod, Inc.","domainStatus":"ok [https://icann.org/epp#ok](https://icann.org/epp#ok)","rawResponse":" Domain Name: TJIT.NET\\r\\n Registry Domain ID: 2434157445\_DOMAIN\_NET-VRSN\\r\\n Registrar WHOIS Server: whois.dnspod.com\\r\\n Registrar URL: http://www.dnspod.cn\\r\\n Updated Date: 2020\-03\-29T09:22:50Z\\r\\n Creation Date: 2019\-09\-17T09:21:46Z\\r\\n Registry Expiry Date: 2020\-09\-17T09:21:46Z\\r\\n Registrar: DNSPod, Inc.\\r\\n Registrar IANA ID: 1697\\r\\n Registrar Abuse Contact Email: [abuse@dnspod.com](mailto:abuse@dnspod.com)\\r\\n Registrar Abuse Contact Phone: +86.95716\\r\\n Domain Status: ok https://icann.org/epp#ok\\r\\n Name Server: NS3.DNSV2.COM\\r\\n Name Server: NS4.DNSV2.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: 2020\-08\-12T07:30:56Z <<<\\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","nameServer":\["NS3.DNSV2.COM","NS4.DNSV2.COM"\]} ``` ## 接口调试 ```[api] get:https://api.tjit.net/api/whois/ string:key#你申请的key string:domain=tjit.net#要查的域名,顶级域名 ```