WHOIS QUERY TIME

27 Apr 2024 - 7:19 AM UTC

REGISTRAR

IANA: 3775
Name: ALIBABA.COM SINGAPORE E-COMMERCE PRIVATE LIMITED

DOMAIN STATUS

ok

You can fetch the above results in JSON or XML format through our API:

https://api.bigdomaindata.com/?key=XXXXX&current_whois=lxx.name
For more details, kindly see our Current WHOIS API usage guide.
{
    "success": true,
    "query": {
        "current_whois": "lxx.name"
    },
    "count": {
        "total": 1,
        "relation": "eq",
        "current": 1
    },
    "results": [
        {
            "domain_name": "lxx.name",
            "domain_keyword": "lxx",
            "domain_tld": "name",
            "query_time": "2024-04-27 07:19:26",
            "registrar_iana": 3775,
            "registrar_name": "ALIBABA.COM SINGAPORE E-COMMERCE PRIVATE LIMITED",
            "domain_status": [
                "ok"
            ]
        }
    ],
    "stats": {
        "total_time": 0.035,
        "api_credits_used": 1,
        "cost_calculation": "current_whois [1 domain]"
    }
}
<root>
 <success>true</success>
 <query>
  <current_whois>lxx.name</current_whois>
 </query>
 <count>
  <total>1</total>
  <relation>eq</relation>
  <current>1</current>
 </count>
 <results>
  <value>
   <domain_name>lxx.name</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>name</domain_tld>
   <query_time>2024-04-27 07:19:26</query_time>
   <registrar_iana>3775</registrar_iana>
   <registrar_name>ALIBABA.COM SINGAPORE E-COMMERCE PRIVATE LIMITED</registrar_name>
   <domain_status>
    <value>ok</value>
   </domain_status>
  </value>
 </results>
 <stats>
  <total_time>0.035</total_time>
  <api_credits_used>1</api_credits_used>
  <cost_calculation>current_whois [1 domain]</cost_calculation>
 </stats>
</root>
We found a total of 2 historical WHOIS records (in 0.461 seconds) for "lxx.name" in our Historical WHOIS Database.
#1 - QUERY TIME

26 Dec 2015 - 12:00 AM UTC

Registered: 31 October 2011
Modified: 25 December 2015
Expiry: 31 October 2016

REGISTRAR

IANA: 120
Name: Xin Net Technology Corporation

NAME SERVERS

dns5.expirenotification.com
dns6.expirenotification.com

DOMAIN STATUS

ok

#2 - QUERY TIME

27 Apr 2024 - 7:19 AM UTC

REGISTRAR

IANA: 3775
Name: ALIBABA.COM SINGAPORE E-COMMERCE PRIVATE LIMITED

DOMAIN STATUS

ok

* Changes to the WHOIS data as compared with the previous record are highlighted in yellow.

You can fetch the above results in JSON or XML format through our API:

https://api.bigdomaindata.com/?key=XXXXX&database=historical&domain_name=lxx.name
For more details, kindly see our WHOIS History API usage guide.
{
    "success": true,
    "query": {
        "database": "historical",
        "domain_name": "lxx.name",
        "sort_by": "query_time",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 2,
        "relation": "eq",
        "current": 2
    },
    "unique_domains": "lxx.name",
    "results": [
        {
            "num": 1,
            "domain_name": "lxx.name",
            "domain_keyword": "lxx",
            "domain_tld": "name",
            "query_time": "2015-12-26 00:00:00",
            "create_date": "2011-10-31",
            "update_date": "2015-12-25",
            "expiry_date": "2016-10-31",
            "registrar_iana": 120,
            "registrar_name": "Xin Net Technology Corporation",
            "name_servers": [
                "dns5.expirenotification.com",
                "dns6.expirenotification.com"
            ],
            "domain_status": [
                "ok"
            ]
        },
        {
            "num": 2,
            "domain_name": "lxx.name",
            "domain_keyword": "lxx",
            "domain_tld": "name",
            "query_time": "2024-04-27 07:19:26",
            "registrar_iana": 3775,
            "registrar_name": "ALIBABA.COM SINGAPORE E-COMMERCE PRIVATE LIMITED",
            "domain_status": [
                "ok"
            ]
        }
    ],
    "stats": {
        "total_time": 0.461,
        "api_credits_used": 2,
        "cost_calculation": "1 (database[historical]) + 1 (search_fields[domain_name]) = 2"
    }
}
<root>
 <success>true</success>
 <query>
  <database>historical</database>
  <domain_name>lxx.name</domain_name>
  <sort_by>query_time</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>2</total>
  <relation>eq</relation>
  <current>2</current>
 </count>
 <unique_domains>lxx.name</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>lxx.name</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>name</domain_tld>
   <query_time>2015-12-26 00:00:00</query_time>
   <create_date>2011-10-31</create_date>
   <update_date>2015-12-25</update_date>
   <expiry_date>2016-10-31</expiry_date>
   <registrar_iana>120</registrar_iana>
   <registrar_name>Xin Net Technology Corporation</registrar_name>
   <name_servers>
    <value>dns5.expirenotification.com</value>
    <value>dns6.expirenotification.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
  </value>
  <value>
   <num>2</num>
   <domain_name>lxx.name</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>name</domain_tld>
   <query_time>2024-04-27 07:19:26</query_time>
   <registrar_iana>3775</registrar_iana>
   <registrar_name>ALIBABA.COM SINGAPORE E-COMMERCE PRIVATE LIMITED</registrar_name>
   <domain_status>
    <value>ok</value>
   </domain_status>
  </value>
 </results>
 <stats>
  <total_time>0.461</total_time>
  <api_credits_used>2</api_credits_used>
  <cost_calculation>1 (database[historical]) + 1 (search_fields[domain_name]) = 2</cost_calculation>
 </stats>
</root>
We found a total of 32 domain names (in 0.541 seconds) which contained the exact domain keyword "lxx".
Domain Name Registered Expiry Registrar Ownership
1 lxx.org 30 Aug 1998 29 Aug 2024 Sav.com, LLC Privacy Protection
2 lxx.co.uk 9 Sep 1999 9 Sep 2025 Dulwich Storage Company Ltd t/a Giraffe.co.uk [Tag = DULWICH] Dulwich Storage Company Ltd
3 lxx.com 19 Jan 2000 19 Jan 2030 GoDaddy Online Services Cayman Islands Ltd. Domains By Proxy, LLC
4 lxx.net 19 May 2000 19 May 2025 Alibaba Cloud Computing (Beijing) Co., Ltd. -
5 lxx.cn 8 Apr 2005 8 Apr 2025 厦门易名科技股份有限公司 陈以心
6 lxx.ru 22 Mar 2006 22 Mar 2025 RU-CENTER-RU NETGALAXY LTD
7 lxx.cc 19 Feb 2009 19 Feb 2025 Xin Net Technology Corporation REDACTED FOR PRIVACY
8 lxx.it 17 Apr 2012 1 May 2025 Puglia.com srls Puglia.com S.r.l.s.
9 lxx.co 14 Nov 2014 13 Nov 2024 InterNetX GmbH Cykon Technology Limited
10 lxx.vip 31 Aug 2016 31 Aug 2024 22net, Inc. LISUXIAO
11 lxx.world 7 Aug 2017 7 Aug 2024 GoDaddy.com, LLC Domains By Proxy, LLC
12 lxx.life 7 Aug 2017 7 Aug 2024 GoDaddy.com, LLC Domains By Proxy, LLC
13 lxx.wiki 9 Aug 2019 9 Aug 2024 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) lu xiao xiao
14 lxx.one 28 Oct 2019 28 Oct 2024 Key-Systems LLC REDACTED FOR PRIVACY
15 lxx.pub 19 Jan 2020 19 Jan 2025 Chengdu West Dimension Digital Technology Co., Ltd. Yi Bin Huang
16 lxx.uk 30 Jan 2020 30 Jan 2025 Elife Limited [Tag = ELIFE] -
17 lxx.plus 13 Apr 2020 13 Apr 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) Avalon
18 lxx.yn.cn 25 Jul 2020 25 Jul 2024 WEST263 INTERNATIONAL LIMITED 瞿周林
19 lxx.design 16 Sep 2020 16 Sep 2024 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) jiang men liang yan shi jue ke ji you xian gong si
20 lxx.quest 9 Oct 2021 9 Oct 2026 Namecheap Privacy service provided by Withheld for Privacy ehf
21 lxx.zone 22 Apr 2023 22 Apr 2033 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) Li Xin Xin
22 lxx.university 11 Dec 2023 11 Dec 2024 Tucows Domains Inc. Contact Privacy Inc. Customer 0169568666
23 lxx.news 11 Dec 2023 11 Dec 2024 Tucows Domains Inc. Contact Privacy Inc. Customer 0169568665
24 lxx.today 21 Dec 2023 21 Dec 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) zhi yu hu lian ke ji you xian gong si
25 lxx.pink 4 Feb 2024 4 Feb 2025 DNSPod, Inc. huangyijin
26 lxx.info 1 Mar 2024 1 Mar 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) yu qing qing
27 lxx.ink 17 Mar 2024 17 Mar 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) ma xiang
28 lxx.cab 2 May 2024 2 May 2025 DNSPod, Inc. liu yu
29 lxx.vin 2 May 2024 2 May 2025 DNSPod, Inc. liu yu
30 lxx.lol 10 Jun 2024 10 Jun 2025 Name.com, Inc -
31 lxx.eu - - Realtime Register B.V. -
32 lxx.name - - ALIBABA.COM SINGAPORE E-COMMERCE PRIVATE LIMITED -
33 lxx.im - 10 Jan 2024 - Redacted

The above results can be generated through the following API query:

https://api.bigdomaindata.com/?key=XXXXX&database=current&domain_keyword=lxx&sort_by=create_date
For more details, kindly see our Reverse WHOIS API usage guide.
{
    "success": true,
    "query": {
        "database": "current",
        "domain_keyword": "lxx",
        "sort_by": "create_date",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 33,
        "relation": "eq",
        "current": 33
    },
    "unique_domains": "lxx.org, lxx.co.uk, lxx.com, lxx.net, lxx.cn, lxx.ru, lxx.cc, lxx.it, lxx.co, lxx.vip, lxx.world, lxx.life, lxx.wiki, lxx.one, lxx.pub, lxx.uk, lxx.plus, lxx.yn.cn, lxx.design, lxx.quest, lxx.zone, lxx.university, lxx.news, lxx.today, lxx.pink, lxx.info, lxx.ink, lxx.cab, lxx.vin, lxx.lol, lxx.eu, lxx.name, lxx.im",
    "results": [
        {
            "num": 1,
            "domain_name": "lxx.org",
            "domain_keyword": "lxx",
            "domain_tld": "org",
            "query_time": "2024-04-27 07:19:27",
            "create_date": "1998-08-30",
            "update_date": "2023-10-02",
            "expiry_date": "2024-08-29",
            "registrar_iana": 609,
            "registrar_name": "Sav.com, LLC",
            "registrar_website": "http://sav.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy Protection",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "IL",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.bodis.com",
                "ns2.bodis.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "lxx.co.uk",
            "domain_keyword": "lxx",
            "domain_tld": "co.uk",
            "query_time": "2024-04-27 07:19:28",
            "create_date": "1999-09-09",
            "update_date": "2023-08-30",
            "expiry_date": "2025-09-09",
            "registrar_name": "Dulwich Storage Company Ltd t/a Giraffe.co.uk [Tag = DULWICH]",
            "registrar_website": "http://giraffe.co.uk",
            "registrant_name": "Dulwich Storage Company Ltd",
            "registrant_address": "35 Giant Arches Road, Dulwich, London, SE24 9HP, United Kingdom",
            "name_servers": [
                "a.giraffe.co.uk",
                "b.giraffe.co.uk"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 3,
            "domain_name": "lxx.com",
            "domain_keyword": "lxx",
            "domain_tld": "com",
            "query_time": "2024-05-30 13:39:43",
            "create_date": "2000-01-19",
            "update_date": "2023-04-12",
            "expiry_date": "2030-01-19",
            "registrar_iana": 1659,
            "registrar_name": "GoDaddy Online Services Cayman Islands Ltd.",
            "registrar_website": "http://uniregistry.com",
            "registrant_name": "Registration Private",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "DomainsByProxy.com, 2155 E Warner Rd",
            "registrant_city": "Tempe",
            "registrant_state": "Arizona",
            "registrant_zip": "85284",
            "registrant_country": "US",
            "registrant_email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=lxx.com",
            "registrant_phone": "+1.4806242599",
            "name_servers": [
                "ns1.mytrafficmanagement.com",
                "ns2.mytrafficmanagement.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "lxx.net",
            "domain_keyword": "lxx",
            "domain_tld": "net",
            "query_time": "2024-04-27 07:19:26",
            "create_date": "2000-05-19",
            "update_date": "2024-01-09",
            "expiry_date": "2025-05-19",
            "registrar_iana": 420,
            "registrar_name": "Alibaba Cloud Computing (Beijing) Co., Ltd.",
            "registrar_website": "http://www.net.cn",
            "registrant_state": "fu jian",
            "registrant_country": "CN",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "dns19.hichina.com",
                "dns20.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "lxx.cn",
            "domain_keyword": "lxx",
            "domain_tld": "cn",
            "query_time": "2024-05-21 01:15:36",
            "create_date": "2005-04-08",
            "expiry_date": "2025-04-08",
            "registrar_name": "厦门易名科技股份有限公司",
            "registrant_name": "陈以心",
            "registrant_email": "[email protected]",
            "name_servers": [
                "ns3.dns.com",
                "ns4.dns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "lxx.ru",
            "domain_keyword": "lxx",
            "domain_tld": "ru",
            "query_time": "2024-05-03 08:15:42",
            "create_date": "2006-03-22",
            "expiry_date": "2025-03-22",
            "registrar_name": "RU-CENTER-RU",
            "registrant_company": "NETGALAXY LTD",
            "name_servers": [
                "ns3.salenames.ru",
                "ns4.salenames.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 7,
            "domain_name": "lxx.cc",
            "domain_keyword": "lxx",
            "domain_tld": "cc",
            "query_time": "2024-05-26 04:49:48",
            "create_date": "2009-02-19",
            "update_date": "2024-01-14",
            "expiry_date": "2025-02-19",
            "registrar_iana": 120,
            "registrar_name": "Xin Net Technology Corporation",
            "registrar_website": "http://www.xinnet.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "GD",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "link at http://whois.xinnet.com/sendemail/lxx.cc",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 8,
            "domain_name": "lxx.it",
            "domain_keyword": "lxx",
            "domain_tld": "it",
            "query_time": "2024-05-19 11:09:47",
            "create_date": "2012-04-17",
            "update_date": "2024-05-17",
            "expiry_date": "2025-05-01",
            "registrar_name": "Puglia.com srls",
            "registrar_website": "http://puglia.com",
            "registrant_company": "Puglia.com S.r.l.s.",
            "registrant_address": "Via 16 Settembre 1959 N. 8",
            "registrant_city": "Barletta",
            "registrant_state": "BT",
            "registrant_zip": "76121",
            "registrant_country": "IT",
            "name_servers": [
                "ns1.bodis.com",
                "ns2.bodis.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 9,
            "domain_name": "lxx.co",
            "domain_keyword": "lxx",
            "domain_tld": "co",
            "query_time": "2024-04-27 07:19:26",
            "create_date": "2014-11-14",
            "update_date": "2023-11-17",
            "expiry_date": "2024-11-13",
            "registrar_iana": 55555,
            "registrar_name": "InterNetX GmbH",
            "registrar_website": "https://www.internetx.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Cykon Technology Limited",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "HK",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "HK",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.eftydns.com",
                "ns2.eftydns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "lxx.vip",
            "domain_keyword": "lxx",
            "domain_tld": "vip",
            "query_time": "2024-04-27 07:19:27",
            "create_date": "2016-08-31",
            "update_date": "2023-06-26",
            "expiry_date": "2024-08-31",
            "registrar_iana": 1555,
            "registrar_name": "22net, Inc.",
            "registrar_website": "www.22.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "LISUXIAO",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ZHEJIANG",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "pk1.22.cn",
                "pk2.22.cn"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 11,
            "domain_name": "lxx.world",
            "domain_keyword": "lxx",
            "domain_tld": "world",
            "query_time": "2024-04-27 07:19:27",
            "create_date": "2017-08-07",
            "update_date": "2023-09-21",
            "expiry_date": "2024-08-07",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com/domains/search.aspx?ci=8990",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns61.domaincontrol.com",
                "ns62.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 12,
            "domain_name": "lxx.life",
            "domain_keyword": "lxx",
            "domain_tld": "life",
            "query_time": "2024-04-27 07:19:26",
            "create_date": "2017-08-07",
            "update_date": "2023-09-21",
            "expiry_date": "2024-08-07",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com/domains/search.aspx?ci=8990",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns61.domaincontrol.com",
                "ns62.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 13,
            "domain_name": "lxx.wiki",
            "domain_keyword": "lxx",
            "domain_tld": "wiki",
            "query_time": "2024-04-27 07:19:27",
            "create_date": "2019-08-09",
            "update_date": "2019-09-26",
            "expiry_date": "2024-08-09",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "www.net.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "lu xiao xiao",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "liao ning",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns19.hichina.com",
                "dns20.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 14,
            "domain_name": "lxx.one",
            "domain_keyword": "lxx",
            "domain_tld": "one",
            "query_time": "2024-06-12 21:44:19",
            "create_date": "2019-10-28",
            "update_date": "2024-06-07",
            "expiry_date": "2024-10-28",
            "registrar_iana": 1345,
            "registrar_name": "Key-Systems LLC",
            "registrar_website": "http://key-systems.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns.dns1.de",
                "dns.dns2.de",
                "dns.dns3.de",
                "dns.dns4.de"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 15,
            "domain_name": "lxx.pub",
            "domain_keyword": "lxx",
            "domain_tld": "pub",
            "query_time": "2024-04-27 07:19:27",
            "create_date": "2020-01-19",
            "update_date": "2020-04-21",
            "expiry_date": "2025-01-19",
            "registrar_iana": 1556,
            "registrar_name": "Chengdu West Dimension Digital Technology Co., Ltd.",
            "registrar_website": "http://www.west.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Yi Bin Huang",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Fu Jian",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 16,
            "domain_name": "lxx.uk",
            "domain_keyword": "lxx",
            "domain_tld": "uk",
            "query_time": "2024-06-12 21:44:19",
            "create_date": "2020-01-30",
            "update_date": "2024-05-18",
            "expiry_date": "2025-01-30",
            "registrar_name": "Elife Limited [Tag = ELIFE]",
            "registrar_website": "https://www.domainstore.uk",
            "name_servers": [
                "ns1.brandable.uk",
                "ns2.brandable.uk"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 17,
            "domain_name": "lxx.plus",
            "domain_keyword": "lxx",
            "domain_tld": "plus",
            "query_time": "2024-05-03 20:41:59",
            "create_date": "2020-04-13",
            "update_date": "2024-04-14",
            "expiry_date": "2025-04-13",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn/about/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Avalon",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "BEIJING",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "expirens3.hichina.com",
                "expirens4.hichina.com"
            ],
            "domain_status": [
                "autoRenewPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 18,
            "domain_name": "lxx.yn.cn",
            "domain_keyword": "lxx",
            "domain_tld": "yn.cn",
            "query_time": "2024-06-12 21:44:19",
            "create_date": "2020-07-25",
            "expiry_date": "2024-07-25",
            "registrar_name": "WEST263 INTERNATIONAL LIMITED",
            "registrant_name": "瞿周林",
            "registrant_email": "[email protected]",
            "name_servers": [
                "jm1.dns.com",
                "jm2.dns.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 19,
            "domain_name": "lxx.design",
            "domain_keyword": "lxx",
            "domain_tld": "design",
            "query_time": "2024-05-26 04:49:48",
            "create_date": "2020-09-16",
            "update_date": "2023-08-08",
            "expiry_date": "2024-09-16",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "www.net.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "jiang men liang yan shi jue ke ji you xian gong si",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "guang dong",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns7.hichina.com",
                "dns8.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 20,
            "domain_name": "lxx.quest",
            "domain_keyword": "lxx",
            "domain_tld": "quest",
            "query_time": "2024-05-26 04:49:48",
            "create_date": "2021-10-09",
            "update_date": "2023-08-31",
            "expiry_date": "2026-10-09",
            "registrar_iana": 1068,
            "registrar_name": "Namecheap",
            "registrar_website": "https://namecheap.com",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_state": "Capital Region",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.digitalocean.com",
                "ns2.digitalocean.com",
                "ns3.digitalocean.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 21,
            "domain_name": "lxx.zone",
            "domain_keyword": "lxx",
            "domain_tld": "zone",
            "query_time": "2024-05-21 01:15:36",
            "create_date": "2023-04-22",
            "update_date": "2023-04-27",
            "expiry_date": "2033-04-22",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn/about/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Li Xin Xin",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Zhe Jiang",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns3.hichina.com",
                "dns4.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 22,
            "domain_name": "lxx.university",
            "domain_keyword": "lxx",
            "domain_tld": "university",
            "query_time": "2024-06-12 21:44:19",
            "create_date": "2023-12-11",
            "update_date": "2023-12-16",
            "expiry_date": "2024-12-11",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 0169568666",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.p01.nsone.net",
                "dns2.p01.nsone.net",
                "dns3.p01.nsone.net",
                "dns4.p01.nsone.net",
                "ns01.squarespacedns.com",
                "ns02.squarespacedns.com",
                "ns03.squarespacedns.com",
                "ns04.squarespacedns.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 23,
            "domain_name": "lxx.news",
            "domain_keyword": "lxx",
            "domain_tld": "news",
            "query_time": "2024-06-12 21:44:19",
            "create_date": "2023-12-11",
            "update_date": "2023-12-16",
            "expiry_date": "2024-12-11",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 0169568665",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.p09.nsone.net",
                "dns2.p09.nsone.net",
                "dns3.p09.nsone.net",
                "dns4.p09.nsone.net",
                "ns01.squarespacedns.com",
                "ns02.squarespacedns.com",
                "ns03.squarespacedns.com",
                "ns04.squarespacedns.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 24,
            "domain_name": "lxx.today",
            "domain_keyword": "lxx",
            "domain_tld": "today",
            "query_time": "2024-05-03 20:41:59",
            "create_date": "2023-12-21",
            "update_date": "2023-12-29",
            "expiry_date": "2025-12-21",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn/about/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "zhi yu hu lian ke ji you xian gong si",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "bei jing",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns31.hichina.com",
                "dns32.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 25,
            "domain_name": "lxx.pink",
            "domain_keyword": "lxx",
            "domain_tld": "pink",
            "query_time": "2024-05-26 04:49:48",
            "create_date": "2024-02-04",
            "update_date": "2024-02-09",
            "expiry_date": "2025-02-04",
            "registrar_iana": 1697,
            "registrar_name": "DNSPod, Inc.",
            "registrar_website": "https://www.dnspod.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "huangyijin",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "guang xi zhuang zu zi zhi qu",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "angle.dnspod.net",
                "sandwich.dnspod.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 26,
            "domain_name": "lxx.info",
            "domain_keyword": "lxx",
            "domain_tld": "info",
            "query_time": "2024-05-09 07:46:30",
            "create_date": "2024-03-01",
            "update_date": "2024-03-06",
            "expiry_date": "2025-03-01",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn/about/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "yu qing qing",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "jiang su",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ee5ff475.verify.hn",
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 27,
            "domain_name": "lxx.ink",
            "domain_keyword": "lxx",
            "domain_tld": "ink",
            "query_time": "2024-05-19 11:09:47",
            "create_date": "2024-03-17",
            "update_date": "2024-03-22",
            "expiry_date": "2025-03-17",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "www.net.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "ma xiang",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "shan dong",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns10.hichina.com",
                "dns9.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 28,
            "domain_name": "lxx.cab",
            "domain_keyword": "lxx",
            "domain_tld": "cab",
            "query_time": "2024-05-04 14:23:13",
            "create_date": "2024-05-02",
            "update_date": "2024-05-02",
            "expiry_date": "2025-05-02",
            "registrar_iana": 1697,
            "registrar_name": "DNSPod, Inc.",
            "registrar_website": "https://www.dnspod.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "liu yu",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "liao ning sheng",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "burke.dnspod.net",
                "caroline.dnspod.net"
            ],
            "domain_status": [
                "addPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 29,
            "domain_name": "lxx.vin",
            "domain_keyword": "lxx",
            "domain_tld": "vin",
            "query_time": "2024-05-05 17:08:19",
            "create_date": "2024-05-02",
            "update_date": "2024-05-02",
            "expiry_date": "2025-05-02",
            "registrar_iana": 1697,
            "registrar_name": "DNSPod, Inc.",
            "registrar_website": "https://www.dnspod.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "liu yu",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "liao ning sheng",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "khloe.ns.cloudflare.com",
                "rocky.ns.cloudflare.com"
            ],
            "domain_status": [
                "addPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 30,
            "domain_name": "lxx.lol",
            "domain_keyword": "lxx",
            "domain_tld": "lol",
            "query_time": "2024-06-12 16:20:39",
            "create_date": "2024-06-10",
            "update_date": "2024-06-10",
            "expiry_date": "2025-06-10",
            "registrar_iana": 625,
            "registrar_name": "Name.com, Inc",
            "registrar_website": "http://www.name.com/",
            "registrant_state": "fujian",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "garrett.ns.cloudflare.com",
                "nena.ns.cloudflare.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 31,
            "domain_name": "lxx.eu",
            "domain_keyword": "lxx",
            "domain_tld": "eu",
            "query_time": "2024-05-05 21:55:22",
            "registrar_name": "Realtime Register B.V.",
            "registrar_website": "https://www.realtimeregister.com",
            "name_servers": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ]
        },
        {
            "num": 32,
            "domain_name": "lxx.name",
            "domain_keyword": "lxx",
            "domain_tld": "name",
            "query_time": "2024-04-27 07:19:26",
            "registrar_iana": 3775,
            "registrar_name": "ALIBABA.COM SINGAPORE E-COMMERCE PRIVATE LIMITED",
            "domain_status": [
                "ok"
            ]
        },
        {
            "num": 33,
            "domain_name": "lxx.im",
            "domain_keyword": "lxx",
            "domain_tld": "im",
            "query_time": "2024-06-02 10:32:13",
            "expiry_date": "2024-01-10",
            "registrant_name": "Redacted",
            "name_servers": [
                "alan.ns.cloudflare.com",
                "dara.ns.cloudflare.com"
            ]
        }
    ],
    "stats": {
        "total_time": 0.541,
        "api_credits_used": 1,
        "cost_calculation": "1 (search_fields[domain_keyword])"
    }
}
<root>
 <success>true</success>
 <query>
  <database>current</database>
  <domain_keyword>lxx</domain_keyword>
  <sort_by>create_date</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>33</total>
  <relation>eq</relation>
  <current>33</current>
 </count>
 <unique_domains>lxx.org, lxx.co.uk, lxx.com, lxx.net, lxx.cn, lxx.ru, lxx.cc, lxx.it, lxx.co, lxx.vip, lxx.world, lxx.life, lxx.wiki, lxx.one, lxx.pub, lxx.uk, lxx.plus, lxx.yn.cn, lxx.design, lxx.quest, lxx.zone, lxx.university, lxx.news, lxx.today, lxx.pink, lxx.info, lxx.ink, lxx.cab, lxx.vin, lxx.lol, lxx.eu, lxx.name, lxx.im</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>lxx.org</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-27 07:19:27</query_time>
   <create_date>1998-08-30</create_date>
   <update_date>2023-10-02</update_date>
   <expiry_date>2024-08-29</expiry_date>
   <registrar_iana>609</registrar_iana>
   <registrar_name>Sav.com, LLC</registrar_name>
   <registrar_website>http://sav.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy Protection</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>IL</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.bodis.com</value>
    <value>ns2.bodis.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>lxx.co.uk</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-27 07:19:28</query_time>
   <create_date>1999-09-09</create_date>
   <update_date>2023-08-30</update_date>
   <expiry_date>2025-09-09</expiry_date>
   <registrar_name>Dulwich Storage Company Ltd t/a Giraffe.co.uk [Tag = DULWICH]</registrar_name>
   <registrar_website>http://giraffe.co.uk</registrar_website>
   <registrant_name>Dulwich Storage Company Ltd</registrant_name>
   <registrant_address>35 Giant Arches Road, Dulwich, London, SE24 9HP, United Kingdom</registrant_address>
   <name_servers>
    <value>a.giraffe.co.uk</value>
    <value>b.giraffe.co.uk</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>3</num>
   <domain_name>lxx.com</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-30 13:39:43</query_time>
   <create_date>2000-01-19</create_date>
   <update_date>2023-04-12</update_date>
   <expiry_date>2030-01-19</expiry_date>
   <registrar_iana>1659</registrar_iana>
   <registrar_name>GoDaddy Online Services Cayman Islands Ltd.</registrar_name>
   <registrar_website>http://uniregistry.com</registrar_website>
   <registrant_name>Registration Private</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>DomainsByProxy.com, 2155 E Warner Rd</registrant_address>
   <registrant_city>Tempe</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>85284</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=lxx.com</registrant_email>
   <registrant_phone>+1.4806242599</registrant_phone>
   <name_servers>
    <value>ns1.mytrafficmanagement.com</value>
    <value>ns2.mytrafficmanagement.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>lxx.net</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-27 07:19:26</query_time>
   <create_date>2000-05-19</create_date>
   <update_date>2024-01-09</update_date>
   <expiry_date>2025-05-19</expiry_date>
   <registrar_iana>420</registrar_iana>
   <registrar_name>Alibaba Cloud Computing (Beijing) Co., Ltd.</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <registrant_state>fu jian</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</registrant_email>
   <name_servers>
    <value>dns19.hichina.com</value>
    <value>dns20.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>5</num>
   <domain_name>lxx.cn</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-05-21 01:15:36</query_time>
   <create_date>2005-04-08</create_date>
   <expiry_date>2025-04-08</expiry_date>
   <registrar_name>厦门易名科技股份有限公司</registrar_name>
   <registrant_name>陈以心</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>ns3.dns.com</value>
    <value>ns4.dns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>lxx.ru</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 08:15:42</query_time>
   <create_date>2006-03-22</create_date>
   <expiry_date>2025-03-22</expiry_date>
   <registrar_name>RU-CENTER-RU</registrar_name>
   <registrant_company>NETGALAXY LTD</registrant_company>
   <name_servers>
    <value>ns3.salenames.ru</value>
    <value>ns4.salenames.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>7</num>
   <domain_name>lxx.cc</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>cc</domain_tld>
   <query_time>2024-05-26 04:49:48</query_time>
   <create_date>2009-02-19</create_date>
   <update_date>2024-01-14</update_date>
   <expiry_date>2025-02-19</expiry_date>
   <registrar_iana>120</registrar_iana>
   <registrar_name>Xin Net Technology Corporation</registrar_name>
   <registrar_website>http://www.xinnet.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>GD</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>link at http://whois.xinnet.com/sendemail/lxx.cc</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>lxx.it</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>it</domain_tld>
   <query_time>2024-05-19 11:09:47</query_time>
   <create_date>2012-04-17</create_date>
   <update_date>2024-05-17</update_date>
   <expiry_date>2025-05-01</expiry_date>
   <registrar_name>Puglia.com srls</registrar_name>
   <registrar_website>http://puglia.com</registrar_website>
   <registrant_company>Puglia.com S.r.l.s.</registrant_company>
   <registrant_address>Via 16 Settembre 1959 N. 8</registrant_address>
   <registrant_city>Barletta</registrant_city>
   <registrant_state>BT</registrant_state>
   <registrant_zip>76121</registrant_zip>
   <registrant_country>IT</registrant_country>
   <name_servers>
    <value>ns1.bodis.com</value>
    <value>ns2.bodis.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>9</num>
   <domain_name>lxx.co</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>co</domain_tld>
   <query_time>2024-04-27 07:19:26</query_time>
   <create_date>2014-11-14</create_date>
   <update_date>2023-11-17</update_date>
   <expiry_date>2024-11-13</expiry_date>
   <registrar_iana>55555</registrar_iana>
   <registrar_name>InterNetX GmbH</registrar_name>
   <registrar_website>https://www.internetx.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Cykon Technology Limited</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>HK</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>HK</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.eftydns.com</value>
    <value>ns2.eftydns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>10</num>
   <domain_name>lxx.vip</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>vip</domain_tld>
   <query_time>2024-04-27 07:19:27</query_time>
   <create_date>2016-08-31</create_date>
   <update_date>2023-06-26</update_date>
   <expiry_date>2024-08-31</expiry_date>
   <registrar_iana>1555</registrar_iana>
   <registrar_name>22net, Inc.</registrar_name>
   <registrar_website>www.22.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>LISUXIAO</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ZHEJIANG</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>pk1.22.cn</value>
    <value>pk2.22.cn</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>11</num>
   <domain_name>lxx.world</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>world</domain_tld>
   <query_time>2024-04-27 07:19:27</query_time>
   <create_date>2017-08-07</create_date>
   <update_date>2023-09-21</update_date>
   <expiry_date>2024-08-07</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com/domains/search.aspx?ci=8990</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns61.domaincontrol.com</value>
    <value>ns62.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>12</num>
   <domain_name>lxx.life</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>life</domain_tld>
   <query_time>2024-04-27 07:19:26</query_time>
   <create_date>2017-08-07</create_date>
   <update_date>2023-09-21</update_date>
   <expiry_date>2024-08-07</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com/domains/search.aspx?ci=8990</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns61.domaincontrol.com</value>
    <value>ns62.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>13</num>
   <domain_name>lxx.wiki</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>wiki</domain_tld>
   <query_time>2024-04-27 07:19:27</query_time>
   <create_date>2019-08-09</create_date>
   <update_date>2019-09-26</update_date>
   <expiry_date>2024-08-09</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>lu xiao xiao</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>liao ning</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns19.hichina.com</value>
    <value>dns20.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>14</num>
   <domain_name>lxx.one</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>one</domain_tld>
   <query_time>2024-06-12 21:44:19</query_time>
   <create_date>2019-10-28</create_date>
   <update_date>2024-06-07</update_date>
   <expiry_date>2024-10-28</expiry_date>
   <registrar_iana>1345</registrar_iana>
   <registrar_name>Key-Systems LLC</registrar_name>
   <registrar_website>http://key-systems.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns.dns1.de</value>
    <value>dns.dns2.de</value>
    <value>dns.dns3.de</value>
    <value>dns.dns4.de</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>15</num>
   <domain_name>lxx.pub</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>pub</domain_tld>
   <query_time>2024-04-27 07:19:27</query_time>
   <create_date>2020-01-19</create_date>
   <update_date>2020-04-21</update_date>
   <expiry_date>2025-01-19</expiry_date>
   <registrar_iana>1556</registrar_iana>
   <registrar_name>Chengdu West Dimension Digital Technology Co., Ltd.</registrar_name>
   <registrar_website>http://www.west.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Yi Bin Huang</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Fu Jian</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>16</num>
   <domain_name>lxx.uk</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-06-12 21:44:19</query_time>
   <create_date>2020-01-30</create_date>
   <update_date>2024-05-18</update_date>
   <expiry_date>2025-01-30</expiry_date>
   <registrar_name>Elife Limited [Tag = ELIFE]</registrar_name>
   <registrar_website>https://www.domainstore.uk</registrar_website>
   <name_servers>
    <value>ns1.brandable.uk</value>
    <value>ns2.brandable.uk</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>17</num>
   <domain_name>lxx.plus</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>plus</domain_tld>
   <query_time>2024-05-03 20:41:59</query_time>
   <create_date>2020-04-13</create_date>
   <update_date>2024-04-14</update_date>
   <expiry_date>2025-04-13</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn/about/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Avalon</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>BEIJING</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>expirens3.hichina.com</value>
    <value>expirens4.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>18</num>
   <domain_name>lxx.yn.cn</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>yn.cn</domain_tld>
   <query_time>2024-06-12 21:44:19</query_time>
   <create_date>2020-07-25</create_date>
   <expiry_date>2024-07-25</expiry_date>
   <registrar_name>WEST263 INTERNATIONAL LIMITED</registrar_name>
   <registrant_name>瞿周林</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>jm1.dns.com</value>
    <value>jm2.dns.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>19</num>
   <domain_name>lxx.design</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>design</domain_tld>
   <query_time>2024-05-26 04:49:48</query_time>
   <create_date>2020-09-16</create_date>
   <update_date>2023-08-08</update_date>
   <expiry_date>2024-09-16</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>jiang men liang yan shi jue ke ji you xian gong si</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>guang dong</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns7.hichina.com</value>
    <value>dns8.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>20</num>
   <domain_name>lxx.quest</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>quest</domain_tld>
   <query_time>2024-05-26 04:49:48</query_time>
   <create_date>2021-10-09</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2026-10-09</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>Namecheap</registrar_name>
   <registrar_website>https://namecheap.com</registrar_website>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_state>Capital Region</registrant_state>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.digitalocean.com</value>
    <value>ns2.digitalocean.com</value>
    <value>ns3.digitalocean.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>21</num>
   <domain_name>lxx.zone</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>zone</domain_tld>
   <query_time>2024-05-21 01:15:36</query_time>
   <create_date>2023-04-22</create_date>
   <update_date>2023-04-27</update_date>
   <expiry_date>2033-04-22</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn/about/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Li Xin Xin</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Zhe Jiang</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns3.hichina.com</value>
    <value>dns4.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>22</num>
   <domain_name>lxx.university</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>university</domain_tld>
   <query_time>2024-06-12 21:44:19</query_time>
   <create_date>2023-12-11</create_date>
   <update_date>2023-12-16</update_date>
   <expiry_date>2024-12-11</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 0169568666</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.p01.nsone.net</value>
    <value>dns2.p01.nsone.net</value>
    <value>dns3.p01.nsone.net</value>
    <value>dns4.p01.nsone.net</value>
    <value>ns01.squarespacedns.com</value>
    <value>ns02.squarespacedns.com</value>
    <value>ns03.squarespacedns.com</value>
    <value>ns04.squarespacedns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>23</num>
   <domain_name>lxx.news</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>news</domain_tld>
   <query_time>2024-06-12 21:44:19</query_time>
   <create_date>2023-12-11</create_date>
   <update_date>2023-12-16</update_date>
   <expiry_date>2024-12-11</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 0169568665</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.p09.nsone.net</value>
    <value>dns2.p09.nsone.net</value>
    <value>dns3.p09.nsone.net</value>
    <value>dns4.p09.nsone.net</value>
    <value>ns01.squarespacedns.com</value>
    <value>ns02.squarespacedns.com</value>
    <value>ns03.squarespacedns.com</value>
    <value>ns04.squarespacedns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>24</num>
   <domain_name>lxx.today</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>today</domain_tld>
   <query_time>2024-05-03 20:41:59</query_time>
   <create_date>2023-12-21</create_date>
   <update_date>2023-12-29</update_date>
   <expiry_date>2025-12-21</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn/about/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>zhi yu hu lian ke ji you xian gong si</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>bei jing</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns31.hichina.com</value>
    <value>dns32.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>25</num>
   <domain_name>lxx.pink</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>pink</domain_tld>
   <query_time>2024-05-26 04:49:48</query_time>
   <create_date>2024-02-04</create_date>
   <update_date>2024-02-09</update_date>
   <expiry_date>2025-02-04</expiry_date>
   <registrar_iana>1697</registrar_iana>
   <registrar_name>DNSPod, Inc.</registrar_name>
   <registrar_website>https://www.dnspod.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>huangyijin</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>guang xi zhuang zu zi zhi qu</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>angle.dnspod.net</value>
    <value>sandwich.dnspod.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>26</num>
   <domain_name>lxx.info</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-09 07:46:30</query_time>
   <create_date>2024-03-01</create_date>
   <update_date>2024-03-06</update_date>
   <expiry_date>2025-03-01</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn/about/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>yu qing qing</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>jiang su</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ee5ff475.verify.hn</value>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>27</num>
   <domain_name>lxx.ink</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>ink</domain_tld>
   <query_time>2024-05-19 11:09:47</query_time>
   <create_date>2024-03-17</create_date>
   <update_date>2024-03-22</update_date>
   <expiry_date>2025-03-17</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>ma xiang</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>shan dong</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns10.hichina.com</value>
    <value>dns9.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>28</num>
   <domain_name>lxx.cab</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>cab</domain_tld>
   <query_time>2024-05-04 14:23:13</query_time>
   <create_date>2024-05-02</create_date>
   <update_date>2024-05-02</update_date>
   <expiry_date>2025-05-02</expiry_date>
   <registrar_iana>1697</registrar_iana>
   <registrar_name>DNSPod, Inc.</registrar_name>
   <registrar_website>https://www.dnspod.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>liu yu</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>liao ning sheng</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>burke.dnspod.net</value>
    <value>caroline.dnspod.net</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>29</num>
   <domain_name>lxx.vin</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>vin</domain_tld>
   <query_time>2024-05-05 17:08:19</query_time>
   <create_date>2024-05-02</create_date>
   <update_date>2024-05-02</update_date>
   <expiry_date>2025-05-02</expiry_date>
   <registrar_iana>1697</registrar_iana>
   <registrar_name>DNSPod, Inc.</registrar_name>
   <registrar_website>https://www.dnspod.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>liu yu</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>liao ning sheng</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>khloe.ns.cloudflare.com</value>
    <value>rocky.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>30</num>
   <domain_name>lxx.lol</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>lol</domain_tld>
   <query_time>2024-06-12 16:20:39</query_time>
   <create_date>2024-06-10</create_date>
   <update_date>2024-06-10</update_date>
   <expiry_date>2025-06-10</expiry_date>
   <registrar_iana>625</registrar_iana>
   <registrar_name>Name.com, Inc</registrar_name>
   <registrar_website>http://www.name.com/</registrar_website>
   <registrant_state>fujian</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>garrett.ns.cloudflare.com</value>
    <value>nena.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>31</num>
   <domain_name>lxx.eu</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>eu</domain_tld>
   <query_time>2024-05-05 21:55:22</query_time>
   <registrar_name>Realtime Register B.V.</registrar_name>
   <registrar_website>https://www.realtimeregister.com</registrar_website>
   <name_servers>
    <value>ns1.sedoparking.com</value>
    <value>ns2.sedoparking.com</value>
   </name_servers>
  </value>
  <value>
   <num>32</num>
   <domain_name>lxx.name</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>name</domain_tld>
   <query_time>2024-04-27 07:19:26</query_time>
   <registrar_iana>3775</registrar_iana>
   <registrar_name>ALIBABA.COM SINGAPORE E-COMMERCE PRIVATE LIMITED</registrar_name>
   <domain_status>
    <value>ok</value>
   </domain_status>
  </value>
  <value>
   <num>33</num>
   <domain_name>lxx.im</domain_name>
   <domain_keyword>lxx</domain_keyword>
   <domain_tld>im</domain_tld>
   <query_time>2024-06-02 10:32:13</query_time>
   <expiry_date>2024-01-10</expiry_date>
   <registrant_name>Redacted</registrant_name>
   <name_servers>
    <value>alan.ns.cloudflare.com</value>
    <value>dara.ns.cloudflare.com</value>
   </name_servers>
  </value>
 </results>
 <stats>
  <total_time>0.541</total_time>
  <api_credits_used>1</api_credits_used>
  <cost_calculation>1 (search_fields[domain_keyword])</cost_calculation>
 </stats>
</root>
We found a total of 5,008 domain names (in 0.521 seconds) which look and sound like the brand name "lxx".
Domain Name Registered Expiry Registrar Ownership
1 lfx.pl 5 Feb 2004 4 Feb 2025 Consulting Service Sp. z o.o. -
2 ljx.vip 31 Aug 2016 31 Aug 2024 22net, Inc. LISUXIAO
3 slxx.com 4 Jun 2002 4 Jun 2024 22net, Inc. -
4 laxx.net 2 Oct 2014 2 Oct 2024 Dynadot12 LLC -
5 gxx.lat 24 Oct 2022 24 Oct 2024 Marcaria.com International, Inc. -
6 lxa.co.jp 21 Jan 2015 - - LUXIA
7 lxq.vip 31 Aug 2016 31 Aug 2024 22net, Inc. LISUXIAO
8 lxe.org 6 Feb 2000 6 Feb 2025 GoDaddy.com, LLC NameFind LLC
9 lex.mov 31 Jul 2023 31 Jul 2024 CSC Corporate Domains, Inc. Lex Autolease Limited
10 0xx.fun 27 Feb 2024 27 Feb 2025 DNSPod, Inc. TencentCloud
11 lxtx.shop 16 Jan 2024 16 Jan 2025 Alibaba Cloud Computing Ltd. -
12 lxwx.net 24 Jun 2022 24 Jun 2027 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) -
13 vlxx.lol 13 Sep 2021 13 Sep 2024 Namecheap Privacy service provided by Withheld for Privacy ehf
14 l3x.top 26 Apr 2023 26 Apr 2025 Eranet International Limited cheng de pei
15 yxx.biz 30 Jul 2015 29 Jul 2024 PSI-USA, Inc. dba Domain Robot Cykon Technology Limited
16 lox.info 5 Oct 2001 5 Oct 2024 Key-Systems GmbH REDACTED FOR PRIVACY
17 l-x.uk 3 Jul 2019 3 Jul 2025 ANY-Web Limited [Tag = ANY-WEB] -
18 lxw.eu - - Really Useful Domains Ltd -
19 lx1.icu 7 Aug 2023 7 Aug 2024 Namecheap Privacy service provided by Withheld for Privacy ehf
20 lsx.exchange 1 Aug 2014 1 Aug 2024 PSI-USA, Inc. dba Domain Robot Lang & Schwarz TradeCenter AG & Co. KG
21 lsxx.org 24 Dec 2019 24 Dec 2024 Gname.com Pte. Ltd. REDACTED FOR PRIVACY
22 1xx.com 17 Jan 2001 17 Jan 2025 GoDaddy.com, LLC -
23 lexx.me 18 Feb 2020 18 Feb 2025 Key-Systems GmbH Internet Invest, Ltd. dba Imena.ua
24 lex.pl 31 Jan 1997 31 Dec 2024 Domena.pl sp. z o.o. -
25 l6x.net 11 Sep 2006 11 Sep 2024 Moniker Online Services LLC REDACTED FOR PRIVACY
26 xlxx.party 21 Dec 2022 21 Dec 2024 Dynadot Inc REDACTED FOR PRIVACY
27 lxr.hu 8 Jul 2009 - - -
28 vlxx.us 10 May 2022 10 May 2025 Spaceship, Inc. Michael Nava
29 lxtx.tech 29 Mar 2019 29 Mar 2029 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) GuYueFeng
30 lex.digital 25 Aug 2023 25 Aug 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
31 jxx.xyz 16 Oct 2021 16 Oct 2024 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) caowei
32 sxx.moe 29 Jun 2021 29 Jun 2024 Gandi SAS REDACTED FOR PRIVACY
33 lx8.co 21 Mar 2023 21 Mar 2026 GoDaddy.com, LLC Domains By Proxy, LLC
34 lrxx.fun 23 Jun 2023 23 Jun 2033 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) sui ning ai li ke ji you xian gong si
35 lrx.one 31 Dec 2021 31 Dec 2024 PDR Ltd. d/b/a PublicDomainRegistry.com Internet Invest, Ltd. dba Imena.ua
36 lxn.cool 30 Jan 2022 30 Jan 2028 DNSPod, Inc. Liu Xia Nan
37 lxr.be 11 Sep 2014 - Cronon GmbH -
38 vlxx.autos 22 Jun 2023 22 Jun 2024 Porkbun, LLC Private by Design, LLC
39 lmx.wien 11 Mar 2016 11 Mar 2025 Ledl.net GmbH Moser Hans
40 axx.me.uk 17 Oct 2006 17 Oct 2025 Imaginet Ltd [Tag = IMAGINET] -
41 mxx.com 29 Apr 1998 28 Apr 2025 GoDaddy.com, LLC -
42 ixx.asia 1 Sep 2023 1 Sep 2024 DNSPod, Inc. Chen Tao
43 zxx.ooo 13 Jun 2023 13 Jun 2032 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
44 l0x.top 31 May 2023 31 May 2025 Gname.com Pte. Ltd. REDACTED FOR PRIVACY
45 flxx.top 25 Feb 2023 25 Feb 2025 NameSilo,LLC PrivacyGuardian.org llc
46 uxx.app 20 Jan 2022 20 Jan 2025 Name.com, Inc. Domain Protection Services, Inc.
47 lgx.ro 20 Apr 2011 17 Jul 2031 Internet Resources Management SRL -
48 lhx.cool 27 Apr 2022 27 Apr 2027 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) Fang Yu Peng
49 lux.lease 27 Sep 2023 27 Sep 2024 Tucows Domains Inc. Contact Privacy Inc. Customer 0168795754
50 xxx.jetzt 23 Oct 2021 23 Oct 2024 Sav.com, LLC - 2 Privacy Protection
51 lxd.io 3 Jul 2020 3 Jul 2024 Dynadot Inc REDACTED FOR PRIVACY
52 lxy.com 28 Mar 1999 28 Mar 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) -
53 kxx.email 7 Apr 2024 7 Apr 2025 GoDaddy.com, LLC Domains By Proxy, LLC
54 lux.org.nz 19 Feb 2024 - Key-Systems GmbH -
55 lbx.uk 30 Oct 2017 30 Oct 2024 Behrendt Professional Corporation t/a Amazing Domains [Tag = BPC-CA] -
56 lpxx.cn 9 Aug 2005 9 Aug 2024 北京新网数码信息技术有限公司 杨少芝
57 lxf.xyz 10 Jun 2019 10 Jun 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) li xuan fang
58 lxm.uk 23 Sep 2017 23 Sep 2024 Stephen Hall [Tag = SHALL] -
59 lux.pub 13 Aug 2018 13 Aug 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) Feng Lin Hao
60 lxxr.com 27 Aug 2007 27 Aug 2024 PSI-USA, Inc. dba Domain Robot Cykon Technology Limited
61 lxv.pizza 14 Oct 2019 14 Oct 2024 GoDaddy.com, LLC Domains By Proxy, LLC
62 lxxv.shop 26 Nov 2023 26 Nov 2024 GoDaddy.com LLC -
63 llxx.online 20 Mar 2019 20 Mar 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) hou wei
64 lex.new 16 Oct 2022 16 Oct 2024 Squarespace Domains II LLC. Contact Privacy Inc. Customer 7151571251
65 lsx.info 29 Jul 2015 29 Jul 2024 IONOS SE REDACTED FOR PRIVACY
66 lkxx.info 25 May 2019 25 May 2025 Alibaba Cloud Computing (Beijing) Co., Ltd. 张泽武
67 lpx.fr 23 May 2011 23 May 2025 NETIM Ano Nymous
68 yxx.de - - - -
69 pxx.ai - - Dynadot Redacted | Registry Policy
70 dlxx.uk 28 Jul 2023 28 Jul 2024 Ionos SE [Tag = 1AND1] -
71 cxx.dev 4 Mar 2019 4 Mar 2025 Squarespace Domains II LLC. Contact Privacy Inc. Customer 7151571251
72 lxv.ink 3 Mar 2024 3 Mar 2025 GoDaddy.com, LLC Domains By Proxy, LLC
73 lnx.nl 2 Dec 1999 - ZXCS -
74 xlxx.cm 26 Jun 2023 26 Jun 2024 Netcom.cm Sarl Privacy
75 lex.paris 1 Feb 2021 1 Feb 2025 Soluciones Corporativas IP SLU Soluciones Corporativas IP, c/o Whois Proxy
76 3xx.lat 24 Aug 2023 24 Aug 2024 Porkbun, LLC Private by Design, LLC
77 lmx.tirol 11 Mar 2016 11 Mar 2025 Ledl.net GmbH Moser Hans
78 lux.zone 26 Feb 2020 26 Feb 2025 Chengdu West Dimension Digital Technology Co., Ltd. Lee Charles
79 xxx.srl 4 Jul 2023 4 Jul 2024 Porkbun LLC Private by Design, LLC
80 exx.top 7 May 2018 7 May 2025 eName Technology Co., Ltd. Ma Xu
81 9xx.com 11 Jan 2003 3 Mar 2030 GoDaddy.com, LLC Domains By Proxy, LLC
82 lzx.vip 31 Aug 2016 31 Aug 2024 22net, Inc. LISUXIAO
83 lexx.nexus 12 Apr 2024 12 Apr 2025 GoDaddy.com, LLC Domains By Proxy, LLC
84 gxx.global 26 Sep 2017 26 Sep 2024 GoDaddy.com, LLC Domains By Proxy, LLC
85 ixx.red 29 Mar 2020 29 Mar 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) 吴淑珍
86 lxc.one 5 Jun 2024 5 Jun 2025 Porkbun Private by Design, LLC
87 lux.realtor 17 Jul 2023 17 Jul 2024 Name Share, Inc NAR's official operator of the .REALTOR TLD
88 lix.by 23 Nov 2017 23 Nov 2024 Active Technologies LLC Виталий Николаевич Кондратюк
89 ljx.life 5 Apr 2022 5 Apr 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) qing meng shan dong wang luo ji shu you xian gong si
90 xxx.financial 22 Feb 2022 22 Feb 2025 Porkbun LLC REDACTED FOR PRIVACY
91 lcx.dev 15 Feb 2021 15 Feb 2025 Key-Systems LLC LACROIX GROUP
92 lbx.wang 30 Jun 2014 30 Jun 2024 Chengdu west dimension digital xiao quan huang
93 lpx.it 4 Aug 2011 4 Aug 2024 SOLODOM Sagl in liquidazione hidden
94 lex.in.th 26 Jul 2017 25 Jul 2025 THNIC Lazada Limited (บริษัท ลาซาด้า จำกัด)
95 xxx.hamburg 20 Apr 2016 20 Apr 2025 PSI-USA, Inc. dba DOMAIN ROBOT -
96 lxxb.com 8 Feb 2005 8 Feb 2025 Dynadot Inc -
97 ltx.vip 31 Aug 2016 31 Aug 2024 22net, Inc. LISUXIAO
98 pxx.se 10 Sep 2010 10 Sep 2024 LoopiaGroup2 -
99 1xx.ru 6 Oct 2020 6 Oct 2024 REGRU-RU Private Person
100 slxx.ru 27 Aug 2023 27 Aug 2024 REGRU-RU Private Person
In this page, we have listed the top 100 results. Kindly use our Fuzzy Domains API to fetch the remaining results.
You can also view the top 500 results through Fuzzy Domains Finder tool for Lxx.name.

The above results can be generated through the following API query:

https://api.bigdomaindata.com/?key=XXXXX&fuzzy_domains=lxx.name
For more details, kindly see our Fuzzy Domains API usage guide.
{
    "success": true,
    "query": {
        "fuzzy_domains": "lxx.name",
        "page_size": 100
    },
    "count": {
        "total": 5008,
        "relation": "eq",
        "current": 100
    },
    "unique_domains": "lfx.pl, ljx.vip, slxx.com, laxx.net, gxx.lat, lxa.co.jp, lxq.vip, lxe.org, lex.mov, 0xx.fun, lxtx.shop, lxwx.net, vlxx.lol, l3x.top, yxx.biz, lox.info, l-x.uk, lxw.eu, lx1.icu, lsx.exchange, lsxx.org, 1xx.com, lexx.me, lex.pl, l6x.net, xlxx.party, lxr.hu, vlxx.us, lxtx.tech, lex.digital, jxx.xyz, sxx.moe, lx8.co, lrxx.fun, lrx.one, lxn.cool, lxr.be, vlxx.autos, lmx.wien, axx.me.uk, mxx.com, ixx.asia, zxx.ooo, l0x.top, flxx.top, uxx.app, lgx.ro, lhx.cool, lux.lease, xxx.jetzt, lxd.io, lxy.com, kxx.email, lux.org.nz, lbx.uk, lpxx.cn, lxf.xyz, lxm.uk, lux.pub, lxxr.com, lxv.pizza, lxxv.shop, llxx.online, lex.new, lsx.info, lkxx.info, lpx.fr, yxx.de, pxx.ai, dlxx.uk, cxx.dev, lxv.ink, lnx.nl, xlxx.cm, lex.paris, 3xx.lat, lmx.tirol, lux.zone, xxx.srl, exx.top, 9xx.com, lzx.vip, lexx.nexus, gxx.global, ixx.red, lxc.one, lux.realtor, lix.by, ljx.life, xxx.financial, lcx.dev, lbx.wang, lpx.it, lex.in.th, xxx.hamburg, lxxb.com, ltx.vip, pxx.se, 1xx.ru, slxx.ru",
    "results": [
        {
            "num": 1,
            "domain_name": "lfx.pl",
            "domain_keyword": "lfx",
            "domain_tld": "pl",
            "query_time": "2024-03-10 07:18:10",
            "create_date": "2004-02-05",
            "update_date": "2024-01-15",
            "expiry_date": "2025-02-04",
            "registrar_name": "Consulting Service Sp. z o.o.",
            "name_servers": [
                "ns1.pro-linuxpl.com",
                "ns2.pro-linuxpl.com"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "ljx.vip",
            "domain_keyword": "ljx",
            "domain_tld": "vip",
            "query_time": "2024-04-20 22:14:33",
            "create_date": "2016-08-31",
            "update_date": "2023-06-26",
            "expiry_date": "2024-08-31",
            "registrar_iana": 1555,
            "registrar_name": "22net, Inc.",
            "registrar_website": "www.22.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "LISUXIAO",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ZHEJIANG",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "pk1.22.cn",
                "pk2.22.cn"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "slxx.com",
            "domain_keyword": "slxx",
            "domain_tld": "com",
            "query_time": "2024-04-16 15:51:34",
            "create_date": "2002-06-04",
            "update_date": "2024-04-16",
            "expiry_date": "2024-06-04",
            "registrar_iana": 1555,
            "registrar_name": "22net, Inc.",
            "registrar_website": "http://www.22.cn",
            "name_servers": [
                "pk3.22.cn",
                "pk4.22.cn"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "laxx.net",
            "domain_keyword": "laxx",
            "domain_tld": "net",
            "query_time": "2024-04-16 15:41:02",
            "create_date": "2014-10-02",
            "update_date": "2023-09-19",
            "expiry_date": "2024-10-02",
            "registrar_iana": 1867,
            "registrar_name": "Dynadot12 LLC",
            "registrar_website": "http://dynadot12.com",
            "name_servers": [
                "park1.pauza.net",
                "park2.pauza.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "gxx.lat",
            "domain_keyword": "gxx",
            "domain_tld": "lat",
            "query_time": "2024-04-18 13:58:46",
            "create_date": "2022-10-24",
            "update_date": "2023-08-31",
            "expiry_date": "2024-10-24",
            "registrar_iana": 1086,
            "registrar_name": "Marcaria.com International, Inc.",
            "registrar_website": "http://www.marcaria.com",
            "registrant_state": "Ontario",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns01.trademarkarea.com",
                "ns02.trademarkarea.com",
                "ns03.trademarkarea.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "lxa.co.jp",
            "domain_keyword": "lxa",
            "domain_tld": "co.jp",
            "query_time": "2024-04-18 01:35:09",
            "create_date": "2015-01-21",
            "update_date": "2024-02-01",
            "registrant_company": "LUXIA",
            "name_servers": [
                "dns01.gmoserver.jp",
                "dns02.gmoserver.jp"
            ]
        },
        {
            "num": 7,
            "domain_name": "lxq.vip",
            "domain_keyword": "lxq",
            "domain_tld": "vip",
            "query_time": "2024-04-18 01:38:55",
            "create_date": "2016-08-31",
            "update_date": "2023-06-26",
            "expiry_date": "2024-08-31",
            "registrar_iana": 1555,
            "registrar_name": "22net, Inc.",
            "registrar_website": "www.22.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "LISUXIAO",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ZHEJIANG",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "pk1.22.cn",
                "pk2.22.cn"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 8,
            "domain_name": "lxe.org",
            "domain_keyword": "lxe",
            "domain_tld": "org",
            "query_time": "2024-04-18 01:36:35",
            "create_date": "2000-02-06",
            "update_date": "2024-01-22",
            "expiry_date": "2025-02-06",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.whois.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "NameFind LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns49.domaincontrol.com",
                "ns50.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 9,
            "domain_name": "lex.mov",
            "domain_keyword": "lex",
            "domain_tld": "mov",
            "query_time": "2024-04-29 09:26:04",
            "create_date": "2023-07-31",
            "update_date": "2024-02-26",
            "expiry_date": "2024-07-31",
            "registrar_iana": 299,
            "registrar_name": "CSC Corporate Domains, Inc.",
            "registrar_website": "http://www.cscglobal.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Lex Autolease Limited",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ENG",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "UK",
            "registrant_email": "please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns2.lloydstsb.co.uk",
                "ns4.lloydstsb.com",
                "ns5.lloydstsb.net",
                "ns6.lloydsbanking.co.uk"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "0xx.fun",
            "domain_keyword": "0xx",
            "domain_tld": "fun",
            "query_time": "2024-05-01 11:26:57",
            "create_date": "2024-02-27",
            "update_date": "2024-03-03",
            "expiry_date": "2025-02-27",
            "registrar_iana": 1697,
            "registrar_name": "DNSPod, Inc.",
            "registrar_website": "http://www.dnspod.cn",
            "registrant_company": "TencentCloud",
            "registrant_state": "bei jing shi",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "chameleon.dnspod.net",
                "loquat.dnspod.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 11,
            "domain_name": "lxtx.shop",
            "domain_keyword": "lxtx",
            "domain_tld": "shop",
            "query_time": "2024-04-27 07:19:05",
            "create_date": "2024-01-16",
            "update_date": "2024-01-16",
            "expiry_date": "2025-01-16",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd.",
            "registrar_website": "https://wanwang.aliyun.com/",
            "registrant_state": "GD",
            "registrant_country": "CN",
            "name_servers": [
                "dns27.hichina.com",
                "dns28.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 12,
            "domain_name": "lxwx.net",
            "domain_keyword": "lxwx",
            "domain_tld": "net",
            "query_time": "2024-04-27 07:19:25",
            "create_date": "2022-06-24",
            "update_date": "2022-06-24",
            "expiry_date": "2027-06-24",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://wanwang.aliyun.com",
            "registrant_state": "guang dong",
            "registrant_country": "CN",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "dns10.hichina.com",
                "dns9.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 13,
            "domain_name": "vlxx.lol",
            "domain_keyword": "vlxx",
            "domain_tld": "lol",
            "query_time": "2024-04-28 21:25:33",
            "create_date": "2021-09-13",
            "update_date": "2023-08-31",
            "expiry_date": "2024-09-13",
            "registrar_iana": 1068,
            "registrar_name": "Namecheap",
            "registrar_website": "https://namecheap.com",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_state": "Capital Region",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "sunny.ns.cloudflare.com",
                "yadiel.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 14,
            "domain_name": "l3x.top",
            "domain_keyword": "l3x",
            "domain_tld": "top",
            "query_time": "2024-04-28 22:57:57",
            "create_date": "2023-04-26",
            "update_date": "2024-04-28",
            "expiry_date": "2025-04-26",
            "registrar_iana": 1868,
            "registrar_name": "Eranet International Limited",
            "registrar_website": "http://www.eranet.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "cheng de pei",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "AH",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "park.i-now.cn",
                "park.i-now.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 15,
            "domain_name": "yxx.biz",
            "domain_keyword": "yxx",
            "domain_tld": "biz",
            "query_time": "2024-05-03 04:07:59",
            "create_date": "2015-07-30",
            "update_date": "2023-08-02",
            "expiry_date": "2024-07-29",
            "registrar_iana": 151,
            "registrar_name": "PSI-USA, Inc. dba Domain Robot",
            "registrar_website": "www.psi-usa.info",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Cykon Technology Limited",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "HK",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "HK",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.eftydns.com",
                "ns2.eftydns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 16,
            "domain_name": "lox.info",
            "domain_keyword": "lox",
            "domain_tld": "info",
            "query_time": "2024-05-02 17:02:52",
            "create_date": "2001-10-05",
            "update_date": "2023-11-19",
            "expiry_date": "2024-10-05",
            "registrar_iana": 269,
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "http://key-systems.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "GB",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.domaindiscount24.net",
                "ns2.domaindiscount24.net",
                "ns3.domaindiscount24.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 17,
            "domain_name": "l-x.uk",
            "domain_keyword": "l-x",
            "domain_tld": "uk",
            "query_time": "2024-05-02 08:14:19",
            "create_date": "2019-07-03",
            "update_date": "2024-04-01",
            "expiry_date": "2025-07-03",
            "registrar_name": "ANY-Web Limited [Tag = ANY-WEB]",
            "registrar_website": "https://www.any-domains.com",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 18,
            "domain_name": "lxw.eu",
            "domain_keyword": "lxw",
            "domain_tld": "eu",
            "query_time": "2024-05-05 21:55:22",
            "registrar_name": "Really Useful Domains Ltd",
            "registrar_website": "www.reallyusefuldomains.co.uk",
            "name_servers": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ]
        },
        {
            "num": 19,
            "domain_name": "lx1.icu",
            "domain_keyword": "lx1",
            "domain_tld": "icu",
            "query_time": "2024-05-03 20:38:54",
            "create_date": "2023-08-07",
            "update_date": "2023-08-31",
            "expiry_date": "2024-08-07",
            "registrar_iana": 1068,
            "registrar_name": "Namecheap",
            "registrar_website": "https://namecheap.com",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_state": "Capital Region",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "serverHold"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 20,
            "domain_name": "lsx.exchange",
            "domain_keyword": "lsx",
            "domain_tld": "exchange",
            "query_time": "2024-04-24 02:58:31",
            "create_date": "2014-08-01",
            "update_date": "2023-09-15",
            "expiry_date": "2024-08-01",
            "registrar_iana": 151,
            "registrar_name": "PSI-USA, Inc. dba Domain Robot",
            "registrar_website": "http://www.psi-usa.info",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Lang & Schwarz TradeCenter AG & Co. KG",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "DE",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns.ls-d.de",
                "ns1.de.colt.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 21,
            "domain_name": "lsxx.org",
            "domain_keyword": "lsxx",
            "domain_tld": "org",
            "query_time": "2024-04-24 02:58:53",
            "create_date": "2019-12-24",
            "update_date": "2024-02-07",
            "expiry_date": "2024-12-24",
            "registrar_iana": 1923,
            "registrar_name": "Gname.com Pte. Ltd.",
            "registrar_website": "http://whois.gname.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Hunan",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "a.share-dns.com",
                "b.share-dns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 22,
            "domain_name": "1xx.com",
            "domain_keyword": "1xx",
            "domain_tld": "com",
            "query_time": "2024-04-24 07:22:42",
            "create_date": "2001-01-17",
            "update_date": "2023-09-07",
            "expiry_date": "2025-01-17",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "major.ns.cloudflare.com",
                "sue.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 23,
            "domain_name": "lexx.me",
            "domain_keyword": "lexx",
            "domain_tld": "me",
            "query_time": "2024-04-24 23:52:33",
            "create_date": "2020-02-18",
            "update_date": "2024-02-13",
            "expiry_date": "2025-02-18",
            "registrar_iana": 269,
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "http://key-systems.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Internet Invest, Ltd. dba Imena.ua",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "UA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "pid1.srv53.net",
                "pid2.srv53.org"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 24,
            "domain_name": "lex.pl",
            "domain_keyword": "lex",
            "domain_tld": "pl",
            "query_time": "2024-04-25 16:05:29",
            "create_date": "1997-01-31",
            "update_date": "2023-10-26",
            "expiry_date": "2024-12-31",
            "registrar_name": "Domena.pl sp. z o.o.",
            "registrar_website": "www.domena.pl",
            "name_servers": [
                "ns1.domena.pl",
                "ns2.domena.pl",
                "ns3.domena.pl"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 25,
            "domain_name": "l6x.net",
            "domain_keyword": "l6x",
            "domain_tld": "net",
            "query_time": "2024-04-24 01:14:55",
            "create_date": "2006-09-11",
            "update_date": "2023-10-17",
            "expiry_date": "2024-09-11",
            "registrar_iana": 228,
            "registrar_name": "Moniker Online Services LLC",
            "registrar_website": "http://www.moniker.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "WA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "KW",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.monikerdns.net",
                "ns2.monikerdns.net",
                "ns3.monikerdns.net",
                "ns4.monikerdns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 26,
            "domain_name": "xlxx.party",
            "domain_keyword": "xlxx",
            "domain_tld": "party",
            "query_time": "2024-05-08 08:51:54",
            "create_date": "2022-12-21",
            "update_date": "2023-12-29",
            "expiry_date": "2024-12-21",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "https://www.dynadot.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "California",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "arushi.ns.cloudflare.com",
                "bowen.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 27,
            "domain_name": "lxr.hu",
            "domain_keyword": "lxr",
            "domain_tld": "hu",
            "query_time": "2024-05-10 19:18:30",
            "create_date": "2009-07-08"
        },
        {
            "num": 28,
            "domain_name": "vlxx.us",
            "domain_keyword": "vlxx",
            "domain_tld": "us",
            "query_time": "2024-05-11 22:16:45",
            "create_date": "2022-05-10",
            "update_date": "2024-05-07",
            "expiry_date": "2025-05-10",
            "registrar_iana": 3862,
            "registrar_name": "Spaceship, Inc.",
            "registrar_website": "https://www.spaceship.com/",
            "registrant_name": "Michael Nava",
            "registrant_address": "7609 Grove Acre Ct",
            "registrant_city": "Las Vegas",
            "registrant_state": "NV",
            "registrant_zip": "89131",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.7026453412",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "serverTransferProhibited",
                "transferPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 29,
            "domain_name": "lxtx.tech",
            "domain_keyword": "lxtx",
            "domain_tld": "tech",
            "query_time": "2024-05-09 07:46:19",
            "create_date": "2019-03-29",
            "update_date": "2023-08-31",
            "expiry_date": "2029-03-29",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrant_company": "GuYueFeng",
            "registrant_state": "JiangSu",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns13.hichina.com",
                "dns14.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 30,
            "domain_name": "lex.digital",
            "domain_keyword": "lex",
            "domain_tld": "digital",
            "query_time": "2024-05-09 13:55:21",
            "create_date": "2023-08-25",
            "update_date": "2023-08-30",
            "expiry_date": "2024-08-25",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 31,
            "domain_name": "jxx.xyz",
            "domain_keyword": "jxx",
            "domain_tld": "xyz",
            "query_time": "2024-05-08 19:49:32",
            "create_date": "2021-10-16",
            "update_date": "2023-11-03",
            "expiry_date": "2024-10-16",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrant_company": "caowei",
            "registrant_state": "shang hai",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.cnolnic.net",
                "ns2.cnolnic.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 32,
            "domain_name": "sxx.moe",
            "domain_keyword": "sxx",
            "domain_tld": "moe",
            "query_time": "2024-05-20 23:49:45",
            "create_date": "2021-06-29",
            "update_date": "2023-06-26",
            "expiry_date": "2024-06-29",
            "registrar_iana": 81,
            "registrar_name": "Gandi SAS",
            "registrar_website": "whois.gandi.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "connie.ns.cloudflare.com",
                "lynn.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 33,
            "domain_name": "lx8.co",
            "domain_keyword": "lx8",
            "domain_tld": "co",
            "query_time": "2024-05-21 01:14:38",
            "create_date": "2023-03-21",
            "update_date": "2024-03-18",
            "expiry_date": "2026-03-21",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "whois.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "langston.ns.cloudflare.com",
                "sonia.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 34,
            "domain_name": "lrxx.fun",
            "domain_keyword": "lrxx",
            "domain_tld": "fun",
            "query_time": "2024-05-15 14:07:44",
            "create_date": "2023-06-23",
            "update_date": "2023-08-31",
            "expiry_date": "2033-06-23",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrant_company": "sui ning ai li ke ji you xian gong si",
            "registrant_state": "si chuan",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns3.hichina.com",
                "dns4.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 35,
            "domain_name": "lrx.one",
            "domain_keyword": "lrx",
            "domain_tld": "one",
            "query_time": "2024-05-15 14:07:42",
            "create_date": "2021-12-31",
            "update_date": "2023-12-08",
            "expiry_date": "2024-12-31",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "publicdomainregistry.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Internet Invest, Ltd. dba Imena.ua",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Kyiv",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "UA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "pid1.srv53.net",
                "pid2.srv53.org"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 36,
            "domain_name": "lxn.cool",
            "domain_keyword": "lxn",
            "domain_tld": "cool",
            "query_time": "2024-05-26 04:49:18",
            "create_date": "2022-01-30",
            "update_date": "2022-07-03",
            "expiry_date": "2028-01-30",
            "registrar_iana": 1697,
            "registrar_name": "DNSPod, Inc.",
            "registrar_website": "https://www.dnspod.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Liu Xia Nan",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "bei jing shi",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "active.dnspod.net",
                "bootes.dnspod.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 37,
            "domain_name": "lxr.be",
            "domain_keyword": "lxr",
            "domain_tld": "be",
            "query_time": "2024-05-26 04:49:26",
            "create_date": "2014-09-11",
            "registrar_name": "Cronon GmbH",
            "registrar_website": "http://www.cronon.net",
            "name_servers": [
                "docks05.rzone.de",
                "shades20.rzone.de"
            ],
            "domain_status": [
                "Not Available"
            ]
        },
        {
            "num": 38,
            "domain_name": "vlxx.autos",
            "domain_keyword": "vlxx",
            "domain_tld": "autos",
            "query_time": "2024-05-18 09:24:52",
            "create_date": "2023-06-22",
            "update_date": "2024-03-23",
            "expiry_date": "2024-06-22",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun, LLC",
            "registrar_website": "https://porkbun.com/",
            "registrant_company": "Private by Design, LLC",
            "registrant_state": "NC",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 39,
            "domain_name": "lmx.wien",
            "domain_keyword": "lmx",
            "domain_tld": "wien",
            "query_time": "2024-05-14 03:42:41",
            "create_date": "2016-03-11",
            "update_date": "2024-03-11",
            "expiry_date": "2025-03-11",
            "registrar_iana": 809,
            "registrar_name": "Ledl.net GmbH",
            "registrar_website": "http://www.domaintechnik.at/",
            "registrant_name": "REDACTED",
            "registrant_company": "Moser Hans",
            "registrant_address": "REDACTED",
            "registrant_city": "REDACTED",
            "registrant_state": "REDACTED",
            "registrant_zip": "REDACTED",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin or tech contacts of the domain name.",
            "registrant_phone": "REDACTED",
            "registrant_fax": "REDACTED",
            "name_servers": [
                "ns-1004.awsdns-61.net",
                "ns-1490.awsdns-58.org",
                "ns-1689.awsdns-19.co.uk",
                "ns-258.awsdns-32.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 40,
            "domain_name": "axx.me.uk",
            "domain_keyword": "axx",
            "domain_tld": "me.uk",
            "query_time": "2024-05-13 23:51:41",
            "create_date": "2006-10-17",
            "update_date": "2023-10-18",
            "expiry_date": "2025-10-17",
            "registrar_name": "Imaginet Ltd [Tag = IMAGINET]",
            "registrar_website": "https://www.imaginet.co.uk",
            "name_servers": [
                "ns0.imaginet.co.uk",
                "ns1.imaginet.co.uk",
                "ns2.imaginet.co.uk"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 41,
            "domain_name": "mxx.com",
            "domain_keyword": "mxx",
            "domain_tld": "com",
            "query_time": "2024-05-16 02:24:54",
            "create_date": "1998-04-29",
            "update_date": "2022-09-09",
            "expiry_date": "2025-04-28",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 42,
            "domain_name": "ixx.asia",
            "domain_keyword": "ixx",
            "domain_tld": "asia",
            "query_time": "2024-05-16 03:21:19",
            "create_date": "2023-09-01",
            "update_date": "2023-11-14",
            "expiry_date": "2024-09-01",
            "registrar_iana": 1697,
            "registrar_name": "DNSPod, Inc.",
            "registrar_website": "https://www.dnspod.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Chen Tao",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "chong qing shi",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "chan.ns.cloudflare.com",
                "damon.ns.cloudflare.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 43,
            "domain_name": "zxx.ooo",
            "domain_keyword": "zxx",
            "domain_tld": "ooo",
            "query_time": "2024-05-27 17:28:16",
            "create_date": "2023-06-13",
            "update_date": "2024-05-15",
            "expiry_date": "2032-06-13",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains.squarespace.com",
            "registrant_company": "Contact Privacy Inc. Customer 7151571251",
            "registrant_state": "\\u4E0A\\u6D77\\u5E02",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "jim.ns.cloudflare.com",
                "lisa.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 44,
            "domain_name": "l0x.top",
            "domain_keyword": "l0x",
            "domain_tld": "top",
            "query_time": "2024-06-02 10:07:07",
            "create_date": "2023-05-31",
            "update_date": "2024-05-31",
            "expiry_date": "2025-05-31",
            "registrar_iana": 1923,
            "registrar_name": "Gname.com Pte. Ltd.",
            "registrar_website": "http://www.gname.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Shaanxi",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "please-renew-your-domain-in-www.gname.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 45,
            "domain_name": "flxx.top",
            "domain_keyword": "flxx",
            "domain_tld": "top",
            "query_time": "2024-06-06 19:49:35",
            "create_date": "2023-02-25",
            "update_date": "2023-02-25",
            "expiry_date": "2025-02-25",
            "registrar_iana": 1479,
            "registrar_name": "NameSilo,LLC",
            "registrar_website": "https://www.namesilo.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "PrivacyGuardian.org llc",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "AZ",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "melinda.ns.cloudflare.com",
                "rick.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 46,
            "domain_name": "uxx.app",
            "domain_keyword": "uxx",
            "domain_tld": "app",
            "query_time": "2024-05-29 09:09:23",
            "create_date": "2022-01-20",
            "update_date": "2024-05-12",
            "expiry_date": "2025-01-20",
            "registrar_iana": 625,
            "registrar_name": "Name.com, Inc.",
            "registrar_website": "http://www.name.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domain Protection Services, Inc.",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "CO",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.premiumdomains.cloud",
                "ns2.premiumdomains.cloud"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 47,
            "domain_name": "lgx.ro",
            "domain_keyword": "lgx",
            "domain_tld": "ro",
            "query_time": "2024-06-02 02:20:22",
            "create_date": "2011-04-20",
            "expiry_date": "2031-07-17",
            "registrar_name": "Internet Resources Management SRL",
            "registrar_website": "ip.ro",
            "name_servers": [
                "ns1.romarg.com",
                "ns2.romarg.com",
                "ns3.romarg.com",
                "ns4.romarg.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "Inactive"
            ]
        },
        {
            "num": 48,
            "domain_name": "lhx.cool",
            "domain_keyword": "lhx",
            "domain_tld": "cool",
            "query_time": "2024-05-28 23:33:22",
            "create_date": "2022-04-27",
            "update_date": "2023-11-04",
            "expiry_date": "2027-04-27",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn/about/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Fang Yu Peng",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Guang Dong",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns10.hichina.com",
                "dns9.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 49,
            "domain_name": "lux.lease",
            "domain_keyword": "lux",
            "domain_tld": "lease",
            "query_time": "2024-06-02 03:58:51",
            "create_date": "2023-09-27",
            "update_date": "2023-10-02",
            "expiry_date": "2024-09-27",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 0168795754",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.hover.com",
                "ns2.hover.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 50,
            "domain_name": "xxx.jetzt",
            "domain_keyword": "xxx",
            "domain_tld": "jetzt",
            "query_time": "2024-06-09 18:26:28",
            "create_date": "2021-10-23",
            "update_date": "2023-09-29",
            "expiry_date": "2024-10-23",
            "registrar_iana": 3892,
            "registrar_name": "Sav.com, LLC - 2",
            "registrar_website": "http://Sav.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy Protection",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "IL",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "augustus.ns.cloudflare.com",
                "laura.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 51,
            "domain_name": "lxd.io",
            "domain_keyword": "lxd",
            "domain_tld": "io",
            "query_time": "2024-06-10 20:47:23",
            "create_date": "2020-07-03",
            "update_date": "2023-08-28",
            "expiry_date": "2024-07-03",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://dynadot.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "California",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 52,
            "domain_name": "lxy.com",
            "domain_keyword": "lxy",
            "domain_tld": "com",
            "query_time": "2024-06-12 21:44:24",
            "create_date": "1999-03-28",
            "update_date": "2022-09-22",
            "expiry_date": "2025-03-28",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://wanwang.aliyun.com",
            "registrant_state": "fu jian",
            "registrant_country": "CN",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 53,
            "domain_name": "kxx.email",
            "domain_keyword": "kxx",
            "domain_tld": "email",
            "query_time": "2024-06-11 00:47:43",
            "create_date": "2024-04-07",
            "update_date": "2024-04-12",
            "expiry_date": "2025-04-07",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com/domains/search.aspx?ci=8990",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.bodis.com",
                "ns2.bodis.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 54,
            "domain_name": "lux.org.nz",
            "domain_keyword": "lux",
            "domain_tld": "org.nz",
            "query_time": "2024-06-13 12:16:11",
            "create_date": "2024-02-19",
            "update_date": "2024-02-24",
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "https://www.key-systems.net",
            "name_servers": [
                "ns1.parkingcrew.net",
                "ns2.parkingcrew.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 55,
            "domain_name": "lbx.uk",
            "domain_keyword": "lbx",
            "domain_tld": "uk",
            "query_time": "2024-04-20 23:35:23",
            "create_date": "2017-10-30",
            "update_date": "2023-10-23",
            "expiry_date": "2024-10-30",
            "registrar_name": "Behrendt Professional Corporation t/a Amazing Domains [Tag = BPC-CA]",
            "registrar_website": "http://www.amazingdomains.co.uk",
            "name_servers": [
                "freedns1.registrar-servers.com",
                "freedns2.registrar-servers.com",
                "freedns3.registrar-servers.com",
                "freedns4.registrar-servers.com",
                "freedns5.registrar-servers.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 56,
            "domain_name": "lpxx.cn",
            "domain_keyword": "lpxx",
            "domain_tld": "cn",
            "query_time": "2024-04-15 13:06:47",
            "create_date": "2005-08-09",
            "expiry_date": "2024-08-09",
            "registrar_name": "北京新网数码信息技术有限公司",
            "registrant_name": "杨少芝",
            "registrant_email": "[email protected]",
            "name_servers": [
                "v1.juming.com",
                "v2.juming.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 57,
            "domain_name": "lxf.xyz",
            "domain_keyword": "lxf",
            "domain_tld": "xyz",
            "query_time": "2024-04-18 01:36:40",
            "create_date": "2019-06-10",
            "update_date": "2024-04-15",
            "expiry_date": "2025-06-10",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrant_company": "li xuan fang",
            "registrant_state": "guang xi",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns25.hichina.com",
                "dns26.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 58,
            "domain_name": "lxm.uk",
            "domain_keyword": "lxm",
            "domain_tld": "uk",
            "query_time": "2024-04-18 01:38:25",
            "create_date": "2017-09-23",
            "update_date": "2024-01-10",
            "expiry_date": "2024-09-23",
            "registrar_name": "Stephen Hall [Tag = SHALL]",
            "registrar_website": "https://stephen.uk/hello",
            "name_servers": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 59,
            "domain_name": "lux.pub",
            "domain_keyword": "lux",
            "domain_tld": "pub",
            "query_time": "2024-04-24 10:44:58",
            "create_date": "2018-08-13",
            "update_date": "2023-05-23",
            "expiry_date": "2025-08-13",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn/about/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Feng Lin Hao",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "He Nan",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns13.hichina.com",
                "dns14.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 60,
            "domain_name": "lxxr.com",
            "domain_keyword": "lxxr",
            "domain_tld": "com",
            "query_time": "2024-04-27 07:19:34",
            "create_date": "2007-08-27",
            "update_date": "2024-04-23",
            "expiry_date": "2024-08-27",
            "registrar_iana": 151,
            "registrar_name": "PSI-USA, Inc. dba Domain Robot",
            "registrar_website": "https://www.psi-usa.info",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Cykon Technology Limited",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "HK",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "HK",
            "registrant_email": "https://whoispro.domain-robot.org/whois/lxxr.com",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.eftydns.com",
                "ns2.eftydns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 61,
            "domain_name": "lxv.pizza",
            "domain_keyword": "lxv",
            "domain_tld": "pizza",
            "query_time": "2024-04-27 07:19:13",
            "create_date": "2019-10-14",
            "update_date": "2023-11-28",
            "expiry_date": "2024-10-14",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com/domains/search.aspx?ci=8990",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns53.domaincontrol.com",
                "ns54.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 62,
            "domain_name": "lxxv.shop",
            "domain_keyword": "lxxv",
            "domain_tld": "shop",
            "query_time": "2024-04-27 07:19:57",
            "create_date": "2023-11-26",
            "update_date": "2024-01-12",
            "expiry_date": "2024-11-26",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com LLC",
            "registrar_website": "http://www.godaddy.com",
            "registrant_state": "Arizona",
            "registrant_country": "US",
            "name_servers": [
                "ns09.domaincontrol.com",
                "ns10.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 63,
            "domain_name": "llxx.online",
            "domain_keyword": "llxx",
            "domain_tld": "online",
            "query_time": "2024-04-27 11:12:38",
            "create_date": "2019-03-20",
            "update_date": "2024-04-15",
            "expiry_date": "2025-03-20",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrant_company": "hou wei",
            "registrant_state": "shan xi",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns3.hichina.com",
                "dns4.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 64,
            "domain_name": "lex.new",
            "domain_keyword": "lex",
            "domain_tld": "new",
            "query_time": "2024-04-29 09:26:04",
            "create_date": "2022-10-16",
            "update_date": "2023-11-30",
            "expiry_date": "2024-10-16",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC.",
            "registrar_website": "domains.google",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 7151571251",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-c1.googledomains.com",
                "ns-cloud-c2.googledomains.com",
                "ns-cloud-c3.googledomains.com",
                "ns-cloud-c4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 65,
            "domain_name": "lsx.info",
            "domain_keyword": "lsx",
            "domain_tld": "info",
            "query_time": "2024-05-01 18:12:39",
            "create_date": "2015-07-29",
            "update_date": "2024-01-12",
            "expiry_date": "2024-07-29",
            "registrar_iana": 83,
            "registrar_name": "IONOS SE",
            "registrar_website": "https://www.ionos.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "BC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 66,
            "domain_name": "lkxx.info",
            "domain_keyword": "lkxx",
            "domain_tld": "info",
            "query_time": "2024-05-03 12:39:58",
            "create_date": "2019-05-25",
            "update_date": "2023-12-20",
            "expiry_date": "2025-05-25",
            "registrar_iana": 420,
            "registrar_name": "Alibaba Cloud Computing (Beijing) Co., Ltd.",
            "registrar_website": "http://www.net.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "张泽武",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "上海",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns11.hichina.com",
                "dns12.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 67,
            "domain_name": "lpx.fr",
            "domain_keyword": "lpx",
            "domain_tld": "fr",
            "query_time": "2024-05-05 22:38:42",
            "create_date": "2011-05-23",
            "update_date": "2024-04-30",
            "expiry_date": "2025-05-23",
            "registrar_name": "NETIM",
            "registrar_website": "https://www.netim.com/fr/nom-domaine/domaine-fr",
            "registrant_name": "Ano Nymous",
            "name_servers": [
                "ns1.o2switch.net",
                "ns2.o2switch.net"
            ],
            "domain_status": [
                "Active",
                "associated",
                "clientTransferProhibited"
            ]
        },
        {
            "num": 68,
            "domain_name": "yxx.de",
            "domain_keyword": "yxx",
            "domain_tld": "de",
            "query_time": "2024-05-05 13:40:03",
            "update_date": "2022-03-31",
            "name_servers": [
                "ns.udag.de",
                "ns.udag.net",
                "ns.udag.org"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 69,
            "domain_name": "pxx.ai",
            "domain_keyword": "pxx",
            "domain_tld": "ai",
            "query_time": "2024-04-26 22:26:57",
            "registrar_name": "Dynadot",
            "registrant_name": "Redacted | Registry Policy",
            "registrant_address": "Redacted | Registry Policy",
            "registrant_city": "Redacted | Registry Policy",
            "registrant_state": "Redacted | Registry Policy",
            "registrant_zip": "Redacted | Registry Policy",
            "registrant_country": "US",
            "registrant_email": "redacted | registry policy",
            "registrant_phone": "Redacted | Registry Policy",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 70,
            "domain_name": "dlxx.uk",
            "domain_keyword": "dlxx",
            "domain_tld": "uk",
            "query_time": "2024-04-29 03:30:19",
            "create_date": "2023-07-28",
            "update_date": "2023-07-28",
            "expiry_date": "2024-07-28",
            "registrar_name": "Ionos SE [Tag = 1AND1]",
            "registrar_website": "https://ionos.com",
            "name_servers": [
                "ns1026.ui-dns.de",
                "ns1043.ui-dns.biz",
                "ns1069.ui-dns.com",
                "ns1079.ui-dns.org"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 71,
            "domain_name": "cxx.dev",
            "domain_keyword": "cxx",
            "domain_tld": "dev",
            "query_time": "2024-04-19 11:57:33",
            "create_date": "2019-03-04",
            "update_date": "2024-04-18",
            "expiry_date": "2025-03-04",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC.",
            "registrar_website": "domains.google",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 7151571251",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-c1.googledomains.com",
                "ns-cloud-c2.googledomains.com",
                "ns-cloud-c3.googledomains.com",
                "ns-cloud-c4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 72,
            "domain_name": "lxv.ink",
            "domain_keyword": "lxv",
            "domain_tld": "ink",
            "query_time": "2024-05-09 07:46:22",
            "create_date": "2024-03-03",
            "update_date": "2024-03-08",
            "expiry_date": "2025-03-03",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "whois.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns77.domaincontrol.com",
                "ns78.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 73,
            "domain_name": "lnx.nl",
            "domain_keyword": "lnx",
            "domain_tld": "nl",
            "query_time": "2024-05-10 16:41:54",
            "create_date": "1999-12-02",
            "update_date": "2023-06-09",
            "registrar_name": "ZXCS",
            "name_servers": [
                "ns.zxcs.be",
                "ns.zxcs.eu",
                "ns.zxcs.nl"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 74,
            "domain_name": "xlxx.cm",
            "domain_keyword": "xlxx",
            "domain_tld": "cm",
            "query_time": "2024-05-21 17:24:09",
            "create_date": "2023-06-26",
            "expiry_date": "2024-06-26",
            "registrar_name": "Netcom.cm Sarl",
            "registrant_name": "Private Registration",
            "registrant_company": "Privacy",
            "registrant_address": "Tian Hong Shan Zhuang, BLd. 8, Office 108 108",
            "registrant_city": "Nanjing",
            "registrant_state": "Jiangsu",
            "registrant_zip": "210049",
            "registrant_country": "CN",
            "registrant_email": "[email protected]",
            "registrant_phone": "+86.2584752368",
            "registrant_fax": "+86.2584752368",
            "name_servers": [
                "ns1.ii51.parklogic.com",
                "ns2.ii51.parklogic.com"
            ],
            "domain_status": [
                "ok"
            ]
        },
        {
            "num": 75,
            "domain_name": "lex.paris",
            "domain_keyword": "lex",
            "domain_tld": "paris",
            "query_time": "2024-05-19 08:49:34",
            "create_date": "2021-02-01",
            "update_date": "2024-01-05",
            "expiry_date": "2025-02-01",
            "registrar_iana": 1383,
            "registrar_name": "Soluciones Corporativas IP SLU",
            "registrar_website": "https://www.mrdomain.com/",
            "registrant_name": "REDACTED_FOR_PRIVACY",
            "registrant_company": "Soluciones Corporativas IP, c/o Whois Proxy",
            "registrant_address": "REDACTED_FOR_PRIVACY, REDACTED_FOR_PRIVACY, REDACTED_FOR_PRIVACY",
            "registrant_city": "REDACTED_FOR_PRIVACY",
            "registrant_state": "REDACTED_FOR_PRIVACY",
            "registrant_zip": "REDACTED_FOR_PRIVACY",
            "registrant_email": "redacted_for_privacy",
            "registrant_phone": "REDACTED_FOR_PRIVACY",
            "registrant_fax": "REDACTED_FOR_PRIVACY",
            "name_servers": [
                "ns1.dondominio.com",
                "ns2.dondominio.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 76,
            "domain_name": "3xx.lat",
            "domain_keyword": "3xx",
            "domain_tld": "lat",
            "query_time": "2024-05-13 21:16:37",
            "create_date": "2023-08-24",
            "update_date": "2023-09-25",
            "expiry_date": "2024-08-24",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun, LLC",
            "registrar_website": "https://porkbun.com/",
            "registrant_company": "Private by Design, LLC",
            "registrant_state": "NC",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.alidns.com",
                "ns2.alidns.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 77,
            "domain_name": "lmx.tirol",
            "domain_keyword": "lmx",
            "domain_tld": "tirol",
            "query_time": "2024-05-14 03:42:41",
            "create_date": "2016-03-11",
            "update_date": "2024-03-11",
            "expiry_date": "2025-03-11",
            "registrar_iana": 809,
            "registrar_name": "Ledl.net GmbH",
            "registrar_website": "http://www.domaintechnik.at/",
            "registrant_name": "REDACTED",
            "registrant_company": "Moser Hans",
            "registrant_address": "REDACTED",
            "registrant_city": "REDACTED",
            "registrant_state": "REDACTED",
            "registrant_zip": "REDACTED",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin or tech contacts of the domain name.",
            "registrant_phone": "REDACTED",
            "registrant_fax": "REDACTED",
            "name_servers": [
                "ns-1004.awsdns-61.net",
                "ns-1490.awsdns-58.org",
                "ns-1689.awsdns-19.co.uk",
                "ns-258.awsdns-32.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 78,
            "domain_name": "lux.zone",
            "domain_keyword": "lux",
            "domain_tld": "zone",
            "query_time": "2024-05-15 21:50:08",
            "create_date": "2020-02-26",
            "update_date": "2024-01-18",
            "expiry_date": "2025-02-26",
            "registrar_iana": 1556,
            "registrar_name": "Chengdu West Dimension Digital Technology Co., Ltd.",
            "registrar_website": "http://www.west.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Lee Charles",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Zhe Jiang",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 79,
            "domain_name": "xxx.srl",
            "domain_keyword": "xxx",
            "domain_tld": "srl",
            "query_time": "2024-05-27 03:00:52",
            "create_date": "2023-07-04",
            "update_date": "2023-07-04",
            "expiry_date": "2024-07-04",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun LLC",
            "registrar_website": "http://porkbun.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Private by Design, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 80,
            "domain_name": "exx.top",
            "domain_keyword": "exx",
            "domain_tld": "top",
            "query_time": "2024-05-25 04:24:17",
            "create_date": "2018-05-07",
            "update_date": "2023-10-25",
            "expiry_date": "2025-05-07",
            "registrar_iana": 1331,
            "registrar_name": "eName Technology Co., Ltd.",
            "registrar_website": "http://www.ename.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Ma Xu",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ShanXi",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns3.dns.com",
                "ns4.dns.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 81,
            "domain_name": "9xx.com",
            "domain_keyword": "9xx",
            "domain_tld": "com",
            "query_time": "2024-05-23 18:32:20",
            "create_date": "2003-01-11",
            "update_date": "2021-08-04",
            "expiry_date": "2030-03-03",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "https://www.godaddy.com",
            "registrant_name": "Registration Private",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "DomainsByProxy.com, 2155 E Warner Rd",
            "registrant_city": "Tempe",
            "registrant_state": "Arizona",
            "registrant_zip": "85284",
            "registrant_country": "US",
            "registrant_email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=9xx.com",
            "registrant_phone": "+1.4806242599",
            "name_servers": [
                "ns39.domaincontrol.com",
                "ns40.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 82,
            "domain_name": "lzx.vip",
            "domain_keyword": "lzx",
            "domain_tld": "vip",
            "query_time": "2024-05-28 06:19:06",
            "create_date": "2016-08-31",
            "update_date": "2023-06-26",
            "expiry_date": "2024-08-31",
            "registrar_iana": 1555,
            "registrar_name": "22net, Inc.",
            "registrar_website": "www.22.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "LISUXIAO",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ZHEJIANG",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "pk1.22.cn",
                "pk2.22.cn"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 83,
            "domain_name": "lexx.nexus",
            "domain_keyword": "lexx",
            "domain_tld": "nexus",
            "query_time": "2024-06-06 15:32:40",
            "create_date": "2024-04-12",
            "update_date": "2024-04-17",
            "expiry_date": "2025-04-12",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "https://www.godaddy.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns55.domaincontrol.com",
                "ns56.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 84,
            "domain_name": "gxx.global",
            "domain_keyword": "gxx",
            "domain_tld": "global",
            "query_time": "2024-05-31 23:57:23",
            "create_date": "2017-09-26",
            "update_date": "2023-12-01",
            "expiry_date": "2024-09-26",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com/domains/search.aspx?ci=8990",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns09.domaincontrol.com",
                "ns10.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 85,
            "domain_name": "ixx.red",
            "domain_keyword": "ixx",
            "domain_tld": "red",
            "query_time": "2024-06-02 06:54:06",
            "create_date": "2020-03-29",
            "update_date": "2020-05-28",
            "expiry_date": "2025-03-29",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn/about/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "吴淑珍",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "北京",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns17.hichina.com",
                "dns18.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 86,
            "domain_name": "lxc.one",
            "domain_keyword": "lxc",
            "domain_tld": "one",
            "query_time": "2024-06-08 17:16:25",
            "create_date": "2024-06-05",
            "update_date": "2024-06-05",
            "expiry_date": "2025-06-05",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun",
            "registrar_website": "www.porkbun.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Private by Design, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 87,
            "domain_name": "lux.realtor",
            "domain_keyword": "lux",
            "domain_tld": "realtor",
            "query_time": "2024-06-02 03:58:51",
            "create_date": "2023-07-17",
            "update_date": "2023-07-17",
            "expiry_date": "2024-07-17",
            "registrar_iana": 667,
            "registrar_name": "Name Share, Inc",
            "registrar_website": "www.nameshare.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "NAR's official operator of the .REALTOR TLD",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "OH",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-c1.googledomains.com",
                "ns-cloud-c2.googledomains.com",
                "ns-cloud-c3.googledomains.com",
                "ns-cloud-c4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 88,
            "domain_name": "lix.by",
            "domain_keyword": "lix",
            "domain_tld": "by",
            "query_time": "2024-05-29 12:53:20",
            "create_date": "2017-11-23",
            "update_date": "2023-10-31",
            "expiry_date": "2024-11-23",
            "registrar_name": "Active Technologies LLC",
            "registrant_company": "Виталий Николаевич Кондратюк",
            "registrant_country": "BY",
            "registrant_email": "hidden! details are available at https://whois.cctld.by",
            "name_servers": [
                "ns1.activeby.net",
                "ns2.activeby.net"
            ]
        },
        {
            "num": 89,
            "domain_name": "ljx.life",
            "domain_keyword": "ljx",
            "domain_tld": "life",
            "query_time": "2024-05-29 12:57:59",
            "create_date": "2022-04-05",
            "update_date": "2024-03-26",
            "expiry_date": "2025-04-05",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn/about/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "qing meng  shan dong  wang luo ji shu you xian gong si",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "shan dong",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns21.hichina.com",
                "dns22.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 90,
            "domain_name": "xxx.financial",
            "domain_keyword": "xxx",
            "domain_tld": "financial",
            "query_time": "2024-06-09 18:26:28",
            "create_date": "2022-02-22",
            "update_date": "2024-02-24",
            "expiry_date": "2025-02-22",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun LLC",
            "registrar_website": "http://porkbun.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Queensland",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "AU",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 91,
            "domain_name": "lcx.dev",
            "domain_keyword": "lcx",
            "domain_tld": "dev",
            "query_time": "2024-06-12 21:20:43",
            "create_date": "2021-02-15",
            "update_date": "2024-03-31",
            "expiry_date": "2025-02-15",
            "registrar_iana": 1345,
            "registrar_name": "Key-Systems LLC",
            "registrar_website": "http://www.key-systems.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "LACROIX GROUP",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "FR",
            "registrant_email": "please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.prodomaines.com",
                "ns2.prodomaines.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 92,
            "domain_name": "lbx.wang",
            "domain_keyword": "lbx",
            "domain_tld": "wang",
            "query_time": "2024-04-20 23:35:22",
            "create_date": "2014-06-30",
            "update_date": "2023-07-15",
            "expiry_date": "2024-06-30",
            "registrar_iana": 1556,
            "registrar_name": "Chengdu west dimension digital",
            "registrar_website": "www.west263.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "xiao quan huang",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "guang dong",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1-show.myhostadmin.net",
                "ns2-show.myhostadmin.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 93,
            "domain_name": "lpx.it",
            "domain_keyword": "lpx",
            "domain_tld": "it",
            "query_time": "2024-04-21 17:11:53",
            "create_date": "2011-08-04",
            "update_date": "2023-08-20",
            "expiry_date": "2024-08-04",
            "registrar_name": "SOLODOM Sagl in liquidazione",
            "registrar_website": "http://www.solodom.ch",
            "registrant_company": "hidden",
            "name_servers": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 94,
            "domain_name": "lex.in.th",
            "domain_keyword": "lex",
            "domain_tld": "in.th",
            "query_time": "2024-04-25 04:07:29",
            "create_date": "2017-07-26",
            "update_date": "2023-10-12",
            "expiry_date": "2025-07-25",
            "registrar_name": "THNIC",
            "registrant_company": "Lazada Limited (บริษัท ลาซาด้า จำกัด)",
            "registrant_address": "Personal Information*",
            "registrant_country": "TH",
            "name_servers": [
                "ns1.alidns.com",
                "ns2.alidns.com"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 95,
            "domain_name": "xxx.hamburg",
            "domain_keyword": "xxx",
            "domain_tld": "hamburg",
            "query_time": "2024-04-29 19:17:30",
            "create_date": "2016-04-20",
            "update_date": "2023-02-09",
            "expiry_date": "2025-04-20",
            "registrar_iana": 151,
            "registrar_name": "PSI-USA, Inc. dba DOMAIN ROBOT",
            "registrar_website": "https://www.psi-usa.info/",
            "name_servers": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 96,
            "domain_name": "lxxb.com",
            "domain_keyword": "lxxb",
            "domain_tld": "com",
            "query_time": "2024-04-27 07:19:27",
            "create_date": "2005-02-08",
            "update_date": "2023-10-09",
            "expiry_date": "2025-02-08",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://www.dynadot.com",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com",
                "verification-qzexaao4.ns3.dan.hosting"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 97,
            "domain_name": "ltx.vip",
            "domain_keyword": "ltx",
            "domain_tld": "vip",
            "query_time": "2024-04-28 16:36:51",
            "create_date": "2016-08-31",
            "update_date": "2023-06-26",
            "expiry_date": "2024-08-31",
            "registrar_iana": 1555,
            "registrar_name": "22net, Inc.",
            "registrar_website": "www.22.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "LISUXIAO",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ZHEJIANG",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "pk1.22.cn",
                "pk2.22.cn"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 98,
            "domain_name": "pxx.se",
            "domain_keyword": "pxx",
            "domain_tld": "se",
            "query_time": "2024-05-06 00:45:53",
            "create_date": "2010-09-10",
            "update_date": "2023-11-08",
            "expiry_date": "2024-09-10",
            "registrar_name": "LoopiaGroup2",
            "name_servers": [
                "ns1.loopiagroup.com",
                "ns2.loopiagroup.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 99,
            "domain_name": "1xx.ru",
            "domain_keyword": "1xx",
            "domain_tld": "ru",
            "query_time": "2024-05-06 02:23:59",
            "create_date": "2020-10-06",
            "expiry_date": "2024-10-06",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.hosting.reg.ru",
                "ns2.hosting.reg.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 100,
            "domain_name": "slxx.ru",
            "domain_keyword": "slxx",
            "domain_tld": "ru",
            "query_time": "2024-05-04 14:40:15",
            "create_date": "2023-08-27",
            "expiry_date": "2024-08-27",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.reg.ru",
                "ns2.reg.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        }
    ],
    "stats": {
        "total_time": 0.521,
        "api_credits_used": 3,
        "cost_calculation": "3 (fuzzy_domains [1 domain])"
    }
}
<root>
 <success>true</success>
 <query>
  <fuzzy_domains>lxx.name</fuzzy_domains>
  <page_size>100</page_size>
 </query>
 <count>
  <total>5008</total>
  <relation>eq</relation>
  <current>100</current>
 </count>
 <unique_domains>lfx.pl, ljx.vip, slxx.com, laxx.net, gxx.lat, lxa.co.jp, lxq.vip, lxe.org, lex.mov, 0xx.fun, lxtx.shop, lxwx.net, vlxx.lol, l3x.top, yxx.biz, lox.info, l-x.uk, lxw.eu, lx1.icu, lsx.exchange, lsxx.org, 1xx.com, lexx.me, lex.pl, l6x.net, xlxx.party, lxr.hu, vlxx.us, lxtx.tech, lex.digital, jxx.xyz, sxx.moe, lx8.co, lrxx.fun, lrx.one, lxn.cool, lxr.be, vlxx.autos, lmx.wien, axx.me.uk, mxx.com, ixx.asia, zxx.ooo, l0x.top, flxx.top, uxx.app, lgx.ro, lhx.cool, lux.lease, xxx.jetzt, lxd.io, lxy.com, kxx.email, lux.org.nz, lbx.uk, lpxx.cn, lxf.xyz, lxm.uk, lux.pub, lxxr.com, lxv.pizza, lxxv.shop, llxx.online, lex.new, lsx.info, lkxx.info, lpx.fr, yxx.de, pxx.ai, dlxx.uk, cxx.dev, lxv.ink, lnx.nl, xlxx.cm, lex.paris, 3xx.lat, lmx.tirol, lux.zone, xxx.srl, exx.top, 9xx.com, lzx.vip, lexx.nexus, gxx.global, ixx.red, lxc.one, lux.realtor, lix.by, ljx.life, xxx.financial, lcx.dev, lbx.wang, lpx.it, lex.in.th, xxx.hamburg, lxxb.com, ltx.vip, pxx.se, 1xx.ru, slxx.ru</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>lfx.pl</domain_name>
   <domain_keyword>lfx</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-03-10 07:18:10</query_time>
   <create_date>2004-02-05</create_date>
   <update_date>2024-01-15</update_date>
   <expiry_date>2025-02-04</expiry_date>
   <registrar_name>Consulting Service Sp. z o.o.</registrar_name>
   <name_servers>
    <value>ns1.pro-linuxpl.com</value>
    <value>ns2.pro-linuxpl.com</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>ljx.vip</domain_name>
   <domain_keyword>ljx</domain_keyword>
   <domain_tld>vip</domain_tld>
   <query_time>2024-04-20 22:14:33</query_time>
   <create_date>2016-08-31</create_date>
   <update_date>2023-06-26</update_date>
   <expiry_date>2024-08-31</expiry_date>
   <registrar_iana>1555</registrar_iana>
   <registrar_name>22net, Inc.</registrar_name>
   <registrar_website>www.22.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>LISUXIAO</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ZHEJIANG</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>pk1.22.cn</value>
    <value>pk2.22.cn</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>slxx.com</domain_name>
   <domain_keyword>slxx</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-16 15:51:34</query_time>
   <create_date>2002-06-04</create_date>
   <update_date>2024-04-16</update_date>
   <expiry_date>2024-06-04</expiry_date>
   <registrar_iana>1555</registrar_iana>
   <registrar_name>22net, Inc.</registrar_name>
   <registrar_website>http://www.22.cn</registrar_website>
   <name_servers>
    <value>pk3.22.cn</value>
    <value>pk4.22.cn</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>laxx.net</domain_name>
   <domain_keyword>laxx</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-16 15:41:02</query_time>
   <create_date>2014-10-02</create_date>
   <update_date>2023-09-19</update_date>
   <expiry_date>2024-10-02</expiry_date>
   <registrar_iana>1867</registrar_iana>
   <registrar_name>Dynadot12 LLC</registrar_name>
   <registrar_website>http://dynadot12.com</registrar_website>
   <name_servers>
    <value>park1.pauza.net</value>
    <value>park2.pauza.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>5</num>
   <domain_name>gxx.lat</domain_name>
   <domain_keyword>gxx</domain_keyword>
   <domain_tld>lat</domain_tld>
   <query_time>2024-04-18 13:58:46</query_time>
   <create_date>2022-10-24</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-10-24</expiry_date>
   <registrar_iana>1086</registrar_iana>
   <registrar_name>Marcaria.com International, Inc.</registrar_name>
   <registrar_website>http://www.marcaria.com</registrar_website>
   <registrant_state>Ontario</registrant_state>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns01.trademarkarea.com</value>
    <value>ns02.trademarkarea.com</value>
    <value>ns03.trademarkarea.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>lxa.co.jp</domain_name>
   <domain_keyword>lxa</domain_keyword>
   <domain_tld>co.jp</domain_tld>
   <query_time>2024-04-18 01:35:09</query_time>
   <create_date>2015-01-21</create_date>
   <update_date>2024-02-01</update_date>
   <registrant_company>LUXIA</registrant_company>
   <name_servers>
    <value>dns01.gmoserver.jp</value>
    <value>dns02.gmoserver.jp</value>
   </name_servers>
  </value>
  <value>
   <num>7</num>
   <domain_name>lxq.vip</domain_name>
   <domain_keyword>lxq</domain_keyword>
   <domain_tld>vip</domain_tld>
   <query_time>2024-04-18 01:38:55</query_time>
   <create_date>2016-08-31</create_date>
   <update_date>2023-06-26</update_date>
   <expiry_date>2024-08-31</expiry_date>
   <registrar_iana>1555</registrar_iana>
   <registrar_name>22net, Inc.</registrar_name>
   <registrar_website>www.22.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>LISUXIAO</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ZHEJIANG</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>pk1.22.cn</value>
    <value>pk2.22.cn</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>lxe.org</domain_name>
   <domain_keyword>lxe</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-18 01:36:35</query_time>
   <create_date>2000-02-06</create_date>
   <update_date>2024-01-22</update_date>
   <expiry_date>2025-02-06</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.whois.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>NameFind LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns49.domaincontrol.com</value>
    <value>ns50.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>9</num>
   <domain_name>lex.mov</domain_name>
   <domain_keyword>lex</domain_keyword>
   <domain_tld>mov</domain_tld>
   <query_time>2024-04-29 09:26:04</query_time>
   <create_date>2023-07-31</create_date>
   <update_date>2024-02-26</update_date>
   <expiry_date>2024-07-31</expiry_date>
   <registrar_iana>299</registrar_iana>
   <registrar_name>CSC Corporate Domains, Inc.</registrar_name>
   <registrar_website>http://www.cscglobal.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Lex Autolease Limited</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ENG</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>UK</registrant_country>
   <registrant_email>please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns2.lloydstsb.co.uk</value>
    <value>ns4.lloydstsb.com</value>
    <value>ns5.lloydstsb.net</value>
    <value>ns6.lloydsbanking.co.uk</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>10</num>
   <domain_name>0xx.fun</domain_name>
   <domain_keyword>0xx</domain_keyword>
   <domain_tld>fun</domain_tld>
   <query_time>2024-05-01 11:26:57</query_time>
   <create_date>2024-02-27</create_date>
   <update_date>2024-03-03</update_date>
   <expiry_date>2025-02-27</expiry_date>
   <registrar_iana>1697</registrar_iana>
   <registrar_name>DNSPod, Inc.</registrar_name>
   <registrar_website>http://www.dnspod.cn</registrar_website>
   <registrant_company>TencentCloud</registrant_company>
   <registrant_state>bei jing shi</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>chameleon.dnspod.net</value>
    <value>loquat.dnspod.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>11</num>
   <domain_name>lxtx.shop</domain_name>
   <domain_keyword>lxtx</domain_keyword>
   <domain_tld>shop</domain_tld>
   <query_time>2024-04-27 07:19:05</query_time>
   <create_date>2024-01-16</create_date>
   <update_date>2024-01-16</update_date>
   <expiry_date>2025-01-16</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd.</registrar_name>
   <registrar_website>https://wanwang.aliyun.com/</registrar_website>
   <registrant_state>GD</registrant_state>
   <registrant_country>CN</registrant_country>
   <name_servers>
    <value>dns27.hichina.com</value>
    <value>dns28.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>12</num>
   <domain_name>lxwx.net</domain_name>
   <domain_keyword>lxwx</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-27 07:19:25</query_time>
   <create_date>2022-06-24</create_date>
   <update_date>2022-06-24</update_date>
   <expiry_date>2027-06-24</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://wanwang.aliyun.com</registrar_website>
   <registrant_state>guang dong</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</registrant_email>
   <name_servers>
    <value>dns10.hichina.com</value>
    <value>dns9.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>13</num>
   <domain_name>vlxx.lol</domain_name>
   <domain_keyword>vlxx</domain_keyword>
   <domain_tld>lol</domain_tld>
   <query_time>2024-04-28 21:25:33</query_time>
   <create_date>2021-09-13</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-09-13</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>Namecheap</registrar_name>
   <registrar_website>https://namecheap.com</registrar_website>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_state>Capital Region</registrant_state>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>sunny.ns.cloudflare.com</value>
    <value>yadiel.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>14</num>
   <domain_name>l3x.top</domain_name>
   <domain_keyword>l3x</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-04-28 22:57:57</query_time>
   <create_date>2023-04-26</create_date>
   <update_date>2024-04-28</update_date>
   <expiry_date>2025-04-26</expiry_date>
   <registrar_iana>1868</registrar_iana>
   <registrar_name>Eranet International Limited</registrar_name>
   <registrar_website>http://www.eranet.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>cheng de pei</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>AH</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>park.i-now.cn</value>
    <value>park.i-now.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>15</num>
   <domain_name>yxx.biz</domain_name>
   <domain_keyword>yxx</domain_keyword>
   <domain_tld>biz</domain_tld>
   <query_time>2024-05-03 04:07:59</query_time>
   <create_date>2015-07-30</create_date>
   <update_date>2023-08-02</update_date>
   <expiry_date>2024-07-29</expiry_date>
   <registrar_iana>151</registrar_iana>
   <registrar_name>PSI-USA, Inc. dba Domain Robot</registrar_name>
   <registrar_website>www.psi-usa.info</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Cykon Technology Limited</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>HK</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>HK</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.eftydns.com</value>
    <value>ns2.eftydns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>16</num>
   <domain_name>lox.info</domain_name>
   <domain_keyword>lox</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-02 17:02:52</query_time>
   <create_date>2001-10-05</create_date>
   <update_date>2023-11-19</update_date>
   <expiry_date>2024-10-05</expiry_date>
   <registrar_iana>269</registrar_iana>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>http://key-systems.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>GB</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.domaindiscount24.net</value>
    <value>ns2.domaindiscount24.net</value>
    <value>ns3.domaindiscount24.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>17</num>
   <domain_name>l-x.uk</domain_name>
   <domain_keyword>l-x</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-05-02 08:14:19</query_time>
   <create_date>2019-07-03</create_date>
   <update_date>2024-04-01</update_date>
   <expiry_date>2025-07-03</expiry_date>
   <registrar_name>ANY-Web Limited [Tag = ANY-WEB]</registrar_name>
   <registrar_website>https://www.any-domains.com</registrar_website>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>18</num>
   <domain_name>lxw.eu</domain_name>
   <domain_keyword>lxw</domain_keyword>
   <domain_tld>eu</domain_tld>
   <query_time>2024-05-05 21:55:22</query_time>
   <registrar_name>Really Useful Domains Ltd</registrar_name>
   <registrar_website>www.reallyusefuldomains.co.uk</registrar_website>
   <name_servers>
    <value>ns1.sedoparking.com</value>
    <value>ns2.sedoparking.com</value>
   </name_servers>
  </value>
  <value>
   <num>19</num>
   <domain_name>lx1.icu</domain_name>
   <domain_keyword>lx1</domain_keyword>
   <domain_tld>icu</domain_tld>
   <query_time>2024-05-03 20:38:54</query_time>
   <create_date>2023-08-07</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-08-07</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>Namecheap</registrar_name>
   <registrar_website>https://namecheap.com</registrar_website>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_state>Capital Region</registrant_state>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>serverHold</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>20</num>
   <domain_name>lsx.exchange</domain_name>
   <domain_keyword>lsx</domain_keyword>
   <domain_tld>exchange</domain_tld>
   <query_time>2024-04-24 02:58:31</query_time>
   <create_date>2014-08-01</create_date>
   <update_date>2023-09-15</update_date>
   <expiry_date>2024-08-01</expiry_date>
   <registrar_iana>151</registrar_iana>
   <registrar_name>PSI-USA, Inc. dba Domain Robot</registrar_name>
   <registrar_website>http://www.psi-usa.info</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Lang &amp; Schwarz TradeCenter AG &amp; Co. KG</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>DE</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns.ls-d.de</value>
    <value>ns1.de.colt.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>21</num>
   <domain_name>lsxx.org</domain_name>
   <domain_keyword>lsxx</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-24 02:58:53</query_time>
   <create_date>2019-12-24</create_date>
   <update_date>2024-02-07</update_date>
   <expiry_date>2024-12-24</expiry_date>
   <registrar_iana>1923</registrar_iana>
   <registrar_name>Gname.com Pte. Ltd.</registrar_name>
   <registrar_website>http://whois.gname.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Hunan</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>a.share-dns.com</value>
    <value>b.share-dns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>22</num>
   <domain_name>1xx.com</domain_name>
   <domain_keyword>1xx</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-24 07:22:42</query_time>
   <create_date>2001-01-17</create_date>
   <update_date>2023-09-07</update_date>
   <expiry_date>2025-01-17</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>major.ns.cloudflare.com</value>
    <value>sue.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>23</num>
   <domain_name>lexx.me</domain_name>
   <domain_keyword>lexx</domain_keyword>
   <domain_tld>me</domain_tld>
   <query_time>2024-04-24 23:52:33</query_time>
   <create_date>2020-02-18</create_date>
   <update_date>2024-02-13</update_date>
   <expiry_date>2025-02-18</expiry_date>
   <registrar_iana>269</registrar_iana>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>http://key-systems.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Internet Invest, Ltd. dba Imena.ua</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>UA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>pid1.srv53.net</value>
    <value>pid2.srv53.org</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>24</num>
   <domain_name>lex.pl</domain_name>
   <domain_keyword>lex</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-04-25 16:05:29</query_time>
   <create_date>1997-01-31</create_date>
   <update_date>2023-10-26</update_date>
   <expiry_date>2024-12-31</expiry_date>
   <registrar_name>Domena.pl sp. z o.o.</registrar_name>
   <registrar_website>www.domena.pl</registrar_website>
   <name_servers>
    <value>ns1.domena.pl</value>
    <value>ns2.domena.pl</value>
    <value>ns3.domena.pl</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>25</num>
   <domain_name>l6x.net</domain_name>
   <domain_keyword>l6x</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-24 01:14:55</query_time>
   <create_date>2006-09-11</create_date>
   <update_date>2023-10-17</update_date>
   <expiry_date>2024-09-11</expiry_date>
   <registrar_iana>228</registrar_iana>
   <registrar_name>Moniker Online Services LLC</registrar_name>
   <registrar_website>http://www.moniker.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>WA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>KW</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.monikerdns.net</value>
    <value>ns2.monikerdns.net</value>
    <value>ns3.monikerdns.net</value>
    <value>ns4.monikerdns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>26</num>
   <domain_name>xlxx.party</domain_name>
   <domain_keyword>xlxx</domain_keyword>
   <domain_tld>party</domain_tld>
   <query_time>2024-05-08 08:51:54</query_time>
   <create_date>2022-12-21</create_date>
   <update_date>2023-12-29</update_date>
   <expiry_date>2024-12-21</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>https://www.dynadot.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>California</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>arushi.ns.cloudflare.com</value>
    <value>bowen.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>27</num>
   <domain_name>lxr.hu</domain_name>
   <domain_keyword>lxr</domain_keyword>
   <domain_tld>hu</domain_tld>
   <query_time>2024-05-10 19:18:30</query_time>
   <create_date>2009-07-08</create_date>
  </value>
  <value>
   <num>28</num>
   <domain_name>vlxx.us</domain_name>
   <domain_keyword>vlxx</domain_keyword>
   <domain_tld>us</domain_tld>
   <query_time>2024-05-11 22:16:45</query_time>
   <create_date>2022-05-10</create_date>
   <update_date>2024-05-07</update_date>
   <expiry_date>2025-05-10</expiry_date>
   <registrar_iana>3862</registrar_iana>
   <registrar_name>Spaceship, Inc.</registrar_name>
   <registrar_website>https://www.spaceship.com/</registrar_website>
   <registrant_name>Michael Nava</registrant_name>
   <registrant_address>7609 Grove Acre Ct</registrant_address>
   <registrant_city>Las Vegas</registrant_city>
   <registrant_state>NV</registrant_state>
   <registrant_zip>89131</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.7026453412</registrant_phone>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>serverTransferProhibited</value>
    <value>transferPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>29</num>
   <domain_name>lxtx.tech</domain_name>
   <domain_keyword>lxtx</domain_keyword>
   <domain_tld>tech</domain_tld>
   <query_time>2024-05-09 07:46:19</query_time>
   <create_date>2019-03-29</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2029-03-29</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrant_company>GuYueFeng</registrant_company>
   <registrant_state>JiangSu</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns13.hichina.com</value>
    <value>dns14.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>30</num>
   <domain_name>lex.digital</domain_name>
   <domain_keyword>lex</domain_keyword>
   <domain_tld>digital</domain_tld>
   <query_time>2024-05-09 13:55:21</query_time>
   <create_date>2023-08-25</create_date>
   <update_date>2023-08-30</update_date>
   <expiry_date>2024-08-25</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>31</num>
   <domain_name>jxx.xyz</domain_name>
   <domain_keyword>jxx</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-08 19:49:32</query_time>
   <create_date>2021-10-16</create_date>
   <update_date>2023-11-03</update_date>
   <expiry_date>2024-10-16</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrant_company>caowei</registrant_company>
   <registrant_state>shang hai</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.cnolnic.net</value>
    <value>ns2.cnolnic.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>32</num>
   <domain_name>sxx.moe</domain_name>
   <domain_keyword>sxx</domain_keyword>
   <domain_tld>moe</domain_tld>
   <query_time>2024-05-20 23:49:45</query_time>
   <create_date>2021-06-29</create_date>
   <update_date>2023-06-26</update_date>
   <expiry_date>2024-06-29</expiry_date>
   <registrar_iana>81</registrar_iana>
   <registrar_name>Gandi SAS</registrar_name>
   <registrar_website>whois.gandi.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>connie.ns.cloudflare.com</value>
    <value>lynn.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>33</num>
   <domain_name>lx8.co</domain_name>
   <domain_keyword>lx8</domain_keyword>
   <domain_tld>co</domain_tld>
   <query_time>2024-05-21 01:14:38</query_time>
   <create_date>2023-03-21</create_date>
   <update_date>2024-03-18</update_date>
   <expiry_date>2026-03-21</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>whois.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>langston.ns.cloudflare.com</value>
    <value>sonia.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>34</num>
   <domain_name>lrxx.fun</domain_name>
   <domain_keyword>lrxx</domain_keyword>
   <domain_tld>fun</domain_tld>
   <query_time>2024-05-15 14:07:44</query_time>
   <create_date>2023-06-23</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2033-06-23</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrant_company>sui ning ai li ke ji you xian gong si</registrant_company>
   <registrant_state>si chuan</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns3.hichina.com</value>
    <value>dns4.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>35</num>
   <domain_name>lrx.one</domain_name>
   <domain_keyword>lrx</domain_keyword>
   <domain_tld>one</domain_tld>
   <query_time>2024-05-15 14:07:42</query_time>
   <create_date>2021-12-31</create_date>
   <update_date>2023-12-08</update_date>
   <expiry_date>2024-12-31</expiry_date>
   <registrar_iana>303</registrar_iana>
   <registrar_name>PDR Ltd. d/b/a PublicDomainRegistry.com</registrar_name>
   <registrar_website>publicdomainregistry.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Internet Invest, Ltd. dba Imena.ua</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Kyiv</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>UA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>pid1.srv53.net</value>
    <value>pid2.srv53.org</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>36</num>
   <domain_name>lxn.cool</domain_name>
   <domain_keyword>lxn</domain_keyword>
   <domain_tld>cool</domain_tld>
   <query_time>2024-05-26 04:49:18</query_time>
   <create_date>2022-01-30</create_date>
   <update_date>2022-07-03</update_date>
   <expiry_date>2028-01-30</expiry_date>
   <registrar_iana>1697</registrar_iana>
   <registrar_name>DNSPod, Inc.</registrar_name>
   <registrar_website>https://www.dnspod.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Liu Xia Nan</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>bei jing shi</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>active.dnspod.net</value>
    <value>bootes.dnspod.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>37</num>
   <domain_name>lxr.be</domain_name>
   <domain_keyword>lxr</domain_keyword>
   <domain_tld>be</domain_tld>
   <query_time>2024-05-26 04:49:26</query_time>
   <create_date>2014-09-11</create_date>
   <registrar_name>Cronon GmbH</registrar_name>
   <registrar_website>http://www.cronon.net</registrar_website>
   <name_servers>
    <value>docks05.rzone.de</value>
    <value>shades20.rzone.de</value>
   </name_servers>
   <domain_status>
    <value>Not Available</value>
   </domain_status>
  </value>
  <value>
   <num>38</num>
   <domain_name>vlxx.autos</domain_name>
   <domain_keyword>vlxx</domain_keyword>
   <domain_tld>autos</domain_tld>
   <query_time>2024-05-18 09:24:52</query_time>
   <create_date>2023-06-22</create_date>
   <update_date>2024-03-23</update_date>
   <expiry_date>2024-06-22</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun, LLC</registrar_name>
   <registrar_website>https://porkbun.com/</registrar_website>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_state>NC</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>39</num>
   <domain_name>lmx.wien</domain_name>
   <domain_keyword>lmx</domain_keyword>
   <domain_tld>wien</domain_tld>
   <query_time>2024-05-14 03:42:41</query_time>
   <create_date>2016-03-11</create_date>
   <update_date>2024-03-11</update_date>
   <expiry_date>2025-03-11</expiry_date>
   <registrar_iana>809</registrar_iana>
   <registrar_name>Ledl.net GmbH</registrar_name>
   <registrar_website>http://www.domaintechnik.at/</registrar_website>
   <registrant_name>REDACTED</registrant_name>
   <registrant_company>Moser Hans</registrant_company>
   <registrant_address>REDACTED</registrant_address>
   <registrant_city>REDACTED</registrant_city>
   <registrant_state>REDACTED</registrant_state>
   <registrant_zip>REDACTED</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin or tech contacts of the domain name.</registrant_email>
   <registrant_phone>REDACTED</registrant_phone>
   <registrant_fax>REDACTED</registrant_fax>
   <name_servers>
    <value>ns-1004.awsdns-61.net</value>
    <value>ns-1490.awsdns-58.org</value>
    <value>ns-1689.awsdns-19.co.uk</value>
    <value>ns-258.awsdns-32.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>40</num>
   <domain_name>axx.me.uk</domain_name>
   <domain_keyword>axx</domain_keyword>
   <domain_tld>me.uk</domain_tld>
   <query_time>2024-05-13 23:51:41</query_time>
   <create_date>2006-10-17</create_date>
   <update_date>2023-10-18</update_date>
   <expiry_date>2025-10-17</expiry_date>
   <registrar_name>Imaginet Ltd [Tag = IMAGINET]</registrar_name>
   <registrar_website>https://www.imaginet.co.uk</registrar_website>
   <name_servers>
    <value>ns0.imaginet.co.uk</value>
    <value>ns1.imaginet.co.uk</value>
    <value>ns2.imaginet.co.uk</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>41</num>
   <domain_name>mxx.com</domain_name>
   <domain_keyword>mxx</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-16 02:24:54</query_time>
   <create_date>1998-04-29</create_date>
   <update_date>2022-09-09</update_date>
   <expiry_date>2025-04-28</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns1.sedoparking.com</value>
    <value>ns2.sedoparking.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>42</num>
   <domain_name>ixx.asia</domain_name>
   <domain_keyword>ixx</domain_keyword>
   <domain_tld>asia</domain_tld>
   <query_time>2024-05-16 03:21:19</query_time>
   <create_date>2023-09-01</create_date>
   <update_date>2023-11-14</update_date>
   <expiry_date>2024-09-01</expiry_date>
   <registrar_iana>1697</registrar_iana>
   <registrar_name>DNSPod, Inc.</registrar_name>
   <registrar_website>https://www.dnspod.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Chen Tao</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>chong qing shi</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>chan.ns.cloudflare.com</value>
    <value>damon.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>43</num>
   <domain_name>zxx.ooo</domain_name>
   <domain_keyword>zxx</domain_keyword>
   <domain_tld>ooo</domain_tld>
   <query_time>2024-05-27 17:28:16</query_time>
   <create_date>2023-06-13</create_date>
   <update_date>2024-05-15</update_date>
   <expiry_date>2032-06-13</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains.squarespace.com</registrar_website>
   <registrant_company>Contact Privacy Inc. Customer 7151571251</registrant_company>
   <registrant_state>\u4E0A\u6D77\u5E02</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>jim.ns.cloudflare.com</value>
    <value>lisa.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>44</num>
   <domain_name>l0x.top</domain_name>
   <domain_keyword>l0x</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-06-02 10:07:07</query_time>
   <create_date>2023-05-31</create_date>
   <update_date>2024-05-31</update_date>
   <expiry_date>2025-05-31</expiry_date>
   <registrar_iana>1923</registrar_iana>
   <registrar_name>Gname.com Pte. Ltd.</registrar_name>
   <registrar_website>http://www.gname.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Shaanxi</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>please-renew-your-domain-in-www.gname.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>45</num>
   <domain_name>flxx.top</domain_name>
   <domain_keyword>flxx</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-06-06 19:49:35</query_time>
   <create_date>2023-02-25</create_date>
   <update_date>2023-02-25</update_date>
   <expiry_date>2025-02-25</expiry_date>
   <registrar_iana>1479</registrar_iana>
   <registrar_name>NameSilo,LLC</registrar_name>
   <registrar_website>https://www.namesilo.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>PrivacyGuardian.org llc</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>AZ</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>melinda.ns.cloudflare.com</value>
    <value>rick.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>46</num>
   <domain_name>uxx.app</domain_name>
   <domain_keyword>uxx</domain_keyword>
   <domain_tld>app</domain_tld>
   <query_time>2024-05-29 09:09:23</query_time>
   <create_date>2022-01-20</create_date>
   <update_date>2024-05-12</update_date>
   <expiry_date>2025-01-20</expiry_date>
   <registrar_iana>625</registrar_iana>
   <registrar_name>Name.com, Inc.</registrar_name>
   <registrar_website>http://www.name.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domain Protection Services, Inc.</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.premiumdomains.cloud</value>
    <value>ns2.premiumdomains.cloud</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>47</num>
   <domain_name>lgx.ro</domain_name>
   <domain_keyword>lgx</domain_keyword>
   <domain_tld>ro</domain_tld>
   <query_time>2024-06-02 02:20:22</query_time>
   <create_date>2011-04-20</create_date>
   <expiry_date>2031-07-17</expiry_date>
   <registrar_name>Internet Resources Management SRL</registrar_name>
   <registrar_website>ip.ro</registrar_website>
   <name_servers>
    <value>ns1.romarg.com</value>
    <value>ns2.romarg.com</value>
    <value>ns3.romarg.com</value>
    <value>ns4.romarg.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>Inactive</value>
   </dns_sec>
  </value>
  <value>
   <num>48</num>
   <domain_name>lhx.cool</domain_name>
   <domain_keyword>lhx</domain_keyword>
   <domain_tld>cool</domain_tld>
   <query_time>2024-05-28 23:33:22</query_time>
   <create_date>2022-04-27</create_date>
   <update_date>2023-11-04</update_date>
   <expiry_date>2027-04-27</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn/about/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Fang Yu Peng</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Guang Dong</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns10.hichina.com</value>
    <value>dns9.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>49</num>
   <domain_name>lux.lease</domain_name>
   <domain_keyword>lux</domain_keyword>
   <domain_tld>lease</domain_tld>
   <query_time>2024-06-02 03:58:51</query_time>
   <create_date>2023-09-27</create_date>
   <update_date>2023-10-02</update_date>
   <expiry_date>2024-09-27</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 0168795754</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.hover.com</value>
    <value>ns2.hover.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>50</num>
   <domain_name>xxx.jetzt</domain_name>
   <domain_keyword>xxx</domain_keyword>
   <domain_tld>jetzt</domain_tld>
   <query_time>2024-06-09 18:26:28</query_time>
   <create_date>2021-10-23</create_date>
   <update_date>2023-09-29</update_date>
   <expiry_date>2024-10-23</expiry_date>
   <registrar_iana>3892</registrar_iana>
   <registrar_name>Sav.com, LLC - 2</registrar_name>
   <registrar_website>http://Sav.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy Protection</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>IL</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>augustus.ns.cloudflare.com</value>
    <value>laura.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>51</num>
   <domain_name>lxd.io</domain_name>
   <domain_keyword>lxd</domain_keyword>
   <domain_tld>io</domain_tld>
   <query_time>2024-06-10 20:47:23</query_time>
   <create_date>2020-07-03</create_date>
   <update_date>2023-08-28</update_date>
   <expiry_date>2024-07-03</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>http://dynadot.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>California</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>52</num>
   <domain_name>lxy.com</domain_name>
   <domain_keyword>lxy</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-12 21:44:24</query_time>
   <create_date>1999-03-28</create_date>
   <update_date>2022-09-22</update_date>
   <expiry_date>2025-03-28</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://wanwang.aliyun.com</registrar_website>
   <registrant_state>fu jian</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</registrant_email>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>53</num>
   <domain_name>kxx.email</domain_name>
   <domain_keyword>kxx</domain_keyword>
   <domain_tld>email</domain_tld>
   <query_time>2024-06-11 00:47:43</query_time>
   <create_date>2024-04-07</create_date>
   <update_date>2024-04-12</update_date>
   <expiry_date>2025-04-07</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com/domains/search.aspx?ci=8990</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.bodis.com</value>
    <value>ns2.bodis.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>54</num>
   <domain_name>lux.org.nz</domain_name>
   <domain_keyword>lux</domain_keyword>
   <domain_tld>org.nz</domain_tld>
   <query_time>2024-06-13 12:16:11</query_time>
   <create_date>2024-02-19</create_date>
   <update_date>2024-02-24</update_date>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>https://www.key-systems.net</registrar_website>
   <name_servers>
    <value>ns1.parkingcrew.net</value>
    <value>ns2.parkingcrew.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>55</num>
   <domain_name>lbx.uk</domain_name>
   <domain_keyword>lbx</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-04-20 23:35:23</query_time>
   <create_date>2017-10-30</create_date>
   <update_date>2023-10-23</update_date>
   <expiry_date>2024-10-30</expiry_date>
   <registrar_name>Behrendt Professional Corporation t/a Amazing Domains [Tag = BPC-CA]</registrar_name>
   <registrar_website>http://www.amazingdomains.co.uk</registrar_website>
   <name_servers>
    <value>freedns1.registrar-servers.com</value>
    <value>freedns2.registrar-servers.com</value>
    <value>freedns3.registrar-servers.com</value>
    <value>freedns4.registrar-servers.com</value>
    <value>freedns5.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>56</num>
   <domain_name>lpxx.cn</domain_name>
   <domain_keyword>lpxx</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-04-15 13:06:47</query_time>
   <create_date>2005-08-09</create_date>
   <expiry_date>2024-08-09</expiry_date>
   <registrar_name>北京新网数码信息技术有限公司</registrar_name>
   <registrant_name>杨少芝</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>v1.juming.com</value>
    <value>v2.juming.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>57</num>
   <domain_name>lxf.xyz</domain_name>
   <domain_keyword>lxf</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-04-18 01:36:40</query_time>
   <create_date>2019-06-10</create_date>
   <update_date>2024-04-15</update_date>
   <expiry_date>2025-06-10</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrant_company>li xuan fang</registrant_company>
   <registrant_state>guang xi</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns25.hichina.com</value>
    <value>dns26.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>58</num>
   <domain_name>lxm.uk</domain_name>
   <domain_keyword>lxm</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-04-18 01:38:25</query_time>
   <create_date>2017-09-23</create_date>
   <update_date>2024-01-10</update_date>
   <expiry_date>2024-09-23</expiry_date>
   <registrar_name>Stephen Hall [Tag = SHALL]</registrar_name>
   <registrar_website>https://stephen.uk/hello</registrar_website>
   <name_servers>
    <value>ns1.sedoparking.com</value>
    <value>ns2.sedoparking.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>59</num>
   <domain_name>lux.pub</domain_name>
   <domain_keyword>lux</domain_keyword>
   <domain_tld>pub</domain_tld>
   <query_time>2024-04-24 10:44:58</query_time>
   <create_date>2018-08-13</create_date>
   <update_date>2023-05-23</update_date>
   <expiry_date>2025-08-13</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn/about/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Feng Lin Hao</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>He Nan</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns13.hichina.com</value>
    <value>dns14.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>60</num>
   <domain_name>lxxr.com</domain_name>
   <domain_keyword>lxxr</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-27 07:19:34</query_time>
   <create_date>2007-08-27</create_date>
   <update_date>2024-04-23</update_date>
   <expiry_date>2024-08-27</expiry_date>
   <registrar_iana>151</registrar_iana>
   <registrar_name>PSI-USA, Inc. dba Domain Robot</registrar_name>
   <registrar_website>https://www.psi-usa.info</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Cykon Technology Limited</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>HK</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>HK</registrant_country>
   <registrant_email>https://whoispro.domain-robot.org/whois/lxxr.com</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.eftydns.com</value>
    <value>ns2.eftydns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>61</num>
   <domain_name>lxv.pizza</domain_name>
   <domain_keyword>lxv</domain_keyword>
   <domain_tld>pizza</domain_tld>
   <query_time>2024-04-27 07:19:13</query_time>
   <create_date>2019-10-14</create_date>
   <update_date>2023-11-28</update_date>
   <expiry_date>2024-10-14</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com/domains/search.aspx?ci=8990</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns53.domaincontrol.com</value>
    <value>ns54.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>62</num>
   <domain_name>lxxv.shop</domain_name>
   <domain_keyword>lxxv</domain_keyword>
   <domain_tld>shop</domain_tld>
   <query_time>2024-04-27 07:19:57</query_time>
   <create_date>2023-11-26</create_date>
   <update_date>2024-01-12</update_date>
   <expiry_date>2024-11-26</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <registrant_state>Arizona</registrant_state>
   <registrant_country>US</registrant_country>
   <name_servers>
    <value>ns09.domaincontrol.com</value>
    <value>ns10.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>63</num>
   <domain_name>llxx.online</domain_name>
   <domain_keyword>llxx</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-04-27 11:12:38</query_time>
   <create_date>2019-03-20</create_date>
   <update_date>2024-04-15</update_date>
   <expiry_date>2025-03-20</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrant_company>hou wei</registrant_company>
   <registrant_state>shan xi</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns3.hichina.com</value>
    <value>dns4.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>64</num>
   <domain_name>lex.new</domain_name>
   <domain_keyword>lex</domain_keyword>
   <domain_tld>new</domain_tld>
   <query_time>2024-04-29 09:26:04</query_time>
   <create_date>2022-10-16</create_date>
   <update_date>2023-11-30</update_date>
   <expiry_date>2024-10-16</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC.</registrar_name>
   <registrar_website>domains.google</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 7151571251</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>ns-cloud-c1.googledomains.com</value>
    <value>ns-cloud-c2.googledomains.com</value>
    <value>ns-cloud-c3.googledomains.com</value>
    <value>ns-cloud-c4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>65</num>
   <domain_name>lsx.info</domain_name>
   <domain_keyword>lsx</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-01 18:12:39</query_time>
   <create_date>2015-07-29</create_date>
   <update_date>2024-01-12</update_date>
   <expiry_date>2024-07-29</expiry_date>
   <registrar_iana>83</registrar_iana>
   <registrar_name>IONOS SE</registrar_name>
   <registrar_website>https://www.ionos.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>BC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.sedoparking.com</value>
    <value>ns2.sedoparking.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>66</num>
   <domain_name>lkxx.info</domain_name>
   <domain_keyword>lkxx</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-03 12:39:58</query_time>
   <create_date>2019-05-25</create_date>
   <update_date>2023-12-20</update_date>
   <expiry_date>2025-05-25</expiry_date>
   <registrar_iana>420</registrar_iana>
   <registrar_name>Alibaba Cloud Computing (Beijing) Co., Ltd.</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>张泽武</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>上海</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns11.hichina.com</value>
    <value>dns12.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>67</num>
   <domain_name>lpx.fr</domain_name>
   <domain_keyword>lpx</domain_keyword>
   <domain_tld>fr</domain_tld>
   <query_time>2024-05-05 22:38:42</query_time>
   <create_date>2011-05-23</create_date>
   <update_date>2024-04-30</update_date>
   <expiry_date>2025-05-23</expiry_date>
   <registrar_name>NETIM</registrar_name>
   <registrar_website>https://www.netim.com/fr/nom-domaine/domaine-fr</registrar_website>
   <registrant_name>Ano Nymous</registrant_name>
   <name_servers>
    <value>ns1.o2switch.net</value>
    <value>ns2.o2switch.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>associated</value>
    <value>clientTransferProhibited</value>
   </domain_status>
  </value>
  <value>
   <num>68</num>
   <domain_name>yxx.de</domain_name>
   <domain_keyword>yxx</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-05 13:40:03</query_time>
   <update_date>2022-03-31</update_date>
   <name_servers>
    <value>ns.udag.de</value>
    <value>ns.udag.net</value>
    <value>ns.udag.org</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>69</num>
   <domain_name>pxx.ai</domain_name>
   <domain_keyword>pxx</domain_keyword>
   <domain_tld>ai</domain_tld>
   <query_time>2024-04-26 22:26:57</query_time>
   <registrar_name>Dynadot</registrar_name>
   <registrant_name>Redacted | Registry Policy</registrant_name>
   <registrant_address>Redacted | Registry Policy</registrant_address>
   <registrant_city>Redacted | Registry Policy</registrant_city>
   <registrant_state>Redacted | Registry Policy</registrant_state>
   <registrant_zip>Redacted | Registry Policy</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>redacted | registry policy</registrant_email>
   <registrant_phone>Redacted | Registry Policy</registrant_phone>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>70</num>
   <domain_name>dlxx.uk</domain_name>
   <domain_keyword>dlxx</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-04-29 03:30:19</query_time>
   <create_date>2023-07-28</create_date>
   <update_date>2023-07-28</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_name>Ionos SE [Tag = 1AND1]</registrar_name>
   <registrar_website>https://ionos.com</registrar_website>
   <name_servers>
    <value>ns1026.ui-dns.de</value>
    <value>ns1043.ui-dns.biz</value>
    <value>ns1069.ui-dns.com</value>
    <value>ns1079.ui-dns.org</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>71</num>
   <domain_name>cxx.dev</domain_name>
   <domain_keyword>cxx</domain_keyword>
   <domain_tld>dev</domain_tld>
   <query_time>2024-04-19 11:57:33</query_time>
   <create_date>2019-03-04</create_date>
   <update_date>2024-04-18</update_date>
   <expiry_date>2025-03-04</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC.</registrar_name>
   <registrar_website>domains.google</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 7151571251</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>ns-cloud-c1.googledomains.com</value>
    <value>ns-cloud-c2.googledomains.com</value>
    <value>ns-cloud-c3.googledomains.com</value>
    <value>ns-cloud-c4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>72</num>
   <domain_name>lxv.ink</domain_name>
   <domain_keyword>lxv</domain_keyword>
   <domain_tld>ink</domain_tld>
   <query_time>2024-05-09 07:46:22</query_time>
   <create_date>2024-03-03</create_date>
   <update_date>2024-03-08</update_date>
   <expiry_date>2025-03-03</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>whois.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns77.domaincontrol.com</value>
    <value>ns78.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>73</num>
   <domain_name>lnx.nl</domain_name>
   <domain_keyword>lnx</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-10 16:41:54</query_time>
   <create_date>1999-12-02</create_date>
   <update_date>2023-06-09</update_date>
   <registrar_name>ZXCS</registrar_name>
   <name_servers>
    <value>ns.zxcs.be</value>
    <value>ns.zxcs.eu</value>
    <value>ns.zxcs.nl</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>74</num>
   <domain_name>xlxx.cm</domain_name>
   <domain_keyword>xlxx</domain_keyword>
   <domain_tld>cm</domain_tld>
   <query_time>2024-05-21 17:24:09</query_time>
   <create_date>2023-06-26</create_date>
   <expiry_date>2024-06-26</expiry_date>
   <registrar_name>Netcom.cm Sarl</registrar_name>
   <registrant_name>Private Registration</registrant_name>
   <registrant_company>Privacy</registrant_company>
   <registrant_address>Tian Hong Shan Zhuang, BLd. 8, Office 108 108</registrant_address>
   <registrant_city>Nanjing</registrant_city>
   <registrant_state>Jiangsu</registrant_state>
   <registrant_zip>210049</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+86.2584752368</registrant_phone>
   <registrant_fax>+86.2584752368</registrant_fax>
   <name_servers>
    <value>ns1.ii51.parklogic.com</value>
    <value>ns2.ii51.parklogic.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
  </value>
  <value>
   <num>75</num>
   <domain_name>lex.paris</domain_name>
   <domain_keyword>lex</domain_keyword>
   <domain_tld>paris</domain_tld>
   <query_time>2024-05-19 08:49:34</query_time>
   <create_date>2021-02-01</create_date>
   <update_date>2024-01-05</update_date>
   <expiry_date>2025-02-01</expiry_date>
   <registrar_iana>1383</registrar_iana>
   <registrar_name>Soluciones Corporativas IP SLU</registrar_name>
   <registrar_website>https://www.mrdomain.com/</registrar_website>
   <registrant_name>REDACTED_FOR_PRIVACY</registrant_name>
   <registrant_company>Soluciones Corporativas IP, c/o Whois Proxy</registrant_company>
   <registrant_address>REDACTED_FOR_PRIVACY, REDACTED_FOR_PRIVACY, REDACTED_FOR_PRIVACY</registrant_address>
   <registrant_city>REDACTED_FOR_PRIVACY</registrant_city>
   <registrant_state>REDACTED_FOR_PRIVACY</registrant_state>
   <registrant_zip>REDACTED_FOR_PRIVACY</registrant_zip>
   <registrant_email>redacted_for_privacy</registrant_email>
   <registrant_phone>REDACTED_FOR_PRIVACY</registrant_phone>
   <registrant_fax>REDACTED_FOR_PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dondominio.com</value>
    <value>ns2.dondominio.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>76</num>
   <domain_name>3xx.lat</domain_name>
   <domain_keyword>3xx</domain_keyword>
   <domain_tld>lat</domain_tld>
   <query_time>2024-05-13 21:16:37</query_time>
   <create_date>2023-08-24</create_date>
   <update_date>2023-09-25</update_date>
   <expiry_date>2024-08-24</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun, LLC</registrar_name>
   <registrar_website>https://porkbun.com/</registrar_website>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_state>NC</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.alidns.com</value>
    <value>ns2.alidns.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>77</num>
   <domain_name>lmx.tirol</domain_name>
   <domain_keyword>lmx</domain_keyword>
   <domain_tld>tirol</domain_tld>
   <query_time>2024-05-14 03:42:41</query_time>
   <create_date>2016-03-11</create_date>
   <update_date>2024-03-11</update_date>
   <expiry_date>2025-03-11</expiry_date>
   <registrar_iana>809</registrar_iana>
   <registrar_name>Ledl.net GmbH</registrar_name>
   <registrar_website>http://www.domaintechnik.at/</registrar_website>
   <registrant_name>REDACTED</registrant_name>
   <registrant_company>Moser Hans</registrant_company>
   <registrant_address>REDACTED</registrant_address>
   <registrant_city>REDACTED</registrant_city>
   <registrant_state>REDACTED</registrant_state>
   <registrant_zip>REDACTED</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin or tech contacts of the domain name.</registrant_email>
   <registrant_phone>REDACTED</registrant_phone>
   <registrant_fax>REDACTED</registrant_fax>
   <name_servers>
    <value>ns-1004.awsdns-61.net</value>
    <value>ns-1490.awsdns-58.org</value>
    <value>ns-1689.awsdns-19.co.uk</value>
    <value>ns-258.awsdns-32.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>78</num>
   <domain_name>lux.zone</domain_name>
   <domain_keyword>lux</domain_keyword>
   <domain_tld>zone</domain_tld>
   <query_time>2024-05-15 21:50:08</query_time>
   <create_date>2020-02-26</create_date>
   <update_date>2024-01-18</update_date>
   <expiry_date>2025-02-26</expiry_date>
   <registrar_iana>1556</registrar_iana>
   <registrar_name>Chengdu West Dimension Digital Technology Co., Ltd.</registrar_name>
   <registrar_website>http://www.west.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Lee Charles</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Zhe Jiang</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>79</num>
   <domain_name>xxx.srl</domain_name>
   <domain_keyword>xxx</domain_keyword>
   <domain_tld>srl</domain_tld>
   <query_time>2024-05-27 03:00:52</query_time>
   <create_date>2023-07-04</create_date>
   <update_date>2023-07-04</update_date>
   <expiry_date>2024-07-04</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun LLC</registrar_name>
   <registrar_website>http://porkbun.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>80</num>
   <domain_name>exx.top</domain_name>
   <domain_keyword>exx</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-05-25 04:24:17</query_time>
   <create_date>2018-05-07</create_date>
   <update_date>2023-10-25</update_date>
   <expiry_date>2025-05-07</expiry_date>
   <registrar_iana>1331</registrar_iana>
   <registrar_name>eName Technology Co., Ltd.</registrar_name>
   <registrar_website>http://www.ename.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Ma Xu</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ShanXi</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns3.dns.com</value>
    <value>ns4.dns.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>81</num>
   <domain_name>9xx.com</domain_name>
   <domain_keyword>9xx</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-23 18:32:20</query_time>
   <create_date>2003-01-11</create_date>
   <update_date>2021-08-04</update_date>
   <expiry_date>2030-03-03</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com</registrar_website>
   <registrant_name>Registration Private</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>DomainsByProxy.com, 2155 E Warner Rd</registrant_address>
   <registrant_city>Tempe</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>85284</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=9xx.com</registrant_email>
   <registrant_phone>+1.4806242599</registrant_phone>
   <name_servers>
    <value>ns39.domaincontrol.com</value>
    <value>ns40.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>82</num>
   <domain_name>lzx.vip</domain_name>
   <domain_keyword>lzx</domain_keyword>
   <domain_tld>vip</domain_tld>
   <query_time>2024-05-28 06:19:06</query_time>
   <create_date>2016-08-31</create_date>
   <update_date>2023-06-26</update_date>
   <expiry_date>2024-08-31</expiry_date>
   <registrar_iana>1555</registrar_iana>
   <registrar_name>22net, Inc.</registrar_name>
   <registrar_website>www.22.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>LISUXIAO</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ZHEJIANG</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>pk1.22.cn</value>
    <value>pk2.22.cn</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>83</num>
   <domain_name>lexx.nexus</domain_name>
   <domain_keyword>lexx</domain_keyword>
   <domain_tld>nexus</domain_tld>
   <query_time>2024-06-06 15:32:40</query_time>
   <create_date>2024-04-12</create_date>
   <update_date>2024-04-17</update_date>
   <expiry_date>2025-04-12</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>ns55.domaincontrol.com</value>
    <value>ns56.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>84</num>
   <domain_name>gxx.global</domain_name>
   <domain_keyword>gxx</domain_keyword>
   <domain_tld>global</domain_tld>
   <query_time>2024-05-31 23:57:23</query_time>
   <create_date>2017-09-26</create_date>
   <update_date>2023-12-01</update_date>
   <expiry_date>2024-09-26</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com/domains/search.aspx?ci=8990</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns09.domaincontrol.com</value>
    <value>ns10.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>85</num>
   <domain_name>ixx.red</domain_name>
   <domain_keyword>ixx</domain_keyword>
   <domain_tld>red</domain_tld>
   <query_time>2024-06-02 06:54:06</query_time>
   <create_date>2020-03-29</create_date>
   <update_date>2020-05-28</update_date>
   <expiry_date>2025-03-29</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn/about/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>吴淑珍</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>北京</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns17.hichina.com</value>
    <value>dns18.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>86</num>
   <domain_name>lxc.one</domain_name>
   <domain_keyword>lxc</domain_keyword>
   <domain_tld>one</domain_tld>
   <query_time>2024-06-08 17:16:25</query_time>
   <create_date>2024-06-05</create_date>
   <update_date>2024-06-05</update_date>
   <expiry_date>2025-06-05</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun</registrar_name>
   <registrar_website>www.porkbun.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>87</num>
   <domain_name>lux.realtor</domain_name>
   <domain_keyword>lux</domain_keyword>
   <domain_tld>realtor</domain_tld>
   <query_time>2024-06-02 03:58:51</query_time>
   <create_date>2023-07-17</create_date>
   <update_date>2023-07-17</update_date>
   <expiry_date>2024-07-17</expiry_date>
   <registrar_iana>667</registrar_iana>
   <registrar_name>Name Share, Inc</registrar_name>
   <registrar_website>www.nameshare.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>NAR's official operator of the .REALTOR TLD</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>OH</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-cloud-c1.googledomains.com</value>
    <value>ns-cloud-c2.googledomains.com</value>
    <value>ns-cloud-c3.googledomains.com</value>
    <value>ns-cloud-c4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>88</num>
   <domain_name>lix.by</domain_name>
   <domain_keyword>lix</domain_keyword>
   <domain_tld>by</domain_tld>
   <query_time>2024-05-29 12:53:20</query_time>
   <create_date>2017-11-23</create_date>
   <update_date>2023-10-31</update_date>
   <expiry_date>2024-11-23</expiry_date>
   <registrar_name>Active Technologies LLC</registrar_name>
   <registrant_company>Виталий Николаевич Кондратюк</registrant_company>
   <registrant_country>BY</registrant_country>
   <registrant_email>hidden! details are available at https://whois.cctld.by</registrant_email>
   <name_servers>
    <value>ns1.activeby.net</value>
    <value>ns2.activeby.net</value>
   </name_servers>
  </value>
  <value>
   <num>89</num>
   <domain_name>ljx.life</domain_name>
   <domain_keyword>ljx</domain_keyword>
   <domain_tld>life</domain_tld>
   <query_time>2024-05-29 12:57:59</query_time>
   <create_date>2022-04-05</create_date>
   <update_date>2024-03-26</update_date>
   <expiry_date>2025-04-05</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn/about/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>qing meng  shan dong  wang luo ji shu you xian gong si</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>shan dong</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns21.hichina.com</value>
    <value>dns22.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>90</num>
   <domain_name>xxx.financial</domain_name>
   <domain_keyword>xxx</domain_keyword>
   <domain_tld>financial</domain_tld>
   <query_time>2024-06-09 18:26:28</query_time>
   <create_date>2022-02-22</create_date>
   <update_date>2024-02-24</update_date>
   <expiry_date>2025-02-22</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun LLC</registrar_name>
   <registrar_website>http://porkbun.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Queensland</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>AU</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>91</num>
   <domain_name>lcx.dev</domain_name>
   <domain_keyword>lcx</domain_keyword>
   <domain_tld>dev</domain_tld>
   <query_time>2024-06-12 21:20:43</query_time>
   <create_date>2021-02-15</create_date>
   <update_date>2024-03-31</update_date>
   <expiry_date>2025-02-15</expiry_date>
   <registrar_iana>1345</registrar_iana>
   <registrar_name>Key-Systems LLC</registrar_name>
   <registrar_website>http://www.key-systems.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>LACROIX GROUP</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>FR</registrant_country>
   <registrant_email>please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>ns1.prodomaines.com</value>
    <value>ns2.prodomaines.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>92</num>
   <domain_name>lbx.wang</domain_name>
   <domain_keyword>lbx</domain_keyword>
   <domain_tld>wang</domain_tld>
   <query_time>2024-04-20 23:35:22</query_time>
   <create_date>2014-06-30</create_date>
   <update_date>2023-07-15</update_date>
   <expiry_date>2024-06-30</expiry_date>
   <registrar_iana>1556</registrar_iana>
   <registrar_name>Chengdu west dimension digital</registrar_name>
   <registrar_website>www.west263.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>xiao quan huang</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>guang dong</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1-show.myhostadmin.net</value>
    <value>ns2-show.myhostadmin.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>93</num>
   <domain_name>lpx.it</domain_name>
   <domain_keyword>lpx</domain_keyword>
   <domain_tld>it</domain_tld>
   <query_time>2024-04-21 17:11:53</query_time>
   <create_date>2011-08-04</create_date>
   <update_date>2023-08-20</update_date>
   <expiry_date>2024-08-04</expiry_date>
   <registrar_name>SOLODOM Sagl in liquidazione</registrar_name>
   <registrar_website>http://www.solodom.ch</registrar_website>
   <registrant_company>hidden</registrant_company>
   <name_servers>
    <value>ns1.sedoparking.com</value>
    <value>ns2.sedoparking.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>94</num>
   <domain_name>lex.in.th</domain_name>
   <domain_keyword>lex</domain_keyword>
   <domain_tld>in.th</domain_tld>
   <query_time>2024-04-25 04:07:29</query_time>
   <create_date>2017-07-26</create_date>
   <update_date>2023-10-12</update_date>
   <expiry_date>2025-07-25</expiry_date>
   <registrar_name>THNIC</registrar_name>
   <registrant_company>Lazada Limited (บริษัท ลาซาด้า จำกัด)</registrant_company>
   <registrant_address>Personal Information*</registrant_address>
   <registrant_country>TH</registrant_country>
   <name_servers>
    <value>ns1.alidns.com</value>
    <value>ns2.alidns.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>95</num>
   <domain_name>xxx.hamburg</domain_name>
   <domain_keyword>xxx</domain_keyword>
   <domain_tld>hamburg</domain_tld>
   <query_time>2024-04-29 19:17:30</query_time>
   <create_date>2016-04-20</create_date>
   <update_date>2023-02-09</update_date>
   <expiry_date>2025-04-20</expiry_date>
   <registrar_iana>151</registrar_iana>
   <registrar_name>PSI-USA, Inc. dba DOMAIN ROBOT</registrar_name>
   <registrar_website>https://www.psi-usa.info/</registrar_website>
   <name_servers>
    <value>ns1.sedoparking.com</value>
    <value>ns2.sedoparking.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>96</num>
   <domain_name>lxxb.com</domain_name>
   <domain_keyword>lxxb</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-27 07:19:27</query_time>
   <create_date>2005-02-08</create_date>
   <update_date>2023-10-09</update_date>
   <expiry_date>2025-02-08</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
    <value>verification-qzexaao4.ns3.dan.hosting</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>97</num>
   <domain_name>ltx.vip</domain_name>
   <domain_keyword>ltx</domain_keyword>
   <domain_tld>vip</domain_tld>
   <query_time>2024-04-28 16:36:51</query_time>
   <create_date>2016-08-31</create_date>
   <update_date>2023-06-26</update_date>
   <expiry_date>2024-08-31</expiry_date>
   <registrar_iana>1555</registrar_iana>
   <registrar_name>22net, Inc.</registrar_name>
   <registrar_website>www.22.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>LISUXIAO</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ZHEJIANG</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>pk1.22.cn</value>
    <value>pk2.22.cn</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>98</num>
   <domain_name>pxx.se</domain_name>
   <domain_keyword>pxx</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-06 00:45:53</query_time>
   <create_date>2010-09-10</create_date>
   <update_date>2023-11-08</update_date>
   <expiry_date>2024-09-10</expiry_date>
   <registrar_name>LoopiaGroup2</registrar_name>
   <name_servers>
    <value>ns1.loopiagroup.com</value>
    <value>ns2.loopiagroup.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>99</num>
   <domain_name>1xx.ru</domain_name>
   <domain_keyword>1xx</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-06 02:23:59</query_time>
   <create_date>2020-10-06</create_date>
   <expiry_date>2024-10-06</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.hosting.reg.ru</value>
    <value>ns2.hosting.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>100</num>
   <domain_name>slxx.ru</domain_name>
   <domain_keyword>slxx</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-04 14:40:15</query_time>
   <create_date>2023-08-27</create_date>
   <expiry_date>2024-08-27</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.reg.ru</value>
    <value>ns2.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
 </results>
 <stats>
  <total_time>0.521</total_time>
  <api_credits_used>3</api_credits_used>
  <cost_calculation>3 (fuzzy_domains [1 domain])</cost_calculation>
 </stats>
</root>

API Pricing and Packages

Can be used for Current WHOIS API, Bulk WHOIS API, WHOIS History API, Reverse WHOIS API and Fuzzy Domains API.

Package Quantity Price Rate Order
5,000 API Credits 5,000 $25 $5.00 Buy Now
25,000 API Credits 25,000 $100 $4.00 Buy Now
250,000 API Credits 250,000 $750 $3.00 Buy Now
1 Million API Credits Most Popular 1,000,000 $2,000 $2.00 Buy Now
10 Million API Credits 10,000,000 $10,000 $1.00 Buy Now

API Credits you purchase have lifetime validity, and you may use it whenever you wish. We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB and China UnionPay. Popular payment wallets like Apple Pay, Google Pay, Alipay, WeChat Pay & Cash App Pay are accepted. You can also pay in installments through Buy Now, Pay Later (Affirm, Afterpay, Clearpay, Klarna) services. For orders worth $1000 and higher, you can also pay through Bank Wire Transfer (ACH, Fedwire and SWIFT). We also accept crypto payments through Bitcoin, Ethereum, Tether, Binance, Ripple and 100+ Cryptocurrencies.

Current WHOIS Database Domain Names Cost Price
Total Unique Domain Names in our Current WHOIS Database 267,149,823

$4500

Order Now More Info

$4500

Buy Now More Info
Total WHOIS records in our Current WHOIS Database 267,149,823
Total WHOIS records with a Registrant Contact 166,662,762
Total WHOIS records with an Email Address (where the registrant_email field is not empty) 154,065,237
Total WHOIS records with a Phone Number (where the registrant_phone field is not empty) 125,448,455
Historical WHOIS Database Total Count Cost Price
Total Unique Domain Names in our Historical WHOIS Database 555,709,089

$8500

Order Now More Info

$8500

Buy Now More Info
Total WHOIS records in our Historical WHOIS Database 1,561,982,636
Total WHOIS records with a Registrant Contact 1,288,467,292
Total WHOIS records with an Email Address (where the registrant_email field is not empty) 1,128,078,018
Total WHOIS records with a Phone Number (where the registrant_phone field is not empty) 1,056,212,192

Domain Name WHOIS Lookup

Discover a domain's current owners and details with our free WHOIS lookup tool.

Powered by Current WHOIS Database

Our Current WHOIS Database contains the latest WHOIS of over 267 Million active domain names, that are currently registered. This powers our Current WHOIS API, which lets you quickly see the complete WHOIS details of any active domain name.