WHOIS QUERY TIME

5 May 2024 - 8:32 PM UTC

Registered: 3 February 2000
Modified: 24 December 2023
Expiry: 31 December 2024

REGISTRAR

Name: Abion AB

DNSSEC

delegation
unsigned

NAME SERVERS

dns01.dipcon.com
dns02.ports.se
dns03.ports.se
dns04.ports.net

DOMAIN STATUS

Active
ok

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

https://api.bigdomaindata.com/?key=XXXXX&current_whois=swedol.se
For more details, kindly see our Current WHOIS API usage guide.
{
    "success": true,
    "query": {
        "current_whois": "swedol.se"
    },
    "count": {
        "total": 1,
        "relation": "eq",
        "current": 1
    },
    "results": [
        {
            "domain_name": "swedol.se",
            "domain_keyword": "swedol",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "2000-02-03",
            "update_date": "2023-12-24",
            "expiry_date": "2024-12-31",
            "registrar_name": "Abion AB",
            "name_servers": [
                "dns01.dipcon.com",
                "dns02.ports.se",
                "dns03.ports.se",
                "dns04.ports.net"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.029,
        "api_credits_used": 1,
        "cost_calculation": "current_whois [1 domain]"
    }
}
<root>
 <success>true</success>
 <query>
  <current_whois>swedol.se</current_whois>
 </query>
 <count>
  <total>1</total>
  <relation>eq</relation>
  <current>1</current>
 </count>
 <results>
  <value>
   <domain_name>swedol.se</domain_name>
   <domain_keyword>swedol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>2000-02-03</create_date>
   <update_date>2023-12-24</update_date>
   <expiry_date>2024-12-31</expiry_date>
   <registrar_name>Abion AB</registrar_name>
   <name_servers>
    <value>dns01.dipcon.com</value>
    <value>dns02.ports.se</value>
    <value>dns03.ports.se</value>
    <value>dns04.ports.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.029</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.043 seconds) for "swedol.se" in our Historical WHOIS Database.
#1 - QUERY TIME

26 Mar 2015 - 12:00 AM UTC

Registered: 3 February 2000
Modified: 24 March 2014
Expiry: 31 December 2015

REGISTRAR

IANA: 413
Name: Domaininfo AB

NAME SERVERS

dns01.dipcon.com
dns02.ports.se
dns03.ports.se
dns04.ports.net

DOMAIN STATUS

ok

#2 - QUERY TIME

5 May 2024 - 8:32 PM UTC

Registered: 3 February 2000
Modified: 24 December 2023
Expiry: 31 December 2024

REGISTRAR

Name: Abion AB

DNSSEC

delegation
unsigned

NAME SERVERS

dns01.dipcon.com
dns02.ports.se
dns03.ports.se
dns04.ports.net

DOMAIN STATUS

Active
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=swedol.se
For more details, kindly see our WHOIS History API usage guide.
{
    "success": true,
    "query": {
        "database": "historical",
        "domain_name": "swedol.se",
        "sort_by": "query_time",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 2,
        "relation": "eq",
        "current": 2
    },
    "unique_domains": "swedol.se",
    "results": [
        {
            "num": 1,
            "domain_name": "swedol.se",
            "domain_keyword": "swedol",
            "domain_tld": "se",
            "query_time": "2015-03-26 00:00:00",
            "create_date": "2000-02-03",
            "update_date": "2014-03-24",
            "expiry_date": "2015-12-31",
            "registrar_iana": 413,
            "registrar_name": "Domaininfo AB",
            "name_servers": [
                "dns01.dipcon.com",
                "dns02.ports.se",
                "dns03.ports.se",
                "dns04.ports.net"
            ],
            "domain_status": [
                "ok"
            ]
        },
        {
            "num": 2,
            "domain_name": "swedol.se",
            "domain_keyword": "swedol",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "2000-02-03",
            "update_date": "2023-12-24",
            "expiry_date": "2024-12-31",
            "registrar_name": "Abion AB",
            "name_servers": [
                "dns01.dipcon.com",
                "dns02.ports.se",
                "dns03.ports.se",
                "dns04.ports.net"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.043,
        "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>swedol.se</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>swedol.se</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>swedol.se</domain_name>
   <domain_keyword>swedol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2015-03-26 00:00:00</query_time>
   <create_date>2000-02-03</create_date>
   <update_date>2014-03-24</update_date>
   <expiry_date>2015-12-31</expiry_date>
   <registrar_iana>413</registrar_iana>
   <registrar_name>Domaininfo AB</registrar_name>
   <name_servers>
    <value>dns01.dipcon.com</value>
    <value>dns02.ports.se</value>
    <value>dns03.ports.se</value>
    <value>dns04.ports.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
  </value>
  <value>
   <num>2</num>
   <domain_name>swedol.se</domain_name>
   <domain_keyword>swedol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>2000-02-03</create_date>
   <update_date>2023-12-24</update_date>
   <expiry_date>2024-12-31</expiry_date>
   <registrar_name>Abion AB</registrar_name>
   <name_servers>
    <value>dns01.dipcon.com</value>
    <value>dns02.ports.se</value>
    <value>dns03.ports.se</value>
    <value>dns04.ports.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.043</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 5 domain names (in 0.037 seconds) which contained the exact domain keyword "swedol".
Domain Name Registered Expiry Registrar Ownership
1 swedol.se 3 Feb 2000 31 Dec 2024 Abion AB -
2 swedol.com 1 Jul 2005 1 Jul 2025 Abion AB Swedol AB (publ)
3 swedol.biz 1 Apr 2011 31 Mar 2025 Abion AB swedol ab (publ)
4 swedol.info 1 Apr 2011 1 Apr 2025 Abion AB Swedol AB (publ)
5 swedol.org 17 Apr 2011 17 Apr 2025 Ports Group AB Swedol AB (publ)
6 swedol.net 18 Apr 2011 18 Apr 2025 Abion AB Swedol AB (publ)

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

https://api.bigdomaindata.com/?key=XXXXX&database=current&domain_keyword=swedol&sort_by=create_date
For more details, kindly see our Reverse WHOIS API usage guide.
{
    "success": true,
    "query": {
        "database": "current",
        "domain_keyword": "swedol",
        "sort_by": "create_date",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 6,
        "relation": "eq",
        "current": 6
    },
    "unique_domains": "swedol.se, swedol.com, swedol.biz, swedol.info, swedol.org, swedol.net",
    "results": [
        {
            "num": 1,
            "domain_name": "swedol.se",
            "domain_keyword": "swedol",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "2000-02-03",
            "update_date": "2023-12-24",
            "expiry_date": "2024-12-31",
            "registrar_name": "Abion AB",
            "name_servers": [
                "dns01.dipcon.com",
                "dns02.ports.se",
                "dns03.ports.se",
                "dns04.ports.net"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "swedol.com",
            "domain_keyword": "swedol",
            "domain_tld": "com",
            "query_time": "2024-04-25 22:07:47",
            "create_date": "2005-07-01",
            "update_date": "2023-08-22",
            "expiry_date": "2025-07-01",
            "registrar_iana": 73,
            "registrar_name": "Abion AB",
            "registrar_website": "www.abion.com",
            "registrant_company": "Swedol AB (publ)",
            "registrant_country": "SE",
            "name_servers": [
                "dns01.dipcon.com",
                "dns02.ports.se",
                "dns03.ports.se",
                "dns04.ports.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "swedol.biz",
            "domain_keyword": "swedol",
            "domain_tld": "biz",
            "query_time": "2024-04-25 22:07:47",
            "create_date": "2011-04-01",
            "update_date": "2023-08-27",
            "expiry_date": "2025-03-31",
            "registrar_iana": 73,
            "registrar_name": "Abion AB",
            "registrar_website": "https://abion.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "swedol ab (publ)",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "SE",
            "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": [
                "dns01.dipcon.com",
                "dns02.ports.se",
                "dns03.ports.se",
                "dns04.ports.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "swedol.info",
            "domain_keyword": "swedol",
            "domain_tld": "info",
            "query_time": "2024-05-08 12:01:45",
            "create_date": "2011-04-01",
            "update_date": "2023-08-27",
            "expiry_date": "2025-04-01",
            "registrar_iana": 73,
            "registrar_name": "Abion AB",
            "registrar_website": "http://domaininfo.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Swedol AB (publ)",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "SE",
            "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": [
                "dns01.dipcon.com",
                "dns02.ports.se",
                "dns03.ports.se",
                "dns04.ports.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "swedol.org",
            "domain_keyword": "swedol",
            "domain_tld": "org",
            "query_time": "2024-04-25 22:07:47",
            "create_date": "2011-04-17",
            "update_date": "2023-08-27",
            "expiry_date": "2025-04-17",
            "registrar_iana": 73,
            "registrar_name": "Ports Group AB",
            "registrar_website": "https://whois.domaininfo.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Swedol AB (publ)",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "SE",
            "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": [
                "dns01.dipcon.com",
                "dns02.ports.se",
                "dns03.ports.se",
                "dns04.ports.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "swedol.net",
            "domain_keyword": "swedol",
            "domain_tld": "net",
            "query_time": "2024-04-25 22:07:47",
            "create_date": "2011-04-18",
            "update_date": "2024-04-11",
            "expiry_date": "2025-04-18",
            "registrar_iana": 73,
            "registrar_name": "Abion AB",
            "registrar_website": "www.abion.com",
            "registrant_company": "Swedol AB (publ)",
            "registrant_country": "SE",
            "name_servers": [
                "dns01.dipcon.com",
                "dns02.ports.se",
                "dns03.ports.se",
                "dns04.ports.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        }
    ],
    "stats": {
        "total_time": 0.037,
        "api_credits_used": 1,
        "cost_calculation": "1 (search_fields[domain_keyword])"
    }
}
<root>
 <success>true</success>
 <query>
  <database>current</database>
  <domain_keyword>swedol</domain_keyword>
  <sort_by>create_date</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>6</total>
  <relation>eq</relation>
  <current>6</current>
 </count>
 <unique_domains>swedol.se, swedol.com, swedol.biz, swedol.info, swedol.org, swedol.net</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>swedol.se</domain_name>
   <domain_keyword>swedol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>2000-02-03</create_date>
   <update_date>2023-12-24</update_date>
   <expiry_date>2024-12-31</expiry_date>
   <registrar_name>Abion AB</registrar_name>
   <name_servers>
    <value>dns01.dipcon.com</value>
    <value>dns02.ports.se</value>
    <value>dns03.ports.se</value>
    <value>dns04.ports.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>swedol.com</domain_name>
   <domain_keyword>swedol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 22:07:47</query_time>
   <create_date>2005-07-01</create_date>
   <update_date>2023-08-22</update_date>
   <expiry_date>2025-07-01</expiry_date>
   <registrar_iana>73</registrar_iana>
   <registrar_name>Abion AB</registrar_name>
   <registrar_website>www.abion.com</registrar_website>
   <registrant_company>Swedol AB (publ)</registrant_company>
   <registrant_country>SE</registrant_country>
   <name_servers>
    <value>dns01.dipcon.com</value>
    <value>dns02.ports.se</value>
    <value>dns03.ports.se</value>
    <value>dns04.ports.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>swedol.biz</domain_name>
   <domain_keyword>swedol</domain_keyword>
   <domain_tld>biz</domain_tld>
   <query_time>2024-04-25 22:07:47</query_time>
   <create_date>2011-04-01</create_date>
   <update_date>2023-08-27</update_date>
   <expiry_date>2025-03-31</expiry_date>
   <registrar_iana>73</registrar_iana>
   <registrar_name>Abion AB</registrar_name>
   <registrar_website>https://abion.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>swedol ab (publ)</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>SE</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>dns01.dipcon.com</value>
    <value>dns02.ports.se</value>
    <value>dns03.ports.se</value>
    <value>dns04.ports.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>swedol.info</domain_name>
   <domain_keyword>swedol</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-08 12:01:45</query_time>
   <create_date>2011-04-01</create_date>
   <update_date>2023-08-27</update_date>
   <expiry_date>2025-04-01</expiry_date>
   <registrar_iana>73</registrar_iana>
   <registrar_name>Abion AB</registrar_name>
   <registrar_website>http://domaininfo.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Swedol AB (publ)</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>SE</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>dns01.dipcon.com</value>
    <value>dns02.ports.se</value>
    <value>dns03.ports.se</value>
    <value>dns04.ports.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>5</num>
   <domain_name>swedol.org</domain_name>
   <domain_keyword>swedol</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-25 22:07:47</query_time>
   <create_date>2011-04-17</create_date>
   <update_date>2023-08-27</update_date>
   <expiry_date>2025-04-17</expiry_date>
   <registrar_iana>73</registrar_iana>
   <registrar_name>Ports Group AB</registrar_name>
   <registrar_website>https://whois.domaininfo.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Swedol AB (publ)</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>SE</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>dns01.dipcon.com</value>
    <value>dns02.ports.se</value>
    <value>dns03.ports.se</value>
    <value>dns04.ports.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>swedol.net</domain_name>
   <domain_keyword>swedol</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-25 22:07:47</query_time>
   <create_date>2011-04-18</create_date>
   <update_date>2024-04-11</update_date>
   <expiry_date>2025-04-18</expiry_date>
   <registrar_iana>73</registrar_iana>
   <registrar_name>Abion AB</registrar_name>
   <registrar_website>www.abion.com</registrar_website>
   <registrant_company>Swedol AB (publ)</registrant_company>
   <registrant_country>SE</registrant_country>
   <name_servers>
    <value>dns01.dipcon.com</value>
    <value>dns02.ports.se</value>
    <value>dns03.ports.se</value>
    <value>dns04.ports.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.037</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 4,108 domain names (in 0.194 seconds) which look and sound like the brand name "swedol".
Domain Name Registered Expiry Registrar Ownership
1 swedcol.se 12 Oct 2007 12 Oct 2024 One.com -
2 swedox.com 11 Apr 2021 11 Apr 2025 GoDaddy.com, LLC -
3 swedlo.com 26 Sep 2023 26 Sep 2024 Network Solutions, LLC -
4 swevol.com 2 Dec 2004 2 Dec 2024 Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA -
5 swedoc.se 31 Mar 2006 31 Mar 2025 Gandi SAS -
6 swedom.ru 27 Feb 2020 27 Feb 2025 SALENAMES-RU Private Person
7 soedol.com 18 Jul 2021 18 Jul 2024 Porkbun LLC Private by Design, LLC
8 swedpol.se 2 Jan 2007 2 Jan 2025 Loopia AB -
9 swetol.ru 13 Nov 2018 13 Nov 2024 SALENAMES-RU Private Person
10 saedol.com 26 Aug 2018 26 Aug 2024 Amazon Registrar, Inc. Identity Protection Service
11 swedcol.com 12 Oct 2007 12 Oct 2024 One.com A/S REDACTED FOR PRIVACY
12 shedol.ru 16 Sep 2009 16 Sep 2024 RD-RU Private Person
13 swedor.com 28 Jun 2014 28 Jun 2025 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
14 swwdol.com 5 Apr 2023 5 Apr 2025 Aceville Pte. Ltd. -
15 swedog.se 11 Dec 2022 11 Dec 2024 One.com -
16 swemol.se 18 Nov 2021 18 Nov 2024 Simply.com -
17 swedom.com 5 Nov 2012 5 Nov 2024 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
18 swedsol.com 2 Jun 2015 2 Jun 2025 GoDaddy.com, LLC -
19 swedox.se 19 Feb 2024 19 Feb 2025 Hostnet bv -
20 swedok.se 9 Feb 2020 9 Feb 2025 Loopia AB -
21 swedot.org 3 May 2005 3 May 2025 PSI-USA, Inc. dba Domain Robot Matthews Swedot AB
22 swedal.se 16 Dec 1999 16 Dec 2024 Loopia AB -
23 swedoc.com 19 Dec 2000 19 Dec 2024 Cronon AG -
24 swerol.se 20 Jan 2024 20 Jan 2025 1 Api GmbH -
25 swedel.net 2 Jul 2023 20 Jun 2024 Cronon AG -
26 swebol.org 21 Jun 2022 21 Jun 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
27 swedole.com 23 Aug 2005 24 Aug 2026 WEBCC Whoisprotection.cc
28 swedal.com 28 Nov 2006 28 Nov 2024 GoDaddy.com, LLC -
29 swepol.com 18 Jul 2014 18 Jul 2024 NetArt Registrar Sp. z o.o. Whois Data Protection Sp. z o.o.
30 swedot.se 16 Oct 1990 31 Dec 2024 Abion AB -
31 skedol.com 31 Jan 2010 31 Jan 2025 Moniker Online Services LLC REDACTED FOR PRIVACY
32 swerol.com 20 Jan 2024 20 Jan 2025 GoDaddy.com, LLC -
33 swedel.ru 26 Jun 2018 26 Jun 2024 TIMEWEB-RU Private Person
34 swedoz.com 14 Sep 2021 14 Sep 2024 Dynadot Inc -
35 swedoy.com 5 Jan 2010 5 Jan 2025 CSL Computer Service Langenbach GmbH d/b/a joker.com c/o IDPS International Domain Privacy Services GmbH
36 sgedol.xyz 4 Jul 2023 4 Jul 2024 CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD. you shi ke ji(zhong guo)you xian gong si
37 swedot.com 6 Nov 1998 5 Nov 2027 Network Solutions, LLC -
38 swedpol.com 2 Jan 2007 2 Jan 2025 Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA -
39 swedos.info 24 Jan 2006 24 Jan 2025 eNom, LLC Data Protected
40 swedool.se 24 Dec 2006 24 Dec 2024 NEware AB -
41 swesol.se 7 May 2024 7 May 2025 ODERLAND -
42 swedog.com 16 Nov 2019 16 Nov 2024 NameSilo, LLC See PrivacyGuardian.org
43 swedon.com 21 Aug 2023 21 Aug 2025 Strange Domains LLC -
44 swsdol.com 30 Mar 2021 30 Mar 2025 Gname.com Pte. Ltd. Redacted for privacy
45 swedo.pl 10 May 2015 10 May 2026 OVH SAS -
46 swedo.se 27 Sep 2004 27 Sep 2024 One.com -
47 sweol.se 14 Nov 2017 14 Nov 2024 LoopiaGroup2 -
48 swedo.com 16 May 2000 16 May 2025 DOMAINPEOPLE, INC. REDACTED FOR PRIVACY
49 sedol.us 28 Nov 2007 27 Nov 2027 Network Solutions, LLC Net56, Inc.
50 swdol.cc 5 Feb 2023 5 Feb 2028 Chengdu west dimension digital technology Co., LTD REDACTED FOR PRIVACY
51 swdol.online 24 Nov 2016 24 Nov 2028 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) Li Xiang
52 swdol.com 3 Jul 2021 3 Jul 2025 Spaceship, Inc. Privacy service provided by Withheld for Privacy ehf
53 swedow.se 9 Oct 2009 9 Oct 2024 One.com -
54 swedos.co.uk 23 Jan 2006 23 Jan 2025 Fasthosts Internet Ltd [Tag = LIVEDOMAINS] -
55 swedos.com 16 Apr 2024 16 Apr 2025 Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA -
56 swedel.se 7 Oct 2020 7 Oct 2024 Svenska Domäner -
57 swepol.se 4 Jul 2023 4 Jul 2024 One.com -
58 swedow.com 18 Mar 2011 18 Mar 2025 GoDaddy.com, LLC -
59 swedon.se 6 Dec 2018 6 Dec 2024 Webb.se -
60 swedov.ru 20 Jul 2022 20 Jul 2024 REGRU-RU Private Person
61 shedol.com 12 Jul 2023 12 Jul 2024 Register.com, Inc. -
62 swedpol.pl 30 Mar 2014 30 Mar 2025 home.pl S.A. -
63 swidol.com 30 Jan 2021 30 Jan 2025 GoDaddy.com, LLC -
64 swepol.pl 27 Jun 2003 26 Jun 2024 nazwa.pl sp. z o.o. -
65 swedop.se 22 Feb 2018 22 Feb 2025 TeliaSonera -
66 swedsol.se 14 Nov 2020 14 Nov 2024 One.com -
67 swedot.net 3 May 2005 3 May 2025 Abion AB Matthews Swedot
68 swedel.com 23 Jan 2017 23 Jan 2026 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
69 seedol.com 6 Apr 2009 6 Apr 2025 GoDaddy.com, LLC -
70 swebol.se 27 Jan 2013 27 Jan 2025 One.com -
71 swdol.com.cn 30 Jul 2018 30 Jul 2028 阿里云计算有限公司(万网) 雷永安
72 sedol.com 1 Aug 1999 1 Aug 2025 Register.com, Inc. -
73 sedol.co.uk 3 Apr 2003 3 Apr 2025 Markmonitor Inc. [Tag = MARKMONITOR] -
74 swedoll.com 28 Dec 2008 28 Dec 2024 GoDaddy.com, LLC Domains By Proxy, LLC
75 swedot.ru 4 Nov 2004 4 Nov 2024 RU-CENTER-RU "Western Technics Saint-Petersburg" Limited
76 swdol.se 7 Feb 2015 7 Feb 2025 InterNetX GmbH -
77 snedol.ru 6 Mar 2022 6 Mar 2025 REGRU-RU Private Person
78 swedos.se 26 Sep 2022 26 Sep 2024 One.com -
79 swedsl.com 25 Mar 2022 25 Mar 2025 GoDaddy.com, LLC -
80 swedl.com 1 Oct 2023 1 Oct 2024 Global Domain Name Trading Center Ltd -
81 swebol.com 29 Jan 2014 29 Jan 2025 One.com A/S REDACTED FOR PRIVACY
82 swedo.org 13 Jun 2012 13 Jun 2024 Squarespace Domains II LLC REDACTED FOR PRIVACY
83 sedol.ru 21 Jan 2015 21 Jan 2025 SALENAMES-RU Private Person
84 swdol.top 5 Sep 2017 5 Sep 2024 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) Chen Jun Chao
85 swdol.net 28 Oct 2009 28 Oct 2025 Alibaba Cloud Computing (Beijing) Co., Ltd. -
86 sweol.com 29 Aug 2008 29 Aug 2024 Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA -
87 swedo.net 12 May 2007 12 May 2025 Cloudflare, Inc. DATA REDACTED
88 wedol.com 26 Oct 2014 26 Oct 2025 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
89 swexoo.com 14 Sep 2023 14 Sep 2024 Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA -
90 swedogs.com 1 Nov 2019 1 Nov 2024 Ascio Technologies, Inc Not Disclosed
91 serdol.ru 21 Dec 2010 21 Dec 2024 SALENAMES-RU Private Person
92 shegol.com 11 Feb 2021 11 Feb 2025 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
93 wwesol.com 13 Apr 2024 13 Apr 2025 GoDaddy.com, LLC -
94 swegot.se 7 Jan 2008 7 Jan 2025 EgenSajt.se -
95 swepal.se 8 Jan 2024 8 Jan 2025 Loopia AB -
96 swedak.se 9 Mar 2017 9 Mar 2025 One.com -
97 soedal.com 20 May 2003 20 May 2025 Key-Systems GmbH REDACTED FOR PRIVACY
98 spedal.ru 19 May 2024 19 May 2025 TIMEWEB-RU Private Person
99 seedon.info 8 Nov 2006 8 Nov 2024 GoDaddy.com, LLC Domains By Proxy, LLC
100 snadol.com 25 Jan 2022 25 Jan 2025 Cloudflare, Inc. DATA REDACTED
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 Swedol.se.

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

https://api.bigdomaindata.com/?key=XXXXX&fuzzy_domains=swedol.se
For more details, kindly see our Fuzzy Domains API usage guide.
{
    "success": true,
    "query": {
        "fuzzy_domains": "swedol.se",
        "page_size": 100
    },
    "count": {
        "total": 4108,
        "relation": "eq",
        "current": 100
    },
    "unique_domains": "swedcol.se, swedox.com, swedlo.com, swevol.com, swedoc.se, swedom.ru, soedol.com, swedpol.se, swetol.ru, saedol.com, swedcol.com, shedol.ru, swedor.com, swwdol.com, swedog.se, swemol.se, swedom.com, swedsol.com, swedox.se, swedok.se, swedot.org, swedal.se, swedoc.com, swerol.se, swedel.net, swebol.org, swedole.com, swedal.com, swepol.com, swedot.se, skedol.com, swerol.com, swedel.ru, swedoz.com, swedoy.com, sgedol.xyz, swedot.com, swedpol.com, swedos.info, swedool.se, swesol.se, swedog.com, swedon.com, swsdol.com, swedo.pl, swedo.se, sweol.se, swedo.com, sedol.us, swdol.cc, swdol.online, swdol.com, swedow.se, swedos.co.uk, swedos.com, swedel.se, swepol.se, swedow.com, swedon.se, swedov.ru, shedol.com, swedpol.pl, swidol.com, swepol.pl, swedop.se, swedsol.se, swedot.net, swedel.com, seedol.com, swebol.se, swdol.com.cn, sedol.com, sedol.co.uk, swedoll.com, swedot.ru, swdol.se, snedol.ru, swedos.se, swedsl.com, swedl.com, swebol.com, swedo.org, sedol.ru, swdol.top, swdol.net, sweol.com, swedo.net, wedol.com, swexoo.com, swedogs.com, serdol.ru, shegol.com, wwesol.com, swegot.se, swepal.se, swedak.se, soedal.com, spedal.ru, seedon.info, snadol.com",
    "results": [
        {
            "num": 1,
            "domain_name": "swedcol.se",
            "domain_keyword": "swedcol",
            "domain_tld": "se",
            "query_time": "2024-05-05 07:44:12",
            "create_date": "2007-10-12",
            "update_date": "2024-02-14",
            "expiry_date": "2024-10-12",
            "registrar_name": "One.com",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 2,
            "domain_name": "swedox.com",
            "domain_keyword": "swedox",
            "domain_tld": "com",
            "query_time": "2024-06-06 22:11:50",
            "create_date": "2021-04-11",
            "update_date": "2023-04-12",
            "expiry_date": "2025-04-11",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "dns1.supremepanel.com",
                "dns2.supremepanel.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "swedlo.com",
            "domain_keyword": "swedlo",
            "domain_tld": "com",
            "query_time": "2024-06-06 22:11:49",
            "create_date": "2023-09-26",
            "update_date": "2023-09-27",
            "expiry_date": "2024-09-26",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "http://networksolutions.com",
            "name_servers": [
                "lola.ns.cloudflare.com",
                "nicolas.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientHold",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "swevol.com",
            "domain_keyword": "swevol",
            "domain_tld": "com",
            "query_time": "2024-04-18 19:34:31",
            "create_date": "2004-12-02",
            "update_date": "2023-10-11",
            "expiry_date": "2024-12-02",
            "registrar_iana": 106,
            "registrar_name": "Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA",
            "registrar_website": "http://www.ascio.com",
            "name_servers": [
                "ns1.loopia.se",
                "ns2.loopia.se"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "swedoc.se",
            "domain_keyword": "swedoc",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "2006-03-31",
            "update_date": "2024-04-07",
            "expiry_date": "2025-03-31",
            "registrar_name": "Gandi SAS",
            "name_servers": [
                "ns-174-b.gandi.net",
                "ns-179-a.gandi.net",
                "ns-64-c.gandi.net"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "swedom.ru",
            "domain_keyword": "swedom",
            "domain_tld": "ru",
            "query_time": "2024-05-02 08:15:50",
            "create_date": "2020-02-27",
            "expiry_date": "2025-02-27",
            "registrar_name": "SALENAMES-RU",
            "registrant_company": "Private Person",
            "name_servers": [
                "ns3.salenames.ru",
                "ns4.salenames.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 7,
            "domain_name": "soedol.com",
            "domain_keyword": "soedol",
            "domain_tld": "com",
            "query_time": "2024-05-25 21:31:34",
            "create_date": "2021-07-18",
            "update_date": "2021-07-18",
            "expiry_date": "2024-07-18",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun LLC",
            "registrar_website": "http://www.porkbun.com",
            "registrant_name": "Whois Privacy",
            "registrant_company": "Private by Design, LLC",
            "registrant_address": "500 Westover Dr #9816",
            "registrant_city": "Sanford",
            "registrant_state": "NC",
            "registrant_zip": "27330",
            "registrant_country": "US",
            "registrant_email": "https://porkbun.com/whois/contact/registrant/soedol.com",
            "registrant_phone": "+1.9712666028",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 8,
            "domain_name": "swedpol.se",
            "domain_keyword": "swedpol",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:31",
            "create_date": "2007-01-02",
            "update_date": "2023-12-04",
            "expiry_date": "2025-01-02",
            "registrar_name": "Loopia AB",
            "name_servers": [
                "ns1.loopia.se",
                "ns2.loopia.se"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 9,
            "domain_name": "swetol.ru",
            "domain_keyword": "swetol",
            "domain_tld": "ru",
            "query_time": "2024-05-02 08:16:37",
            "create_date": "2018-11-13",
            "expiry_date": "2024-11-13",
            "registrar_name": "SALENAMES-RU",
            "registrant_company": "Private Person",
            "name_servers": [
                "ns3.salenames.ru",
                "ns4.salenames.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 10,
            "domain_name": "saedol.com",
            "domain_keyword": "saedol",
            "domain_tld": "com",
            "query_time": "2024-04-24 04:09:00",
            "create_date": "2018-08-26",
            "update_date": "2023-07-22",
            "expiry_date": "2024-08-26",
            "registrar_iana": 468,
            "registrar_name": "Amazon Registrar, Inc.",
            "registrar_website": "https://registrar.amazon.com",
            "registrant_name": "On behalf of saedol.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": [
                "ns-1118.awsdns-11.org",
                "ns-2019.awsdns-60.co.uk",
                "ns-318.awsdns-39.com",
                "ns-628.awsdns-14.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 11,
            "domain_name": "swedcol.com",
            "domain_keyword": "swedcol",
            "domain_tld": "com",
            "query_time": "2024-04-28 15:43:03",
            "create_date": "2007-10-12",
            "update_date": "2023-09-12",
            "expiry_date": "2024-10-12",
            "registrar_iana": 1462,
            "registrar_name": "One.com A/S",
            "registrar_website": "https://www.one.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": "CO",
            "registrant_email": "https://www.one.com/en/whois",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 12,
            "domain_name": "shedol.ru",
            "domain_keyword": "shedol",
            "domain_tld": "ru",
            "query_time": "2024-05-01 04:16:45",
            "create_date": "2009-09-16",
            "expiry_date": "2024-09-16",
            "registrar_name": "RD-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "elista.ens.mail.ru",
                "miass.ens.mail.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 13,
            "domain_name": "swedor.com",
            "domain_keyword": "swedor",
            "domain_tld": "com",
            "query_time": "2024-04-25 22:07:47",
            "create_date": "2014-06-28",
            "update_date": "2020-06-22",
            "expiry_date": "2025-06-28",
            "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": 14,
            "domain_name": "swwdol.com",
            "domain_keyword": "swwdol",
            "domain_tld": "com",
            "query_time": "2024-04-11 16:26:43",
            "create_date": "2023-04-05",
            "update_date": "2024-04-06",
            "expiry_date": "2025-04-05",
            "registrar_iana": 3858,
            "registrar_name": "Aceville Pte. Ltd.",
            "registrar_website": "http://https://www.dnspod.com",
            "name_servers": [
                "dm1.dns.com",
                "dm2.dns.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 15,
            "domain_name": "swedog.se",
            "domain_keyword": "swedog",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "2022-12-11",
            "update_date": "2023-12-09",
            "expiry_date": "2024-12-11",
            "registrar_name": "One.com",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 16,
            "domain_name": "swemol.se",
            "domain_keyword": "swemol",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:58",
            "create_date": "2021-11-18",
            "update_date": "2024-03-28",
            "expiry_date": "2024-11-18",
            "registrar_name": "Simply.com",
            "name_servers": [
                "ns1.simply.com",
                "ns2.simply.com",
                "ns3.simply.com",
                "ns4.simply.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 17,
            "domain_name": "swedom.com",
            "domain_keyword": "swedom",
            "domain_tld": "com",
            "query_time": "2024-05-29 02:19:38",
            "create_date": "2012-11-05",
            "update_date": "2020-10-30",
            "expiry_date": "2024-11-05",
            "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": 18,
            "domain_name": "swedsol.com",
            "domain_keyword": "swedsol",
            "domain_tld": "com",
            "query_time": "2024-04-25 22:07:51",
            "create_date": "2015-06-02",
            "update_date": "2023-06-03",
            "expiry_date": "2025-06-02",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns33.domaincontrol.com",
                "ns34.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 19,
            "domain_name": "swedox.se",
            "domain_keyword": "swedox",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "2024-02-19",
            "update_date": "2024-02-19",
            "expiry_date": "2025-02-19",
            "registrar_name": "Hostnet bv",
            "name_servers": [
                "ns01.hostnet.nl",
                "ns02.hostnet.nl"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 20,
            "domain_name": "swedok.se",
            "domain_keyword": "swedok",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "2020-02-09",
            "update_date": "2024-01-25",
            "expiry_date": "2025-02-09",
            "registrar_name": "Loopia AB",
            "name_servers": [
                "ns1.loopia.se",
                "ns2.loopia.se"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 21,
            "domain_name": "swedot.org",
            "domain_keyword": "swedot",
            "domain_tld": "org",
            "query_time": "2024-05-08 12:01:45",
            "create_date": "2005-05-03",
            "update_date": "2024-05-08",
            "expiry_date": "2025-05-03",
            "registrar_iana": 151,
            "registrar_name": "PSI-USA, Inc. dba Domain Robot",
            "registrar_website": "http://www.psi-usa.info",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Matthews Swedot AB",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "SE",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "SE",
            "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": [
                "dns01.dipcon.com",
                "dns02.ports.se",
                "dns03.ports.se",
                "dns04.ports.net"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "pendingTransfer"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 22,
            "domain_name": "swedal.se",
            "domain_keyword": "swedal",
            "domain_tld": "se",
            "query_time": "2024-05-05 07:44:09",
            "create_date": "1999-12-16",
            "update_date": "2023-11-01",
            "expiry_date": "2024-12-16",
            "registrar_name": "Loopia AB",
            "name_servers": [
                "dns1.afdrift.se",
                "dns2.afdrift.se"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        },
        {
            "num": 23,
            "domain_name": "swedoc.com",
            "domain_keyword": "swedoc",
            "domain_tld": "com",
            "query_time": "2024-04-25 22:07:46",
            "create_date": "2000-12-19",
            "update_date": "2000-12-19",
            "expiry_date": "2024-12-19",
            "registrar_iana": 141,
            "registrar_name": "Cronon AG",
            "registrar_website": "http://www.cronon.net",
            "registrant_country": "DE",
            "registrant_email": "[email protected]",
            "name_servers": [
                "docks04.rzone.de",
                "shades20.rzone.de"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 24,
            "domain_name": "swerol.se",
            "domain_keyword": "swerol",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:33:09",
            "create_date": "2024-01-20",
            "update_date": "2024-03-19",
            "expiry_date": "2025-01-20",
            "registrar_name": "1 Api GmbH",
            "name_servers": [
                "ns41.domaincontrol.com",
                "ns42.domaincontrol.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        },
        {
            "num": 25,
            "domain_name": "swedel.net",
            "domain_keyword": "swedel",
            "domain_tld": "net",
            "query_time": "2024-04-25 22:04:57",
            "create_date": "2023-07-02",
            "update_date": "2023-07-02",
            "expiry_date": "2024-06-20",
            "registrar_iana": 141,
            "registrar_name": "Cronon AG",
            "registrar_website": "http://www.cronon.net",
            "registrant_country": "DE",
            "registrant_email": "[email protected]",
            "name_servers": [
                "docks02.rzone.de",
                "shades05.rzone.de"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 26,
            "domain_name": "swebol.org",
            "domain_keyword": "swebol",
            "domain_tld": "org",
            "query_time": "2024-05-18 09:42:59",
            "create_date": "2022-06-21",
            "update_date": "2023-05-28",
            "expiry_date": "2024-06-21",
            "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": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 27,
            "domain_name": "swedole.com",
            "domain_keyword": "swedole",
            "domain_tld": "com",
            "query_time": "2024-04-25 22:07:47",
            "create_date": "2005-08-23",
            "update_date": "2017-08-09",
            "expiry_date": "2026-08-24",
            "registrar_iana": 460,
            "registrar_name": "WEBCC",
            "registrar_website": "http://www.webnic.cc",
            "registrant_name": "Domain Admin",
            "registrant_company": "Whoisprotection.cc",
            "registrant_address": "L4-E-2, Level 4, Enterprise 4, Technology Park Malaysia, Bukit Jalil",
            "registrant_city": "Kuala Lumpur",
            "registrant_state": "Wilayah Persekutuan",
            "registrant_zip": "57000",
            "registrant_country": "MY",
            "registrant_email": "[email protected]",
            "registrant_phone": "+60.389966788",
            "registrant_fax": "+603.89966788",
            "name_servers": [
                "ns1.cnolnic.net",
                "ns2.cnolnic.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 28,
            "domain_name": "swedal.com",
            "domain_keyword": "swedal",
            "domain_tld": "com",
            "query_time": "2024-04-25 22:04:12",
            "create_date": "2006-11-28",
            "update_date": "2023-11-29",
            "expiry_date": "2024-11-28",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns29.domaincontrol.com",
                "ns30.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 29,
            "domain_name": "swepol.com",
            "domain_keyword": "swepol",
            "domain_tld": "com",
            "query_time": "2024-06-07 06:25:08",
            "create_date": "2014-07-18",
            "update_date": "2023-07-13",
            "expiry_date": "2024-07-18",
            "registrar_iana": 1456,
            "registrar_name": "NetArt Registrar Sp. z o.o.",
            "registrar_website": "http://www.netart-registrar.com",
            "registrant_name": "Whois Data Protection Sp. z o.o.",
            "registrant_company": "Whois Data Protection Sp. z o.o.",
            "registrant_address": "Pana Tadeusza 2",
            "registrant_city": "Krakow",
            "registrant_state": "lodzkie",
            "registrant_zip": "30-727",
            "registrant_country": "PL",
            "registrant_email": "[email protected]",
            "registrant_phone": "+48.224544887",
            "registrant_fax": "+48.224544888",
            "name_servers": [
                "ns1.nazwa.pl",
                "ns2.nazwa.pl",
                "ns3.nazwa.pl"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "signed"
            ]
        },
        {
            "num": 30,
            "domain_name": "swedot.se",
            "domain_keyword": "swedot",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "1990-10-16",
            "update_date": "2024-01-30",
            "expiry_date": "2024-12-31",
            "registrar_name": "Abion AB",
            "name_servers": [
                "dns01.dipcon.com",
                "dns02.ports.se",
                "dns03.ports.se",
                "dns04.ports.net"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        },
        {
            "num": 31,
            "domain_name": "skedol.com",
            "domain_keyword": "skedol",
            "domain_tld": "com",
            "query_time": "2024-04-14 15:31:35",
            "create_date": "2010-01-31",
            "update_date": "2023-11-26",
            "expiry_date": "2025-01-31",
            "registrar_iana": 228,
            "registrar_name": "Moniker Online Services LLC",
            "registrar_website": "http://www.moniker.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Eastren Province",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "SA",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.fastpark.net",
                "ns2.fastpark.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 32,
            "domain_name": "swerol.com",
            "domain_keyword": "swerol",
            "domain_tld": "com",
            "query_time": "2024-05-18 09:48:22",
            "create_date": "2024-01-20",
            "update_date": "2024-01-20",
            "expiry_date": "2025-01-20",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns01.domaincontrol.com",
                "ns02.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 33,
            "domain_name": "swedel.ru",
            "domain_keyword": "swedel",
            "domain_tld": "ru",
            "query_time": "2024-05-02 08:15:49",
            "create_date": "2018-06-26",
            "expiry_date": "2024-06-26",
            "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": 34,
            "domain_name": "swedoz.com",
            "domain_keyword": "swedoz",
            "domain_tld": "com",
            "query_time": "2024-04-28 15:44:26",
            "create_date": "2021-09-14",
            "update_date": "2023-10-04",
            "expiry_date": "2024-09-14",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://www.dynadot.com",
            "name_servers": [
                "ben.ns.cloudflare.com",
                "chan.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 35,
            "domain_name": "swedoy.com",
            "domain_keyword": "swedoy",
            "domain_tld": "com",
            "query_time": "2024-04-25 22:07:48",
            "create_date": "2010-01-05",
            "update_date": "2023-11-23",
            "expiry_date": "2025-01-05",
            "registrar_iana": 113,
            "registrar_name": "CSL Computer Service Langenbach GmbH d/b/a joker.com",
            "registrar_website": "https://joker.com",
            "registrant_name": "On behalf of swedoy.com",
            "registrant_company": "c/o IDPS International Domain Privacy Services GmbH",
            "registrant_address": "Hansaallee 191",
            "registrant_city": "Duesseldorf",
            "registrant_zip": "40549",
            "registrant_country": "DE",
            "registrant_email": "https://csl-registrar.com/contact/swedoy.com/owner",
            "registrant_phone": "+49.21186767448",
            "registrant_fax": "+49.211867676448",
            "name_servers": [
                "a.ns.joker.com",
                "b.ns.joker.com",
                "c.ns.joker.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 36,
            "domain_name": "sgedol.xyz",
            "domain_keyword": "sgedol",
            "domain_tld": "xyz",
            "query_time": "2024-05-21 12:07:33",
            "create_date": "2023-07-04",
            "update_date": "2023-08-31",
            "expiry_date": "2024-07-04",
            "registrar_iana": 1556,
            "registrar_name": "CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD.",
            "registrar_website": "http://www.west.cn",
            "registrant_company": "you shi ke ji(zhong guo)you xian gong si",
            "registrant_state": "guangdongsheng",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.huaweicloud-dns.cn",
                "ns1.huaweicloud-dns.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 37,
            "domain_name": "swedot.com",
            "domain_keyword": "swedot",
            "domain_tld": "com",
            "query_time": "2024-04-25 22:07:47",
            "create_date": "1998-11-06",
            "update_date": "2022-09-21",
            "expiry_date": "2027-11-05",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "http://networksolutions.com",
            "name_servers": [
                "ns.rackspace.com",
                "ns2.rackspace.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 38,
            "domain_name": "swedpol.com",
            "domain_keyword": "swedpol",
            "domain_tld": "com",
            "query_time": "2024-06-06 22:11:51",
            "create_date": "2007-01-02",
            "update_date": "2023-12-04",
            "expiry_date": "2025-01-02",
            "registrar_iana": 106,
            "registrar_name": "Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA",
            "registrar_website": "http://www.ascio.com",
            "name_servers": [
                "ns3.loopia.se",
                "ns4.loopia.se"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 39,
            "domain_name": "swedos.info",
            "domain_keyword": "swedos",
            "domain_tld": "info",
            "query_time": "2024-05-27 13:31:39",
            "create_date": "2006-01-24",
            "update_date": "2024-01-29",
            "expiry_date": "2025-01-24",
            "registrar_iana": 48,
            "registrar_name": "eNom, LLC",
            "registrar_website": "http://www.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.farbyte.com",
                "ns2.farbyte.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 40,
            "domain_name": "swedool.se",
            "domain_keyword": "swedool",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "2006-12-24",
            "update_date": "2023-12-24",
            "expiry_date": "2024-12-24",
            "registrar_name": "NEware AB",
            "name_servers": [
                "ns1.dnh.se",
                "ns2.dnh.se"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        },
        {
            "num": 41,
            "domain_name": "swesol.se",
            "domain_keyword": "swesol",
            "domain_tld": "se",
            "query_time": "2024-05-09 17:22:05",
            "create_date": "2024-05-07",
            "update_date": "2024-05-07",
            "expiry_date": "2025-05-07",
            "registrar_name": "ODERLAND",
            "name_servers": [
                "dns1.oderland.com",
                "dns2.oderland.com",
                "dns3.oderland.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        },
        {
            "num": 42,
            "domain_name": "swedog.com",
            "domain_keyword": "swedog",
            "domain_tld": "com",
            "query_time": "2024-05-12 10:48:15",
            "create_date": "2019-11-16",
            "update_date": "2024-04-21",
            "expiry_date": "2024-11-16",
            "registrar_iana": 1479,
            "registrar_name": "NameSilo, LLC",
            "registrar_website": "https://www.namesilo.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "See PrivacyGuardian.org",
            "registrant_address": "1928 E. Highland Ave. Ste F104 PMB# 255",
            "registrant_city": "Phoenix",
            "registrant_state": "AZ",
            "registrant_zip": "85016",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3478717726",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 43,
            "domain_name": "swedon.com",
            "domain_keyword": "swedon",
            "domain_tld": "com",
            "query_time": "2024-05-29 02:19:38",
            "create_date": "2023-08-21",
            "update_date": "2024-04-26",
            "expiry_date": "2025-08-21",
            "registrar_iana": 4036,
            "registrar_name": "Strange Domains LLC",
            "registrar_website": "http://https://www.strangedomains.com",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 44,
            "domain_name": "swsdol.com",
            "domain_keyword": "swsdol",
            "domain_tld": "com",
            "query_time": "2024-05-30 00:09:48",
            "create_date": "2021-03-30",
            "update_date": "2024-04-19",
            "expiry_date": "2025-03-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": "HUBEI",
            "registrant_zip": "Redacted for privacy",
            "registrant_country": "CN",
            "registrant_email": "https://rdap.gname.com/extra/contact?type=registrant&domain=swsdol.com",
            "registrant_phone": "Redacted for privacy",
            "registrant_fax": "Redacted for privacy",
            "name_servers": [
                "a.share-dns.com",
                "b.share-dns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 45,
            "domain_name": "swedo.pl",
            "domain_keyword": "swedo",
            "domain_tld": "pl",
            "query_time": "2024-05-08 12:01:45",
            "create_date": "2015-05-10",
            "update_date": "2022-07-29",
            "expiry_date": "2026-05-10",
            "registrar_name": "OVH SAS",
            "registrar_website": "https://www.ovhcloud.com",
            "name_servers": [
                "simon.ns.cloudflare.com",
                "tegan.ns.cloudflare.com"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 46,
            "domain_name": "swedo.se",
            "domain_keyword": "swedo",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "2004-09-27",
            "update_date": "2023-09-25",
            "expiry_date": "2024-09-27",
            "registrar_name": "One.com",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 47,
            "domain_name": "sweol.se",
            "domain_keyword": "sweol",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:33:05",
            "create_date": "2017-11-14",
            "update_date": "2024-02-13",
            "expiry_date": "2024-11-14",
            "registrar_name": "LoopiaGroup2",
            "name_servers": [
                "ns1.loopiagroup.com",
                "ns2.loopiagroup.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 48,
            "domain_name": "swedo.com",
            "domain_keyword": "swedo",
            "domain_tld": "com",
            "query_time": "2024-05-18 09:43:21",
            "create_date": "2000-05-16",
            "update_date": "2024-05-01",
            "expiry_date": "2025-05-16",
            "registrar_iana": 65,
            "registrar_name": "DOMAINPEOPLE, INC.",
            "registrar_website": "WWW.DOMAINPEOPLE.COM",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "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://tieredaccess.com/contact/02b42137-ea11-44b2-b17d-06e020c3a6da",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "a.dns.hostway.net",
                "b.dns.hostway.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 49,
            "domain_name": "sedol.us",
            "domain_keyword": "sedol",
            "domain_tld": "us",
            "query_time": "2024-05-18 18:35:04",
            "create_date": "2007-11-28",
            "update_date": "2023-10-25",
            "expiry_date": "2027-11-27",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "whois.biz",
            "registrant_name": "Net56, Inc. Net56, Inc.",
            "registrant_company": "Net56, Inc.",
            "registrant_address": "21805 W FIELD PKWY STE 125, **",
            "registrant_city": "DEER PARK",
            "registrant_state": "IL",
            "registrant_zip": "60010-3267",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.8479348100",
            "registrant_fax": "+1.8479341925",
            "name_servers": [
                "ns13.worldnic.com",
                "ns14.worldnic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 50,
            "domain_name": "swdol.cc",
            "domain_keyword": "swdol",
            "domain_tld": "cc",
            "query_time": "2024-05-29 02:16:36",
            "create_date": "2023-02-05",
            "update_date": "2023-02-05",
            "expiry_date": "2028-02-05",
            "registrar_iana": 1556,
            "registrar_name": "Chengdu west dimension digital technology Co., LTD",
            "registrar_website": "www.west.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Hubei Province",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "link at https://www.west.cn/web/whoisform?domain=swdol.cc",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.myhostadmin.net",
                "ns2.myhostadmin.net",
                "ns3.myhostadmin.net",
                "ns4.myhostadmin.net",
                "ns5.myhostadmin.net",
                "ns6.myhostadmin.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 51,
            "domain_name": "swdol.online",
            "domain_keyword": "swdol",
            "domain_tld": "online",
            "query_time": "2024-05-20 05:47:52",
            "create_date": "2016-11-24",
            "update_date": "2023-08-31",
            "expiry_date": "2028-11-24",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrant_company": "Li Xiang",
            "registrant_state": "Zhejiang",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns10.hichina.com",
                "dns9.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 52,
            "domain_name": "swdol.com",
            "domain_keyword": "swdol",
            "domain_tld": "com",
            "query_time": "2024-05-20 05:47:52",
            "create_date": "2021-07-03",
            "update_date": "2024-03-06",
            "expiry_date": "2025-07-03",
            "registrar_iana": 3862,
            "registrar_name": "Spaceship, Inc.",
            "registrar_website": "https://www.spaceship.com",
            "registrant_name": "Redacted for Privacy Purposes",
            "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": "https://www.spaceship.com/domains/whois/contact/?d=swdol.com",
            "registrant_phone": "+354.4212434",
            "name_servers": [
                "ns3.afternic.com",
                "ns4.afternic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 53,
            "domain_name": "swedow.se",
            "domain_keyword": "swedow",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "2009-10-09",
            "update_date": "2023-10-07",
            "expiry_date": "2024-10-09",
            "registrar_name": "One.com",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 54,
            "domain_name": "swedos.co.uk",
            "domain_keyword": "swedos",
            "domain_tld": "co.uk",
            "query_time": "2024-05-01 23:39:55",
            "create_date": "2006-01-23",
            "update_date": "2023-12-24",
            "expiry_date": "2025-01-23",
            "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": 55,
            "domain_name": "swedos.com",
            "domain_keyword": "swedos",
            "domain_tld": "com",
            "query_time": "2024-04-19 14:35:07",
            "create_date": "2024-04-16",
            "update_date": "2024-04-16",
            "expiry_date": "2025-04-16",
            "registrar_iana": 106,
            "registrar_name": "Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA",
            "registrar_website": "http://www.ascio.com",
            "name_servers": [
                "ns1.loopia.se",
                "ns2.loopia.se"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 56,
            "domain_name": "swedel.se",
            "domain_keyword": "swedel",
            "domain_tld": "se",
            "query_time": "2024-05-05 07:44:14",
            "create_date": "2020-10-07",
            "update_date": "2023-09-27",
            "expiry_date": "2024-10-07",
            "registrar_name": "Svenska Domäner",
            "name_servers": [
                "ns1.svenska-domaner.se",
                "ns2.svenska-domaner.se"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        },
        {
            "num": 57,
            "domain_name": "swepol.se",
            "domain_keyword": "swepol",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:33:07",
            "create_date": "2023-07-04",
            "update_date": "2023-07-12",
            "expiry_date": "2024-07-04",
            "registrar_name": "One.com",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 58,
            "domain_name": "swedow.com",
            "domain_keyword": "swedow",
            "domain_tld": "com",
            "query_time": "2024-04-25 22:07:48",
            "create_date": "2011-03-18",
            "update_date": "2024-03-19",
            "expiry_date": "2025-03-18",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns69.domaincontrol.com",
                "ns70.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 59,
            "domain_name": "swedon.se",
            "domain_keyword": "swedon",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "2018-12-06",
            "update_date": "2023-11-06",
            "expiry_date": "2024-12-06",
            "registrar_name": "Webb.se",
            "name_servers": [
                "demi.ns.cloudflare.com",
                "lex.ns.cloudflare.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 60,
            "domain_name": "swedov.ru",
            "domain_keyword": "swedov",
            "domain_tld": "ru",
            "query_time": "2024-05-02 08:15:50",
            "create_date": "2022-07-20",
            "expiry_date": "2024-07-20",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.reg.ru",
                "ns2.reg.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 61,
            "domain_name": "shedol.com",
            "domain_keyword": "shedol",
            "domain_tld": "com",
            "query_time": "2024-06-12 07:37:02",
            "create_date": "2023-07-12",
            "update_date": "2023-07-12",
            "expiry_date": "2024-07-12",
            "registrar_iana": 9,
            "registrar_name": "Register.com, Inc.",
            "registrar_website": "http://www.register.com",
            "name_servers": [
                "ns93.worldnic.com",
                "ns94.worldnic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 62,
            "domain_name": "swedpol.pl",
            "domain_keyword": "swedpol",
            "domain_tld": "pl",
            "query_time": "2024-06-01 16:51:36",
            "create_date": "2014-03-30",
            "update_date": "2024-03-26",
            "expiry_date": "2025-03-30",
            "registrar_name": "home.pl S.A.",
            "registrar_website": "https://home.pl/kontakt",
            "name_servers": [
                "dns.home.pl",
                "dns2.home.pl",
                "dns3.home.pl"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 63,
            "domain_name": "swidol.com",
            "domain_keyword": "swidol",
            "domain_tld": "com",
            "query_time": "2024-04-15 09:53:41",
            "create_date": "2021-01-30",
            "update_date": "2023-01-31",
            "expiry_date": "2025-01-30",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns33.domaincontrol.com",
                "ns34.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 64,
            "domain_name": "swepol.pl",
            "domain_keyword": "swepol",
            "domain_tld": "pl",
            "query_time": "2024-03-10 08:58:03",
            "create_date": "2003-06-27",
            "update_date": "2023-06-19",
            "expiry_date": "2024-06-26",
            "registrar_name": "nazwa.pl sp. z o.o.",
            "registrar_website": "www.nazwa.pl",
            "name_servers": [
                "ns1.nazwa.pl",
                "ns2.nazwa.pl",
                "ns3.nazwa.pl"
            ],
            "dns_sec": [
                "Signed"
            ]
        },
        {
            "num": 65,
            "domain_name": "swedop.se",
            "domain_keyword": "swedop",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "2018-02-22",
            "update_date": "2024-02-21",
            "expiry_date": "2025-02-22",
            "registrar_name": "TeliaSonera",
            "name_servers": [
                "dns10.telia.com",
                "dns11.se.telia.net",
                "dns12.se.telia.net",
                "dns9.telia.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        },
        {
            "num": 66,
            "domain_name": "swedsol.se",
            "domain_keyword": "swedsol",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:44",
            "create_date": "2020-11-14",
            "update_date": "2023-11-12",
            "expiry_date": "2024-11-14",
            "registrar_name": "One.com",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 67,
            "domain_name": "swedot.net",
            "domain_keyword": "swedot",
            "domain_tld": "net",
            "query_time": "2024-04-25 22:07:47",
            "create_date": "2005-05-03",
            "update_date": "2023-08-07",
            "expiry_date": "2025-05-03",
            "registrar_iana": 73,
            "registrar_name": "Abion AB",
            "registrar_website": "www.abion.com",
            "registrant_company": "Matthews Swedot",
            "registrant_country": "SE",
            "name_servers": [
                "dns01.dipcon.com",
                "dns02.ports.se",
                "dns03.ports.se",
                "dns04.ports.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 68,
            "domain_name": "swedel.com",
            "domain_keyword": "swedel",
            "domain_tld": "com",
            "query_time": "2024-04-25 22:04:57",
            "create_date": "2017-01-23",
            "update_date": "2021-01-17",
            "expiry_date": "2026-01-23",
            "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": [
                "nsg1.namebrightdns.com",
                "nsg2.namebrightdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 69,
            "domain_name": "seedol.com",
            "domain_keyword": "seedol",
            "domain_tld": "com",
            "query_time": "2024-05-02 23:17:20",
            "create_date": "2009-04-06",
            "update_date": "2024-04-22",
            "expiry_date": "2025-04-06",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns5.afternic.com",
                "ns6.afternic.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 70,
            "domain_name": "swebol.se",
            "domain_keyword": "swebol",
            "domain_tld": "se",
            "query_time": "2024-05-05 07:43:56",
            "create_date": "2013-01-27",
            "update_date": "2024-01-25",
            "expiry_date": "2025-01-27",
            "registrar_name": "One.com",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 71,
            "domain_name": "swdol.com.cn",
            "domain_keyword": "swdol",
            "domain_tld": "com.cn",
            "query_time": "2024-05-29 02:07:54",
            "create_date": "2018-07-30",
            "expiry_date": "2028-07-30",
            "registrar_name": "阿里云计算有限公司(万网)",
            "registrant_name": "雷永安",
            "registrant_email": "[email protected]",
            "name_servers": [
                "dns1.hichina.com",
                "dns2.hichina.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 72,
            "domain_name": "sedol.com",
            "domain_keyword": "sedol",
            "domain_tld": "com",
            "query_time": "2024-04-25 01:22:40",
            "create_date": "1999-08-01",
            "update_date": "2023-09-27",
            "expiry_date": "2025-08-01",
            "registrar_iana": 9,
            "registrar_name": "Register.com, Inc.",
            "registrar_website": "http://www.register.com",
            "name_servers": [
                "dns101.register.com",
                "dns102.register.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 73,
            "domain_name": "sedol.co.uk",
            "domain_keyword": "sedol",
            "domain_tld": "co.uk",
            "query_time": "2024-05-18 18:35:08",
            "create_date": "2003-04-03",
            "update_date": "2023-03-02",
            "expiry_date": "2025-04-03",
            "registrar_name": "Markmonitor Inc. [Tag = MARKMONITOR]",
            "registrar_website": "https://www.markmonitor.com",
            "name_servers": [
                "ns1.markmonitor.com",
                "ns2.markmonitor.com",
                "ns3.markmonitor.com",
                "ns4.markmonitor.com",
                "ns5.markmonitor.com",
                "ns6.markmonitor.com",
                "ns7.markmonitor.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 74,
            "domain_name": "swedoll.com",
            "domain_keyword": "swedoll",
            "domain_tld": "com",
            "query_time": "2024-04-25 22:07:47",
            "create_date": "2008-12-28",
            "update_date": "2023-12-29",
            "expiry_date": "2024-12-28",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "https://www.godaddy.com",
            "registrant_name": "Registration Private",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "DomainsByProxy.com, 2155 E Warner Rd",
            "registrant_city": "Tempe",
            "registrant_state": "Arizona",
            "registrant_zip": "85284",
            "registrant_country": "US",
            "registrant_email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=swedoll.com",
            "registrant_phone": "+1.4806242599",
            "name_servers": [
                "ns19.domaincontrol.com",
                "ns20.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 75,
            "domain_name": "swedot.ru",
            "domain_keyword": "swedot",
            "domain_tld": "ru",
            "query_time": "2024-05-02 08:15:50",
            "create_date": "2004-11-04",
            "expiry_date": "2024-11-04",
            "registrar_name": "RU-CENTER-RU",
            "registrant_company": "\"Western Technics Saint-Petersburg\" Limited",
            "name_servers": [
                "dns1.yandex.net",
                "dns2.yandex.net"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 76,
            "domain_name": "swdol.se",
            "domain_keyword": "swdol",
            "domain_tld": "se",
            "query_time": "2024-05-05 07:43:50",
            "create_date": "2015-02-07",
            "update_date": "2024-02-08",
            "expiry_date": "2025-02-07",
            "registrar_name": "InterNetX GmbH",
            "name_servers": [
                "ns1.mytrafficmanagement.com",
                "ns2.mytrafficmanagement.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        },
        {
            "num": 77,
            "domain_name": "snedol.ru",
            "domain_keyword": "snedol",
            "domain_tld": "ru",
            "query_time": "2024-05-01 04:05:00",
            "create_date": "2022-03-06",
            "expiry_date": "2025-03-06",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.webhost1.com",
                "ns2.webhost1.com",
                "ns3.webhost1.org",
                "ns4.webhost1.org"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 78,
            "domain_name": "swedos.se",
            "domain_keyword": "swedos",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:30",
            "create_date": "2022-09-26",
            "update_date": "2023-09-24",
            "expiry_date": "2024-09-26",
            "registrar_name": "One.com",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 79,
            "domain_name": "swedsl.com",
            "domain_keyword": "swedsl",
            "domain_tld": "com",
            "query_time": "2024-05-23 20:21:57",
            "create_date": "2022-03-25",
            "update_date": "2024-03-05",
            "expiry_date": "2025-03-25",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns31.domaincontrol.com",
                "ns32.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 80,
            "domain_name": "swedl.com",
            "domain_keyword": "swedl",
            "domain_tld": "com",
            "query_time": "2024-05-29 02:19:37",
            "create_date": "2023-10-01",
            "update_date": "2023-10-01",
            "expiry_date": "2024-10-01",
            "registrar_iana": 3792,
            "registrar_name": "Global Domain Name Trading Center Ltd",
            "registrar_website": "http://www.gdntcl.com/",
            "registrant_state": "GD",
            "registrant_country": "CN",
            "registrant_email": "http://www.domainoriental.com/?regpage=whoiscontact&domain=swedl.com",
            "name_servers": [
                "ns1.taoa.com",
                "ns2.taoa.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 81,
            "domain_name": "swebol.com",
            "domain_keyword": "swebol",
            "domain_tld": "com",
            "query_time": "2024-05-27 01:49:29",
            "create_date": "2014-01-29",
            "update_date": "2023-12-30",
            "expiry_date": "2025-01-29",
            "registrar_iana": 1462,
            "registrar_name": "One.com A/S",
            "registrar_website": "https://www.one.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": "SE",
            "registrant_email": "https://www.one.com/en/whois",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 82,
            "domain_name": "swedo.org",
            "domain_keyword": "swedo",
            "domain_tld": "org",
            "query_time": "2024-04-25 22:07:46",
            "create_date": "2012-06-13",
            "update_date": "2024-04-08",
            "expiry_date": "2024-06-13",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "LA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-c1.googledomains.com",
                "ns-cloud-c2.googledomains.com",
                "ns-cloud-c3.googledomains.com",
                "ns-cloud-c4.googledomains.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 83,
            "domain_name": "sedol.ru",
            "domain_keyword": "sedol",
            "domain_tld": "ru",
            "query_time": "2024-05-06 03:10:12",
            "create_date": "2015-01-21",
            "expiry_date": "2025-01-21",
            "registrar_name": "SALENAMES-RU",
            "registrant_company": "Private Person",
            "name_servers": [
                "ns3.salenames.ru",
                "ns4.salenames.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 84,
            "domain_name": "swdol.top",
            "domain_keyword": "swdol",
            "domain_tld": "top",
            "query_time": "2024-05-20 05:47:52",
            "create_date": "2017-09-05",
            "update_date": "2017-09-05",
            "expiry_date": "2024-09-05",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Chen Jun Chao",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Zhejiang",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns29.hichina.com",
                "dns30.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 85,
            "domain_name": "swdol.net",
            "domain_keyword": "swdol",
            "domain_tld": "net",
            "query_time": "2024-04-16 11:20:30",
            "create_date": "2009-10-28",
            "update_date": "2023-10-15",
            "expiry_date": "2025-10-28",
            "registrar_iana": 420,
            "registrar_name": "Alibaba Cloud Computing (Beijing) Co., Ltd.",
            "registrar_website": "http://www.net.cn",
            "registrant_state": "he nan",
            "registrant_country": "CN",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "ns1.72dns.com",
                "ns2.72dns.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 86,
            "domain_name": "sweol.com",
            "domain_keyword": "sweol",
            "domain_tld": "com",
            "query_time": "2024-06-07 06:25:02",
            "create_date": "2008-08-29",
            "update_date": "2024-02-13",
            "expiry_date": "2024-08-29",
            "registrar_iana": 106,
            "registrar_name": "Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA",
            "registrar_website": "http://www.ascio.com",
            "name_servers": [
                "ns1.loopiagroup.com",
                "ns2.loopiagroup.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 87,
            "domain_name": "swedo.net",
            "domain_keyword": "swedo",
            "domain_tld": "net",
            "query_time": "2024-04-25 22:07:46",
            "create_date": "2007-05-12",
            "update_date": "2023-06-25",
            "expiry_date": "2025-05-12",
            "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": "NJ",
            "registrant_zip": "DATA REDACTED",
            "registrant_country": "US",
            "registrant_email": "https://domaincontact.cloudflareregistrar.com/swedo.net",
            "registrant_phone": "DATA REDACTED",
            "registrant_fax": "DATA REDACTED",
            "name_servers": [
                "brady.ns.cloudflare.com",
                "joyce.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 88,
            "domain_name": "wedol.com",
            "domain_keyword": "wedol",
            "domain_tld": "com",
            "query_time": "2024-04-15 10:11:44",
            "create_date": "2014-10-26",
            "update_date": "2020-10-20",
            "expiry_date": "2025-10-26",
            "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": 89,
            "domain_name": "swexoo.com",
            "domain_keyword": "swexoo",
            "domain_tld": "com",
            "query_time": "2024-04-18 19:34:33",
            "create_date": "2023-09-14",
            "update_date": "2023-09-14",
            "expiry_date": "2024-09-14",
            "registrar_iana": 106,
            "registrar_name": "Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA",
            "registrar_website": "http://www.ascio.com",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 90,
            "domain_name": "swedogs.com",
            "domain_keyword": "swedogs",
            "domain_tld": "com",
            "query_time": "2024-04-25 22:07:47",
            "create_date": "2019-11-01",
            "update_date": "2022-10-06",
            "expiry_date": "2024-11-01",
            "registrar_iana": 106,
            "registrar_name": "Ascio Technologies, Inc",
            "registrar_website": "http://www.ascio.com",
            "registrant_name": "Not Disclosed",
            "registrant_company": "Not Disclosed",
            "registrant_address": "Not Disclosed",
            "registrant_city": "Not Disclosed",
            "registrant_zip": "Not Disclosed",
            "registrant_country": "SE",
            "registrant_email": "https://whoiscontact.ascio.com?domainname=swedogs.com",
            "registrant_phone": "Not Disclosed",
            "registrant_fax": "Not Disclosed",
            "name_servers": [
                "ns1.loopia.se",
                "ns2.loopia.se"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 91,
            "domain_name": "serdol.ru",
            "domain_keyword": "serdol",
            "domain_tld": "ru",
            "query_time": "2024-05-01 18:34:03",
            "create_date": "2010-12-21",
            "expiry_date": "2024-12-21",
            "registrar_name": "SALENAMES-RU",
            "registrant_company": "Private Person",
            "name_servers": [
                "ns3.salenames.ru",
                "ns4.salenames.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 92,
            "domain_name": "shegol.com",
            "domain_keyword": "shegol",
            "domain_tld": "com",
            "query_time": "2024-04-17 20:02:43",
            "create_date": "2021-02-11",
            "update_date": "2021-08-27",
            "expiry_date": "2025-02-11",
            "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": [
                "nsg1.namebrightdns.com",
                "nsg2.namebrightdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 93,
            "domain_name": "wwesol.com",
            "domain_keyword": "wwesol",
            "domain_tld": "com",
            "query_time": "2024-04-23 19:56:32",
            "create_date": "2024-04-13",
            "update_date": "2024-04-13",
            "expiry_date": "2025-04-13",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns71.domaincontrol.com",
                "ns72.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 94,
            "domain_name": "swegot.se",
            "domain_keyword": "swegot",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:32:53",
            "create_date": "2008-01-07",
            "update_date": "2023-11-23",
            "expiry_date": "2025-01-07",
            "registrar_name": "EgenSajt.se",
            "name_servers": [
                "ns1.egensajt.se",
                "ns2.egensajt.se",
                "ns3.egensajt.se",
                "ns4.egensajt.se"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 95,
            "domain_name": "swepal.se",
            "domain_keyword": "swepal",
            "domain_tld": "se",
            "query_time": "2024-05-05 20:33:06",
            "create_date": "2024-01-08",
            "update_date": "2024-01-17",
            "expiry_date": "2025-01-08",
            "registrar_name": "Loopia AB",
            "name_servers": [
                "ajay.ns.cloudflare.com",
                "dora.ns.cloudflare.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        },
        {
            "num": 96,
            "domain_name": "swedak.se",
            "domain_keyword": "swedak",
            "domain_tld": "se",
            "query_time": "2024-05-05 07:44:09",
            "create_date": "2017-03-09",
            "update_date": "2024-03-07",
            "expiry_date": "2025-03-09",
            "registrar_name": "One.com",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 97,
            "domain_name": "soedal.com",
            "domain_keyword": "soedal",
            "domain_tld": "com",
            "query_time": "2024-05-23 10:21:17",
            "create_date": "2003-05-20",
            "update_date": "2024-05-02",
            "expiry_date": "2025-05-20",
            "registrar_iana": 269,
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "https://www.syse.no",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Kristiansand",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "NO",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "pro-one.g1-dns.com",
                "pro-one.g1-dns.one"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 98,
            "domain_name": "spedal.ru",
            "domain_keyword": "spedal",
            "domain_tld": "ru",
            "query_time": "2024-05-21 16:08:30",
            "create_date": "2024-05-19",
            "expiry_date": "2025-05-19",
            "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": 99,
            "domain_name": "seedon.info",
            "domain_keyword": "seedon",
            "domain_tld": "info",
            "query_time": "2024-05-18 18:39:09",
            "create_date": "2006-11-08",
            "update_date": "2023-12-23",
            "expiry_date": "2024-11-08",
            "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": [
                "ns71.domaincontrol.com",
                "ns72.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 100,
            "domain_name": "snadol.com",
            "domain_keyword": "snadol",
            "domain_tld": "com",
            "query_time": "2024-05-18 10:28:19",
            "create_date": "2022-01-25",
            "update_date": "2024-01-18",
            "expiry_date": "2025-01-25",
            "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": "NY",
            "registrant_zip": "DATA REDACTED",
            "registrant_country": "US",
            "registrant_email": "https://domaincontact.cloudflareregistrar.com/snadol.com",
            "registrant_phone": "DATA REDACTED",
            "registrant_fax": "DATA REDACTED",
            "name_servers": [
                "chuck.ns.cloudflare.com",
                "pam.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        }
    ],
    "stats": {
        "total_time": 0.194,
        "api_credits_used": 3,
        "cost_calculation": "3 (fuzzy_domains [1 domain])"
    }
}
<root>
 <success>true</success>
 <query>
  <fuzzy_domains>swedol.se</fuzzy_domains>
  <page_size>100</page_size>
 </query>
 <count>
  <total>4108</total>
  <relation>eq</relation>
  <current>100</current>
 </count>
 <unique_domains>swedcol.se, swedox.com, swedlo.com, swevol.com, swedoc.se, swedom.ru, soedol.com, swedpol.se, swetol.ru, saedol.com, swedcol.com, shedol.ru, swedor.com, swwdol.com, swedog.se, swemol.se, swedom.com, swedsol.com, swedox.se, swedok.se, swedot.org, swedal.se, swedoc.com, swerol.se, swedel.net, swebol.org, swedole.com, swedal.com, swepol.com, swedot.se, skedol.com, swerol.com, swedel.ru, swedoz.com, swedoy.com, sgedol.xyz, swedot.com, swedpol.com, swedos.info, swedool.se, swesol.se, swedog.com, swedon.com, swsdol.com, swedo.pl, swedo.se, sweol.se, swedo.com, sedol.us, swdol.cc, swdol.online, swdol.com, swedow.se, swedos.co.uk, swedos.com, swedel.se, swepol.se, swedow.com, swedon.se, swedov.ru, shedol.com, swedpol.pl, swidol.com, swepol.pl, swedop.se, swedsol.se, swedot.net, swedel.com, seedol.com, swebol.se, swdol.com.cn, sedol.com, sedol.co.uk, swedoll.com, swedot.ru, swdol.se, snedol.ru, swedos.se, swedsl.com, swedl.com, swebol.com, swedo.org, sedol.ru, swdol.top, swdol.net, sweol.com, swedo.net, wedol.com, swexoo.com, swedogs.com, serdol.ru, shegol.com, wwesol.com, swegot.se, swepal.se, swedak.se, soedal.com, spedal.ru, seedon.info, snadol.com</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>swedcol.se</domain_name>
   <domain_keyword>swedcol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 07:44:12</query_time>
   <create_date>2007-10-12</create_date>
   <update_date>2024-02-14</update_date>
   <expiry_date>2024-10-12</expiry_date>
   <registrar_name>One.com</registrar_name>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>swedox.com</domain_name>
   <domain_keyword>swedox</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-06 22:11:50</query_time>
   <create_date>2021-04-11</create_date>
   <update_date>2023-04-12</update_date>
   <expiry_date>2025-04-11</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>dns1.supremepanel.com</value>
    <value>dns2.supremepanel.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>3</num>
   <domain_name>swedlo.com</domain_name>
   <domain_keyword>swedlo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-06 22:11:49</query_time>
   <create_date>2023-09-26</create_date>
   <update_date>2023-09-27</update_date>
   <expiry_date>2024-09-26</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>http://networksolutions.com</registrar_website>
   <name_servers>
    <value>lola.ns.cloudflare.com</value>
    <value>nicolas.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientHold</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>swevol.com</domain_name>
   <domain_keyword>swevol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 19:34:31</query_time>
   <create_date>2004-12-02</create_date>
   <update_date>2023-10-11</update_date>
   <expiry_date>2024-12-02</expiry_date>
   <registrar_iana>106</registrar_iana>
   <registrar_name>Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA</registrar_name>
   <registrar_website>http://www.ascio.com</registrar_website>
   <name_servers>
    <value>ns1.loopia.se</value>
    <value>ns2.loopia.se</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>5</num>
   <domain_name>swedoc.se</domain_name>
   <domain_keyword>swedoc</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>2006-03-31</create_date>
   <update_date>2024-04-07</update_date>
   <expiry_date>2025-03-31</expiry_date>
   <registrar_name>Gandi SAS</registrar_name>
   <name_servers>
    <value>ns-174-b.gandi.net</value>
    <value>ns-179-a.gandi.net</value>
    <value>ns-64-c.gandi.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>swedom.ru</domain_name>
   <domain_keyword>swedom</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-02 08:15:50</query_time>
   <create_date>2020-02-27</create_date>
   <expiry_date>2025-02-27</expiry_date>
   <registrar_name>SALENAMES-RU</registrar_name>
   <registrant_company>Private Person</registrant_company>
   <name_servers>
    <value>ns3.salenames.ru</value>
    <value>ns4.salenames.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>7</num>
   <domain_name>soedol.com</domain_name>
   <domain_keyword>soedol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-25 21:31:34</query_time>
   <create_date>2021-07-18</create_date>
   <update_date>2021-07-18</update_date>
   <expiry_date>2024-07-18</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun LLC</registrar_name>
   <registrar_website>http://www.porkbun.com</registrar_website>
   <registrant_name>Whois Privacy</registrant_name>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_address>500 Westover Dr #9816</registrant_address>
   <registrant_city>Sanford</registrant_city>
   <registrant_state>NC</registrant_state>
   <registrant_zip>27330</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://porkbun.com/whois/contact/registrant/soedol.com</registrant_email>
   <registrant_phone>+1.9712666028</registrant_phone>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>swedpol.se</domain_name>
   <domain_keyword>swedpol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:31</query_time>
   <create_date>2007-01-02</create_date>
   <update_date>2023-12-04</update_date>
   <expiry_date>2025-01-02</expiry_date>
   <registrar_name>Loopia AB</registrar_name>
   <name_servers>
    <value>ns1.loopia.se</value>
    <value>ns2.loopia.se</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>9</num>
   <domain_name>swetol.ru</domain_name>
   <domain_keyword>swetol</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-02 08:16:37</query_time>
   <create_date>2018-11-13</create_date>
   <expiry_date>2024-11-13</expiry_date>
   <registrar_name>SALENAMES-RU</registrar_name>
   <registrant_company>Private Person</registrant_company>
   <name_servers>
    <value>ns3.salenames.ru</value>
    <value>ns4.salenames.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>10</num>
   <domain_name>saedol.com</domain_name>
   <domain_keyword>saedol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-24 04:09:00</query_time>
   <create_date>2018-08-26</create_date>
   <update_date>2023-07-22</update_date>
   <expiry_date>2024-08-26</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 saedol.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>ns-1118.awsdns-11.org</value>
    <value>ns-2019.awsdns-60.co.uk</value>
    <value>ns-318.awsdns-39.com</value>
    <value>ns-628.awsdns-14.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>11</num>
   <domain_name>swedcol.com</domain_name>
   <domain_keyword>swedcol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-28 15:43:03</query_time>
   <create_date>2007-10-12</create_date>
   <update_date>2023-09-12</update_date>
   <expiry_date>2024-10-12</expiry_date>
   <registrar_iana>1462</registrar_iana>
   <registrar_name>One.com A/S</registrar_name>
   <registrar_website>https://www.one.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>CO</registrant_country>
   <registrant_email>https://www.one.com/en/whois</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>12</num>
   <domain_name>shedol.ru</domain_name>
   <domain_keyword>shedol</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 04:16:45</query_time>
   <create_date>2009-09-16</create_date>
   <expiry_date>2024-09-16</expiry_date>
   <registrar_name>RD-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>elista.ens.mail.ru</value>
    <value>miass.ens.mail.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>13</num>
   <domain_name>swedor.com</domain_name>
   <domain_keyword>swedor</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 22:07:47</query_time>
   <create_date>2014-06-28</create_date>
   <update_date>2020-06-22</update_date>
   <expiry_date>2025-06-28</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>14</num>
   <domain_name>swwdol.com</domain_name>
   <domain_keyword>swwdol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-11 16:26:43</query_time>
   <create_date>2023-04-05</create_date>
   <update_date>2024-04-06</update_date>
   <expiry_date>2025-04-05</expiry_date>
   <registrar_iana>3858</registrar_iana>
   <registrar_name>Aceville Pte. Ltd.</registrar_name>
   <registrar_website>http://https://www.dnspod.com</registrar_website>
   <name_servers>
    <value>dm1.dns.com</value>
    <value>dm2.dns.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>15</num>
   <domain_name>swedog.se</domain_name>
   <domain_keyword>swedog</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>2022-12-11</create_date>
   <update_date>2023-12-09</update_date>
   <expiry_date>2024-12-11</expiry_date>
   <registrar_name>One.com</registrar_name>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>16</num>
   <domain_name>swemol.se</domain_name>
   <domain_keyword>swemol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:58</query_time>
   <create_date>2021-11-18</create_date>
   <update_date>2024-03-28</update_date>
   <expiry_date>2024-11-18</expiry_date>
   <registrar_name>Simply.com</registrar_name>
   <name_servers>
    <value>ns1.simply.com</value>
    <value>ns2.simply.com</value>
    <value>ns3.simply.com</value>
    <value>ns4.simply.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>17</num>
   <domain_name>swedom.com</domain_name>
   <domain_keyword>swedom</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-29 02:19:38</query_time>
   <create_date>2012-11-05</create_date>
   <update_date>2020-10-30</update_date>
   <expiry_date>2024-11-05</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>18</num>
   <domain_name>swedsol.com</domain_name>
   <domain_keyword>swedsol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 22:07:51</query_time>
   <create_date>2015-06-02</create_date>
   <update_date>2023-06-03</update_date>
   <expiry_date>2025-06-02</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>ns33.domaincontrol.com</value>
    <value>ns34.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>19</num>
   <domain_name>swedox.se</domain_name>
   <domain_keyword>swedox</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>2024-02-19</create_date>
   <update_date>2024-02-19</update_date>
   <expiry_date>2025-02-19</expiry_date>
   <registrar_name>Hostnet bv</registrar_name>
   <name_servers>
    <value>ns01.hostnet.nl</value>
    <value>ns02.hostnet.nl</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>20</num>
   <domain_name>swedok.se</domain_name>
   <domain_keyword>swedok</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>2020-02-09</create_date>
   <update_date>2024-01-25</update_date>
   <expiry_date>2025-02-09</expiry_date>
   <registrar_name>Loopia AB</registrar_name>
   <name_servers>
    <value>ns1.loopia.se</value>
    <value>ns2.loopia.se</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>21</num>
   <domain_name>swedot.org</domain_name>
   <domain_keyword>swedot</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-05-08 12:01:45</query_time>
   <create_date>2005-05-03</create_date>
   <update_date>2024-05-08</update_date>
   <expiry_date>2025-05-03</expiry_date>
   <registrar_iana>151</registrar_iana>
   <registrar_name>PSI-USA, Inc. dba Domain Robot</registrar_name>
   <registrar_website>http://www.psi-usa.info</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Matthews Swedot AB</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>SE</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>SE</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>dns01.dipcon.com</value>
    <value>dns02.ports.se</value>
    <value>dns03.ports.se</value>
    <value>dns04.ports.net</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>pendingTransfer</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>22</num>
   <domain_name>swedal.se</domain_name>
   <domain_keyword>swedal</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 07:44:09</query_time>
   <create_date>1999-12-16</create_date>
   <update_date>2023-11-01</update_date>
   <expiry_date>2024-12-16</expiry_date>
   <registrar_name>Loopia AB</registrar_name>
   <name_servers>
    <value>dns1.afdrift.se</value>
    <value>dns2.afdrift.se</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>23</num>
   <domain_name>swedoc.com</domain_name>
   <domain_keyword>swedoc</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 22:07:46</query_time>
   <create_date>2000-12-19</create_date>
   <update_date>2000-12-19</update_date>
   <expiry_date>2024-12-19</expiry_date>
   <registrar_iana>141</registrar_iana>
   <registrar_name>Cronon AG</registrar_name>
   <registrar_website>http://www.cronon.net</registrar_website>
   <registrant_country>DE</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>docks04.rzone.de</value>
    <value>shades20.rzone.de</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>24</num>
   <domain_name>swerol.se</domain_name>
   <domain_keyword>swerol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:33:09</query_time>
   <create_date>2024-01-20</create_date>
   <update_date>2024-03-19</update_date>
   <expiry_date>2025-01-20</expiry_date>
   <registrar_name>1 Api GmbH</registrar_name>
   <name_servers>
    <value>ns41.domaincontrol.com</value>
    <value>ns42.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>25</num>
   <domain_name>swedel.net</domain_name>
   <domain_keyword>swedel</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-25 22:04:57</query_time>
   <create_date>2023-07-02</create_date>
   <update_date>2023-07-02</update_date>
   <expiry_date>2024-06-20</expiry_date>
   <registrar_iana>141</registrar_iana>
   <registrar_name>Cronon AG</registrar_name>
   <registrar_website>http://www.cronon.net</registrar_website>
   <registrant_country>DE</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>docks02.rzone.de</value>
    <value>shades05.rzone.de</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>26</num>
   <domain_name>swebol.org</domain_name>
   <domain_keyword>swebol</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-05-18 09:42:59</query_time>
   <create_date>2022-06-21</create_date>
   <update_date>2023-05-28</update_date>
   <expiry_date>2024-06-21</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>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>27</num>
   <domain_name>swedole.com</domain_name>
   <domain_keyword>swedole</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 22:07:47</query_time>
   <create_date>2005-08-23</create_date>
   <update_date>2017-08-09</update_date>
   <expiry_date>2026-08-24</expiry_date>
   <registrar_iana>460</registrar_iana>
   <registrar_name>WEBCC</registrar_name>
   <registrar_website>http://www.webnic.cc</registrar_website>
   <registrant_name>Domain Admin</registrant_name>
   <registrant_company>Whoisprotection.cc</registrant_company>
   <registrant_address>L4-E-2, Level 4, Enterprise 4, Technology Park Malaysia, Bukit Jalil</registrant_address>
   <registrant_city>Kuala Lumpur</registrant_city>
   <registrant_state>Wilayah Persekutuan</registrant_state>
   <registrant_zip>57000</registrant_zip>
   <registrant_country>MY</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+60.389966788</registrant_phone>
   <registrant_fax>+603.89966788</registrant_fax>
   <name_servers>
    <value>ns1.cnolnic.net</value>
    <value>ns2.cnolnic.net</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>28</num>
   <domain_name>swedal.com</domain_name>
   <domain_keyword>swedal</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 22:04:12</query_time>
   <create_date>2006-11-28</create_date>
   <update_date>2023-11-29</update_date>
   <expiry_date>2024-11-28</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns29.domaincontrol.com</value>
    <value>ns30.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>29</num>
   <domain_name>swepol.com</domain_name>
   <domain_keyword>swepol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-07 06:25:08</query_time>
   <create_date>2014-07-18</create_date>
   <update_date>2023-07-13</update_date>
   <expiry_date>2024-07-18</expiry_date>
   <registrar_iana>1456</registrar_iana>
   <registrar_name>NetArt Registrar Sp. z o.o.</registrar_name>
   <registrar_website>http://www.netart-registrar.com</registrar_website>
   <registrant_name>Whois Data Protection Sp. z o.o.</registrant_name>
   <registrant_company>Whois Data Protection Sp. z o.o.</registrant_company>
   <registrant_address>Pana Tadeusza 2</registrant_address>
   <registrant_city>Krakow</registrant_city>
   <registrant_state>lodzkie</registrant_state>
   <registrant_zip>30-727</registrant_zip>
   <registrant_country>PL</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+48.224544887</registrant_phone>
   <registrant_fax>+48.224544888</registrant_fax>
   <name_servers>
    <value>ns1.nazwa.pl</value>
    <value>ns2.nazwa.pl</value>
    <value>ns3.nazwa.pl</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>30</num>
   <domain_name>swedot.se</domain_name>
   <domain_keyword>swedot</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>1990-10-16</create_date>
   <update_date>2024-01-30</update_date>
   <expiry_date>2024-12-31</expiry_date>
   <registrar_name>Abion AB</registrar_name>
   <name_servers>
    <value>dns01.dipcon.com</value>
    <value>dns02.ports.se</value>
    <value>dns03.ports.se</value>
    <value>dns04.ports.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>31</num>
   <domain_name>skedol.com</domain_name>
   <domain_keyword>skedol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-14 15:31:35</query_time>
   <create_date>2010-01-31</create_date>
   <update_date>2023-11-26</update_date>
   <expiry_date>2025-01-31</expiry_date>
   <registrar_iana>228</registrar_iana>
   <registrar_name>Moniker Online Services LLC</registrar_name>
   <registrar_website>http://www.moniker.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Eastren Province</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>SA</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.fastpark.net</value>
    <value>ns2.fastpark.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>32</num>
   <domain_name>swerol.com</domain_name>
   <domain_keyword>swerol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-18 09:48:22</query_time>
   <create_date>2024-01-20</create_date>
   <update_date>2024-01-20</update_date>
   <expiry_date>2025-01-20</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>ns01.domaincontrol.com</value>
    <value>ns02.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>33</num>
   <domain_name>swedel.ru</domain_name>
   <domain_keyword>swedel</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-02 08:15:49</query_time>
   <create_date>2018-06-26</create_date>
   <expiry_date>2024-06-26</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>34</num>
   <domain_name>swedoz.com</domain_name>
   <domain_keyword>swedoz</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-28 15:44:26</query_time>
   <create_date>2021-09-14</create_date>
   <update_date>2023-10-04</update_date>
   <expiry_date>2024-09-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>ben.ns.cloudflare.com</value>
    <value>chan.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>35</num>
   <domain_name>swedoy.com</domain_name>
   <domain_keyword>swedoy</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 22:07:48</query_time>
   <create_date>2010-01-05</create_date>
   <update_date>2023-11-23</update_date>
   <expiry_date>2025-01-05</expiry_date>
   <registrar_iana>113</registrar_iana>
   <registrar_name>CSL Computer Service Langenbach GmbH d/b/a joker.com</registrar_name>
   <registrar_website>https://joker.com</registrar_website>
   <registrant_name>On behalf of swedoy.com</registrant_name>
   <registrant_company>c/o IDPS International Domain Privacy Services GmbH</registrant_company>
   <registrant_address>Hansaallee 191</registrant_address>
   <registrant_city>Duesseldorf</registrant_city>
   <registrant_zip>40549</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>https://csl-registrar.com/contact/swedoy.com/owner</registrant_email>
   <registrant_phone>+49.21186767448</registrant_phone>
   <registrant_fax>+49.211867676448</registrant_fax>
   <name_servers>
    <value>a.ns.joker.com</value>
    <value>b.ns.joker.com</value>
    <value>c.ns.joker.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>36</num>
   <domain_name>sgedol.xyz</domain_name>
   <domain_keyword>sgedol</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-21 12:07:33</query_time>
   <create_date>2023-07-04</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-07-04</expiry_date>
   <registrar_iana>1556</registrar_iana>
   <registrar_name>CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD.</registrar_name>
   <registrar_website>http://www.west.cn</registrar_website>
   <registrant_company>you shi ke ji(zhong guo)you xian gong si</registrant_company>
   <registrant_state>guangdongsheng</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.huaweicloud-dns.cn</value>
    <value>ns1.huaweicloud-dns.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>37</num>
   <domain_name>swedot.com</domain_name>
   <domain_keyword>swedot</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 22:07:47</query_time>
   <create_date>1998-11-06</create_date>
   <update_date>2022-09-21</update_date>
   <expiry_date>2027-11-05</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>http://networksolutions.com</registrar_website>
   <name_servers>
    <value>ns.rackspace.com</value>
    <value>ns2.rackspace.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>38</num>
   <domain_name>swedpol.com</domain_name>
   <domain_keyword>swedpol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-06 22:11:51</query_time>
   <create_date>2007-01-02</create_date>
   <update_date>2023-12-04</update_date>
   <expiry_date>2025-01-02</expiry_date>
   <registrar_iana>106</registrar_iana>
   <registrar_name>Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA</registrar_name>
   <registrar_website>http://www.ascio.com</registrar_website>
   <name_servers>
    <value>ns3.loopia.se</value>
    <value>ns4.loopia.se</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>39</num>
   <domain_name>swedos.info</domain_name>
   <domain_keyword>swedos</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-27 13:31:39</query_time>
   <create_date>2006-01-24</create_date>
   <update_date>2024-01-29</update_date>
   <expiry_date>2025-01-24</expiry_date>
   <registrar_iana>48</registrar_iana>
   <registrar_name>eNom, LLC</registrar_name>
   <registrar_website>http://www.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.farbyte.com</value>
    <value>ns2.farbyte.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>40</num>
   <domain_name>swedool.se</domain_name>
   <domain_keyword>swedool</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>2006-12-24</create_date>
   <update_date>2023-12-24</update_date>
   <expiry_date>2024-12-24</expiry_date>
   <registrar_name>NEware AB</registrar_name>
   <name_servers>
    <value>ns1.dnh.se</value>
    <value>ns2.dnh.se</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>41</num>
   <domain_name>swesol.se</domain_name>
   <domain_keyword>swesol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-09 17:22:05</query_time>
   <create_date>2024-05-07</create_date>
   <update_date>2024-05-07</update_date>
   <expiry_date>2025-05-07</expiry_date>
   <registrar_name>ODERLAND</registrar_name>
   <name_servers>
    <value>dns1.oderland.com</value>
    <value>dns2.oderland.com</value>
    <value>dns3.oderland.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>42</num>
   <domain_name>swedog.com</domain_name>
   <domain_keyword>swedog</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-12 10:48:15</query_time>
   <create_date>2019-11-16</create_date>
   <update_date>2024-04-21</update_date>
   <expiry_date>2024-11-16</expiry_date>
   <registrar_iana>1479</registrar_iana>
   <registrar_name>NameSilo, LLC</registrar_name>
   <registrar_website>https://www.namesilo.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>See PrivacyGuardian.org</registrant_company>
   <registrant_address>1928 E. Highland Ave. Ste F104 PMB# 255</registrant_address>
   <registrant_city>Phoenix</registrant_city>
   <registrant_state>AZ</registrant_state>
   <registrant_zip>85016</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3478717726</registrant_phone>
   <name_servers>
    <value>ns1.dns-parking.com</value>
    <value>ns2.dns-parking.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>43</num>
   <domain_name>swedon.com</domain_name>
   <domain_keyword>swedon</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-29 02:19:38</query_time>
   <create_date>2023-08-21</create_date>
   <update_date>2024-04-26</update_date>
   <expiry_date>2025-08-21</expiry_date>
   <registrar_iana>4036</registrar_iana>
   <registrar_name>Strange Domains LLC</registrar_name>
   <registrar_website>http://https://www.strangedomains.com</registrar_website>
   <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>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>44</num>
   <domain_name>swsdol.com</domain_name>
   <domain_keyword>swsdol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-30 00:09:48</query_time>
   <create_date>2021-03-30</create_date>
   <update_date>2024-04-19</update_date>
   <expiry_date>2025-03-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>HUBEI</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=swsdol.com</registrant_email>
   <registrant_phone>Redacted for privacy</registrant_phone>
   <registrant_fax>Redacted for privacy</registrant_fax>
   <name_servers>
    <value>a.share-dns.com</value>
    <value>b.share-dns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>45</num>
   <domain_name>swedo.pl</domain_name>
   <domain_keyword>swedo</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-05-08 12:01:45</query_time>
   <create_date>2015-05-10</create_date>
   <update_date>2022-07-29</update_date>
   <expiry_date>2026-05-10</expiry_date>
   <registrar_name>OVH SAS</registrar_name>
   <registrar_website>https://www.ovhcloud.com</registrar_website>
   <name_servers>
    <value>simon.ns.cloudflare.com</value>
    <value>tegan.ns.cloudflare.com</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>46</num>
   <domain_name>swedo.se</domain_name>
   <domain_keyword>swedo</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>2004-09-27</create_date>
   <update_date>2023-09-25</update_date>
   <expiry_date>2024-09-27</expiry_date>
   <registrar_name>One.com</registrar_name>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>47</num>
   <domain_name>sweol.se</domain_name>
   <domain_keyword>sweol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:33:05</query_time>
   <create_date>2017-11-14</create_date>
   <update_date>2024-02-13</update_date>
   <expiry_date>2024-11-14</expiry_date>
   <registrar_name>LoopiaGroup2</registrar_name>
   <name_servers>
    <value>ns1.loopiagroup.com</value>
    <value>ns2.loopiagroup.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>48</num>
   <domain_name>swedo.com</domain_name>
   <domain_keyword>swedo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-18 09:43:21</query_time>
   <create_date>2000-05-16</create_date>
   <update_date>2024-05-01</update_date>
   <expiry_date>2025-05-16</expiry_date>
   <registrar_iana>65</registrar_iana>
   <registrar_name>DOMAINPEOPLE, INC.</registrar_name>
   <registrar_website>WWW.DOMAINPEOPLE.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>CA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://tieredaccess.com/contact/02b42137-ea11-44b2-b17d-06e020c3a6da</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>a.dns.hostway.net</value>
    <value>b.dns.hostway.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>49</num>
   <domain_name>sedol.us</domain_name>
   <domain_keyword>sedol</domain_keyword>
   <domain_tld>us</domain_tld>
   <query_time>2024-05-18 18:35:04</query_time>
   <create_date>2007-11-28</create_date>
   <update_date>2023-10-25</update_date>
   <expiry_date>2027-11-27</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>whois.biz</registrar_website>
   <registrant_name>Net56, Inc. Net56, Inc.</registrant_name>
   <registrant_company>Net56, Inc.</registrant_company>
   <registrant_address>21805 W FIELD PKWY STE 125, **</registrant_address>
   <registrant_city>DEER PARK</registrant_city>
   <registrant_state>IL</registrant_state>
   <registrant_zip>60010-3267</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.8479348100</registrant_phone>
   <registrant_fax>+1.8479341925</registrant_fax>
   <name_servers>
    <value>ns13.worldnic.com</value>
    <value>ns14.worldnic.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>swdol.cc</domain_name>
   <domain_keyword>swdol</domain_keyword>
   <domain_tld>cc</domain_tld>
   <query_time>2024-05-29 02:16:36</query_time>
   <create_date>2023-02-05</create_date>
   <update_date>2023-02-05</update_date>
   <expiry_date>2028-02-05</expiry_date>
   <registrar_iana>1556</registrar_iana>
   <registrar_name>Chengdu west dimension digital technology Co., LTD</registrar_name>
   <registrar_website>www.west.cn</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>Hubei Province</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>link at https://www.west.cn/web/whoisform?domain=swdol.cc</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.myhostadmin.net</value>
    <value>ns2.myhostadmin.net</value>
    <value>ns3.myhostadmin.net</value>
    <value>ns4.myhostadmin.net</value>
    <value>ns5.myhostadmin.net</value>
    <value>ns6.myhostadmin.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>51</num>
   <domain_name>swdol.online</domain_name>
   <domain_keyword>swdol</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-05-20 05:47:52</query_time>
   <create_date>2016-11-24</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2028-11-24</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrant_company>Li Xiang</registrant_company>
   <registrant_state>Zhejiang</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns10.hichina.com</value>
    <value>dns9.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>52</num>
   <domain_name>swdol.com</domain_name>
   <domain_keyword>swdol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-20 05:47:52</query_time>
   <create_date>2021-07-03</create_date>
   <update_date>2024-03-06</update_date>
   <expiry_date>2025-07-03</expiry_date>
   <registrar_iana>3862</registrar_iana>
   <registrar_name>Spaceship, Inc.</registrar_name>
   <registrar_website>https://www.spaceship.com</registrar_website>
   <registrant_name>Redacted for Privacy Purposes</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>https://www.spaceship.com/domains/whois/contact/?d=swdol.com</registrant_email>
   <registrant_phone>+354.4212434</registrant_phone>
   <name_servers>
    <value>ns3.afternic.com</value>
    <value>ns4.afternic.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>53</num>
   <domain_name>swedow.se</domain_name>
   <domain_keyword>swedow</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>2009-10-09</create_date>
   <update_date>2023-10-07</update_date>
   <expiry_date>2024-10-09</expiry_date>
   <registrar_name>One.com</registrar_name>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>54</num>
   <domain_name>swedos.co.uk</domain_name>
   <domain_keyword>swedos</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-05-01 23:39:55</query_time>
   <create_date>2006-01-23</create_date>
   <update_date>2023-12-24</update_date>
   <expiry_date>2025-01-23</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>55</num>
   <domain_name>swedos.com</domain_name>
   <domain_keyword>swedos</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-19 14:35:07</query_time>
   <create_date>2024-04-16</create_date>
   <update_date>2024-04-16</update_date>
   <expiry_date>2025-04-16</expiry_date>
   <registrar_iana>106</registrar_iana>
   <registrar_name>Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA</registrar_name>
   <registrar_website>http://www.ascio.com</registrar_website>
   <name_servers>
    <value>ns1.loopia.se</value>
    <value>ns2.loopia.se</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>56</num>
   <domain_name>swedel.se</domain_name>
   <domain_keyword>swedel</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 07:44:14</query_time>
   <create_date>2020-10-07</create_date>
   <update_date>2023-09-27</update_date>
   <expiry_date>2024-10-07</expiry_date>
   <registrar_name>Svenska Domäner</registrar_name>
   <name_servers>
    <value>ns1.svenska-domaner.se</value>
    <value>ns2.svenska-domaner.se</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>57</num>
   <domain_name>swepol.se</domain_name>
   <domain_keyword>swepol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:33:07</query_time>
   <create_date>2023-07-04</create_date>
   <update_date>2023-07-12</update_date>
   <expiry_date>2024-07-04</expiry_date>
   <registrar_name>One.com</registrar_name>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>58</num>
   <domain_name>swedow.com</domain_name>
   <domain_keyword>swedow</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 22:07:48</query_time>
   <create_date>2011-03-18</create_date>
   <update_date>2024-03-19</update_date>
   <expiry_date>2025-03-18</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>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>59</num>
   <domain_name>swedon.se</domain_name>
   <domain_keyword>swedon</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>2018-12-06</create_date>
   <update_date>2023-11-06</update_date>
   <expiry_date>2024-12-06</expiry_date>
   <registrar_name>Webb.se</registrar_name>
   <name_servers>
    <value>demi.ns.cloudflare.com</value>
    <value>lex.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>60</num>
   <domain_name>swedov.ru</domain_name>
   <domain_keyword>swedov</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-02 08:15:50</query_time>
   <create_date>2022-07-20</create_date>
   <expiry_date>2024-07-20</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.reg.ru</value>
    <value>ns2.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>61</num>
   <domain_name>shedol.com</domain_name>
   <domain_keyword>shedol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-12 07:37:02</query_time>
   <create_date>2023-07-12</create_date>
   <update_date>2023-07-12</update_date>
   <expiry_date>2024-07-12</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>ns93.worldnic.com</value>
    <value>ns94.worldnic.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>62</num>
   <domain_name>swedpol.pl</domain_name>
   <domain_keyword>swedpol</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-06-01 16:51:36</query_time>
   <create_date>2014-03-30</create_date>
   <update_date>2024-03-26</update_date>
   <expiry_date>2025-03-30</expiry_date>
   <registrar_name>home.pl S.A.</registrar_name>
   <registrar_website>https://home.pl/kontakt</registrar_website>
   <name_servers>
    <value>dns.home.pl</value>
    <value>dns2.home.pl</value>
    <value>dns3.home.pl</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>63</num>
   <domain_name>swidol.com</domain_name>
   <domain_keyword>swidol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-15 09:53:41</query_time>
   <create_date>2021-01-30</create_date>
   <update_date>2023-01-31</update_date>
   <expiry_date>2025-01-30</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>ns33.domaincontrol.com</value>
    <value>ns34.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>64</num>
   <domain_name>swepol.pl</domain_name>
   <domain_keyword>swepol</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-03-10 08:58:03</query_time>
   <create_date>2003-06-27</create_date>
   <update_date>2023-06-19</update_date>
   <expiry_date>2024-06-26</expiry_date>
   <registrar_name>nazwa.pl sp. z o.o.</registrar_name>
   <registrar_website>www.nazwa.pl</registrar_website>
   <name_servers>
    <value>ns1.nazwa.pl</value>
    <value>ns2.nazwa.pl</value>
    <value>ns3.nazwa.pl</value>
   </name_servers>
   <dns_sec>
    <value>Signed</value>
   </dns_sec>
  </value>
  <value>
   <num>65</num>
   <domain_name>swedop.se</domain_name>
   <domain_keyword>swedop</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>2018-02-22</create_date>
   <update_date>2024-02-21</update_date>
   <expiry_date>2025-02-22</expiry_date>
   <registrar_name>TeliaSonera</registrar_name>
   <name_servers>
    <value>dns10.telia.com</value>
    <value>dns11.se.telia.net</value>
    <value>dns12.se.telia.net</value>
    <value>dns9.telia.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>66</num>
   <domain_name>swedsol.se</domain_name>
   <domain_keyword>swedsol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:44</query_time>
   <create_date>2020-11-14</create_date>
   <update_date>2023-11-12</update_date>
   <expiry_date>2024-11-14</expiry_date>
   <registrar_name>One.com</registrar_name>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>67</num>
   <domain_name>swedot.net</domain_name>
   <domain_keyword>swedot</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-25 22:07:47</query_time>
   <create_date>2005-05-03</create_date>
   <update_date>2023-08-07</update_date>
   <expiry_date>2025-05-03</expiry_date>
   <registrar_iana>73</registrar_iana>
   <registrar_name>Abion AB</registrar_name>
   <registrar_website>www.abion.com</registrar_website>
   <registrant_company>Matthews Swedot</registrant_company>
   <registrant_country>SE</registrant_country>
   <name_servers>
    <value>dns01.dipcon.com</value>
    <value>dns02.ports.se</value>
    <value>dns03.ports.se</value>
    <value>dns04.ports.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>68</num>
   <domain_name>swedel.com</domain_name>
   <domain_keyword>swedel</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 22:04:57</query_time>
   <create_date>2017-01-23</create_date>
   <update_date>2021-01-17</update_date>
   <expiry_date>2026-01-23</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>nsg1.namebrightdns.com</value>
    <value>nsg2.namebrightdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>69</num>
   <domain_name>seedol.com</domain_name>
   <domain_keyword>seedol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-02 23:17:20</query_time>
   <create_date>2009-04-06</create_date>
   <update_date>2024-04-22</update_date>
   <expiry_date>2025-04-06</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>ns5.afternic.com</value>
    <value>ns6.afternic.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>70</num>
   <domain_name>swebol.se</domain_name>
   <domain_keyword>swebol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 07:43:56</query_time>
   <create_date>2013-01-27</create_date>
   <update_date>2024-01-25</update_date>
   <expiry_date>2025-01-27</expiry_date>
   <registrar_name>One.com</registrar_name>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>71</num>
   <domain_name>swdol.com.cn</domain_name>
   <domain_keyword>swdol</domain_keyword>
   <domain_tld>com.cn</domain_tld>
   <query_time>2024-05-29 02:07:54</query_time>
   <create_date>2018-07-30</create_date>
   <expiry_date>2028-07-30</expiry_date>
   <registrar_name>阿里云计算有限公司(万网)</registrar_name>
   <registrant_name>雷永安</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>dns1.hichina.com</value>
    <value>dns2.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>72</num>
   <domain_name>sedol.com</domain_name>
   <domain_keyword>sedol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 01:22:40</query_time>
   <create_date>1999-08-01</create_date>
   <update_date>2023-09-27</update_date>
   <expiry_date>2025-08-01</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>dns101.register.com</value>
    <value>dns102.register.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>73</num>
   <domain_name>sedol.co.uk</domain_name>
   <domain_keyword>sedol</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-05-18 18:35:08</query_time>
   <create_date>2003-04-03</create_date>
   <update_date>2023-03-02</update_date>
   <expiry_date>2025-04-03</expiry_date>
   <registrar_name>Markmonitor Inc. [Tag = MARKMONITOR]</registrar_name>
   <registrar_website>https://www.markmonitor.com</registrar_website>
   <name_servers>
    <value>ns1.markmonitor.com</value>
    <value>ns2.markmonitor.com</value>
    <value>ns3.markmonitor.com</value>
    <value>ns4.markmonitor.com</value>
    <value>ns5.markmonitor.com</value>
    <value>ns6.markmonitor.com</value>
    <value>ns7.markmonitor.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>74</num>
   <domain_name>swedoll.com</domain_name>
   <domain_keyword>swedoll</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 22:07:47</query_time>
   <create_date>2008-12-28</create_date>
   <update_date>2023-12-29</update_date>
   <expiry_date>2024-12-28</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com</registrar_website>
   <registrant_name>Registration Private</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>DomainsByProxy.com, 2155 E Warner Rd</registrant_address>
   <registrant_city>Tempe</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>85284</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=swedoll.com</registrant_email>
   <registrant_phone>+1.4806242599</registrant_phone>
   <name_servers>
    <value>ns19.domaincontrol.com</value>
    <value>ns20.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>75</num>
   <domain_name>swedot.ru</domain_name>
   <domain_keyword>swedot</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-02 08:15:50</query_time>
   <create_date>2004-11-04</create_date>
   <expiry_date>2024-11-04</expiry_date>
   <registrar_name>RU-CENTER-RU</registrar_name>
   <registrant_company>&quot;Western Technics Saint-Petersburg&quot; Limited</registrant_company>
   <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>76</num>
   <domain_name>swdol.se</domain_name>
   <domain_keyword>swdol</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 07:43:50</query_time>
   <create_date>2015-02-07</create_date>
   <update_date>2024-02-08</update_date>
   <expiry_date>2025-02-07</expiry_date>
   <registrar_name>InterNetX GmbH</registrar_name>
   <name_servers>
    <value>ns1.mytrafficmanagement.com</value>
    <value>ns2.mytrafficmanagement.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>77</num>
   <domain_name>snedol.ru</domain_name>
   <domain_keyword>snedol</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 04:05:00</query_time>
   <create_date>2022-03-06</create_date>
   <expiry_date>2025-03-06</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.webhost1.com</value>
    <value>ns2.webhost1.com</value>
    <value>ns3.webhost1.org</value>
    <value>ns4.webhost1.org</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>78</num>
   <domain_name>swedos.se</domain_name>
   <domain_keyword>swedos</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:30</query_time>
   <create_date>2022-09-26</create_date>
   <update_date>2023-09-24</update_date>
   <expiry_date>2024-09-26</expiry_date>
   <registrar_name>One.com</registrar_name>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>79</num>
   <domain_name>swedsl.com</domain_name>
   <domain_keyword>swedsl</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-23 20:21:57</query_time>
   <create_date>2022-03-25</create_date>
   <update_date>2024-03-05</update_date>
   <expiry_date>2025-03-25</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>ns31.domaincontrol.com</value>
    <value>ns32.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>80</num>
   <domain_name>swedl.com</domain_name>
   <domain_keyword>swedl</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-29 02:19:37</query_time>
   <create_date>2023-10-01</create_date>
   <update_date>2023-10-01</update_date>
   <expiry_date>2024-10-01</expiry_date>
   <registrar_iana>3792</registrar_iana>
   <registrar_name>Global Domain Name Trading Center Ltd</registrar_name>
   <registrar_website>http://www.gdntcl.com/</registrar_website>
   <registrant_state>GD</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>http://www.domainoriental.com/?regpage=whoiscontact&amp;domain=swedl.com</registrant_email>
   <name_servers>
    <value>ns1.taoa.com</value>
    <value>ns2.taoa.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>81</num>
   <domain_name>swebol.com</domain_name>
   <domain_keyword>swebol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 01:49:29</query_time>
   <create_date>2014-01-29</create_date>
   <update_date>2023-12-30</update_date>
   <expiry_date>2025-01-29</expiry_date>
   <registrar_iana>1462</registrar_iana>
   <registrar_name>One.com A/S</registrar_name>
   <registrar_website>https://www.one.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>SE</registrant_country>
   <registrant_email>https://www.one.com/en/whois</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>82</num>
   <domain_name>swedo.org</domain_name>
   <domain_keyword>swedo</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-25 22:07:46</query_time>
   <create_date>2012-06-13</create_date>
   <update_date>2024-04-08</update_date>
   <expiry_date>2024-06-13</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains.squarespace.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>LA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-cloud-c1.googledomains.com</value>
    <value>ns-cloud-c2.googledomains.com</value>
    <value>ns-cloud-c3.googledomains.com</value>
    <value>ns-cloud-c4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>83</num>
   <domain_name>sedol.ru</domain_name>
   <domain_keyword>sedol</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-06 03:10:12</query_time>
   <create_date>2015-01-21</create_date>
   <expiry_date>2025-01-21</expiry_date>
   <registrar_name>SALENAMES-RU</registrar_name>
   <registrant_company>Private Person</registrant_company>
   <name_servers>
    <value>ns3.salenames.ru</value>
    <value>ns4.salenames.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>84</num>
   <domain_name>swdol.top</domain_name>
   <domain_keyword>swdol</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-05-20 05:47:52</query_time>
   <create_date>2017-09-05</create_date>
   <update_date>2017-09-05</update_date>
   <expiry_date>2024-09-05</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Chen Jun Chao</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Zhejiang</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns29.hichina.com</value>
    <value>dns30.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>85</num>
   <domain_name>swdol.net</domain_name>
   <domain_keyword>swdol</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-16 11:20:30</query_time>
   <create_date>2009-10-28</create_date>
   <update_date>2023-10-15</update_date>
   <expiry_date>2025-10-28</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>he nan</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</registrant_email>
   <name_servers>
    <value>ns1.72dns.com</value>
    <value>ns2.72dns.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>86</num>
   <domain_name>sweol.com</domain_name>
   <domain_keyword>sweol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-07 06:25:02</query_time>
   <create_date>2008-08-29</create_date>
   <update_date>2024-02-13</update_date>
   <expiry_date>2024-08-29</expiry_date>
   <registrar_iana>106</registrar_iana>
   <registrar_name>Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA</registrar_name>
   <registrar_website>http://www.ascio.com</registrar_website>
   <name_servers>
    <value>ns1.loopiagroup.com</value>
    <value>ns2.loopiagroup.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>87</num>
   <domain_name>swedo.net</domain_name>
   <domain_keyword>swedo</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-25 22:07:46</query_time>
   <create_date>2007-05-12</create_date>
   <update_date>2023-06-25</update_date>
   <expiry_date>2025-05-12</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>NJ</registrant_state>
   <registrant_zip>DATA REDACTED</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://domaincontact.cloudflareregistrar.com/swedo.net</registrant_email>
   <registrant_phone>DATA REDACTED</registrant_phone>
   <registrant_fax>DATA REDACTED</registrant_fax>
   <name_servers>
    <value>brady.ns.cloudflare.com</value>
    <value>joyce.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>88</num>
   <domain_name>wedol.com</domain_name>
   <domain_keyword>wedol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-15 10:11:44</query_time>
   <create_date>2014-10-26</create_date>
   <update_date>2020-10-20</update_date>
   <expiry_date>2025-10-26</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>89</num>
   <domain_name>swexoo.com</domain_name>
   <domain_keyword>swexoo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 19:34:33</query_time>
   <create_date>2023-09-14</create_date>
   <update_date>2023-09-14</update_date>
   <expiry_date>2024-09-14</expiry_date>
   <registrar_iana>106</registrar_iana>
   <registrar_name>Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA</registrar_name>
   <registrar_website>http://www.ascio.com</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>90</num>
   <domain_name>swedogs.com</domain_name>
   <domain_keyword>swedogs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 22:07:47</query_time>
   <create_date>2019-11-01</create_date>
   <update_date>2022-10-06</update_date>
   <expiry_date>2024-11-01</expiry_date>
   <registrar_iana>106</registrar_iana>
   <registrar_name>Ascio Technologies, Inc</registrar_name>
   <registrar_website>http://www.ascio.com</registrar_website>
   <registrant_name>Not Disclosed</registrant_name>
   <registrant_company>Not Disclosed</registrant_company>
   <registrant_address>Not Disclosed</registrant_address>
   <registrant_city>Not Disclosed</registrant_city>
   <registrant_zip>Not Disclosed</registrant_zip>
   <registrant_country>SE</registrant_country>
   <registrant_email>https://whoiscontact.ascio.com?domainname=swedogs.com</registrant_email>
   <registrant_phone>Not Disclosed</registrant_phone>
   <registrant_fax>Not Disclosed</registrant_fax>
   <name_servers>
    <value>ns1.loopia.se</value>
    <value>ns2.loopia.se</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>91</num>
   <domain_name>serdol.ru</domain_name>
   <domain_keyword>serdol</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 18:34:03</query_time>
   <create_date>2010-12-21</create_date>
   <expiry_date>2024-12-21</expiry_date>
   <registrar_name>SALENAMES-RU</registrar_name>
   <registrant_company>Private Person</registrant_company>
   <name_servers>
    <value>ns3.salenames.ru</value>
    <value>ns4.salenames.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>92</num>
   <domain_name>shegol.com</domain_name>
   <domain_keyword>shegol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-17 20:02:43</query_time>
   <create_date>2021-02-11</create_date>
   <update_date>2021-08-27</update_date>
   <expiry_date>2025-02-11</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>nsg1.namebrightdns.com</value>
    <value>nsg2.namebrightdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>93</num>
   <domain_name>wwesol.com</domain_name>
   <domain_keyword>wwesol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-23 19:56:32</query_time>
   <create_date>2024-04-13</create_date>
   <update_date>2024-04-13</update_date>
   <expiry_date>2025-04-13</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>ns71.domaincontrol.com</value>
    <value>ns72.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>94</num>
   <domain_name>swegot.se</domain_name>
   <domain_keyword>swegot</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:32:53</query_time>
   <create_date>2008-01-07</create_date>
   <update_date>2023-11-23</update_date>
   <expiry_date>2025-01-07</expiry_date>
   <registrar_name>EgenSajt.se</registrar_name>
   <name_servers>
    <value>ns1.egensajt.se</value>
    <value>ns2.egensajt.se</value>
    <value>ns3.egensajt.se</value>
    <value>ns4.egensajt.se</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>95</num>
   <domain_name>swepal.se</domain_name>
   <domain_keyword>swepal</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 20:33:06</query_time>
   <create_date>2024-01-08</create_date>
   <update_date>2024-01-17</update_date>
   <expiry_date>2025-01-08</expiry_date>
   <registrar_name>Loopia AB</registrar_name>
   <name_servers>
    <value>ajay.ns.cloudflare.com</value>
    <value>dora.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>96</num>
   <domain_name>swedak.se</domain_name>
   <domain_keyword>swedak</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 07:44:09</query_time>
   <create_date>2017-03-09</create_date>
   <update_date>2024-03-07</update_date>
   <expiry_date>2025-03-09</expiry_date>
   <registrar_name>One.com</registrar_name>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>97</num>
   <domain_name>soedal.com</domain_name>
   <domain_keyword>soedal</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-23 10:21:17</query_time>
   <create_date>2003-05-20</create_date>
   <update_date>2024-05-02</update_date>
   <expiry_date>2025-05-20</expiry_date>
   <registrar_iana>269</registrar_iana>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>https://www.syse.no</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>Kristiansand</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>NO</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>pro-one.g1-dns.com</value>
    <value>pro-one.g1-dns.one</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>98</num>
   <domain_name>spedal.ru</domain_name>
   <domain_keyword>spedal</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-21 16:08:30</query_time>
   <create_date>2024-05-19</create_date>
   <expiry_date>2025-05-19</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>99</num>
   <domain_name>seedon.info</domain_name>
   <domain_keyword>seedon</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-18 18:39:09</query_time>
   <create_date>2006-11-08</create_date>
   <update_date>2023-12-23</update_date>
   <expiry_date>2024-11-08</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>ns71.domaincontrol.com</value>
    <value>ns72.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>100</num>
   <domain_name>snadol.com</domain_name>
   <domain_keyword>snadol</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-18 10:28:19</query_time>
   <create_date>2022-01-25</create_date>
   <update_date>2024-01-18</update_date>
   <expiry_date>2025-01-25</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>NY</registrant_state>
   <registrant_zip>DATA REDACTED</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://domaincontact.cloudflareregistrar.com/snadol.com</registrant_email>
   <registrant_phone>DATA REDACTED</registrant_phone>
   <registrant_fax>DATA REDACTED</registrant_fax>
   <name_servers>
    <value>chuck.ns.cloudflare.com</value>
    <value>pam.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.194</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.