WHOIS QUERY TIME

2 May 2024 - 10:18 AM UTC

Registered: 31 July 1996
Modified: 13 September 2023

REGISTRAR

Name: NetValue Limited
Website: https://www.netvalue.nz

DNSSEC

unsigned

NAME SERVERS

ns-1368.awsdns-43.org
ns-1695.awsdns-19.co.uk
ns-607.awsdns-11.net

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=attwood.co.nz
For more details, kindly see our Current WHOIS API usage guide.
{
    "success": true,
    "query": {
        "current_whois": "attwood.co.nz"
    },
    "count": {
        "total": 1,
        "relation": "eq",
        "current": 1
    },
    "results": [
        {
            "domain_name": "attwood.co.nz",
            "domain_keyword": "attwood",
            "domain_tld": "co.nz",
            "query_time": "2024-05-02 10:18:13",
            "create_date": "1996-07-31",
            "update_date": "2023-09-13",
            "registrar_name": "NetValue Limited",
            "registrar_website": "https://www.netvalue.nz",
            "name_servers": [
                "ns-1368.awsdns-43.org",
                "ns-1695.awsdns-19.co.uk",
                "ns-607.awsdns-11.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.038,
        "api_credits_used": 1,
        "cost_calculation": "current_whois [1 domain]"
    }
}
<root>
 <success>true</success>
 <query>
  <current_whois>attwood.co.nz</current_whois>
 </query>
 <count>
  <total>1</total>
  <relation>eq</relation>
  <current>1</current>
 </count>
 <results>
  <value>
   <domain_name>attwood.co.nz</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>co.nz</domain_tld>
   <query_time>2024-05-02 10:18:13</query_time>
   <create_date>1996-07-31</create_date>
   <update_date>2023-09-13</update_date>
   <registrar_name>NetValue Limited</registrar_name>
   <registrar_website>https://www.netvalue.nz</registrar_website>
   <name_servers>
    <value>ns-1368.awsdns-43.org</value>
    <value>ns-1695.awsdns-19.co.uk</value>
    <value>ns-607.awsdns-11.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.038</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.17 seconds) for "attwood.co.nz" in our Historical WHOIS Database.
#1 - QUERY TIME

29 Apr 2023 - 3:02 AM UTC

Registered: 31 July 1996
Modified: 31 October 2022

REGISTRAR

Name: NetValue Limited
Website: https://www.netvalue.nz

DNSSEC

unsigned

NAME SERVERS

ns-1368.awsdns-43.org
ns-1695.awsdns-19.co.uk
ns-607.awsdns-11.net

DOMAIN STATUS

ok

#2 - QUERY TIME

18 Oct 2023 - 12:51 AM UTC

Registered: 31 July 1996
Modified: 13 September 2023

REGISTRAR

Name: NetValue Limited
Website: https://www.netvalue.nz

DNSSEC

unsigned

NAME SERVERS

ns-1368.awsdns-43.org
ns-1695.awsdns-19.co.uk
ns-607.awsdns-11.net

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=attwood.co.nz
For more details, kindly see our WHOIS History API usage guide.
{
    "success": true,
    "query": {
        "database": "historical",
        "domain_name": "attwood.co.nz",
        "sort_by": "query_time",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 2,
        "relation": "eq",
        "current": 2
    },
    "unique_domains": "attwood.co.nz",
    "results": [
        {
            "num": 1,
            "domain_name": "attwood.co.nz",
            "domain_keyword": "attwood",
            "domain_tld": "co.nz",
            "query_time": "2023-04-29 03:02:04",
            "create_date": "1996-07-31",
            "update_date": "2022-10-31",
            "registrar_name": "NetValue Limited",
            "registrar_website": "https://www.netvalue.nz",
            "name_servers": [
                "ns-1368.awsdns-43.org",
                "ns-1695.awsdns-19.co.uk",
                "ns-607.awsdns-11.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "attwood.co.nz",
            "domain_keyword": "attwood",
            "domain_tld": "co.nz",
            "query_time": "2023-10-18 00:51:33",
            "create_date": "1996-07-31",
            "update_date": "2023-09-13",
            "registrar_name": "NetValue Limited",
            "registrar_website": "https://www.netvalue.nz",
            "name_servers": [
                "ns-1368.awsdns-43.org",
                "ns-1695.awsdns-19.co.uk",
                "ns-607.awsdns-11.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.17,
        "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>attwood.co.nz</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>attwood.co.nz</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>attwood.co.nz</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>co.nz</domain_tld>
   <query_time>2023-04-29 03:02:04</query_time>
   <create_date>1996-07-31</create_date>
   <update_date>2022-10-31</update_date>
   <registrar_name>NetValue Limited</registrar_name>
   <registrar_website>https://www.netvalue.nz</registrar_website>
   <name_servers>
    <value>ns-1368.awsdns-43.org</value>
    <value>ns-1695.awsdns-19.co.uk</value>
    <value>ns-607.awsdns-11.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>attwood.co.nz</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>co.nz</domain_tld>
   <query_time>2023-10-18 00:51:33</query_time>
   <create_date>1996-07-31</create_date>
   <update_date>2023-09-13</update_date>
   <registrar_name>NetValue Limited</registrar_name>
   <registrar_website>https://www.netvalue.nz</registrar_website>
   <name_servers>
    <value>ns-1368.awsdns-43.org</value>
    <value>ns-1695.awsdns-19.co.uk</value>
    <value>ns-607.awsdns-11.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.17</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 21 domain names (in 0.06 seconds) which contained the exact domain keyword "attwood".
Domain Name Registered Expiry Registrar Ownership
1 attwood.com 5 Dec 1995 8 Oct 2026 Network Solutions, LLC -
2 attwood.co.nz 31 Jul 1996 - NetValue Limited -
3 attwood.co.uk 24 Mar 1999 24 Mar 2025 Ascio Technologies Corp. Denmark &ndash; filial af Ascio Technologies Corp. Canada [Tag = ASCIO] -
4 attwood.net 16 Apr 1999 16 Apr 2030 123-Reg Limited -
5 attwood.org 11 Dec 1999 11 Dec 2025 Paragon Internet Group Ltd t/a Paragon Names REDACTED FOR PRIVACY
6 attwood.ca 6 Jul 2001 6 Jul 2024 eNom Canada Corp. REDACTED FOR PRIVACY
7 attwood.biz 27 Mar 2002 26 Mar 2026 CSC Corporate Domains, Inc. Brunswick Corporation
8 attwood.org.uk 10 Apr 2003 10 Apr 2025 Webhostuk Ltd t/a WEBHOSTUK [Tag = WEBHOSTUK] -
9 attwood.online 31 Aug 2015 31 Aug 2024 IONOS SE -
10 attwood.family 20 Jan 2016 20 Jan 2025 Protocol Internet Technology Limited T/A Hosting Ireland GDPR Masked
11 attwood.nz 18 Apr 2016 - Voyager Internet Ltd T/A 1st Domains -
12 attwood.info 12 Jun 2017 12 Jun 2025 GoDaddy.com, LLC Domains By Proxy, LLC
13 attwood.law 30 Oct 2017 30 Oct 2024 101domain GRS Limited REDACTED FOR PRIVACY
14 attwood.ninja 7 May 2018 7 May 2025 Gandi SAS REDACTED FOR PRIVACY
15 attwood.uk 1 Jul 2019 1 Jul 2025 SafetyNet Systems Ltd [Tag = SAFETYNET] SafetyNet Systems Ltd
16 attwood.love 20 Aug 2022 20 Aug 2024 Porkbun LLC REDACTED FOR PRIVACY
17 attwood.ru 15 Nov 2022 15 Nov 2024 REGRU-RU Private Person
18 attwood.dev 24 Apr 2023 24 Apr 2028 Namecheap Inc. Privacy service provided by Withheld for Privacy ehf
19 attwood.us 7 Jul 2023 7 Jul 2024 Dynadot Inc Pavel Sobol
20 attwood.shop 30 Dec 2023 30 Dec 2024 Realtime Register B.V. -
21 attwood.xyz 1 Jun 2024 1 Jun 2025 Dynadot LLC Super Privacy Service LTD c/o Dynadot
22 attwood.com.au - - DROP.com.au Pty Ltd Domain Administrator

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

https://api.bigdomaindata.com/?key=XXXXX&database=current&domain_keyword=attwood&sort_by=create_date
For more details, kindly see our Reverse WHOIS API usage guide.
{
    "success": true,
    "query": {
        "database": "current",
        "domain_keyword": "attwood",
        "sort_by": "create_date",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 22,
        "relation": "eq",
        "current": 22
    },
    "unique_domains": "attwood.com, attwood.co.nz, attwood.co.uk, attwood.net, attwood.org, attwood.ca, attwood.biz, attwood.org.uk, attwood.online, attwood.family, attwood.nz, attwood.info, attwood.law, attwood.ninja, attwood.uk, attwood.love, attwood.ru, attwood.dev, attwood.us, attwood.shop, attwood.xyz, attwood.com.au",
    "results": [
        {
            "num": 1,
            "domain_name": "attwood.com",
            "domain_keyword": "attwood",
            "domain_tld": "com",
            "query_time": "2024-06-03 17:49:21",
            "create_date": "1995-12-05",
            "update_date": "2021-08-09",
            "expiry_date": "2026-10-08",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "http://networksolutions.com",
            "name_servers": [
                "ns75.worldnic.com",
                "ns76.worldnic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "attwood.co.nz",
            "domain_keyword": "attwood",
            "domain_tld": "co.nz",
            "query_time": "2024-05-02 10:18:13",
            "create_date": "1996-07-31",
            "update_date": "2023-09-13",
            "registrar_name": "NetValue Limited",
            "registrar_website": "https://www.netvalue.nz",
            "name_servers": [
                "ns-1368.awsdns-43.org",
                "ns-1695.awsdns-19.co.uk",
                "ns-607.awsdns-11.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "attwood.co.uk",
            "domain_keyword": "attwood",
            "domain_tld": "co.uk",
            "query_time": "2024-04-15 08:03:17",
            "create_date": "1999-03-24",
            "update_date": "2023-03-23",
            "expiry_date": "2025-03-24",
            "registrar_name": "Ascio Technologies Corp. Denmark &ndash; filial af Ascio Technologies Corp. Canada [Tag = ASCIO]",
            "registrar_website": "https://www.ascio.com",
            "name_servers": [
                "ns1.newnet.co.uk",
                "ns2.newnet.co.uk"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 4,
            "domain_name": "attwood.net",
            "domain_keyword": "attwood",
            "domain_tld": "net",
            "query_time": "2024-05-09 20:07:35",
            "create_date": "1999-04-16",
            "update_date": "2024-01-11",
            "expiry_date": "2030-04-16",
            "registrar_iana": 1515,
            "registrar_name": "123-Reg Limited",
            "registrar_website": "http://www.meshdigital.com",
            "name_servers": [
                "ns65.domaincontrol.com",
                "ns66.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "attwood.org",
            "domain_keyword": "attwood",
            "domain_tld": "org",
            "query_time": "2024-04-15 08:03:17",
            "create_date": "1999-12-11",
            "update_date": "2022-11-01",
            "expiry_date": "2025-12-11",
            "registrar_iana": 1860,
            "registrar_name": "Paragon Internet Group Ltd t/a Paragon Names",
            "registrar_website": "http://paragonnames.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "State",
            "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.linode.com",
                "ns2.linode.com",
                "ns3.linode.com",
                "ns4.linode.com",
                "ns5.linode.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "attwood.ca",
            "domain_keyword": "attwood",
            "domain_tld": "ca",
            "query_time": "2024-05-24 22:16:15",
            "create_date": "2001-07-06",
            "update_date": "2023-06-04",
            "expiry_date": "2024-07-06",
            "registrar_name": "eNom Canada Corp.",
            "registrar_website": "https://help.enom.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_email": "please ask the registrar of record identified in this output for information on how to contact the registrant, admin, or other contacts of the queried domain name",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dreamhost.com",
                "ns2.dreamhost.com",
                "ns3.dreamhost.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 7,
            "domain_name": "attwood.biz",
            "domain_keyword": "attwood",
            "domain_tld": "biz",
            "query_time": "2024-04-15 08:03:17",
            "create_date": "2002-03-27",
            "update_date": "2024-03-27",
            "expiry_date": "2026-03-26",
            "registrar_iana": 299,
            "registrar_name": "CSC Corporate Domains, Inc.",
            "registrar_website": "whois.corporatedomains.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Brunswick Corporation",
            "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-06.azure-dns.com",
                "ns2-06.azure-dns.net",
                "ns3-06.azure-dns.org",
                "ns4-06.azure-dns.info"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 8,
            "domain_name": "attwood.org.uk",
            "domain_keyword": "attwood",
            "domain_tld": "org.uk",
            "query_time": "2024-05-02 18:36:45",
            "create_date": "2003-04-10",
            "update_date": "2023-03-11",
            "expiry_date": "2025-04-10",
            "registrar_name": "Webhostuk Ltd t/a WEBHOSTUK [Tag = WEBHOSTUK]",
            "registrar_website": "https://www.webhostuk.co.uk",
            "name_servers": [
                "ns51.dnshostcentral.com",
                "ns52.dnshostcentral.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 9,
            "domain_name": "attwood.online",
            "domain_keyword": "attwood",
            "domain_tld": "online",
            "query_time": "2024-04-15 08:03:17",
            "create_date": "2015-08-31",
            "update_date": "2023-11-01",
            "expiry_date": "2024-08-31",
            "registrar_iana": 83,
            "registrar_name": "IONOS SE",
            "registrar_website": "https://ionos.com",
            "registrant_state": "SOM",
            "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.",
            "name_servers": [
                "ns-uk.1and1-dns.biz",
                "ns-uk.1and1-dns.co.uk",
                "ns-uk.1and1-dns.com",
                "ns-uk.1and1-dns.org"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "attwood.family",
            "domain_keyword": "attwood",
            "domain_tld": "family",
            "query_time": "2024-04-15 08:03:17",
            "create_date": "2016-01-20",
            "update_date": "2024-01-25",
            "expiry_date": "2025-01-20",
            "registrar_iana": 2906,
            "registrar_name": "Protocol Internet Technology Limited T/A Hosting Ireland",
            "registrar_website": "http://www.hostingireland.ie",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "GDPR Masked",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "GDPR Masked",
            "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": [
                "ns0.phase8.net",
                "ns1.phase8.net",
                "ns2.phase8.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 11,
            "domain_name": "attwood.nz",
            "domain_keyword": "attwood",
            "domain_tld": "nz",
            "query_time": "2024-05-24 22:16:15",
            "create_date": "2016-04-18",
            "update_date": "2024-04-15",
            "registrar_name": "Voyager Internet Ltd T/A 1st Domains",
            "registrar_website": "www.1stdomains.nz",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 12,
            "domain_name": "attwood.info",
            "domain_keyword": "attwood",
            "domain_tld": "info",
            "query_time": "2024-05-12 07:19:19",
            "create_date": "2017-06-12",
            "update_date": "2023-07-27",
            "expiry_date": "2025-06-12",
            "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": [
                "ns35.domaincontrol.com",
                "ns36.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 13,
            "domain_name": "attwood.law",
            "domain_keyword": "attwood",
            "domain_tld": "law",
            "query_time": "2024-05-18 05:23:04",
            "create_date": "2017-10-30",
            "update_date": "2023-08-22",
            "expiry_date": "2024-10-30",
            "registrar_iana": 1011,
            "registrar_name": "101domain GRS Limited",
            "registrar_website": "www.101domain.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Texas",
            "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.101domain.com",
                "ns2.101domain.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 14,
            "domain_name": "attwood.ninja",
            "domain_keyword": "attwood",
            "domain_tld": "ninja",
            "query_time": "2024-05-12 07:19:19",
            "create_date": "2018-05-07",
            "update_date": "2024-04-08",
            "expiry_date": "2025-05-07",
            "registrar_iana": 81,
            "registrar_name": "Gandi SAS",
            "registrar_website": "https://www.gandi.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Paris",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "FR",
            "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-1205.awsdns-22.org",
                "ns-2029.awsdns-61.co.uk",
                "ns-334.awsdns-41.com",
                "ns-535.awsdns-02.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 15,
            "domain_name": "attwood.uk",
            "domain_keyword": "attwood",
            "domain_tld": "uk",
            "query_time": "2024-05-15 23:25:10",
            "create_date": "2019-07-01",
            "update_date": "2024-05-06",
            "expiry_date": "2025-07-01",
            "registrar_name": "SafetyNet Systems Ltd [Tag = SAFETYNET]",
            "registrar_website": "https://www.safetynet.co.uk",
            "registrant_name": "SafetyNet Systems Ltd",
            "registrant_address": "Ael Y Bryn, Capel Bangor, Aberystwyth, Ceredigion, SY23 3LR, United Kingdom",
            "name_servers": [
                "ns1.eftydns.com",
                "ns2.eftydns.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 16,
            "domain_name": "attwood.love",
            "domain_keyword": "attwood",
            "domain_tld": "love",
            "query_time": "2024-05-18 05:23:01",
            "create_date": "2022-08-20",
            "update_date": "2023-11-16",
            "expiry_date": "2024-08-20",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun LLC",
            "registrar_website": "porkbun.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Otago",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "NZ",
            "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": [
                "camilo.ns.cloudflare.com",
                "diana.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 17,
            "domain_name": "attwood.ru",
            "domain_keyword": "attwood",
            "domain_tld": "ru",
            "query_time": "2024-05-03 02:02:40",
            "create_date": "2022-11-15",
            "expiry_date": "2024-11-15",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.reg.ru",
                "ns2.reg.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 18,
            "domain_name": "attwood.dev",
            "domain_keyword": "attwood",
            "domain_tld": "dev",
            "query_time": "2024-05-24 22:16:15",
            "create_date": "2023-04-24",
            "update_date": "2024-02-05",
            "expiry_date": "2028-04-24",
            "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 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": [
                "daisy.ns.cloudflare.com",
                "kurt.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 19,
            "domain_name": "attwood.us",
            "domain_keyword": "attwood",
            "domain_tld": "us",
            "query_time": "2024-06-03 17:49:21",
            "create_date": "2023-07-07",
            "update_date": "2023-12-16",
            "expiry_date": "2024-07-07",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "https://www.dynadot.com/",
            "registrant_name": "Pavel Sobol",
            "registrant_address": "858 Canyon Drive",
            "registrant_city": "Los Angeles",
            "registrant_state": "California",
            "registrant_zip": "90028",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.9894516242",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 20,
            "domain_name": "attwood.shop",
            "domain_keyword": "attwood",
            "domain_tld": "shop",
            "query_time": "2024-04-15 08:03:17",
            "create_date": "2023-12-30",
            "update_date": "2024-02-27",
            "expiry_date": "2024-12-30",
            "registrar_iana": 839,
            "registrar_name": "Realtime Register B.V.",
            "registrar_website": "http://www.realtimeregister.com",
            "registrant_country": "NL",
            "name_servers": [
                "ns1.yoursrs.com",
                "ns2.yoursrs.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 21,
            "domain_name": "attwood.xyz",
            "domain_keyword": "attwood",
            "domain_tld": "xyz",
            "query_time": "2024-06-03 17:26:30",
            "create_date": "2024-06-01",
            "update_date": "2024-06-01",
            "expiry_date": "2025-06-01",
            "registrar_iana": 472,
            "registrar_name": "Dynadot LLC",
            "registrar_website": "http://www.dynadot.com",
            "registrant_company": "Super Privacy Service LTD c/o Dynadot",
            "registrant_state": "California",
            "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": [
                "ee5ff475.verify.hn",
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 22,
            "domain_name": "attwood.com.au",
            "domain_keyword": "attwood",
            "domain_tld": "com.au",
            "query_time": "2024-04-15 08:03:17",
            "update_date": "2023-09-07",
            "registrar_name": "DROP.com.au Pty Ltd",
            "registrar_website": "https://www.drop.com.au/",
            "registrant_name": "Domain Administrator",
            "name_servers": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ],
            "domain_status": [
                "serverRenewProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.06,
        "api_credits_used": 1,
        "cost_calculation": "1 (search_fields[domain_keyword])"
    }
}
<root>
 <success>true</success>
 <query>
  <database>current</database>
  <domain_keyword>attwood</domain_keyword>
  <sort_by>create_date</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>22</total>
  <relation>eq</relation>
  <current>22</current>
 </count>
 <unique_domains>attwood.com, attwood.co.nz, attwood.co.uk, attwood.net, attwood.org, attwood.ca, attwood.biz, attwood.org.uk, attwood.online, attwood.family, attwood.nz, attwood.info, attwood.law, attwood.ninja, attwood.uk, attwood.love, attwood.ru, attwood.dev, attwood.us, attwood.shop, attwood.xyz, attwood.com.au</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>attwood.com</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-03 17:49:21</query_time>
   <create_date>1995-12-05</create_date>
   <update_date>2021-08-09</update_date>
   <expiry_date>2026-10-08</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>http://networksolutions.com</registrar_website>
   <name_servers>
    <value>ns75.worldnic.com</value>
    <value>ns76.worldnic.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>attwood.co.nz</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>co.nz</domain_tld>
   <query_time>2024-05-02 10:18:13</query_time>
   <create_date>1996-07-31</create_date>
   <update_date>2023-09-13</update_date>
   <registrar_name>NetValue Limited</registrar_name>
   <registrar_website>https://www.netvalue.nz</registrar_website>
   <name_servers>
    <value>ns-1368.awsdns-43.org</value>
    <value>ns-1695.awsdns-19.co.uk</value>
    <value>ns-607.awsdns-11.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>attwood.co.uk</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-15 08:03:17</query_time>
   <create_date>1999-03-24</create_date>
   <update_date>2023-03-23</update_date>
   <expiry_date>2025-03-24</expiry_date>
   <registrar_name>Ascio Technologies Corp. Denmark &amp;ndash; filial af Ascio Technologies Corp. Canada [Tag = ASCIO]</registrar_name>
   <registrar_website>https://www.ascio.com</registrar_website>
   <name_servers>
    <value>ns1.newnet.co.uk</value>
    <value>ns2.newnet.co.uk</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>4</num>
   <domain_name>attwood.net</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-09 20:07:35</query_time>
   <create_date>1999-04-16</create_date>
   <update_date>2024-01-11</update_date>
   <expiry_date>2030-04-16</expiry_date>
   <registrar_iana>1515</registrar_iana>
   <registrar_name>123-Reg Limited</registrar_name>
   <registrar_website>http://www.meshdigital.com</registrar_website>
   <name_servers>
    <value>ns65.domaincontrol.com</value>
    <value>ns66.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>5</num>
   <domain_name>attwood.org</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-15 08:03:17</query_time>
   <create_date>1999-12-11</create_date>
   <update_date>2022-11-01</update_date>
   <expiry_date>2025-12-11</expiry_date>
   <registrar_iana>1860</registrar_iana>
   <registrar_name>Paragon Internet Group Ltd t/a Paragon Names</registrar_name>
   <registrar_website>http://paragonnames.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>State</registrant_state>
   <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.linode.com</value>
    <value>ns2.linode.com</value>
    <value>ns3.linode.com</value>
    <value>ns4.linode.com</value>
    <value>ns5.linode.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>attwood.ca</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>ca</domain_tld>
   <query_time>2024-05-24 22:16:15</query_time>
   <create_date>2001-07-06</create_date>
   <update_date>2023-06-04</update_date>
   <expiry_date>2024-07-06</expiry_date>
   <registrar_name>eNom Canada Corp.</registrar_name>
   <registrar_website>https://help.enom.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>REDACTED FOR PRIVACY</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_email>please ask the registrar of record identified in this output for information on how to contact the registrant, admin, or other contacts 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.dreamhost.com</value>
    <value>ns2.dreamhost.com</value>
    <value>ns3.dreamhost.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>7</num>
   <domain_name>attwood.biz</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>biz</domain_tld>
   <query_time>2024-04-15 08:03:17</query_time>
   <create_date>2002-03-27</create_date>
   <update_date>2024-03-27</update_date>
   <expiry_date>2026-03-26</expiry_date>
   <registrar_iana>299</registrar_iana>
   <registrar_name>CSC Corporate Domains, Inc.</registrar_name>
   <registrar_website>whois.corporatedomains.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Brunswick Corporation</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-06.azure-dns.com</value>
    <value>ns2-06.azure-dns.net</value>
    <value>ns3-06.azure-dns.org</value>
    <value>ns4-06.azure-dns.info</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>attwood.org.uk</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>org.uk</domain_tld>
   <query_time>2024-05-02 18:36:45</query_time>
   <create_date>2003-04-10</create_date>
   <update_date>2023-03-11</update_date>
   <expiry_date>2025-04-10</expiry_date>
   <registrar_name>Webhostuk Ltd t/a WEBHOSTUK [Tag = WEBHOSTUK]</registrar_name>
   <registrar_website>https://www.webhostuk.co.uk</registrar_website>
   <name_servers>
    <value>ns51.dnshostcentral.com</value>
    <value>ns52.dnshostcentral.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>9</num>
   <domain_name>attwood.online</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-04-15 08:03:17</query_time>
   <create_date>2015-08-31</create_date>
   <update_date>2023-11-01</update_date>
   <expiry_date>2024-08-31</expiry_date>
   <registrar_iana>83</registrar_iana>
   <registrar_name>IONOS SE</registrar_name>
   <registrar_website>https://ionos.com</registrar_website>
   <registrant_state>SOM</registrant_state>
   <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>
   <name_servers>
    <value>ns-uk.1and1-dns.biz</value>
    <value>ns-uk.1and1-dns.co.uk</value>
    <value>ns-uk.1and1-dns.com</value>
    <value>ns-uk.1and1-dns.org</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>10</num>
   <domain_name>attwood.family</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>family</domain_tld>
   <query_time>2024-04-15 08:03:17</query_time>
   <create_date>2016-01-20</create_date>
   <update_date>2024-01-25</update_date>
   <expiry_date>2025-01-20</expiry_date>
   <registrar_iana>2906</registrar_iana>
   <registrar_name>Protocol Internet Technology Limited T/A Hosting Ireland</registrar_name>
   <registrar_website>http://www.hostingireland.ie</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>GDPR Masked</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>GDPR Masked</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>ns0.phase8.net</value>
    <value>ns1.phase8.net</value>
    <value>ns2.phase8.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>11</num>
   <domain_name>attwood.nz</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>nz</domain_tld>
   <query_time>2024-05-24 22:16:15</query_time>
   <create_date>2016-04-18</create_date>
   <update_date>2024-04-15</update_date>
   <registrar_name>Voyager Internet Ltd T/A 1st Domains</registrar_name>
   <registrar_website>www.1stdomains.nz</registrar_website>
   <name_servers>
    <value>ns1.dns-parking.com</value>
    <value>ns2.dns-parking.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>attwood.info</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-12 07:19:19</query_time>
   <create_date>2017-06-12</create_date>
   <update_date>2023-07-27</update_date>
   <expiry_date>2025-06-12</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>ns35.domaincontrol.com</value>
    <value>ns36.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>attwood.law</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>law</domain_tld>
   <query_time>2024-05-18 05:23:04</query_time>
   <create_date>2017-10-30</create_date>
   <update_date>2023-08-22</update_date>
   <expiry_date>2024-10-30</expiry_date>
   <registrar_iana>1011</registrar_iana>
   <registrar_name>101domain GRS Limited</registrar_name>
   <registrar_website>www.101domain.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>Texas</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.101domain.com</value>
    <value>ns2.101domain.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>attwood.ninja</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>ninja</domain_tld>
   <query_time>2024-05-12 07:19:19</query_time>
   <create_date>2018-05-07</create_date>
   <update_date>2024-04-08</update_date>
   <expiry_date>2025-05-07</expiry_date>
   <registrar_iana>81</registrar_iana>
   <registrar_name>Gandi SAS</registrar_name>
   <registrar_website>https://www.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_state>Paris</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>FR</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-1205.awsdns-22.org</value>
    <value>ns-2029.awsdns-61.co.uk</value>
    <value>ns-334.awsdns-41.com</value>
    <value>ns-535.awsdns-02.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>15</num>
   <domain_name>attwood.uk</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-05-15 23:25:10</query_time>
   <create_date>2019-07-01</create_date>
   <update_date>2024-05-06</update_date>
   <expiry_date>2025-07-01</expiry_date>
   <registrar_name>SafetyNet Systems Ltd [Tag = SAFETYNET]</registrar_name>
   <registrar_website>https://www.safetynet.co.uk</registrar_website>
   <registrant_name>SafetyNet Systems Ltd</registrant_name>
   <registrant_address>Ael Y Bryn, Capel Bangor, Aberystwyth, Ceredigion, SY23 3LR, United Kingdom</registrant_address>
   <name_servers>
    <value>ns1.eftydns.com</value>
    <value>ns2.eftydns.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>16</num>
   <domain_name>attwood.love</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>love</domain_tld>
   <query_time>2024-05-18 05:23:01</query_time>
   <create_date>2022-08-20</create_date>
   <update_date>2023-11-16</update_date>
   <expiry_date>2024-08-20</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun LLC</registrar_name>
   <registrar_website>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>Otago</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>NZ</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>camilo.ns.cloudflare.com</value>
    <value>diana.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>17</num>
   <domain_name>attwood.ru</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 02:02:40</query_time>
   <create_date>2022-11-15</create_date>
   <expiry_date>2024-11-15</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>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>18</num>
   <domain_name>attwood.dev</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>dev</domain_tld>
   <query_time>2024-05-24 22:16:15</query_time>
   <create_date>2023-04-24</create_date>
   <update_date>2024-02-05</update_date>
   <expiry_date>2028-04-24</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 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>daisy.ns.cloudflare.com</value>
    <value>kurt.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>19</num>
   <domain_name>attwood.us</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>us</domain_tld>
   <query_time>2024-06-03 17:49:21</query_time>
   <create_date>2023-07-07</create_date>
   <update_date>2023-12-16</update_date>
   <expiry_date>2024-07-07</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>https://www.dynadot.com/</registrar_website>
   <registrant_name>Pavel Sobol</registrant_name>
   <registrant_address>858 Canyon Drive</registrant_address>
   <registrant_city>Los Angeles</registrant_city>
   <registrant_state>California</registrant_state>
   <registrant_zip>90028</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.9894516242</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>20</num>
   <domain_name>attwood.shop</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>shop</domain_tld>
   <query_time>2024-04-15 08:03:17</query_time>
   <create_date>2023-12-30</create_date>
   <update_date>2024-02-27</update_date>
   <expiry_date>2024-12-30</expiry_date>
   <registrar_iana>839</registrar_iana>
   <registrar_name>Realtime Register B.V.</registrar_name>
   <registrar_website>http://www.realtimeregister.com</registrar_website>
   <registrant_country>NL</registrant_country>
   <name_servers>
    <value>ns1.yoursrs.com</value>
    <value>ns2.yoursrs.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>21</num>
   <domain_name>attwood.xyz</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-06-03 17:26:30</query_time>
   <create_date>2024-06-01</create_date>
   <update_date>2024-06-01</update_date>
   <expiry_date>2025-06-01</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot LLC</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <registrant_company>Super Privacy Service LTD c/o Dynadot</registrant_company>
   <registrant_state>California</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>ee5ff475.verify.hn</value>
    <value>ns1.dan.com</value>
    <value>ns2.dan.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>22</num>
   <domain_name>attwood.com.au</domain_name>
   <domain_keyword>attwood</domain_keyword>
   <domain_tld>com.au</domain_tld>
   <query_time>2024-04-15 08:03:17</query_time>
   <update_date>2023-09-07</update_date>
   <registrar_name>DROP.com.au Pty Ltd</registrar_name>
   <registrar_website>https://www.drop.com.au/</registrar_website>
   <registrant_name>Domain Administrator</registrant_name>
   <name_servers>
    <value>ns1.sedoparking.com</value>
    <value>ns2.sedoparking.com</value>
   </name_servers>
   <domain_status>
    <value>serverRenewProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.06</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 2,372 domain names (in 0.252 seconds) which look and sound like the brand name "attwood".
Domain Name Registered Expiry Registrar Ownership
1 mattwood.co.uk 7 Apr 2000 7 Apr 2025 GoDaddy.com, LLC. [Tag = GODADDY] -
2 atpwood.com 7 Jan 2019 7 Jan 2025 Gandi SAS -
3 mattwood.pl 13 Oct 2018 13 Oct 2024 Ascio Technologies Inc. Danmark - Filial of Ascio Technologies Inc. USA -
4 astwood.co.uk 23 Nov 2000 23 Nov 2024 YNH Limited t/a Your Name Here [Tag = CHARD] -
5 artwood.info 15 May 2023 15 May 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) wu qing ru
6 atwood.cpa 6 Nov 2020 6 Nov 2024 EnCirca, Inc. Carolyn P Atwood CPA LLC
7 atwood.nl 8 Aug 2022 - NVA Online Advertising B.V. -
8 ttwood.net 24 Sep 2021 24 Sep 2024 Squarespace Domains II LLC REDACTED FOR PRIVACY
9 mattwood.net 25 May 2023 25 May 2025 Gname 015 Inc -
10 artwood.ro 12 Feb 2008 10 Jun 2025 Internet Resources Management SRL -
11 cttwood.com 13 Nov 2023 13 Nov 2024 NAMECHEAP INC Privacy service provided by Withheld for Privacy ehf
12 antwood.com 4 Feb 2002 4 Feb 2025 Dynadot Inc -
13 mattwood.online 22 Nov 2021 22 Nov 2024 Dreamscape Networks International Pte Ltd -
14 artwood.hr 10 Jun 2023 16 Jun 2024 CARNET Art.wooD j. d. o. o.
15 artwood.studio 8 Sep 2023 8 Sep 2024 Regional Network Information Center, JSC dba RU-CENTER Makarov Aleksej
16 attiwood.com 15 Aug 2022 15 Aug 2024 REALTIME REGISTER B.V. REDACTED FOR PRIVACY
17 atywood.com 30 Nov 2021 30 Nov 2024 Gname.com Pte. Ltd. Redacted for privacy
18 attwoods.com.au - - SYNERGY WHOLESALE ACCREDITATIONS PTY LTD Jeremy Dawes
19 artwood.tech 30 Apr 2020 30 Apr 2025 HOSTINGER operations, UAB Oleksandr Palamar
20 artwood.co.in 19 Jun 2023 19 Jun 2024 Hosting Concepts B.V. d/b/a Openprovider Sugarcane Internet Nigeria Limited
21 atlwood.info 25 Dec 2023 25 Dec 2024 GoDaddy.com, LLC Domains By Proxy, LLC
22 artwood.gallery 4 Jan 2024 4 Jan 2026 TLD Registrar Solutions Ltd. Whois Privacy Corp.
23 artwood.nz 19 Dec 2016 - Freeparking Limited -
24 actwood.com 27 Oct 2020 27 Oct 2024 BigRock Solutions Ltd. Sajnani
25 antwood.net 23 Nov 2019 23 Nov 2025 GoDaddy.com, LLC -
26 artwood.moscow 26 Jul 2016 26 Jul 2024 JSC "RU-CENTER" Personal data, can not be publicly disclosed according to applicable laws.
27 attwoods.org.uk 1 Nov 2005 1 Nov 2024 Namesco Limited [Tag = FREEPARKING] -
28 artwood.design 19 Oct 2020 19 Oct 2024 eNom, LLC Data Protected
29 mattwood.works 10 May 2019 10 May 2025 Squarespace Domains II LLC REDACTED FOR PRIVACY
30 tttwood.com 23 Sep 2017 23 Sep 2024 GoDaddy.com, LLC -
31 ottwood.com 17 Jan 2024 17 Jan 2025 GoDaddy.com, LLC -
32 artwood.co.jp 6 Jul 2004 - - Matsumura of furniture Co.,Ltd.
33 attwoods.biz 15 Apr 2016 14 Apr 2025 Network Solutions, LLC Attwoods Chartered Accountants
34 lattwood.com 9 Aug 2009 9 Aug 2024 Tucows Domains Inc. -
35 zttwood.com 22 May 2021 22 May 2031 Alibaba Cloud Computing (Beijing) Co., Ltd. -
36 artwood.com 11 Sep 1997 10 Sep 2025 DYNADOT LLC AbdulBasit Makrani
37 atawood.com 10 Apr 2016 10 Apr 2026 Tucows Domains Inc. -
38 artwood.ru 22 Jun 2004 23 Jun 2024 REGRU-RU Private Person
39 httwood.com 29 May 2014 29 May 2025 Xin Net Technology Corporation -
40 artwood.store 30 Sep 2023 30 Sep 2024 Go Daddy, LLC Domains By Proxy, LLC
41 atlwood.store 25 Dec 2023 25 Dec 2024 Go Daddy, LLC Domains By Proxy, LLC
42 artwood.land 16 May 2024 16 May 2025 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
43 artwood.company 3 Apr 2020 3 Apr 2025 OVH SAS Serwis Drzewny
44 artwood.waw.pl 14 Apr 2023 14 Apr 2025 OVH SAS -
45 artwood.dk 20 Dec 2021 19 Dec 2024 Domeneshop AS Arealplan AS
46 artwood.ie 28 Nov 2013 28 Nov 2024 Hosting Ireland REDACTED FOR PRIVACY
47 atkwood.com 29 Dec 2023 29 Dec 2024 1API GmbH REDACTED FOR PRIVACY
48 altwood.properties 1 May 2015 1 May 2025 Tucows Domains Inc. Altwood Housing Ltd
49 attwoods.com 12 Jan 2000 12 Jan 2025 NAMECHEAP INC Privacy service provided by Withheld for Privacy ehf
50 tatwood.com 21 Oct 2014 21 Oct 2025 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
51 atiwood.eu - - IONOS SE -
52 atswood.com 1 May 2023 1 May 2025 GoDaddy.com, LLC -
53 hattwood.com 18 Mar 2016 18 Mar 2025 Squarespace Domains II LLC SkylarkTechTeam.com
54 artwood.app 19 Nov 2023 19 Nov 2024 GoDaddy.com, LLC Domains By Proxy, LLC
55 artwood.art 24 Sep 2021 24 Sep 2024 Registrar of Domain Names REG.RU, LLC Privacy Protection
56 artwood.in 29 Jul 2023 29 Jul 2024 GoDaddy.com, LLC REDACTED FOR PRIVACY
57 arttwood.com 21 Jun 2004 21 Jun 2026 Register.com, Inc. -
58 artwood.pro 3 May 2011 3 May 2025 Regional Network Information Center, JSC dba RU-CENTER Artem A Agabekov
59 atewood.com 17 Jun 2021 17 Jun 2025 Alibaba Cloud Computing (Beijing) Co., Ltd. -
60 amtwood.com 5 May 2023 5 May 2024 NAMECHEAP INC Withheld for Privacy Purposes
61 actwood.online 17 Oct 2023 17 Oct 2024 Registrar of Domain Names REG.RU, LLC Private Person
62 artwood.uk 2 Mar 2018 2 Mar 2026 Fasthosts Internet Ltd [Tag = LIVEDOMAINS] -
63 attwoods.net 14 Apr 2007 14 Apr 2025 123-Reg Limited -
64 bttwood.com 2 Feb 2024 2 Feb 2025 Name SRS AB Shield Whois
65 atgwood.be 20 Jun 2019 - OVH -
66 astwood.com 7 Nov 2000 7 Nov 2026 Cloudflare, Inc. DATA REDACTED
67 atlwood.services 2 Jan 2020 2 Jan 2025 GoDaddy.com, LLC Domains By Proxy, LLC
68 mattwood.com 1 Nov 1999 1 Nov 2025 Squarespace Domains LLC REDACTED FOR PRIVACY
69 aptwood.com 4 Feb 2007 4 Feb 2025 NameSecure L.L.C. -
70 attwoods.ru 22 Nov 2023 22 Nov 2024 OPENPROV-RU Private Person
71 attfood.com 24 Aug 2012 24 Aug 2024 NAMECHEAP INC Privacy service provided by Withheld for Privacy ehf
72 attwoods.org 30 May 2002 30 May 2025 Mesh Digital Limited Domains By Proxy, LLC
73 artwood.org 14 Mar 2006 14 Mar 2025 Annulet LLC BuyDomains.com
74 artwood.fr 17 Dec 2018 18 Dec 2024 Hosting Concepts B.V. d/b/a Openprovider NVA Online Advertising B.V.
75 artwood.xyz 26 Sep 2021 26 Sep 2024 Sav.com, LLC Privacy Protection
76 attgood.com 7 May 2024 7 May 2025 TUCOWS, INC. Contact Privacy Inc. Customer 0171102697
77 wattwood.com 15 Jun 2022 15 Jun 2024 Squarespace Domains II LLC REDACTED FOR PRIVACY
78 atmwood.ru 1 Oct 2010 1 Oct 2024 RU-CENTER-RU Private Person
79 atlwood.net 25 Mar 2019 25 Mar 2025 Dynadot Inc -
80 artwood.club 22 Mar 2024 22 Mar 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) Fuli Lv
81 altwood.com 15 Jul 1998 14 Jul 2024 Dynadot Inc -
82 attwoop.online 6 May 2024 6 May 2025 HOSTINGER operations, UAB Privacy Protect, LLC (PrivacyProtect.org)
83 artwood.be 9 Jan 2001 - OVH -
84 altwood.net 18 Oct 2016 18 Oct 2030 easyDNS Technologies, Inc. Grady Imel
85 altwood.ca 12 Aug 2015 12 Aug 2027 Rebel.ca Corp. Wishbone Industries
86 artwood.online 12 Feb 2024 12 Feb 2025 PDR Ltd. d/b/a PublicDomainRegistry.com GDPR Masked
87 artwood.su 14 Jan 2023 14 Jan 2025 REGRU-SU Private Person
88 aitwood.com 28 Jun 1996 27 Jun 2024 Dynadot Inc -
89 mattwood.blue 25 Apr 2023 25 Apr 2025 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
90 tatwood.ru 28 Dec 2022 28 Dec 2024 TIMEWEB-RU Private Person
91 antwood.nl 11 Mar 2008 - VXregistrar -
92 dattwood.com 6 Apr 2021 6 Apr 2025 Amazon Registrar, Inc. Identity Protection Service
93 mattwood.uk 13 Aug 2019 13 Aug 2024 GoDaddy.com, LLC. [Tag = GODADDY] -
94 atlwood.xyz 24 Nov 2022 24 Nov 2024 Go Daddy, LLC Domains By Proxy, LLC
95 mattwood.co 8 Apr 2018 8 Apr 2025 NameCheap, Inc. WhoisGuard, Inc.
96 artwood.ae - - Etisalat ARTWOOD INDUSTRIES LLC
97 mattwood.store 18 Nov 2022 18 Nov 2024 Dreamscape Networks International Pte Ltd Private Registry Authority
98 artwood.sk 29 Sep 2009 29 Sep 2024 WebHouse, s.r.o. Kornélia Cserepesová - ARTWOOD
99 atcwood.com 13 Aug 2021 13 Aug 2024 Squarespace Domains II LLC Ash &amp; Throne LLC
100 artwood.lt 15 Sep 2023 16 Sep 2024 HOSTINGER operations, UAB -
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 Attwood.co.nz.

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

https://api.bigdomaindata.com/?key=XXXXX&fuzzy_domains=attwood.co.nz
For more details, kindly see our Fuzzy Domains API usage guide.
{
    "success": true,
    "query": {
        "fuzzy_domains": "attwood.co.nz",
        "page_size": 100
    },
    "count": {
        "total": 2372,
        "relation": "eq",
        "current": 100
    },
    "unique_domains": "mattwood.co.uk, atpwood.com, mattwood.pl, astwood.co.uk, artwood.info, atwood.cpa, atwood.nl, ttwood.net, mattwood.net, artwood.ro, cttwood.com, antwood.com, mattwood.online, artwood.hr, artwood.studio, attiwood.com, atywood.com, attwoods.com.au, artwood.tech, artwood.co.in, atlwood.info, artwood.gallery, artwood.nz, actwood.com, antwood.net, artwood.moscow, attwoods.org.uk, artwood.design, mattwood.works, tttwood.com, ottwood.com, artwood.co.jp, attwoods.biz, lattwood.com, zttwood.com, artwood.com, atawood.com, artwood.ru, httwood.com, artwood.store, atlwood.store, artwood.land, artwood.company, artwood.waw.pl, artwood.dk, artwood.ie, atkwood.com, altwood.properties, attwoods.com, tatwood.com, atiwood.eu, atswood.com, hattwood.com, artwood.app, artwood.art, artwood.in, arttwood.com, artwood.pro, atewood.com, amtwood.com, actwood.online, artwood.uk, attwoods.net, bttwood.com, atgwood.be, astwood.com, atlwood.services, mattwood.com, aptwood.com, attwoods.ru, attfood.com, attwoods.org, artwood.org, artwood.fr, artwood.xyz, attgood.com, wattwood.com, atmwood.ru, atlwood.net, artwood.club, altwood.com, attwoop.online, artwood.be, altwood.net, altwood.ca, artwood.online, artwood.su, aitwood.com, mattwood.blue, tatwood.ru, antwood.nl, dattwood.com, mattwood.uk, atlwood.xyz, mattwood.co, artwood.ae, mattwood.store, artwood.sk, atcwood.com, artwood.lt",
    "results": [
        {
            "num": 1,
            "domain_name": "mattwood.co.uk",
            "domain_keyword": "mattwood",
            "domain_tld": "co.uk",
            "query_time": "2024-04-28 15:33:29",
            "create_date": "2000-04-07",
            "update_date": "2024-04-08",
            "expiry_date": "2025-04-07",
            "registrar_name": "GoDaddy.com, LLC. [Tag = GODADDY]",
            "registrar_website": "http://uk.godaddy.com",
            "name_servers": [
                "ns41.domaincontrol.com",
                "ns42.domaincontrol.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 2,
            "domain_name": "atpwood.com",
            "domain_keyword": "atpwood",
            "domain_tld": "com",
            "query_time": "2024-05-14 10:36:59",
            "create_date": "2019-01-07",
            "update_date": "2024-01-03",
            "expiry_date": "2025-01-07",
            "registrar_iana": 81,
            "registrar_name": "Gandi SAS",
            "registrar_website": "http://www.gandi.net",
            "name_servers": [
                "ns31.infomaniak.ch",
                "ns32.infomaniak.ch"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "mattwood.pl",
            "domain_keyword": "mattwood",
            "domain_tld": "pl",
            "query_time": "2024-05-27 17:37:17",
            "create_date": "2018-10-13",
            "update_date": "2024-05-10",
            "expiry_date": "2024-10-13",
            "registrar_name": "Ascio Technologies Inc. Danmark - Filial of Ascio Technologies Inc. USA",
            "name_servers": [
                "parked.g1-dns.com",
                "parked.g1-dns.one"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "astwood.co.uk",
            "domain_keyword": "astwood",
            "domain_tld": "co.uk",
            "query_time": "2024-06-02 02:31:43",
            "create_date": "2000-11-23",
            "update_date": "2024-01-17",
            "expiry_date": "2024-11-23",
            "registrar_name": "YNH Limited t/a Your Name Here [Tag = CHARD]",
            "registrar_website": "http://www.your-name-here.co.uk",
            "name_servers": [
                "ns1.siteground.net",
                "ns2.siteground.net"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 5,
            "domain_name": "artwood.info",
            "domain_keyword": "artwood",
            "domain_tld": "info",
            "query_time": "2024-05-16 00:54:11",
            "create_date": "2023-05-15",
            "update_date": "2024-05-15",
            "expiry_date": "2025-05-15",
            "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": "wu qing ru",
            "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": [
                "autoRenewPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "atwood.cpa",
            "domain_keyword": "atwood",
            "domain_tld": "cpa",
            "query_time": "2024-05-13 20:07:03",
            "create_date": "2020-11-06",
            "update_date": "2024-01-11",
            "expiry_date": "2024-11-06",
            "registrar_iana": 455,
            "registrar_name": "EnCirca, Inc.",
            "registrar_website": "WWW.ENCIRCA.COM",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Carolyn P Atwood CPA LLC",
            "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 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": [
                "standard3.encirca.net",
                "standard4.encirca.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 7,
            "domain_name": "atwood.nl",
            "domain_keyword": "atwood",
            "domain_tld": "nl",
            "query_time": "2024-05-02 09:28:00",
            "create_date": "2022-08-08",
            "update_date": "2022-08-28",
            "registrar_name": "NVA Online Advertising B.V.",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 8,
            "domain_name": "ttwood.net",
            "domain_keyword": "ttwood",
            "domain_tld": "net",
            "query_time": "2024-06-04 05:26:10",
            "create_date": "2021-09-24",
            "update_date": "2024-04-25",
            "expiry_date": "2024-09-24",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains2.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "VIC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "AU",
            "registrant_email": "https://domains.squarespace.com/whois-contact-form",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-e1.googledomains.com",
                "ns-cloud-e2.googledomains.com",
                "ns-cloud-e3.googledomains.com",
                "ns-cloud-e4.googledomains.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 9,
            "domain_name": "mattwood.net",
            "domain_keyword": "mattwood",
            "domain_tld": "net",
            "query_time": "2024-05-27 17:37:17",
            "create_date": "2023-05-25",
            "update_date": "2024-05-26",
            "expiry_date": "2025-05-25",
            "registrar_iana": 3984,
            "registrar_name": "Gname 015 Inc",
            "registrar_website": "http://https://www.gname.com",
            "name_servers": [
                "a.share-dns.com",
                "b.share-dns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "artwood.ro",
            "domain_keyword": "artwood",
            "domain_tld": "ro",
            "query_time": "2024-06-07 08:40:40",
            "create_date": "2008-02-12",
            "expiry_date": "2025-06-10",
            "registrar_name": "Internet Resources Management SRL",
            "registrar_website": "ip.ro",
            "name_servers": [
                "ns.devanet.ro",
                "ns.smart.com.ro"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "Inactive"
            ]
        },
        {
            "num": 11,
            "domain_name": "cttwood.com",
            "domain_keyword": "cttwood",
            "domain_tld": "com",
            "query_time": "2024-05-20 20:59:16",
            "create_date": "2023-11-13",
            "update_date": "2023-11-13",
            "expiry_date": "2024-11-13",
            "registrar_iana": 1068,
            "registrar_name": "NAMECHEAP INC",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "Redacted for Privacy",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "Kalkofnsvegur 2",
            "registrant_city": "Reykjavik",
            "registrant_state": "Capital Region",
            "registrant_zip": "101",
            "registrant_country": "IS",
            "registrant_email": "[email protected]",
            "registrant_phone": "+354.4212434",
            "name_servers": [
                "dns1.namecheaphosting.com",
                "dns2.namecheaphosting.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 12,
            "domain_name": "antwood.com",
            "domain_keyword": "antwood",
            "domain_tld": "com",
            "query_time": "2024-05-10 18:31:03",
            "create_date": "2002-02-04",
            "update_date": "2024-03-04",
            "expiry_date": "2025-02-04",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://www.dynadot.com",
            "name_servers": [
                "ns1-expired.sav.com",
                "ns2-expired.sav.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 13,
            "domain_name": "mattwood.online",
            "domain_keyword": "mattwood",
            "domain_tld": "online",
            "query_time": "2024-05-20 09:43:37",
            "create_date": "2021-11-22",
            "update_date": "2023-11-19",
            "expiry_date": "2024-11-22",
            "registrar_iana": 1291,
            "registrar_name": "Dreamscape Networks International Pte Ltd",
            "registrar_website": "http://crazydomains.com",
            "registrant_country": "NZ",
            "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.crazydomains.com",
                "ns2.crazydomains.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 14,
            "domain_name": "artwood.hr",
            "domain_keyword": "artwood",
            "domain_tld": "hr",
            "query_time": "2024-05-15 12:44:05",
            "create_date": "2023-06-10",
            "update_date": "2023-06-16",
            "expiry_date": "2024-06-16",
            "registrar_name": "CARNET",
            "registrar_website": "http://whois.dns.hr",
            "registrant_name": "Art.wooD j. d. o. o.",
            "registrant_address": "Marčelji 98",
            "registrant_city": "Marčelji",
            "registrant_state": "HR",
            "registrant_zip": "51216",
            "registrant_email": "[email protected]",
            "name_servers": [
                "ns1.euronet.com.hr",
                "ns2.euronet.com.hr"
            ]
        },
        {
            "num": 15,
            "domain_name": "artwood.studio",
            "domain_keyword": "artwood",
            "domain_tld": "studio",
            "query_time": "2024-05-20 12:55:21",
            "create_date": "2023-09-08",
            "update_date": "2023-09-13",
            "expiry_date": "2024-09-08",
            "registrar_iana": 463,
            "registrar_name": "Regional Network Information Center, JSC dba RU-CENTER",
            "registrar_website": "https://www.nic.ru/en/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Makarov Aleksej",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arhangel`sk",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "RU",
            "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": [
                "ns01.1cloud.ru",
                "ns02.1cloud.ru"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 16,
            "domain_name": "attiwood.com",
            "domain_keyword": "attiwood",
            "domain_tld": "com",
            "query_time": "2024-05-09 20:04:03",
            "create_date": "2022-08-15",
            "update_date": "2023-08-05",
            "expiry_date": "2024-08-15",
            "registrar_iana": 839,
            "registrar_name": "REALTIME REGISTER B.V.",
            "registrar_website": "http://www.realtimeregister.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "HU",
            "registrant_email": "https://mydomainprovider.com/contact_domain/",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-3mhd5n3mfd.dnswnd.be",
                "ns-9yjzbv9yed.dnswnd.de",
                "ns-9yrpbf9ygd.dnswnd.eu"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "not signed"
            ]
        },
        {
            "num": 17,
            "domain_name": "atywood.com",
            "domain_keyword": "atywood",
            "domain_tld": "com",
            "query_time": "2024-06-09 18:08:26",
            "create_date": "2021-11-30",
            "update_date": "2023-12-27",
            "expiry_date": "2024-11-30",
            "registrar_iana": 1923,
            "registrar_name": "Gname.com Pte. Ltd.",
            "registrar_website": "www.gname.com",
            "registrant_name": "Redacted for privacy",
            "registrant_company": "Redacted for privacy",
            "registrant_address": "Redacted for privacy",
            "registrant_city": "Redacted for privacy",
            "registrant_state": "AN HUI",
            "registrant_zip": "Redacted for privacy",
            "registrant_country": "CN",
            "registrant_email": "https://rdap.gname.com/extra/contact?type=registrant&domain=atywood.com",
            "registrant_phone": "Redacted for privacy",
            "registrant_fax": "Redacted for privacy",
            "name_servers": [
                "jm1.dns.com",
                "jm2.dns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 18,
            "domain_name": "attwoods.com.au",
            "domain_keyword": "attwoods",
            "domain_tld": "com.au",
            "query_time": "2024-04-15 08:03:20",
            "update_date": "2023-09-13",
            "registrar_name": "SYNERGY WHOLESALE ACCREDITATIONS PTY LTD",
            "registrar_website": "https://synergywholesale.com/partner-lookup",
            "registrant_name": "Jeremy Dawes",
            "name_servers": [
                "alex.ns.cloudflare.com",
                "dora.ns.cloudflare.com"
            ],
            "domain_status": [
                "serverRenewProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 19,
            "domain_name": "artwood.tech",
            "domain_keyword": "artwood",
            "domain_tld": "tech",
            "query_time": "2024-05-09 11:38:42",
            "create_date": "2020-04-30",
            "update_date": "2024-05-01",
            "expiry_date": "2025-04-30",
            "registrar_iana": 1636,
            "registrar_name": "HOSTINGER operations, UAB",
            "registrar_website": "https://www.hostinger.com/",
            "registrant_company": "Oleksandr Palamar",
            "registrant_state": "Lvivska",
            "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.",
            "name_servers": [
                "ns1.dns-expired.com",
                "ns2.dns-expired.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 20,
            "domain_name": "artwood.co.in",
            "domain_keyword": "artwood",
            "domain_tld": "co.in",
            "query_time": "2024-05-13 08:52:53",
            "create_date": "2023-06-19",
            "update_date": "2023-06-24",
            "expiry_date": "2024-06-19",
            "registrar_iana": 1647,
            "registrar_name": "Hosting Concepts B.V. d/b/a Openprovider",
            "registrar_website": "www.openprovider.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Sugarcane Internet Nigeria Limited",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Lagos",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "NG",
            "registrant_email": "please contact the registrar listed above",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.giantpanda.com",
                "ns2.giantpanda.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 21,
            "domain_name": "atlwood.info",
            "domain_keyword": "atlwood",
            "domain_tld": "info",
            "query_time": "2024-05-06 14:29:12",
            "create_date": "2023-12-25",
            "update_date": "2024-01-23",
            "expiry_date": "2024-12-25",
            "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.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 22,
            "domain_name": "artwood.gallery",
            "domain_keyword": "artwood",
            "domain_tld": "gallery",
            "query_time": "2024-05-09 11:38:42",
            "create_date": "2024-01-04",
            "update_date": "2024-01-10",
            "expiry_date": "2026-01-04",
            "registrar_iana": 1564,
            "registrar_name": "TLD Registrar Solutions Ltd.",
            "registrar_website": "http://www.tldregistrarsolutions.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Whois Privacy Corp.",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "New Providence",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "BS",
            "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.beget.com",
                "ns1.beget.pro",
                "ns2.beget.com",
                "ns2.beget.pro"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 23,
            "domain_name": "artwood.nz",
            "domain_keyword": "artwood",
            "domain_tld": "nz",
            "query_time": "2024-05-24 16:44:11",
            "create_date": "2016-12-19",
            "update_date": "2023-10-03",
            "registrar_name": "Freeparking Limited",
            "registrar_website": "https://www.freeparking.co.nz",
            "name_servers": [
                "ns.freeparking.co.nz",
                "ns2.freeparking.co.nz"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 24,
            "domain_name": "actwood.com",
            "domain_keyword": "actwood",
            "domain_tld": "com",
            "query_time": "2024-05-12 23:55:42",
            "create_date": "2020-10-27",
            "update_date": "2023-09-27",
            "expiry_date": "2024-10-27",
            "registrar_iana": 1495,
            "registrar_name": "BigRock Solutions Ltd.",
            "registrar_website": "www.bigrock.com",
            "registrant_name": "Haresh G Sajnani",
            "registrant_company": "Sajnani",
            "registrant_address": "PO BOX 241433 241433",
            "registrant_city": "Dubai",
            "registrant_state": "Dubai",
            "registrant_country": "AE",
            "registrant_email": "[email protected]",
            "registrant_phone": "+971.507953635",
            "name_servers": [
                "dns1.bigrock.in",
                "dns2.bigrock.in",
                "dns3.bigrock.in",
                "dns4.bigrock.in"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 25,
            "domain_name": "antwood.net",
            "domain_keyword": "antwood",
            "domain_tld": "net",
            "query_time": "2024-04-17 07:09:42",
            "create_date": "2019-11-23",
            "update_date": "2023-11-23",
            "expiry_date": "2025-11-23",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns1.linode.com",
                "ns2.linode.com",
                "ns3.linode.com",
                "ns4.linode.com",
                "ns5.linode.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 26,
            "domain_name": "artwood.moscow",
            "domain_keyword": "artwood",
            "domain_tld": "moscow",
            "query_time": "2024-05-02 10:26:46",
            "create_date": "2016-07-26",
            "update_date": "2022-10-30",
            "expiry_date": "2024-07-26",
            "registrar_iana": 463,
            "registrar_name": "JSC \"RU-CENTER\"",
            "registrar_website": "https://www.nic.ru/",
            "registrant_name": "Personal data, can not be publicly disclosed according to applicable laws.",
            "registrant_address": "Personal data, can not be publicly disclosed according to applicable laws.",
            "registrant_city": "Personal data, can not be publicly disclosed according to applicable laws.",
            "registrant_state": "Personal data, can not be publicly disclosed according to applicable laws.",
            "registrant_zip": "Personal data, can not be publicly disclosed according to applicable laws.",
            "registrant_country": "RU",
            "registrant_email": "please check registrar rdds. personal data, can not be publicly disclosed according to applicable laws.",
            "registrant_phone": "Personal data, can not be publicly disclosed according to applicable laws.",
            "name_servers": [
                "ns33.hostia.name",
                "ns34.hostia.name"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsignedDelegation"
            ]
        },
        {
            "num": 27,
            "domain_name": "attwoods.org.uk",
            "domain_keyword": "attwoods",
            "domain_tld": "org.uk",
            "query_time": "2024-04-24 06:15:41",
            "create_date": "2005-11-01",
            "update_date": "2023-11-01",
            "expiry_date": "2024-11-01",
            "registrar_name": "Namesco Limited [Tag = FREEPARKING]",
            "registrar_website": "https://www.names.co.uk",
            "name_servers": [
                "ns0.phase8.net",
                "ns1.phase8.net",
                "ns2.phase8.net"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 28,
            "domain_name": "artwood.design",
            "domain_keyword": "artwood",
            "domain_tld": "design",
            "query_time": "2024-05-09 11:38:42",
            "create_date": "2020-10-19",
            "update_date": "2023-10-04",
            "expiry_date": "2024-10-19",
            "registrar_iana": 48,
            "registrar_name": "eNom, LLC",
            "registrar_website": "whois.enom.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Data Protected",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "WA",
            "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.register.it",
                "ns2.register.it"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 29,
            "domain_name": "mattwood.works",
            "domain_keyword": "mattwood",
            "domain_tld": "works",
            "query_time": "2024-05-13 21:46:47",
            "create_date": "2019-05-10",
            "update_date": "2024-05-11",
            "expiry_date": "2025-05-10",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "TX",
            "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-b1.googledomains.com",
                "ns-cloud-b2.googledomains.com",
                "ns-cloud-b3.googledomains.com",
                "ns-cloud-b4.googledomains.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 30,
            "domain_name": "tttwood.com",
            "domain_keyword": "tttwood",
            "domain_tld": "com",
            "query_time": "2024-06-04 05:24:12",
            "create_date": "2017-09-23",
            "update_date": "2022-10-05",
            "expiry_date": "2024-09-23",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns05.domaincontrol.com",
                "ns06.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 31,
            "domain_name": "ottwood.com",
            "domain_keyword": "ottwood",
            "domain_tld": "com",
            "query_time": "2024-05-23 21:55:24",
            "create_date": "2024-01-17",
            "update_date": "2024-01-17",
            "expiry_date": "2025-01-17",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns09.domaincontrol.com",
                "ns10.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 32,
            "domain_name": "artwood.co.jp",
            "domain_keyword": "artwood",
            "domain_tld": "co.jp",
            "query_time": "2024-06-07 08:40:38",
            "create_date": "2004-07-06",
            "update_date": "2023-08-01",
            "registrant_company": "Matsumura of furniture Co.,Ltd.",
            "name_servers": [
                "dns0.heteml.jp",
                "dns1.heteml.jp"
            ]
        },
        {
            "num": 33,
            "domain_name": "attwoods.biz",
            "domain_keyword": "attwoods",
            "domain_tld": "biz",
            "query_time": "2024-04-15 08:03:19",
            "create_date": "2016-04-15",
            "update_date": "2024-04-09",
            "expiry_date": "2025-04-14",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "whois.biz",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Attwoods Chartered Accountants",
            "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": [
                "ns6.wixdns.net",
                "ns7.wixdns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 34,
            "domain_name": "lattwood.com",
            "domain_keyword": "lattwood",
            "domain_tld": "com",
            "query_time": "2024-04-19 21:08:52",
            "create_date": "2009-08-09",
            "update_date": "2022-07-10",
            "expiry_date": "2024-08-09",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "name_servers": [
                "ns1.livedns.co.uk",
                "ns2.livedns.co.uk",
                "ns3.livedns.co.uk"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 35,
            "domain_name": "zttwood.com",
            "domain_keyword": "zttwood",
            "domain_tld": "com",
            "query_time": "2024-05-15 19:31:22",
            "create_date": "2021-05-22",
            "update_date": "2021-05-22",
            "expiry_date": "2031-05-22",
            "registrar_iana": 420,
            "registrar_name": "Alibaba Cloud Computing (Beijing) Co., Ltd.",
            "registrar_website": "http://www.net.cn",
            "registrant_state": "guang dong",
            "registrant_country": "CN",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "dns3.hichina.com",
                "dns4.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 36,
            "domain_name": "artwood.com",
            "domain_keyword": "artwood",
            "domain_tld": "com",
            "query_time": "2024-05-13 08:52:53",
            "create_date": "1997-09-11",
            "update_date": "2023-07-20",
            "expiry_date": "2025-09-10",
            "registrar_iana": 472,
            "registrar_name": "DYNADOT LLC",
            "registrar_website": "http://www.dynadot.com",
            "registrant_name": "AbdulBasit Makrani",
            "registrant_address": "Bukit Kerinchi, Pantai Sentral Park, Bangsar South",
            "registrant_city": "Kuala Lumpur",
            "registrant_state": "Kuala Lumpur",
            "registrant_zip": "59200",
            "registrant_country": "MY",
            "registrant_email": "[email protected]",
            "registrant_phone": "+60.102843984",
            "name_servers": [
                "ns4.afternic.com",
                "verification-vt83aztvltvbx3gwn2pgzu.ns101.verify.hn"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 37,
            "domain_name": "atawood.com",
            "domain_keyword": "atawood",
            "domain_tld": "com",
            "query_time": "2024-04-27 10:49:14",
            "create_date": "2016-04-10",
            "update_date": "2024-03-10",
            "expiry_date": "2026-04-10",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "name_servers": [
                "service1.parsdata.com",
                "service2.parsdata.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 38,
            "domain_name": "artwood.ru",
            "domain_keyword": "artwood",
            "domain_tld": "ru",
            "query_time": "2024-05-01 21:26:55",
            "create_date": "2004-06-22",
            "expiry_date": "2024-06-23",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.timeweb.ru",
                "ns2.timeweb.ru",
                "ns3.timeweb.org",
                "ns4.timeweb.org"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 39,
            "domain_name": "httwood.com",
            "domain_keyword": "httwood",
            "domain_tld": "com",
            "query_time": "2024-04-19 16:08:08",
            "create_date": "2014-05-29",
            "update_date": "2024-04-08",
            "expiry_date": "2025-05-29",
            "registrar_iana": 120,
            "registrar_name": "Xin Net Technology Corporation",
            "registrar_website": "http://www.xinnet.com",
            "name_servers": [
                "ns17.xincache.com",
                "ns18.xincache.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 40,
            "domain_name": "artwood.store",
            "domain_keyword": "artwood",
            "domain_tld": "store",
            "query_time": "2024-04-22 02:04:39",
            "create_date": "2023-09-30",
            "update_date": "2024-04-17",
            "expiry_date": "2024-09-30",
            "registrar_iana": 146,
            "registrar_name": "Go Daddy, LLC",
            "registrar_website": "https://www.godaddy.com/",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_state": "Arizona",
            "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.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 41,
            "domain_name": "atlwood.store",
            "domain_keyword": "atlwood",
            "domain_tld": "store",
            "query_time": "2024-05-06 14:29:12",
            "create_date": "2023-12-25",
            "update_date": "2024-04-17",
            "expiry_date": "2024-12-25",
            "registrar_iana": 146,
            "registrar_name": "Go Daddy, LLC",
            "registrar_website": "https://www.godaddy.com/",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_state": "Arizona",
            "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.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 42,
            "domain_name": "artwood.land",
            "domain_keyword": "artwood",
            "domain_tld": "land",
            "query_time": "2024-05-18 16:49:31",
            "create_date": "2024-05-16",
            "update_date": "2024-05-16",
            "expiry_date": "2025-05-16",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "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 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-e1.googledomains.com",
                "ns-cloud-e2.googledomains.com",
                "ns-cloud-e3.googledomains.com",
                "ns-cloud-e4.googledomains.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 43,
            "domain_name": "artwood.company",
            "domain_keyword": "artwood",
            "domain_tld": "company",
            "query_time": "2024-06-02 03:37:50",
            "create_date": "2020-04-03",
            "update_date": "2024-05-18",
            "expiry_date": "2025-04-03",
            "registrar_iana": 433,
            "registrar_name": "OVH SAS",
            "registrar_website": "http://www.ovh.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Serwis Drzewny",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "PL",
            "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": [
                "dns16.ovh.net",
                "ns16.ovh.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 44,
            "domain_name": "artwood.waw.pl",
            "domain_keyword": "artwood",
            "domain_tld": "waw.pl",
            "query_time": "2024-04-15 00:35:56",
            "create_date": "2023-04-14",
            "update_date": "2023-04-14",
            "expiry_date": "2025-04-14",
            "registrar_name": "OVH SAS",
            "registrar_website": "https://www.ovhcloud.com",
            "name_servers": [
                "dns113.ovh.net",
                "ns113.ovh.net"
            ],
            "dns_sec": [
                "Signed"
            ]
        },
        {
            "num": 45,
            "domain_name": "artwood.dk",
            "domain_keyword": "artwood",
            "domain_tld": "dk",
            "query_time": "2024-05-10 02:42:57",
            "create_date": "2021-12-20",
            "expiry_date": "2024-12-19",
            "registrar_name": "Domeneshop AS",
            "registrant_name": "Arealplan AS",
            "registrant_address": "Herman Wildenveys gate 50",
            "registrant_city": "Drammen",
            "registrant_zip": "3022",
            "registrant_country": "NO",
            "registrant_phone": "+47 47363647",
            "name_servers": [
                "ns1.hyp.net",
                "ns2.hyp.net",
                "ns3.hyp.net"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "Signed delegation"
            ]
        },
        {
            "num": 46,
            "domain_name": "artwood.ie",
            "domain_keyword": "artwood",
            "domain_tld": "ie",
            "query_time": "2024-04-22 02:04:39",
            "create_date": "2013-11-28",
            "update_date": "2024-01-09",
            "expiry_date": "2024-11-28",
            "registrar_name": "Hosting Ireland",
            "registrar_website": "http://www.hostingireland.ie",
            "registrant_name": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.webhostingireland.ie",
                "ns2.webhostingireland.ie",
                "ns3.webhostingireland.ie"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 47,
            "domain_name": "atkwood.com",
            "domain_keyword": "atkwood",
            "domain_tld": "com",
            "query_time": "2024-05-10 07:06:24",
            "create_date": "2023-12-29",
            "update_date": "2023-12-29",
            "expiry_date": "2024-12-29",
            "registrar_iana": 1387,
            "registrar_name": "1API GmbH",
            "registrar_website": "http://www.1api.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "گیلان",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IR",
            "registrant_email": "contact via https://www.1api.net/send-message/atkwood.com/registrant",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns.netafraz.com",
                "ns2.netafraz.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 48,
            "domain_name": "altwood.properties",
            "domain_keyword": "altwood",
            "domain_tld": "properties",
            "query_time": "2024-05-09 06:14:06",
            "create_date": "2015-05-01",
            "update_date": "2024-04-06",
            "expiry_date": "2025-05-01",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Altwood Housing Ltd",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Buckinghamshire",
            "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": [
                "alaric.ns.cloudflare.com",
                "nucum.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 49,
            "domain_name": "attwoods.com",
            "domain_keyword": "attwoods",
            "domain_tld": "com",
            "query_time": "2024-04-15 08:03:20",
            "create_date": "2000-01-12",
            "update_date": "2023-11-25",
            "expiry_date": "2025-01-12",
            "registrar_iana": 1068,
            "registrar_name": "NAMECHEAP INC",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "Redacted for Privacy",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "Kalkofnsvegur 2",
            "registrant_city": "Reykjavik",
            "registrant_state": "Capital Region",
            "registrant_zip": "101",
            "registrant_country": "IS",
            "registrant_email": "[email protected]",
            "registrant_phone": "+354.4212434",
            "name_servers": [
                "ns1.zentrifugal.com",
                "ns2.zentrifugal.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 50,
            "domain_name": "tatwood.com",
            "domain_keyword": "tatwood",
            "domain_tld": "com",
            "query_time": "2024-04-22 12:43:02",
            "create_date": "2014-10-21",
            "update_date": "2020-10-15",
            "expiry_date": "2025-10-21",
            "registrar_iana": 1441,
            "registrar_name": "TurnCommerce, Inc. DBA NameBright.com",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Domain Admin / This Domain is For Sale",
            "registrant_company": "HugeDomains.com",
            "registrant_address": "2635 Walnut Street",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80205",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3038930552",
            "name_servers": [
                "domain-for-sale.hugedomainsdns.com",
                "forsale.hugedomainsdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 51,
            "domain_name": "atiwood.eu",
            "domain_keyword": "atiwood",
            "domain_tld": "eu",
            "query_time": "2024-05-05 14:14:24",
            "registrar_name": "IONOS SE",
            "registrar_website": "https://ionos.com",
            "name_servers": [
                "ns1058.ui-dns.biz",
                "ns1058.ui-dns.com",
                "ns1058.ui-dns.de",
                "ns1058.ui-dns.org"
            ]
        },
        {
            "num": 52,
            "domain_name": "atswood.com",
            "domain_keyword": "atswood",
            "domain_tld": "com",
            "query_time": "2024-05-10 16:39:50",
            "create_date": "2023-05-01",
            "update_date": "2024-05-01",
            "expiry_date": "2025-05-01",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns73.domaincontrol.com",
                "ns74.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 53,
            "domain_name": "hattwood.com",
            "domain_keyword": "hattwood",
            "domain_tld": "com",
            "query_time": "2024-05-19 03:54:42",
            "create_date": "2016-03-18",
            "update_date": "2024-05-08",
            "expiry_date": "2025-03-18",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains2.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "SkylarkTechTeam.com",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "https://domains.squarespace.com/whois-contact-form",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-b1.googledomains.com",
                "ns-cloud-b2.googledomains.com",
                "ns-cloud-b3.googledomains.com",
                "ns-cloud-b4.googledomains.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 54,
            "domain_name": "artwood.app",
            "domain_keyword": "artwood",
            "domain_tld": "app",
            "query_time": "2024-05-20 12:55:21",
            "create_date": "2023-11-19",
            "update_date": "2023-11-24",
            "expiry_date": "2024-11-19",
            "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": [
                "ns67.domaincontrol.com",
                "ns68.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 55,
            "domain_name": "artwood.art",
            "domain_keyword": "artwood",
            "domain_tld": "art",
            "query_time": "2024-05-29 08:37:15",
            "create_date": "2021-09-24",
            "update_date": "2023-09-26",
            "expiry_date": "2024-09-24",
            "registrar_iana": 1606,
            "registrar_name": "Registrar of Domain Names REG.RU, LLC",
            "registrar_website": "https://www.reg.ru/",
            "registrant_company": "Privacy Protection",
            "registrant_country": "RU",
            "registrant_email": "[email protected]",
            "registrant_phone": "+7.4955801111",
            "name_servers": [
                "ns1.hosting.reg.ru",
                "ns2.hosting.reg.ru"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 56,
            "domain_name": "artwood.in",
            "domain_keyword": "artwood",
            "domain_tld": "in",
            "query_time": "2024-05-24 00:14:41",
            "create_date": "2023-07-29",
            "update_date": "2023-08-03",
            "expiry_date": "2024-07-29",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "www.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Gujarat",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IN",
            "registrant_email": "please contact the registrar listed above",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns69.domaincontrol.com",
                "ns70.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 57,
            "domain_name": "arttwood.com",
            "domain_keyword": "arttwood",
            "domain_tld": "com",
            "query_time": "2024-04-25 04:16:28",
            "create_date": "2004-06-21",
            "update_date": "2020-08-18",
            "expiry_date": "2026-06-21",
            "registrar_iana": 9,
            "registrar_name": "Register.com, Inc.",
            "registrar_website": "http://www.register.com",
            "name_servers": [
                "ns6007.hostgator.com",
                "ns6008.hostgator.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 58,
            "domain_name": "artwood.pro",
            "domain_keyword": "artwood",
            "domain_tld": "pro",
            "query_time": "2024-05-09 11:38:42",
            "create_date": "2011-05-03",
            "update_date": "2024-05-06",
            "expiry_date": "2025-05-03",
            "registrar_iana": 463,
            "registrar_name": "Regional Network Information Center, JSC dba RU-CENTER",
            "registrar_website": "https://www.nic.ru/en/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Artem A Agabekov",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Moscow",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "RU",
            "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-l2.nic.ru",
                "ns4-cloud.nic.ru",
                "ns4-l2.nic.ru",
                "ns8-cloud.nic.ru",
                "ns8-l2.nic.ru"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 59,
            "domain_name": "atewood.com",
            "domain_keyword": "atewood",
            "domain_tld": "com",
            "query_time": "2024-05-09 04:41:31",
            "create_date": "2021-06-17",
            "update_date": "2023-08-28",
            "expiry_date": "2025-06-17",
            "registrar_iana": 420,
            "registrar_name": "Alibaba Cloud Computing (Beijing) Co., Ltd.",
            "registrar_website": "http://www.net.cn",
            "registrant_state": "guang dong",
            "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": 60,
            "domain_name": "amtwood.com",
            "domain_keyword": "amtwood",
            "domain_tld": "com",
            "query_time": "2024-05-28 03:30:29",
            "create_date": "2023-05-05",
            "update_date": "2024-05-06",
            "expiry_date": "2024-05-05",
            "registrar_iana": 1068,
            "registrar_name": "NAMECHEAP INC",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "REACTIVATION PERIOD",
            "registrant_company": "Withheld for Privacy Purposes",
            "registrant_address": "Kalkofnsvegur 2",
            "registrant_city": "Reykjavik",
            "registrant_state": "Capital Region",
            "registrant_zip": "101",
            "registrant_country": "IS",
            "registrant_email": "[email protected]",
            "registrant_phone": "+354.4212434",
            "name_servers": [
                "dns101.registrar-servers.com",
                "dns102.registrar-servers.com"
            ],
            "domain_status": [
                "clientHold",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 61,
            "domain_name": "actwood.online",
            "domain_keyword": "actwood",
            "domain_tld": "online",
            "query_time": "2024-04-29 08:49:13",
            "create_date": "2023-10-17",
            "update_date": "2023-12-15",
            "expiry_date": "2024-10-17",
            "registrar_iana": 1606,
            "registrar_name": "Registrar of Domain Names REG.RU, LLC",
            "registrar_website": "https://www.reg.ru/",
            "registrant_company": "Private Person",
            "registrant_state": "Sankt-Peterburg",
            "registrant_country": "RU",
            "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.hosting.reg.ru",
                "ns2.hosting.reg.ru"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 62,
            "domain_name": "artwood.uk",
            "domain_keyword": "artwood",
            "domain_tld": "uk",
            "query_time": "2024-05-02 12:42:36",
            "create_date": "2018-03-02",
            "update_date": "2024-02-01",
            "expiry_date": "2026-03-02",
            "registrar_name": "Fasthosts Internet Ltd [Tag = LIVEDOMAINS]",
            "registrar_website": "http://www.fasthosts.co.uk",
            "name_servers": [
                "ns1.livedns.co.uk",
                "ns2.livedns.co.uk",
                "ns3.livedns.co.uk"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 63,
            "domain_name": "attwoods.net",
            "domain_keyword": "attwoods",
            "domain_tld": "net",
            "query_time": "2024-05-18 05:23:02",
            "create_date": "2007-04-14",
            "update_date": "2023-01-21",
            "expiry_date": "2025-04-14",
            "registrar_iana": 1515,
            "registrar_name": "123-Reg Limited",
            "registrar_website": "http://www.meshdigital.com",
            "name_servers": [
                "ns11.domaincontrol.com",
                "ns12.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 64,
            "domain_name": "bttwood.com",
            "domain_keyword": "bttwood",
            "domain_tld": "com",
            "query_time": "2024-05-28 08:30:13",
            "create_date": "2024-02-02",
            "update_date": "2024-02-02",
            "expiry_date": "2025-02-02",
            "registrar_iana": 638,
            "registrar_name": "Name SRS AB",
            "registrar_website": "https://www.namesrs.com",
            "registrant_name": "Protected Protected",
            "registrant_company": "Shield Whois",
            "registrant_address": "Radiovägen 2",
            "registrant_city": "Västra Frölunda",
            "registrant_zip": "42147",
            "registrant_country": "SE",
            "registrant_email": "[email protected]",
            "registrant_phone": "+46.104500390",
            "name_servers": [
                "ns1.serveriai.lt",
                "ns2.serveriai.lt",
                "ns3.serveriai.lt",
                "ns4.serveriai.lt"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 65,
            "domain_name": "atgwood.be",
            "domain_keyword": "atgwood",
            "domain_tld": "be",
            "query_time": "2024-05-30 19:20:46",
            "create_date": "2019-06-20",
            "registrar_name": "OVH",
            "registrar_website": "http://www.ovh.com",
            "name_servers": [
                "hayes.ns.cloudflare.com",
                "monroe.ns.cloudflare.com"
            ],
            "domain_status": [
                "Not Available"
            ]
        },
        {
            "num": 66,
            "domain_name": "astwood.com",
            "domain_keyword": "astwood",
            "domain_tld": "com",
            "query_time": "2024-06-02 02:31:40",
            "create_date": "2000-11-07",
            "update_date": "2022-04-15",
            "expiry_date": "2026-11-07",
            "registrar_iana": 1910,
            "registrar_name": "Cloudflare, Inc.",
            "registrar_website": "https://www.cloudflare.com",
            "registrant_name": "DATA REDACTED",
            "registrant_company": "DATA REDACTED",
            "registrant_address": "DATA REDACTED",
            "registrant_city": "DATA REDACTED",
            "registrant_state": "London",
            "registrant_zip": "DATA REDACTED",
            "registrant_country": "GB",
            "registrant_email": "https://domaincontact.cloudflareregistrar.com/astwood.com",
            "registrant_phone": "DATA REDACTED",
            "registrant_fax": "DATA REDACTED",
            "name_servers": [
                "miles.ns.cloudflare.com",
                "mimi.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 67,
            "domain_name": "atlwood.services",
            "domain_keyword": "atlwood",
            "domain_tld": "services",
            "query_time": "2024-05-25 14:39:57",
            "create_date": "2020-01-02",
            "update_date": "2023-07-20",
            "expiry_date": "2025-01-02",
            "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": [
                "ns75.domaincontrol.com",
                "ns76.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 68,
            "domain_name": "mattwood.com",
            "domain_keyword": "mattwood",
            "domain_tld": "com",
            "query_time": "2024-05-28 23:44:28",
            "create_date": "1999-11-01",
            "update_date": "2024-01-15",
            "expiry_date": "2025-11-01",
            "registrar_iana": 3827,
            "registrar_name": "Squarespace Domains LLC",
            "registrar_website": "https://domains.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "CA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "https://domains.squarespace.com/whois-contact-form",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.p08.nsone.net",
                "dns2.p08.nsone.net",
                "dns3.p08.nsone.net",
                "dns4.p08.nsone.net",
                "ns01.squarespacedns.com",
                "ns02.squarespacedns.com",
                "ns03.squarespacedns.com",
                "ns04.squarespacedns.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 69,
            "domain_name": "aptwood.com",
            "domain_keyword": "aptwood",
            "domain_tld": "com",
            "query_time": "2024-04-24 01:41:52",
            "create_date": "2007-02-04",
            "update_date": "2023-08-10",
            "expiry_date": "2025-02-04",
            "registrar_iana": 30,
            "registrar_name": "NameSecure L.L.C.",
            "registrar_website": "http://www.namesecure.com",
            "name_servers": [
                "ns1.inleed.net",
                "ns2.inleed.net",
                "ns3.inleed.net",
                "ns4.inleed.net",
                "ns5.inleed.net",
                "ns6.inleed.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 70,
            "domain_name": "attwoods.ru",
            "domain_keyword": "attwoods",
            "domain_tld": "ru",
            "query_time": "2024-05-03 02:02:41",
            "create_date": "2023-11-22",
            "expiry_date": "2024-11-22",
            "registrar_name": "OPENPROV-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ethan.ns.cloudflare.com",
                "liv.ns.cloudflare.com"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 71,
            "domain_name": "attfood.com",
            "domain_keyword": "attfood",
            "domain_tld": "com",
            "query_time": "2024-04-17 21:06:47",
            "create_date": "2012-08-24",
            "update_date": "2023-07-25",
            "expiry_date": "2024-08-24",
            "registrar_iana": 1068,
            "registrar_name": "NAMECHEAP INC",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "Redacted for Privacy",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "Kalkofnsvegur 2",
            "registrant_city": "Reykjavik",
            "registrant_state": "Capital Region",
            "registrant_zip": "101",
            "registrant_country": "IS",
            "registrant_email": "[email protected]",
            "registrant_phone": "+354.4212434",
            "name_servers": [
                "ns1.ipage.com",
                "ns2.ipage.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 72,
            "domain_name": "attwoods.org",
            "domain_keyword": "attwoods",
            "domain_tld": "org",
            "query_time": "2024-06-02 18:50:33",
            "create_date": "2002-05-30",
            "update_date": "2024-05-31",
            "expiry_date": "2025-05-30",
            "registrar_iana": 1390,
            "registrar_name": "Mesh Digital Limited",
            "registrar_website": "http://www.domainmonster.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": [
                "ns55.domaincontrol.com",
                "ns56.domaincontrol.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 73,
            "domain_name": "artwood.org",
            "domain_keyword": "artwood",
            "domain_tld": "org",
            "query_time": "2024-06-07 08:40:38",
            "create_date": "2006-03-14",
            "update_date": "2024-04-28",
            "expiry_date": "2025-03-14",
            "registrar_iana": 607,
            "registrar_name": "Annulet LLC",
            "registrar_website": "http://www.annulet.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "BuyDomains.com",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "MA",
            "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.buydomains.com",
                "this-domain-for-sale.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 74,
            "domain_name": "artwood.fr",
            "domain_keyword": "artwood",
            "domain_tld": "fr",
            "query_time": "2024-05-05 05:29:38",
            "create_date": "2018-12-17",
            "update_date": "2023-12-21",
            "expiry_date": "2024-12-18",
            "registrar_name": "Hosting Concepts B.V. d/b/a Openprovider",
            "registrar_website": "https://www.openprovider.com",
            "registrant_company": "NVA Online Advertising B.V.",
            "registrant_address": "NVA Online Advertising B.V., opper 14, 5406CA Uden",
            "registrant_country": "NL",
            "registrant_email": "[email protected]",
            "registrant_phone": "+31.642204151",
            "name_servers": [
                "ns1.undeveloped.com",
                "ns2.undeveloped.com"
            ],
            "domain_status": [
                "Active",
                "associated"
            ]
        },
        {
            "num": 75,
            "domain_name": "artwood.xyz",
            "domain_keyword": "artwood",
            "domain_tld": "xyz",
            "query_time": "2024-05-09 11:38:42",
            "create_date": "2021-09-26",
            "update_date": "2023-12-28",
            "expiry_date": "2024-09-26",
            "registrar_iana": 609,
            "registrar_name": "Sav.com, LLC",
            "registrar_website": "https://www.sav.com/",
            "registrant_company": "Privacy Protection",
            "registrant_state": "IL",
            "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.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 76,
            "domain_name": "attgood.com",
            "domain_keyword": "attgood",
            "domain_tld": "com",
            "query_time": "2024-05-10 15:38:41",
            "create_date": "2024-05-07",
            "update_date": "2024-05-07",
            "expiry_date": "2025-05-07",
            "registrar_iana": 69,
            "registrar_name": "TUCOWS, INC.",
            "registrar_website": "http://tucowsdomains.com",
            "registrant_name": "Contact Privacy Inc. Customer 0171102697",
            "registrant_company": "Contact Privacy Inc. Customer 0171102697",
            "registrant_address": "96 Mowat Ave",
            "registrant_city": "Toronto",
            "registrant_state": "ON",
            "registrant_zip": "M6K 3M1",
            "registrant_country": "CA",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.4165385457",
            "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",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 77,
            "domain_name": "wattwood.com",
            "domain_keyword": "wattwood",
            "domain_tld": "com",
            "query_time": "2024-05-17 19:34:02",
            "create_date": "2022-06-15",
            "update_date": "2024-02-29",
            "expiry_date": "2024-06-15",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains2.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "MT",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "https://domains.squarespace.com/whois-contact-form",
            "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": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 78,
            "domain_name": "atmwood.ru",
            "domain_keyword": "atmwood",
            "domain_tld": "ru",
            "query_time": "2024-05-03 02:00:17",
            "create_date": "2010-10-01",
            "expiry_date": "2024-10-01",
            "registrar_name": "RU-CENTER-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "dns1.yandex.net",
                "dns2.yandex.net"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 79,
            "domain_name": "atlwood.net",
            "domain_keyword": "atlwood",
            "domain_tld": "net",
            "query_time": "2024-05-23 05:01:53",
            "create_date": "2019-03-25",
            "update_date": "2024-05-21",
            "expiry_date": "2025-03-25",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://www.dynadot.com",
            "name_servers": [
                "jm1.dns.com",
                "jm2.dns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 80,
            "domain_name": "artwood.club",
            "domain_keyword": "artwood",
            "domain_tld": "club",
            "query_time": "2024-05-20 12:55:21",
            "create_date": "2024-03-22",
            "update_date": "2024-03-27",
            "expiry_date": "2025-03-22",
            "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": "Fuli Lv",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "shan xi",
            "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.bodis.com",
                "ns2.bodis.com"
            ],
            "domain_status": [
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 81,
            "domain_name": "altwood.com",
            "domain_keyword": "altwood",
            "domain_tld": "com",
            "query_time": "2024-04-23 23:44:04",
            "create_date": "1998-07-15",
            "update_date": "2023-07-07",
            "expiry_date": "2024-07-14",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://www.dynadot.com",
            "name_servers": [
                "ns1.gridhost.com",
                "ns2.gridhost.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 82,
            "domain_name": "attwoop.online",
            "domain_keyword": "attwoop",
            "domain_tld": "online",
            "query_time": "2024-05-08 15:58:00",
            "create_date": "2024-05-06",
            "update_date": "2024-05-06",
            "expiry_date": "2025-05-06",
            "registrar_iana": 1636,
            "registrar_name": "HOSTINGER operations, UAB",
            "registrar_website": "https://www.hostinger.com/",
            "registrant_company": "Privacy Protect, LLC (PrivacyProtect.org)",
            "registrant_state": "MA",
            "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.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 83,
            "domain_name": "artwood.be",
            "domain_keyword": "artwood",
            "domain_tld": "be",
            "query_time": "2024-06-07 08:40:38",
            "create_date": "2001-01-09",
            "registrar_name": "OVH",
            "registrar_website": "http://www.ovh.com",
            "name_servers": [
                "dns108.ovh.net",
                "ns108.ovh.net"
            ],
            "domain_status": [
                "Not Available",
                "clientTransferProhibited"
            ]
        },
        {
            "num": 84,
            "domain_name": "altwood.net",
            "domain_keyword": "altwood",
            "domain_tld": "net",
            "query_time": "2024-04-28 21:31:21",
            "create_date": "2016-10-18",
            "update_date": "2021-08-19",
            "expiry_date": "2030-10-18",
            "registrar_iana": 469,
            "registrar_name": "easyDNS Technologies, Inc.",
            "registrar_website": "http://www.easydns.com",
            "registrant_name": "Grady Imel",
            "registrant_company": "Grady Imel",
            "registrant_address": "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": [
                "dns1.easydns.com",
                "dns2.easydns.net",
                "dns3.easydns.ca"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 85,
            "domain_name": "altwood.ca",
            "domain_keyword": "altwood",
            "domain_tld": "ca",
            "query_time": "2024-06-05 10:54:09",
            "create_date": "2015-08-12",
            "update_date": "2023-05-30",
            "expiry_date": "2027-08-12",
            "registrar_name": "Rebel.ca Corp.",
            "registrar_website": "www.rebel.ca",
            "registrant_name": "Wishbone Industries",
            "registrant_address": "109 27090 Gloucester Way",
            "registrant_city": "Langley",
            "registrant_state": "BC",
            "registrant_zip": "V4W3Y5",
            "registrant_country": "CA",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.6046260476",
            "registrant_fax": "+1.6046260496",
            "name_servers": [
                "dns.domainsatcost.ca",
                "dns2.domainsatcost.ca"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 86,
            "domain_name": "artwood.online",
            "domain_keyword": "artwood",
            "domain_tld": "online",
            "query_time": "2024-06-07 08:40:38",
            "create_date": "2024-02-12",
            "update_date": "2024-03-22",
            "expiry_date": "2025-02-12",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "https://publicdomainregistry.com",
            "registrant_company": "GDPR Masked",
            "registrant_state": "slaskie",
            "registrant_country": "PL",
            "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": [
                "reese.ns.cloudflare.com",
                "violet.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 87,
            "domain_name": "artwood.su",
            "domain_keyword": "artwood",
            "domain_tld": "su",
            "query_time": "2024-05-05 05:21:11",
            "create_date": "2023-01-14",
            "expiry_date": "2025-01-14",
            "registrar_name": "REGRU-SU",
            "registrant_name": "Private Person",
            "registrant_email": "[email protected]",
            "name_servers": [
                "ns.hostland.ru",
                "ns3.hostland.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED"
            ]
        },
        {
            "num": 88,
            "domain_name": "aitwood.com",
            "domain_keyword": "aitwood",
            "domain_tld": "com",
            "query_time": "2024-05-15 06:35:39",
            "create_date": "1996-06-28",
            "update_date": "2023-04-01",
            "expiry_date": "2024-06-27",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://www.dynadot.com",
            "name_servers": [
                "ns1.brainydns.com",
                "ns2.brainydns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 89,
            "domain_name": "mattwood.blue",
            "domain_keyword": "mattwood",
            "domain_tld": "blue",
            "query_time": "2024-04-28 15:33:29",
            "create_date": "2023-04-25",
            "update_date": "2024-04-25",
            "expiry_date": "2025-04-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": [
                "dns101.registrar-servers.com",
                "dns102.registrar-servers.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 90,
            "domain_name": "tatwood.ru",
            "domain_keyword": "tatwood",
            "domain_tld": "ru",
            "query_time": "2024-05-01 08:42:35",
            "create_date": "2022-12-28",
            "expiry_date": "2024-12-28",
            "registrar_name": "TIMEWEB-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.timeweb.ru",
                "ns2.timeweb.ru",
                "ns3.timeweb.org",
                "ns4.timeweb.org"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 91,
            "domain_name": "antwood.nl",
            "domain_keyword": "antwood",
            "domain_tld": "nl",
            "query_time": "2024-05-10 18:31:03",
            "create_date": "2008-03-11",
            "update_date": "2020-04-29",
            "registrar_name": "VXregistrar",
            "name_servers": [
                "ns1.hcdns.nl",
                "ns2.hcdns.nl"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 92,
            "domain_name": "dattwood.com",
            "domain_keyword": "dattwood",
            "domain_tld": "com",
            "query_time": "2024-05-17 16:06:23",
            "create_date": "2021-04-06",
            "update_date": "2024-03-03",
            "expiry_date": "2025-04-06",
            "registrar_iana": 468,
            "registrar_name": "Amazon Registrar, Inc.",
            "registrar_website": "https://registrar.amazon.com",
            "registrant_name": "On behalf of dattwood.com owner",
            "registrant_company": "Identity Protection Service",
            "registrant_address": "PO Box 786",
            "registrant_city": "Hayes",
            "registrant_state": "Middlesex",
            "registrant_zip": "UB3 9TR",
            "registrant_country": "GB",
            "registrant_email": "[email protected]",
            "registrant_phone": "+44.1483307527",
            "registrant_fax": "+44.1483304031",
            "name_servers": [
                "june.ns.cloudflare.com",
                "venkat.ns.cloudflare.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 93,
            "domain_name": "mattwood.uk",
            "domain_keyword": "mattwood",
            "domain_tld": "uk",
            "query_time": "2024-05-13 21:46:47",
            "create_date": "2019-08-13",
            "update_date": "2023-07-20",
            "expiry_date": "2024-08-13",
            "registrar_name": "GoDaddy.com, LLC. [Tag = GODADDY]",
            "registrar_website": "http://uk.godaddy.com",
            "name_servers": [
                "ns59.domaincontrol.com",
                "ns60.domaincontrol.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 94,
            "domain_name": "atlwood.xyz",
            "domain_keyword": "atlwood",
            "domain_tld": "xyz",
            "query_time": "2024-06-02 18:42:29",
            "create_date": "2022-11-24",
            "update_date": "2024-04-16",
            "expiry_date": "2024-11-24",
            "registrar_iana": 146,
            "registrar_name": "Go Daddy, LLC",
            "registrar_website": "https://www.godaddy.com/",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_state": "Arizona",
            "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.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 95,
            "domain_name": "mattwood.co",
            "domain_keyword": "mattwood",
            "domain_tld": "co",
            "query_time": "2024-05-25 12:44:33",
            "create_date": "2018-04-08",
            "update_date": "2023-04-30",
            "expiry_date": "2025-04-08",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "WhoisGuard, Inc.",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NY",
            "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.vercel-dns.com",
                "ns2.vercel-dns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 96,
            "domain_name": "artwood.ae",
            "domain_keyword": "artwood",
            "domain_tld": "ae",
            "query_time": "2024-06-07 08:40:38",
            "registrar_name": "Etisalat",
            "registrant_name": "ARTWOOD INDUSTRIES LLC",
            "registrant_company": "ARTWOOD INDUSTRIES LLC",
            "registrant_email": "visit whois.aeda.net.ae for web based whois",
            "name_servers": [
                "ns1.etisalatdomains.ae",
                "ns2.etisalatdomains.ae",
                "ns3.etisalatdomains.ae",
                "ns4.etisalatdomains.ae"
            ],
            "domain_status": [
                "ok"
            ]
        },
        {
            "num": 97,
            "domain_name": "mattwood.store",
            "domain_keyword": "mattwood",
            "domain_tld": "store",
            "query_time": "2024-04-17 19:53:30",
            "create_date": "2022-11-18",
            "update_date": "2023-11-22",
            "expiry_date": "2024-11-18",
            "registrar_iana": 1291,
            "registrar_name": "Dreamscape Networks International Pte Ltd",
            "registrar_website": "http://crazydomains.com",
            "registrant_company": "Private Registry Authority",
            "registrant_state": "NSW",
            "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.",
            "name_servers": [
                "ns1.crazydomains.com",
                "ns2.crazydomains.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 98,
            "domain_name": "artwood.sk",
            "domain_keyword": "artwood",
            "domain_tld": "sk",
            "query_time": "2024-05-05 17:18:57",
            "create_date": "2009-09-29",
            "update_date": "2023-11-03",
            "expiry_date": "2024-09-29",
            "registrar_name": "WebHouse, s.r.o.",
            "registrant_name": "Kornélia Cserepesová - ARTWOOD",
            "registrant_company": "Kornélia Cserepesová - ARTWOOD",
            "registrant_address": "Smetanov háj 288/16",
            "registrant_city": "Dunajská Streda",
            "registrant_zip": "929 01",
            "registrant_country": "SK",
            "name_servers": [
                "ns1.webhouse.sk",
                "ns2.webhouse.sk",
                "ns3.webhouse.sk"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "Yes"
            ]
        },
        {
            "num": 99,
            "domain_name": "atcwood.com",
            "domain_keyword": "atcwood",
            "domain_tld": "com",
            "query_time": "2024-05-12 20:21:46",
            "create_date": "2021-08-13",
            "update_date": "2024-02-27",
            "expiry_date": "2024-08-13",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains2.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Ash &amp; Throne LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "OR",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "https://domains.squarespace.com/whois-contact-form",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-e1.googledomains.com",
                "ns-cloud-e2.googledomains.com",
                "ns-cloud-e3.googledomains.com",
                "ns-cloud-e4.googledomains.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 100,
            "domain_name": "artwood.lt",
            "domain_keyword": "artwood",
            "domain_tld": "lt",
            "query_time": "2024-06-07 08:40:38",
            "create_date": "2023-09-15",
            "expiry_date": "2024-09-16",
            "registrar_name": "HOSTINGER operations, UAB",
            "registrar_website": "https://www.hostinger.lt",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "registered"
            ]
        }
    ],
    "stats": {
        "total_time": 0.252,
        "api_credits_used": 3,
        "cost_calculation": "3 (fuzzy_domains [1 domain])"
    }
}
<root>
 <success>true</success>
 <query>
  <fuzzy_domains>attwood.co.nz</fuzzy_domains>
  <page_size>100</page_size>
 </query>
 <count>
  <total>2372</total>
  <relation>eq</relation>
  <current>100</current>
 </count>
 <unique_domains>mattwood.co.uk, atpwood.com, mattwood.pl, astwood.co.uk, artwood.info, atwood.cpa, atwood.nl, ttwood.net, mattwood.net, artwood.ro, cttwood.com, antwood.com, mattwood.online, artwood.hr, artwood.studio, attiwood.com, atywood.com, attwoods.com.au, artwood.tech, artwood.co.in, atlwood.info, artwood.gallery, artwood.nz, actwood.com, antwood.net, artwood.moscow, attwoods.org.uk, artwood.design, mattwood.works, tttwood.com, ottwood.com, artwood.co.jp, attwoods.biz, lattwood.com, zttwood.com, artwood.com, atawood.com, artwood.ru, httwood.com, artwood.store, atlwood.store, artwood.land, artwood.company, artwood.waw.pl, artwood.dk, artwood.ie, atkwood.com, altwood.properties, attwoods.com, tatwood.com, atiwood.eu, atswood.com, hattwood.com, artwood.app, artwood.art, artwood.in, arttwood.com, artwood.pro, atewood.com, amtwood.com, actwood.online, artwood.uk, attwoods.net, bttwood.com, atgwood.be, astwood.com, atlwood.services, mattwood.com, aptwood.com, attwoods.ru, attfood.com, attwoods.org, artwood.org, artwood.fr, artwood.xyz, attgood.com, wattwood.com, atmwood.ru, atlwood.net, artwood.club, altwood.com, attwoop.online, artwood.be, altwood.net, altwood.ca, artwood.online, artwood.su, aitwood.com, mattwood.blue, tatwood.ru, antwood.nl, dattwood.com, mattwood.uk, atlwood.xyz, mattwood.co, artwood.ae, mattwood.store, artwood.sk, atcwood.com, artwood.lt</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>mattwood.co.uk</domain_name>
   <domain_keyword>mattwood</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-28 15:33:29</query_time>
   <create_date>2000-04-07</create_date>
   <update_date>2024-04-08</update_date>
   <expiry_date>2025-04-07</expiry_date>
   <registrar_name>GoDaddy.com, LLC. [Tag = GODADDY]</registrar_name>
   <registrar_website>http://uk.godaddy.com</registrar_website>
   <name_servers>
    <value>ns41.domaincontrol.com</value>
    <value>ns42.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>2</num>
   <domain_name>atpwood.com</domain_name>
   <domain_keyword>atpwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-14 10:36:59</query_time>
   <create_date>2019-01-07</create_date>
   <update_date>2024-01-03</update_date>
   <expiry_date>2025-01-07</expiry_date>
   <registrar_iana>81</registrar_iana>
   <registrar_name>Gandi SAS</registrar_name>
   <registrar_website>http://www.gandi.net</registrar_website>
   <name_servers>
    <value>ns31.infomaniak.ch</value>
    <value>ns32.infomaniak.ch</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>mattwood.pl</domain_name>
   <domain_keyword>mattwood</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-05-27 17:37:17</query_time>
   <create_date>2018-10-13</create_date>
   <update_date>2024-05-10</update_date>
   <expiry_date>2024-10-13</expiry_date>
   <registrar_name>Ascio Technologies Inc. Danmark - Filial of Ascio Technologies Inc. USA</registrar_name>
   <name_servers>
    <value>parked.g1-dns.com</value>
    <value>parked.g1-dns.one</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>astwood.co.uk</domain_name>
   <domain_keyword>astwood</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-06-02 02:31:43</query_time>
   <create_date>2000-11-23</create_date>
   <update_date>2024-01-17</update_date>
   <expiry_date>2024-11-23</expiry_date>
   <registrar_name>YNH Limited t/a Your Name Here [Tag = CHARD]</registrar_name>
   <registrar_website>http://www.your-name-here.co.uk</registrar_website>
   <name_servers>
    <value>ns1.siteground.net</value>
    <value>ns2.siteground.net</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>5</num>
   <domain_name>artwood.info</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-16 00:54:11</query_time>
   <create_date>2023-05-15</create_date>
   <update_date>2024-05-15</update_date>
   <expiry_date>2025-05-15</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>wu qing ru</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>autoRenewPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>atwood.cpa</domain_name>
   <domain_keyword>atwood</domain_keyword>
   <domain_tld>cpa</domain_tld>
   <query_time>2024-05-13 20:07:03</query_time>
   <create_date>2020-11-06</create_date>
   <update_date>2024-01-11</update_date>
   <expiry_date>2024-11-06</expiry_date>
   <registrar_iana>455</registrar_iana>
   <registrar_name>EnCirca, Inc.</registrar_name>
   <registrar_website>WWW.ENCIRCA.COM</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Carolyn P Atwood CPA LLC</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 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>standard3.encirca.net</value>
    <value>standard4.encirca.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>7</num>
   <domain_name>atwood.nl</domain_name>
   <domain_keyword>atwood</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-02 09:28:00</query_time>
   <create_date>2022-08-08</create_date>
   <update_date>2022-08-28</update_date>
   <registrar_name>NVA Online Advertising B.V.</registrar_name>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>ttwood.net</domain_name>
   <domain_keyword>ttwood</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-06-04 05:26:10</query_time>
   <create_date>2021-09-24</create_date>
   <update_date>2024-04-25</update_date>
   <expiry_date>2024-09-24</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains2.squarespace.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>VIC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>AU</registrant_country>
   <registrant_email>https://domains.squarespace.com/whois-contact-form</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-cloud-e1.googledomains.com</value>
    <value>ns-cloud-e2.googledomains.com</value>
    <value>ns-cloud-e3.googledomains.com</value>
    <value>ns-cloud-e4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>9</num>
   <domain_name>mattwood.net</domain_name>
   <domain_keyword>mattwood</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-27 17:37:17</query_time>
   <create_date>2023-05-25</create_date>
   <update_date>2024-05-26</update_date>
   <expiry_date>2025-05-25</expiry_date>
   <registrar_iana>3984</registrar_iana>
   <registrar_name>Gname 015 Inc</registrar_name>
   <registrar_website>http://https://www.gname.com</registrar_website>
   <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>10</num>
   <domain_name>artwood.ro</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>ro</domain_tld>
   <query_time>2024-06-07 08:40:40</query_time>
   <create_date>2008-02-12</create_date>
   <expiry_date>2025-06-10</expiry_date>
   <registrar_name>Internet Resources Management SRL</registrar_name>
   <registrar_website>ip.ro</registrar_website>
   <name_servers>
    <value>ns.devanet.ro</value>
    <value>ns.smart.com.ro</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>Inactive</value>
   </dns_sec>
  </value>
  <value>
   <num>11</num>
   <domain_name>cttwood.com</domain_name>
   <domain_keyword>cttwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-20 20:59:16</query_time>
   <create_date>2023-11-13</create_date>
   <update_date>2023-11-13</update_date>
   <expiry_date>2024-11-13</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NAMECHEAP INC</registrar_name>
   <registrar_website>http://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>Kalkofnsvegur 2</registrant_address>
   <registrant_city>Reykjavik</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>101</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+354.4212434</registrant_phone>
   <name_servers>
    <value>dns1.namecheaphosting.com</value>
    <value>dns2.namecheaphosting.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>12</num>
   <domain_name>antwood.com</domain_name>
   <domain_keyword>antwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-10 18:31:03</query_time>
   <create_date>2002-02-04</create_date>
   <update_date>2024-03-04</update_date>
   <expiry_date>2025-02-04</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-expired.sav.com</value>
    <value>ns2-expired.sav.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>13</num>
   <domain_name>mattwood.online</domain_name>
   <domain_keyword>mattwood</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-05-20 09:43:37</query_time>
   <create_date>2021-11-22</create_date>
   <update_date>2023-11-19</update_date>
   <expiry_date>2024-11-22</expiry_date>
   <registrar_iana>1291</registrar_iana>
   <registrar_name>Dreamscape Networks International Pte Ltd</registrar_name>
   <registrar_website>http://crazydomains.com</registrar_website>
   <registrant_country>NZ</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.crazydomains.com</value>
    <value>ns2.crazydomains.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>artwood.hr</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>hr</domain_tld>
   <query_time>2024-05-15 12:44:05</query_time>
   <create_date>2023-06-10</create_date>
   <update_date>2023-06-16</update_date>
   <expiry_date>2024-06-16</expiry_date>
   <registrar_name>CARNET</registrar_name>
   <registrar_website>http://whois.dns.hr</registrar_website>
   <registrant_name>Art.wooD j. d. o. o.</registrant_name>
   <registrant_address>Marčelji 98</registrant_address>
   <registrant_city>Marčelji</registrant_city>
   <registrant_state>HR</registrant_state>
   <registrant_zip>51216</registrant_zip>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>ns1.euronet.com.hr</value>
    <value>ns2.euronet.com.hr</value>
   </name_servers>
  </value>
  <value>
   <num>15</num>
   <domain_name>artwood.studio</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>studio</domain_tld>
   <query_time>2024-05-20 12:55:21</query_time>
   <create_date>2023-09-08</create_date>
   <update_date>2023-09-13</update_date>
   <expiry_date>2024-09-08</expiry_date>
   <registrar_iana>463</registrar_iana>
   <registrar_name>Regional Network Information Center, JSC dba RU-CENTER</registrar_name>
   <registrar_website>https://www.nic.ru/en/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Makarov Aleksej</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arhangel`sk</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>RU</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>ns01.1cloud.ru</value>
    <value>ns02.1cloud.ru</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>16</num>
   <domain_name>attiwood.com</domain_name>
   <domain_keyword>attiwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-09 20:04:03</query_time>
   <create_date>2022-08-15</create_date>
   <update_date>2023-08-05</update_date>
   <expiry_date>2024-08-15</expiry_date>
   <registrar_iana>839</registrar_iana>
   <registrar_name>REALTIME REGISTER B.V.</registrar_name>
   <registrar_website>http://www.realtimeregister.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_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>HU</registrant_country>
   <registrant_email>https://mydomainprovider.com/contact_domain/</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-3mhd5n3mfd.dnswnd.be</value>
    <value>ns-9yjzbv9yed.dnswnd.de</value>
    <value>ns-9yrpbf9ygd.dnswnd.eu</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>not signed</value>
   </dns_sec>
  </value>
  <value>
   <num>17</num>
   <domain_name>atywood.com</domain_name>
   <domain_keyword>atywood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-09 18:08:26</query_time>
   <create_date>2021-11-30</create_date>
   <update_date>2023-12-27</update_date>
   <expiry_date>2024-11-30</expiry_date>
   <registrar_iana>1923</registrar_iana>
   <registrar_name>Gname.com Pte. Ltd.</registrar_name>
   <registrar_website>www.gname.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>AN HUI</registrant_state>
   <registrant_zip>Redacted for privacy</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://rdap.gname.com/extra/contact?type=registrant&amp;domain=atywood.com</registrant_email>
   <registrant_phone>Redacted for privacy</registrant_phone>
   <registrant_fax>Redacted for privacy</registrant_fax>
   <name_servers>
    <value>jm1.dns.com</value>
    <value>jm2.dns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>18</num>
   <domain_name>attwoods.com.au</domain_name>
   <domain_keyword>attwoods</domain_keyword>
   <domain_tld>com.au</domain_tld>
   <query_time>2024-04-15 08:03:20</query_time>
   <update_date>2023-09-13</update_date>
   <registrar_name>SYNERGY WHOLESALE ACCREDITATIONS PTY LTD</registrar_name>
   <registrar_website>https://synergywholesale.com/partner-lookup</registrar_website>
   <registrant_name>Jeremy Dawes</registrant_name>
   <name_servers>
    <value>alex.ns.cloudflare.com</value>
    <value>dora.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>serverRenewProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>19</num>
   <domain_name>artwood.tech</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>tech</domain_tld>
   <query_time>2024-05-09 11:38:42</query_time>
   <create_date>2020-04-30</create_date>
   <update_date>2024-05-01</update_date>
   <expiry_date>2025-04-30</expiry_date>
   <registrar_iana>1636</registrar_iana>
   <registrar_name>HOSTINGER operations, UAB</registrar_name>
   <registrar_website>https://www.hostinger.com/</registrar_website>
   <registrant_company>Oleksandr Palamar</registrant_company>
   <registrant_state>Lvivska</registrant_state>
   <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>
   <name_servers>
    <value>ns1.dns-expired.com</value>
    <value>ns2.dns-expired.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>20</num>
   <domain_name>artwood.co.in</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>co.in</domain_tld>
   <query_time>2024-05-13 08:52:53</query_time>
   <create_date>2023-06-19</create_date>
   <update_date>2023-06-24</update_date>
   <expiry_date>2024-06-19</expiry_date>
   <registrar_iana>1647</registrar_iana>
   <registrar_name>Hosting Concepts B.V. d/b/a Openprovider</registrar_name>
   <registrar_website>www.openprovider.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Sugarcane Internet Nigeria Limited</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Lagos</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>NG</registrant_country>
   <registrant_email>please contact the registrar listed above</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.giantpanda.com</value>
    <value>ns2.giantpanda.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>atlwood.info</domain_name>
   <domain_keyword>atlwood</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-06 14:29:12</query_time>
   <create_date>2023-12-25</create_date>
   <update_date>2024-01-23</update_date>
   <expiry_date>2024-12-25</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.dan.com</value>
    <value>ns2.dan.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>22</num>
   <domain_name>artwood.gallery</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>gallery</domain_tld>
   <query_time>2024-05-09 11:38:42</query_time>
   <create_date>2024-01-04</create_date>
   <update_date>2024-01-10</update_date>
   <expiry_date>2026-01-04</expiry_date>
   <registrar_iana>1564</registrar_iana>
   <registrar_name>TLD Registrar Solutions Ltd.</registrar_name>
   <registrar_website>http://www.tldregistrarsolutions.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Whois Privacy Corp.</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>New Providence</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>BS</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.beget.com</value>
    <value>ns1.beget.pro</value>
    <value>ns2.beget.com</value>
    <value>ns2.beget.pro</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>23</num>
   <domain_name>artwood.nz</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>nz</domain_tld>
   <query_time>2024-05-24 16:44:11</query_time>
   <create_date>2016-12-19</create_date>
   <update_date>2023-10-03</update_date>
   <registrar_name>Freeparking Limited</registrar_name>
   <registrar_website>https://www.freeparking.co.nz</registrar_website>
   <name_servers>
    <value>ns.freeparking.co.nz</value>
    <value>ns2.freeparking.co.nz</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>24</num>
   <domain_name>actwood.com</domain_name>
   <domain_keyword>actwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-12 23:55:42</query_time>
   <create_date>2020-10-27</create_date>
   <update_date>2023-09-27</update_date>
   <expiry_date>2024-10-27</expiry_date>
   <registrar_iana>1495</registrar_iana>
   <registrar_name>BigRock Solutions Ltd.</registrar_name>
   <registrar_website>www.bigrock.com</registrar_website>
   <registrant_name>Haresh G Sajnani</registrant_name>
   <registrant_company>Sajnani</registrant_company>
   <registrant_address>PO BOX 241433 241433</registrant_address>
   <registrant_city>Dubai</registrant_city>
   <registrant_state>Dubai</registrant_state>
   <registrant_country>AE</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+971.507953635</registrant_phone>
   <name_servers>
    <value>dns1.bigrock.in</value>
    <value>dns2.bigrock.in</value>
    <value>dns3.bigrock.in</value>
    <value>dns4.bigrock.in</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>25</num>
   <domain_name>antwood.net</domain_name>
   <domain_keyword>antwood</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-17 07:09:42</query_time>
   <create_date>2019-11-23</create_date>
   <update_date>2023-11-23</update_date>
   <expiry_date>2025-11-23</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.linode.com</value>
    <value>ns2.linode.com</value>
    <value>ns3.linode.com</value>
    <value>ns4.linode.com</value>
    <value>ns5.linode.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>26</num>
   <domain_name>artwood.moscow</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>moscow</domain_tld>
   <query_time>2024-05-02 10:26:46</query_time>
   <create_date>2016-07-26</create_date>
   <update_date>2022-10-30</update_date>
   <expiry_date>2024-07-26</expiry_date>
   <registrar_iana>463</registrar_iana>
   <registrar_name>JSC &quot;RU-CENTER&quot;</registrar_name>
   <registrar_website>https://www.nic.ru/</registrar_website>
   <registrant_name>Personal data, can not be publicly disclosed according to applicable laws.</registrant_name>
   <registrant_address>Personal data, can not be publicly disclosed according to applicable laws.</registrant_address>
   <registrant_city>Personal data, can not be publicly disclosed according to applicable laws.</registrant_city>
   <registrant_state>Personal data, can not be publicly disclosed according to applicable laws.</registrant_state>
   <registrant_zip>Personal data, can not be publicly disclosed according to applicable laws.</registrant_zip>
   <registrant_country>RU</registrant_country>
   <registrant_email>please check registrar rdds. personal data, can not be publicly disclosed according to applicable laws.</registrant_email>
   <registrant_phone>Personal data, can not be publicly disclosed according to applicable laws.</registrant_phone>
   <name_servers>
    <value>ns33.hostia.name</value>
    <value>ns34.hostia.name</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsignedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>27</num>
   <domain_name>attwoods.org.uk</domain_name>
   <domain_keyword>attwoods</domain_keyword>
   <domain_tld>org.uk</domain_tld>
   <query_time>2024-04-24 06:15:41</query_time>
   <create_date>2005-11-01</create_date>
   <update_date>2023-11-01</update_date>
   <expiry_date>2024-11-01</expiry_date>
   <registrar_name>Namesco Limited [Tag = FREEPARKING]</registrar_name>
   <registrar_website>https://www.names.co.uk</registrar_website>
   <name_servers>
    <value>ns0.phase8.net</value>
    <value>ns1.phase8.net</value>
    <value>ns2.phase8.net</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>28</num>
   <domain_name>artwood.design</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>design</domain_tld>
   <query_time>2024-05-09 11:38:42</query_time>
   <create_date>2020-10-19</create_date>
   <update_date>2023-10-04</update_date>
   <expiry_date>2024-10-19</expiry_date>
   <registrar_iana>48</registrar_iana>
   <registrar_name>eNom, LLC</registrar_name>
   <registrar_website>whois.enom.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Data Protected</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>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.register.it</value>
    <value>ns2.register.it</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>29</num>
   <domain_name>mattwood.works</domain_name>
   <domain_keyword>mattwood</domain_keyword>
   <domain_tld>works</domain_tld>
   <query_time>2024-05-13 21:46:47</query_time>
   <create_date>2019-05-10</create_date>
   <update_date>2024-05-11</update_date>
   <expiry_date>2025-05-10</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>TX</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-b1.googledomains.com</value>
    <value>ns-cloud-b2.googledomains.com</value>
    <value>ns-cloud-b3.googledomains.com</value>
    <value>ns-cloud-b4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>30</num>
   <domain_name>tttwood.com</domain_name>
   <domain_keyword>tttwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-04 05:24:12</query_time>
   <create_date>2017-09-23</create_date>
   <update_date>2022-10-05</update_date>
   <expiry_date>2024-09-23</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>ns05.domaincontrol.com</value>
    <value>ns06.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>31</num>
   <domain_name>ottwood.com</domain_name>
   <domain_keyword>ottwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-23 21:55:24</query_time>
   <create_date>2024-01-17</create_date>
   <update_date>2024-01-17</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>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>32</num>
   <domain_name>artwood.co.jp</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>co.jp</domain_tld>
   <query_time>2024-06-07 08:40:38</query_time>
   <create_date>2004-07-06</create_date>
   <update_date>2023-08-01</update_date>
   <registrant_company>Matsumura of furniture Co.,Ltd.</registrant_company>
   <name_servers>
    <value>dns0.heteml.jp</value>
    <value>dns1.heteml.jp</value>
   </name_servers>
  </value>
  <value>
   <num>33</num>
   <domain_name>attwoods.biz</domain_name>
   <domain_keyword>attwoods</domain_keyword>
   <domain_tld>biz</domain_tld>
   <query_time>2024-04-15 08:03:19</query_time>
   <create_date>2016-04-15</create_date>
   <update_date>2024-04-09</update_date>
   <expiry_date>2025-04-14</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>whois.biz</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Attwoods Chartered Accountants</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>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>ns6.wixdns.net</value>
    <value>ns7.wixdns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>34</num>
   <domain_name>lattwood.com</domain_name>
   <domain_keyword>lattwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-19 21:08:52</query_time>
   <create_date>2009-08-09</create_date>
   <update_date>2022-07-10</update_date>
   <expiry_date>2024-08-09</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <name_servers>
    <value>ns1.livedns.co.uk</value>
    <value>ns2.livedns.co.uk</value>
    <value>ns3.livedns.co.uk</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>35</num>
   <domain_name>zttwood.com</domain_name>
   <domain_keyword>zttwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-15 19:31:22</query_time>
   <create_date>2021-05-22</create_date>
   <update_date>2021-05-22</update_date>
   <expiry_date>2031-05-22</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>guang dong</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</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>36</num>
   <domain_name>artwood.com</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-13 08:52:53</query_time>
   <create_date>1997-09-11</create_date>
   <update_date>2023-07-20</update_date>
   <expiry_date>2025-09-10</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>DYNADOT LLC</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <registrant_name>AbdulBasit Makrani</registrant_name>
   <registrant_address>Bukit Kerinchi, Pantai Sentral Park, Bangsar South</registrant_address>
   <registrant_city>Kuala Lumpur</registrant_city>
   <registrant_state>Kuala Lumpur</registrant_state>
   <registrant_zip>59200</registrant_zip>
   <registrant_country>MY</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+60.102843984</registrant_phone>
   <name_servers>
    <value>ns4.afternic.com</value>
    <value>verification-vt83aztvltvbx3gwn2pgzu.ns101.verify.hn</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>37</num>
   <domain_name>atawood.com</domain_name>
   <domain_keyword>atawood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-27 10:49:14</query_time>
   <create_date>2016-04-10</create_date>
   <update_date>2024-03-10</update_date>
   <expiry_date>2026-04-10</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <name_servers>
    <value>service1.parsdata.com</value>
    <value>service2.parsdata.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>38</num>
   <domain_name>artwood.ru</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 21:26:55</query_time>
   <create_date>2004-06-22</create_date>
   <expiry_date>2024-06-23</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.timeweb.ru</value>
    <value>ns2.timeweb.ru</value>
    <value>ns3.timeweb.org</value>
    <value>ns4.timeweb.org</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>39</num>
   <domain_name>httwood.com</domain_name>
   <domain_keyword>httwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-19 16:08:08</query_time>
   <create_date>2014-05-29</create_date>
   <update_date>2024-04-08</update_date>
   <expiry_date>2025-05-29</expiry_date>
   <registrar_iana>120</registrar_iana>
   <registrar_name>Xin Net Technology Corporation</registrar_name>
   <registrar_website>http://www.xinnet.com</registrar_website>
   <name_servers>
    <value>ns17.xincache.com</value>
    <value>ns18.xincache.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>40</num>
   <domain_name>artwood.store</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-04-22 02:04:39</query_time>
   <create_date>2023-09-30</create_date>
   <update_date>2024-04-17</update_date>
   <expiry_date>2024-09-30</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>Go Daddy, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com/</registrar_website>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_state>Arizona</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.dan.com</value>
    <value>ns2.dan.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>41</num>
   <domain_name>atlwood.store</domain_name>
   <domain_keyword>atlwood</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-05-06 14:29:12</query_time>
   <create_date>2023-12-25</create_date>
   <update_date>2024-04-17</update_date>
   <expiry_date>2024-12-25</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>Go Daddy, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com/</registrar_website>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_state>Arizona</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.dan.com</value>
    <value>ns2.dan.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>artwood.land</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>land</domain_tld>
   <query_time>2024-05-18 16:49:31</query_time>
   <create_date>2024-05-16</create_date>
   <update_date>2024-05-16</update_date>
   <expiry_date>2025-05-16</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <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 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-e1.googledomains.com</value>
    <value>ns-cloud-e2.googledomains.com</value>
    <value>ns-cloud-e3.googledomains.com</value>
    <value>ns-cloud-e4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>43</num>
   <domain_name>artwood.company</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>company</domain_tld>
   <query_time>2024-06-02 03:37:50</query_time>
   <create_date>2020-04-03</create_date>
   <update_date>2024-05-18</update_date>
   <expiry_date>2025-04-03</expiry_date>
   <registrar_iana>433</registrar_iana>
   <registrar_name>OVH SAS</registrar_name>
   <registrar_website>http://www.ovh.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Serwis Drzewny</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>PL</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>dns16.ovh.net</value>
    <value>ns16.ovh.net</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>artwood.waw.pl</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>waw.pl</domain_tld>
   <query_time>2024-04-15 00:35:56</query_time>
   <create_date>2023-04-14</create_date>
   <update_date>2023-04-14</update_date>
   <expiry_date>2025-04-14</expiry_date>
   <registrar_name>OVH SAS</registrar_name>
   <registrar_website>https://www.ovhcloud.com</registrar_website>
   <name_servers>
    <value>dns113.ovh.net</value>
    <value>ns113.ovh.net</value>
   </name_servers>
   <dns_sec>
    <value>Signed</value>
   </dns_sec>
  </value>
  <value>
   <num>45</num>
   <domain_name>artwood.dk</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>dk</domain_tld>
   <query_time>2024-05-10 02:42:57</query_time>
   <create_date>2021-12-20</create_date>
   <expiry_date>2024-12-19</expiry_date>
   <registrar_name>Domeneshop AS</registrar_name>
   <registrant_name>Arealplan AS</registrant_name>
   <registrant_address>Herman Wildenveys gate 50</registrant_address>
   <registrant_city>Drammen</registrant_city>
   <registrant_zip>3022</registrant_zip>
   <registrant_country>NO</registrant_country>
   <registrant_phone>+47 47363647</registrant_phone>
   <name_servers>
    <value>ns1.hyp.net</value>
    <value>ns2.hyp.net</value>
    <value>ns3.hyp.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>Signed delegation</value>
   </dns_sec>
  </value>
  <value>
   <num>46</num>
   <domain_name>artwood.ie</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>ie</domain_tld>
   <query_time>2024-04-22 02:04:39</query_time>
   <create_date>2013-11-28</create_date>
   <update_date>2024-01-09</update_date>
   <expiry_date>2024-11-28</expiry_date>
   <registrar_name>Hosting Ireland</registrar_name>
   <registrar_website>http://www.hostingireland.ie</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <name_servers>
    <value>ns1.webhostingireland.ie</value>
    <value>ns2.webhostingireland.ie</value>
    <value>ns3.webhostingireland.ie</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>47</num>
   <domain_name>atkwood.com</domain_name>
   <domain_keyword>atkwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-10 07:06:24</query_time>
   <create_date>2023-12-29</create_date>
   <update_date>2023-12-29</update_date>
   <expiry_date>2024-12-29</expiry_date>
   <registrar_iana>1387</registrar_iana>
   <registrar_name>1API GmbH</registrar_name>
   <registrar_website>http://www.1api.net</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>گیلان</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IR</registrant_country>
   <registrant_email>contact via https://www.1api.net/send-message/atkwood.com/registrant</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>ns.netafraz.com</value>
    <value>ns2.netafraz.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>48</num>
   <domain_name>altwood.properties</domain_name>
   <domain_keyword>altwood</domain_keyword>
   <domain_tld>properties</domain_tld>
   <query_time>2024-05-09 06:14:06</query_time>
   <create_date>2015-05-01</create_date>
   <update_date>2024-04-06</update_date>
   <expiry_date>2025-05-01</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>Altwood Housing Ltd</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Buckinghamshire</registrant_state>
   <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>alaric.ns.cloudflare.com</value>
    <value>nucum.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>49</num>
   <domain_name>attwoods.com</domain_name>
   <domain_keyword>attwoods</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-15 08:03:20</query_time>
   <create_date>2000-01-12</create_date>
   <update_date>2023-11-25</update_date>
   <expiry_date>2025-01-12</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NAMECHEAP INC</registrar_name>
   <registrar_website>http://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>Kalkofnsvegur 2</registrant_address>
   <registrant_city>Reykjavik</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>101</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+354.4212434</registrant_phone>
   <name_servers>
    <value>ns1.zentrifugal.com</value>
    <value>ns2.zentrifugal.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>50</num>
   <domain_name>tatwood.com</domain_name>
   <domain_keyword>tatwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-22 12:43:02</query_time>
   <create_date>2014-10-21</create_date>
   <update_date>2020-10-15</update_date>
   <expiry_date>2025-10-21</expiry_date>
   <registrar_iana>1441</registrar_iana>
   <registrar_name>TurnCommerce, Inc. DBA NameBright.com</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Domain Admin / This Domain is For Sale</registrant_name>
   <registrant_company>HugeDomains.com</registrant_company>
   <registrant_address>2635 Walnut Street</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80205</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3038930552</registrant_phone>
   <name_servers>
    <value>domain-for-sale.hugedomainsdns.com</value>
    <value>forsale.hugedomainsdns.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>atiwood.eu</domain_name>
   <domain_keyword>atiwood</domain_keyword>
   <domain_tld>eu</domain_tld>
   <query_time>2024-05-05 14:14:24</query_time>
   <registrar_name>IONOS SE</registrar_name>
   <registrar_website>https://ionos.com</registrar_website>
   <name_servers>
    <value>ns1058.ui-dns.biz</value>
    <value>ns1058.ui-dns.com</value>
    <value>ns1058.ui-dns.de</value>
    <value>ns1058.ui-dns.org</value>
   </name_servers>
  </value>
  <value>
   <num>52</num>
   <domain_name>atswood.com</domain_name>
   <domain_keyword>atswood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-10 16:39:50</query_time>
   <create_date>2023-05-01</create_date>
   <update_date>2024-05-01</update_date>
   <expiry_date>2025-05-01</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>ns73.domaincontrol.com</value>
    <value>ns74.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>53</num>
   <domain_name>hattwood.com</domain_name>
   <domain_keyword>hattwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-19 03:54:42</query_time>
   <create_date>2016-03-18</create_date>
   <update_date>2024-05-08</update_date>
   <expiry_date>2025-03-18</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains2.squarespace.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>SkylarkTechTeam.com</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NY</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://domains.squarespace.com/whois-contact-form</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-cloud-b1.googledomains.com</value>
    <value>ns-cloud-b2.googledomains.com</value>
    <value>ns-cloud-b3.googledomains.com</value>
    <value>ns-cloud-b4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>54</num>
   <domain_name>artwood.app</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>app</domain_tld>
   <query_time>2024-05-20 12:55:21</query_time>
   <create_date>2023-11-19</create_date>
   <update_date>2023-11-24</update_date>
   <expiry_date>2024-11-19</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>ns67.domaincontrol.com</value>
    <value>ns68.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>55</num>
   <domain_name>artwood.art</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>art</domain_tld>
   <query_time>2024-05-29 08:37:15</query_time>
   <create_date>2021-09-24</create_date>
   <update_date>2023-09-26</update_date>
   <expiry_date>2024-09-24</expiry_date>
   <registrar_iana>1606</registrar_iana>
   <registrar_name>Registrar of Domain Names REG.RU, LLC</registrar_name>
   <registrar_website>https://www.reg.ru/</registrar_website>
   <registrant_company>Privacy Protection</registrant_company>
   <registrant_country>RU</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+7.4955801111</registrant_phone>
   <name_servers>
    <value>ns1.hosting.reg.ru</value>
    <value>ns2.hosting.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>56</num>
   <domain_name>artwood.in</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>in</domain_tld>
   <query_time>2024-05-24 00:14:41</query_time>
   <create_date>2023-07-29</create_date>
   <update_date>2023-08-03</update_date>
   <expiry_date>2024-07-29</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>www.godaddy.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>Gujarat</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IN</registrant_country>
   <registrant_email>please contact the registrar listed above</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns69.domaincontrol.com</value>
    <value>ns70.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>57</num>
   <domain_name>arttwood.com</domain_name>
   <domain_keyword>arttwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 04:16:28</query_time>
   <create_date>2004-06-21</create_date>
   <update_date>2020-08-18</update_date>
   <expiry_date>2026-06-21</expiry_date>
   <registrar_iana>9</registrar_iana>
   <registrar_name>Register.com, Inc.</registrar_name>
   <registrar_website>http://www.register.com</registrar_website>
   <name_servers>
    <value>ns6007.hostgator.com</value>
    <value>ns6008.hostgator.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>58</num>
   <domain_name>artwood.pro</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>pro</domain_tld>
   <query_time>2024-05-09 11:38:42</query_time>
   <create_date>2011-05-03</create_date>
   <update_date>2024-05-06</update_date>
   <expiry_date>2025-05-03</expiry_date>
   <registrar_iana>463</registrar_iana>
   <registrar_name>Regional Network Information Center, JSC dba RU-CENTER</registrar_name>
   <registrar_website>https://www.nic.ru/en/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Artem A Agabekov</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Moscow</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>RU</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-l2.nic.ru</value>
    <value>ns4-cloud.nic.ru</value>
    <value>ns4-l2.nic.ru</value>
    <value>ns8-cloud.nic.ru</value>
    <value>ns8-l2.nic.ru</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>59</num>
   <domain_name>atewood.com</domain_name>
   <domain_keyword>atewood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-09 04:41:31</query_time>
   <create_date>2021-06-17</create_date>
   <update_date>2023-08-28</update_date>
   <expiry_date>2025-06-17</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>guang dong</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>60</num>
   <domain_name>amtwood.com</domain_name>
   <domain_keyword>amtwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-28 03:30:29</query_time>
   <create_date>2023-05-05</create_date>
   <update_date>2024-05-06</update_date>
   <expiry_date>2024-05-05</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NAMECHEAP INC</registrar_name>
   <registrar_website>http://www.namecheap.com</registrar_website>
   <registrant_name>REACTIVATION PERIOD</registrant_name>
   <registrant_company>Withheld for Privacy Purposes</registrant_company>
   <registrant_address>Kalkofnsvegur 2</registrant_address>
   <registrant_city>Reykjavik</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>101</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+354.4212434</registrant_phone>
   <name_servers>
    <value>dns101.registrar-servers.com</value>
    <value>dns102.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientHold</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>61</num>
   <domain_name>actwood.online</domain_name>
   <domain_keyword>actwood</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-04-29 08:49:13</query_time>
   <create_date>2023-10-17</create_date>
   <update_date>2023-12-15</update_date>
   <expiry_date>2024-10-17</expiry_date>
   <registrar_iana>1606</registrar_iana>
   <registrar_name>Registrar of Domain Names REG.RU, LLC</registrar_name>
   <registrar_website>https://www.reg.ru/</registrar_website>
   <registrant_company>Private Person</registrant_company>
   <registrant_state>Sankt-Peterburg</registrant_state>
   <registrant_country>RU</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.hosting.reg.ru</value>
    <value>ns2.hosting.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>62</num>
   <domain_name>artwood.uk</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-05-02 12:42:36</query_time>
   <create_date>2018-03-02</create_date>
   <update_date>2024-02-01</update_date>
   <expiry_date>2026-03-02</expiry_date>
   <registrar_name>Fasthosts Internet Ltd [Tag = LIVEDOMAINS]</registrar_name>
   <registrar_website>http://www.fasthosts.co.uk</registrar_website>
   <name_servers>
    <value>ns1.livedns.co.uk</value>
    <value>ns2.livedns.co.uk</value>
    <value>ns3.livedns.co.uk</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>63</num>
   <domain_name>attwoods.net</domain_name>
   <domain_keyword>attwoods</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-18 05:23:02</query_time>
   <create_date>2007-04-14</create_date>
   <update_date>2023-01-21</update_date>
   <expiry_date>2025-04-14</expiry_date>
   <registrar_iana>1515</registrar_iana>
   <registrar_name>123-Reg Limited</registrar_name>
   <registrar_website>http://www.meshdigital.com</registrar_website>
   <name_servers>
    <value>ns11.domaincontrol.com</value>
    <value>ns12.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>64</num>
   <domain_name>bttwood.com</domain_name>
   <domain_keyword>bttwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-28 08:30:13</query_time>
   <create_date>2024-02-02</create_date>
   <update_date>2024-02-02</update_date>
   <expiry_date>2025-02-02</expiry_date>
   <registrar_iana>638</registrar_iana>
   <registrar_name>Name SRS AB</registrar_name>
   <registrar_website>https://www.namesrs.com</registrar_website>
   <registrant_name>Protected Protected</registrant_name>
   <registrant_company>Shield Whois</registrant_company>
   <registrant_address>Radiovägen 2</registrant_address>
   <registrant_city>Västra Frölunda</registrant_city>
   <registrant_zip>42147</registrant_zip>
   <registrant_country>SE</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+46.104500390</registrant_phone>
   <name_servers>
    <value>ns1.serveriai.lt</value>
    <value>ns2.serveriai.lt</value>
    <value>ns3.serveriai.lt</value>
    <value>ns4.serveriai.lt</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>65</num>
   <domain_name>atgwood.be</domain_name>
   <domain_keyword>atgwood</domain_keyword>
   <domain_tld>be</domain_tld>
   <query_time>2024-05-30 19:20:46</query_time>
   <create_date>2019-06-20</create_date>
   <registrar_name>OVH</registrar_name>
   <registrar_website>http://www.ovh.com</registrar_website>
   <name_servers>
    <value>hayes.ns.cloudflare.com</value>
    <value>monroe.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>Not Available</value>
   </domain_status>
  </value>
  <value>
   <num>66</num>
   <domain_name>astwood.com</domain_name>
   <domain_keyword>astwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-02 02:31:40</query_time>
   <create_date>2000-11-07</create_date>
   <update_date>2022-04-15</update_date>
   <expiry_date>2026-11-07</expiry_date>
   <registrar_iana>1910</registrar_iana>
   <registrar_name>Cloudflare, Inc.</registrar_name>
   <registrar_website>https://www.cloudflare.com</registrar_website>
   <registrant_name>DATA REDACTED</registrant_name>
   <registrant_company>DATA REDACTED</registrant_company>
   <registrant_address>DATA REDACTED</registrant_address>
   <registrant_city>DATA REDACTED</registrant_city>
   <registrant_state>London</registrant_state>
   <registrant_zip>DATA REDACTED</registrant_zip>
   <registrant_country>GB</registrant_country>
   <registrant_email>https://domaincontact.cloudflareregistrar.com/astwood.com</registrant_email>
   <registrant_phone>DATA REDACTED</registrant_phone>
   <registrant_fax>DATA REDACTED</registrant_fax>
   <name_servers>
    <value>miles.ns.cloudflare.com</value>
    <value>mimi.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>67</num>
   <domain_name>atlwood.services</domain_name>
   <domain_keyword>atlwood</domain_keyword>
   <domain_tld>services</domain_tld>
   <query_time>2024-05-25 14:39:57</query_time>
   <create_date>2020-01-02</create_date>
   <update_date>2023-07-20</update_date>
   <expiry_date>2025-01-02</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>ns75.domaincontrol.com</value>
    <value>ns76.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>68</num>
   <domain_name>mattwood.com</domain_name>
   <domain_keyword>mattwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-28 23:44:28</query_time>
   <create_date>1999-11-01</create_date>
   <update_date>2024-01-15</update_date>
   <expiry_date>2025-11-01</expiry_date>
   <registrar_iana>3827</registrar_iana>
   <registrar_name>Squarespace Domains LLC</registrar_name>
   <registrar_website>https://domains.squarespace.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>CA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://domains.squarespace.com/whois-contact-form</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.p08.nsone.net</value>
    <value>dns2.p08.nsone.net</value>
    <value>dns3.p08.nsone.net</value>
    <value>dns4.p08.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>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>69</num>
   <domain_name>aptwood.com</domain_name>
   <domain_keyword>aptwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-24 01:41:52</query_time>
   <create_date>2007-02-04</create_date>
   <update_date>2023-08-10</update_date>
   <expiry_date>2025-02-04</expiry_date>
   <registrar_iana>30</registrar_iana>
   <registrar_name>NameSecure L.L.C.</registrar_name>
   <registrar_website>http://www.namesecure.com</registrar_website>
   <name_servers>
    <value>ns1.inleed.net</value>
    <value>ns2.inleed.net</value>
    <value>ns3.inleed.net</value>
    <value>ns4.inleed.net</value>
    <value>ns5.inleed.net</value>
    <value>ns6.inleed.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>70</num>
   <domain_name>attwoods.ru</domain_name>
   <domain_keyword>attwoods</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 02:02:41</query_time>
   <create_date>2023-11-22</create_date>
   <expiry_date>2024-11-22</expiry_date>
   <registrar_name>OPENPROV-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ethan.ns.cloudflare.com</value>
    <value>liv.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>71</num>
   <domain_name>attfood.com</domain_name>
   <domain_keyword>attfood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-17 21:06:47</query_time>
   <create_date>2012-08-24</create_date>
   <update_date>2023-07-25</update_date>
   <expiry_date>2024-08-24</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NAMECHEAP INC</registrar_name>
   <registrar_website>http://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>Kalkofnsvegur 2</registrant_address>
   <registrant_city>Reykjavik</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>101</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+354.4212434</registrant_phone>
   <name_servers>
    <value>ns1.ipage.com</value>
    <value>ns2.ipage.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>attwoods.org</domain_name>
   <domain_keyword>attwoods</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-06-02 18:50:33</query_time>
   <create_date>2002-05-30</create_date>
   <update_date>2024-05-31</update_date>
   <expiry_date>2025-05-30</expiry_date>
   <registrar_iana>1390</registrar_iana>
   <registrar_name>Mesh Digital Limited</registrar_name>
   <registrar_website>http://www.domainmonster.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>ns55.domaincontrol.com</value>
    <value>ns56.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <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>artwood.org</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-06-07 08:40:38</query_time>
   <create_date>2006-03-14</create_date>
   <update_date>2024-04-28</update_date>
   <expiry_date>2025-03-14</expiry_date>
   <registrar_iana>607</registrar_iana>
   <registrar_name>Annulet LLC</registrar_name>
   <registrar_website>http://www.annulet.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>BuyDomains.com</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>MA</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.buydomains.com</value>
    <value>this-domain-for-sale.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>74</num>
   <domain_name>artwood.fr</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>fr</domain_tld>
   <query_time>2024-05-05 05:29:38</query_time>
   <create_date>2018-12-17</create_date>
   <update_date>2023-12-21</update_date>
   <expiry_date>2024-12-18</expiry_date>
   <registrar_name>Hosting Concepts B.V. d/b/a Openprovider</registrar_name>
   <registrar_website>https://www.openprovider.com</registrar_website>
   <registrant_company>NVA Online Advertising B.V.</registrant_company>
   <registrant_address>NVA Online Advertising B.V., opper 14, 5406CA Uden</registrant_address>
   <registrant_country>NL</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+31.642204151</registrant_phone>
   <name_servers>
    <value>ns1.undeveloped.com</value>
    <value>ns2.undeveloped.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>associated</value>
   </domain_status>
  </value>
  <value>
   <num>75</num>
   <domain_name>artwood.xyz</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-09 11:38:42</query_time>
   <create_date>2021-09-26</create_date>
   <update_date>2023-12-28</update_date>
   <expiry_date>2024-09-26</expiry_date>
   <registrar_iana>609</registrar_iana>
   <registrar_name>Sav.com, LLC</registrar_name>
   <registrar_website>https://www.sav.com/</registrar_website>
   <registrant_company>Privacy Protection</registrant_company>
   <registrant_state>IL</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.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>76</num>
   <domain_name>attgood.com</domain_name>
   <domain_keyword>attgood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-10 15:38:41</query_time>
   <create_date>2024-05-07</create_date>
   <update_date>2024-05-07</update_date>
   <expiry_date>2025-05-07</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>TUCOWS, INC.</registrar_name>
   <registrar_website>http://tucowsdomains.com</registrar_website>
   <registrant_name>Contact Privacy Inc. Customer 0171102697</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 0171102697</registrant_company>
   <registrant_address>96 Mowat Ave</registrant_address>
   <registrant_city>Toronto</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>M6K 3M1</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.4165385457</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>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>77</num>
   <domain_name>wattwood.com</domain_name>
   <domain_keyword>wattwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-17 19:34:02</query_time>
   <create_date>2022-06-15</create_date>
   <update_date>2024-02-29</update_date>
   <expiry_date>2024-06-15</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains2.squarespace.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>MT</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://domains.squarespace.com/whois-contact-form</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>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>78</num>
   <domain_name>atmwood.ru</domain_name>
   <domain_keyword>atmwood</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 02:00:17</query_time>
   <create_date>2010-10-01</create_date>
   <expiry_date>2024-10-01</expiry_date>
   <registrar_name>RU-CENTER-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>dns1.yandex.net</value>
    <value>dns2.yandex.net</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>79</num>
   <domain_name>atlwood.net</domain_name>
   <domain_keyword>atlwood</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-23 05:01:53</query_time>
   <create_date>2019-03-25</create_date>
   <update_date>2024-05-21</update_date>
   <expiry_date>2025-03-25</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <name_servers>
    <value>jm1.dns.com</value>
    <value>jm2.dns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>80</num>
   <domain_name>artwood.club</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>club</domain_tld>
   <query_time>2024-05-20 12:55:21</query_time>
   <create_date>2024-03-22</create_date>
   <update_date>2024-03-27</update_date>
   <expiry_date>2025-03-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>www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Fuli Lv</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>shan xi</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.bodis.com</value>
    <value>ns2.bodis.com</value>
   </name_servers>
   <domain_status>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>81</num>
   <domain_name>altwood.com</domain_name>
   <domain_keyword>altwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-23 23:44:04</query_time>
   <create_date>1998-07-15</create_date>
   <update_date>2023-07-07</update_date>
   <expiry_date>2024-07-14</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.gridhost.com</value>
    <value>ns2.gridhost.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>82</num>
   <domain_name>attwoop.online</domain_name>
   <domain_keyword>attwoop</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-05-08 15:58:00</query_time>
   <create_date>2024-05-06</create_date>
   <update_date>2024-05-06</update_date>
   <expiry_date>2025-05-06</expiry_date>
   <registrar_iana>1636</registrar_iana>
   <registrar_name>HOSTINGER operations, UAB</registrar_name>
   <registrar_website>https://www.hostinger.com/</registrar_website>
   <registrant_company>Privacy Protect, LLC (PrivacyProtect.org)</registrant_company>
   <registrant_state>MA</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.dns-parking.com</value>
    <value>ns2.dns-parking.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>83</num>
   <domain_name>artwood.be</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>be</domain_tld>
   <query_time>2024-06-07 08:40:38</query_time>
   <create_date>2001-01-09</create_date>
   <registrar_name>OVH</registrar_name>
   <registrar_website>http://www.ovh.com</registrar_website>
   <name_servers>
    <value>dns108.ovh.net</value>
    <value>ns108.ovh.net</value>
   </name_servers>
   <domain_status>
    <value>Not Available</value>
    <value>clientTransferProhibited</value>
   </domain_status>
  </value>
  <value>
   <num>84</num>
   <domain_name>altwood.net</domain_name>
   <domain_keyword>altwood</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-28 21:31:21</query_time>
   <create_date>2016-10-18</create_date>
   <update_date>2021-08-19</update_date>
   <expiry_date>2030-10-18</expiry_date>
   <registrar_iana>469</registrar_iana>
   <registrar_name>easyDNS Technologies, Inc.</registrar_name>
   <registrar_website>http://www.easydns.com</registrar_website>
   <registrant_name>Grady Imel</registrant_name>
   <registrant_company>Grady Imel</registrant_company>
   <registrant_address>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>dns1.easydns.com</value>
    <value>dns2.easydns.net</value>
    <value>dns3.easydns.ca</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>85</num>
   <domain_name>altwood.ca</domain_name>
   <domain_keyword>altwood</domain_keyword>
   <domain_tld>ca</domain_tld>
   <query_time>2024-06-05 10:54:09</query_time>
   <create_date>2015-08-12</create_date>
   <update_date>2023-05-30</update_date>
   <expiry_date>2027-08-12</expiry_date>
   <registrar_name>Rebel.ca Corp.</registrar_name>
   <registrar_website>www.rebel.ca</registrar_website>
   <registrant_name>Wishbone Industries</registrant_name>
   <registrant_address>109 27090 Gloucester Way</registrant_address>
   <registrant_city>Langley</registrant_city>
   <registrant_state>BC</registrant_state>
   <registrant_zip>V4W3Y5</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.6046260476</registrant_phone>
   <registrant_fax>+1.6046260496</registrant_fax>
   <name_servers>
    <value>dns.domainsatcost.ca</value>
    <value>dns2.domainsatcost.ca</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>86</num>
   <domain_name>artwood.online</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-06-07 08:40:38</query_time>
   <create_date>2024-02-12</create_date>
   <update_date>2024-03-22</update_date>
   <expiry_date>2025-02-12</expiry_date>
   <registrar_iana>303</registrar_iana>
   <registrar_name>PDR Ltd. d/b/a PublicDomainRegistry.com</registrar_name>
   <registrar_website>https://publicdomainregistry.com</registrar_website>
   <registrant_company>GDPR Masked</registrant_company>
   <registrant_state>slaskie</registrant_state>
   <registrant_country>PL</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>reese.ns.cloudflare.com</value>
    <value>violet.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>87</num>
   <domain_name>artwood.su</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>su</domain_tld>
   <query_time>2024-05-05 05:21:11</query_time>
   <create_date>2023-01-14</create_date>
   <expiry_date>2025-01-14</expiry_date>
   <registrar_name>REGRU-SU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>ns.hostland.ru</value>
    <value>ns3.hostland.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
   </domain_status>
  </value>
  <value>
   <num>88</num>
   <domain_name>aitwood.com</domain_name>
   <domain_keyword>aitwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-15 06:35:39</query_time>
   <create_date>1996-06-28</create_date>
   <update_date>2023-04-01</update_date>
   <expiry_date>2024-06-27</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.brainydns.com</value>
    <value>ns2.brainydns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>89</num>
   <domain_name>mattwood.blue</domain_name>
   <domain_keyword>mattwood</domain_keyword>
   <domain_tld>blue</domain_tld>
   <query_time>2024-04-28 15:33:29</query_time>
   <create_date>2023-04-25</create_date>
   <update_date>2024-04-25</update_date>
   <expiry_date>2025-04-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>dns101.registrar-servers.com</value>
    <value>dns102.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>90</num>
   <domain_name>tatwood.ru</domain_name>
   <domain_keyword>tatwood</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 08:42:35</query_time>
   <create_date>2022-12-28</create_date>
   <expiry_date>2024-12-28</expiry_date>
   <registrar_name>TIMEWEB-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.timeweb.ru</value>
    <value>ns2.timeweb.ru</value>
    <value>ns3.timeweb.org</value>
    <value>ns4.timeweb.org</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>91</num>
   <domain_name>antwood.nl</domain_name>
   <domain_keyword>antwood</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-10 18:31:03</query_time>
   <create_date>2008-03-11</create_date>
   <update_date>2020-04-29</update_date>
   <registrar_name>VXregistrar</registrar_name>
   <name_servers>
    <value>ns1.hcdns.nl</value>
    <value>ns2.hcdns.nl</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>92</num>
   <domain_name>dattwood.com</domain_name>
   <domain_keyword>dattwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-17 16:06:23</query_time>
   <create_date>2021-04-06</create_date>
   <update_date>2024-03-03</update_date>
   <expiry_date>2025-04-06</expiry_date>
   <registrar_iana>468</registrar_iana>
   <registrar_name>Amazon Registrar, Inc.</registrar_name>
   <registrar_website>https://registrar.amazon.com</registrar_website>
   <registrant_name>On behalf of dattwood.com owner</registrant_name>
   <registrant_company>Identity Protection Service</registrant_company>
   <registrant_address>PO Box 786</registrant_address>
   <registrant_city>Hayes</registrant_city>
   <registrant_state>Middlesex</registrant_state>
   <registrant_zip>UB3 9TR</registrant_zip>
   <registrant_country>GB</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+44.1483307527</registrant_phone>
   <registrant_fax>+44.1483304031</registrant_fax>
   <name_servers>
    <value>june.ns.cloudflare.com</value>
    <value>venkat.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>93</num>
   <domain_name>mattwood.uk</domain_name>
   <domain_keyword>mattwood</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-05-13 21:46:47</query_time>
   <create_date>2019-08-13</create_date>
   <update_date>2023-07-20</update_date>
   <expiry_date>2024-08-13</expiry_date>
   <registrar_name>GoDaddy.com, LLC. [Tag = GODADDY]</registrar_name>
   <registrar_website>http://uk.godaddy.com</registrar_website>
   <name_servers>
    <value>ns59.domaincontrol.com</value>
    <value>ns60.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>94</num>
   <domain_name>atlwood.xyz</domain_name>
   <domain_keyword>atlwood</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-06-02 18:42:29</query_time>
   <create_date>2022-11-24</create_date>
   <update_date>2024-04-16</update_date>
   <expiry_date>2024-11-24</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>Go Daddy, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com/</registrar_website>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_state>Arizona</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.dan.com</value>
    <value>ns2.dan.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>95</num>
   <domain_name>mattwood.co</domain_name>
   <domain_keyword>mattwood</domain_keyword>
   <domain_tld>co</domain_tld>
   <query_time>2024-05-25 12:44:33</query_time>
   <create_date>2018-04-08</create_date>
   <update_date>2023-04-30</update_date>
   <expiry_date>2025-04-08</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>http://www.namecheap.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>WhoisGuard, Inc.</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NY</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.vercel-dns.com</value>
    <value>ns2.vercel-dns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>96</num>
   <domain_name>artwood.ae</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>ae</domain_tld>
   <query_time>2024-06-07 08:40:38</query_time>
   <registrar_name>Etisalat</registrar_name>
   <registrant_name>ARTWOOD INDUSTRIES LLC</registrant_name>
   <registrant_company>ARTWOOD INDUSTRIES LLC</registrant_company>
   <registrant_email>visit whois.aeda.net.ae for web based whois</registrant_email>
   <name_servers>
    <value>ns1.etisalatdomains.ae</value>
    <value>ns2.etisalatdomains.ae</value>
    <value>ns3.etisalatdomains.ae</value>
    <value>ns4.etisalatdomains.ae</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
  </value>
  <value>
   <num>97</num>
   <domain_name>mattwood.store</domain_name>
   <domain_keyword>mattwood</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-04-17 19:53:30</query_time>
   <create_date>2022-11-18</create_date>
   <update_date>2023-11-22</update_date>
   <expiry_date>2024-11-18</expiry_date>
   <registrar_iana>1291</registrar_iana>
   <registrar_name>Dreamscape Networks International Pte Ltd</registrar_name>
   <registrar_website>http://crazydomains.com</registrar_website>
   <registrant_company>Private Registry Authority</registrant_company>
   <registrant_state>NSW</registrant_state>
   <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>
   <name_servers>
    <value>ns1.crazydomains.com</value>
    <value>ns2.crazydomains.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>98</num>
   <domain_name>artwood.sk</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>sk</domain_tld>
   <query_time>2024-05-05 17:18:57</query_time>
   <create_date>2009-09-29</create_date>
   <update_date>2023-11-03</update_date>
   <expiry_date>2024-09-29</expiry_date>
   <registrar_name>WebHouse, s.r.o.</registrar_name>
   <registrant_name>Kornélia Cserepesová - ARTWOOD</registrant_name>
   <registrant_company>Kornélia Cserepesová - ARTWOOD</registrant_company>
   <registrant_address>Smetanov háj 288/16</registrant_address>
   <registrant_city>Dunajská Streda</registrant_city>
   <registrant_zip>929 01</registrant_zip>
   <registrant_country>SK</registrant_country>
   <name_servers>
    <value>ns1.webhouse.sk</value>
    <value>ns2.webhouse.sk</value>
    <value>ns3.webhouse.sk</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>Yes</value>
   </dns_sec>
  </value>
  <value>
   <num>99</num>
   <domain_name>atcwood.com</domain_name>
   <domain_keyword>atcwood</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-12 20:21:46</query_time>
   <create_date>2021-08-13</create_date>
   <update_date>2024-02-27</update_date>
   <expiry_date>2024-08-13</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains2.squarespace.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Ash &amp;amp; Throne LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>OR</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://domains.squarespace.com/whois-contact-form</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-cloud-e1.googledomains.com</value>
    <value>ns-cloud-e2.googledomains.com</value>
    <value>ns-cloud-e3.googledomains.com</value>
    <value>ns-cloud-e4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>100</num>
   <domain_name>artwood.lt</domain_name>
   <domain_keyword>artwood</domain_keyword>
   <domain_tld>lt</domain_tld>
   <query_time>2024-06-07 08:40:38</query_time>
   <create_date>2023-09-15</create_date>
   <expiry_date>2024-09-16</expiry_date>
   <registrar_name>HOSTINGER operations, UAB</registrar_name>
   <registrar_website>https://www.hostinger.lt</registrar_website>
   <name_servers>
    <value>ns1.dns-parking.com</value>
    <value>ns2.dns-parking.com</value>
   </name_servers>
   <domain_status>
    <value>registered</value>
   </domain_status>
  </value>
 </results>
 <stats>
  <total_time>0.252</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.