WHOIS QUERY TIME

19 May 2024 - 5:32 AM UTC

Registered: 1 December 2015
Modified: 29 January 2024

REGISTRAR

Name: One.com A/S

DNSSEC

no

NAME SERVERS

ns1.dns-parking.com
ns2.dns-parking.com

DOMAIN STATUS

Active

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

https://api.bigdomaindata.com/?key=XXXXX&current_whois=massages-amsterdam.nl
For more details, kindly see our Current WHOIS API usage guide.
{
    "success": true,
    "query": {
        "current_whois": "massages-amsterdam.nl"
    },
    "count": {
        "total": 1,
        "relation": "eq",
        "current": 1
    },
    "results": [
        {
            "domain_name": "massages-amsterdam.nl",
            "domain_keyword": "massages-amsterdam",
            "domain_tld": "nl",
            "query_time": "2024-05-19 05:32:03",
            "create_date": "2015-12-01",
            "update_date": "2024-01-29",
            "registrar_name": "One.com A/S",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        }
    ],
    "stats": {
        "total_time": 0.041,
        "api_credits_used": 1,
        "cost_calculation": "current_whois [1 domain]"
    }
}
<root>
 <success>true</success>
 <query>
  <current_whois>massages-amsterdam.nl</current_whois>
 </query>
 <count>
  <total>1</total>
  <relation>eq</relation>
  <current>1</current>
 </count>
 <results>
  <value>
   <domain_name>massages-amsterdam.nl</domain_name>
   <domain_keyword>massages-amsterdam</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-19 05:32:03</query_time>
   <create_date>2015-12-01</create_date>
   <update_date>2024-01-29</update_date>
   <registrar_name>One.com A/S</registrar_name>
   <name_servers>
    <value>ns1.dns-parking.com</value>
    <value>ns2.dns-parking.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.041</total_time>
  <api_credits_used>1</api_credits_used>
  <cost_calculation>current_whois [1 domain]</cost_calculation>
 </stats>
</root>
We found a total of 3 historical WHOIS records (in 0.064 seconds) for "massages-amsterdam.nl" in our Historical WHOIS Database.
#1 - QUERY TIME

26 Apr 2023 - 2:06 AM UTC

Registered: 1 December 2015
Modified: 29 March 2023

REGISTRAR

Name: One.com A/S

DNSSEC

no

NAME SERVERS

ns1.dns-parking.com
ns2.dns-parking.com

DOMAIN STATUS

Active

#2 - QUERY TIME

29 Dec 2023 - 11:22 PM UTC

Registered: 1 December 2015
Modified: 22 December 2023

REGISTRAR

Name: One.com A/S

DNSSEC

no

NAME SERVERS

ns1.dns-parking.com
ns2.dns-parking.com

DOMAIN STATUS

Active

#3 - QUERY TIME

2 Mar 2024 - 5:08 PM UTC

Registered: 1 December 2015
Modified: 29 January 2024

REGISTRAR

Name: One.com A/S

DNSSEC

no

NAME SERVERS

ns1.dns-parking.com
ns2.dns-parking.com

DOMAIN STATUS

Active

* 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=massages-amsterdam.nl
For more details, kindly see our WHOIS History API usage guide.
{
    "success": true,
    "query": {
        "database": "historical",
        "domain_name": "massages-amsterdam.nl",
        "sort_by": "query_time",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 3,
        "relation": "eq",
        "current": 3
    },
    "unique_domains": "massages-amsterdam.nl",
    "results": [
        {
            "num": 1,
            "domain_name": "massages-amsterdam.nl",
            "domain_keyword": "massages-amsterdam",
            "domain_tld": "nl",
            "query_time": "2023-04-26 02:06:51",
            "create_date": "2015-12-01",
            "update_date": "2023-03-29",
            "registrar_name": "One.com A/S",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 2,
            "domain_name": "massages-amsterdam.nl",
            "domain_keyword": "massages-amsterdam",
            "domain_tld": "nl",
            "query_time": "2023-12-29 23:22:57",
            "create_date": "2015-12-01",
            "update_date": "2023-12-22",
            "registrar_name": "One.com A/S",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 3,
            "domain_name": "massages-amsterdam.nl",
            "domain_keyword": "massages-amsterdam",
            "domain_tld": "nl",
            "query_time": "2024-03-02 17:08:33",
            "create_date": "2015-12-01",
            "update_date": "2024-01-29",
            "registrar_name": "One.com A/S",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        }
    ],
    "stats": {
        "total_time": 0.064,
        "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>massages-amsterdam.nl</domain_name>
  <sort_by>query_time</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>3</total>
  <relation>eq</relation>
  <current>3</current>
 </count>
 <unique_domains>massages-amsterdam.nl</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>massages-amsterdam.nl</domain_name>
   <domain_keyword>massages-amsterdam</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2023-04-26 02:06:51</query_time>
   <create_date>2015-12-01</create_date>
   <update_date>2023-03-29</update_date>
   <registrar_name>One.com A/S</registrar_name>
   <name_servers>
    <value>ns1.dns-parking.com</value>
    <value>ns2.dns-parking.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>massages-amsterdam.nl</domain_name>
   <domain_keyword>massages-amsterdam</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2023-12-29 23:22:57</query_time>
   <create_date>2015-12-01</create_date>
   <update_date>2023-12-22</update_date>
   <registrar_name>One.com A/S</registrar_name>
   <name_servers>
    <value>ns1.dns-parking.com</value>
    <value>ns2.dns-parking.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>massages-amsterdam.nl</domain_name>
   <domain_keyword>massages-amsterdam</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-03-02 17:08:33</query_time>
   <create_date>2015-12-01</create_date>
   <update_date>2024-01-29</update_date>
   <registrar_name>One.com A/S</registrar_name>
   <name_servers>
    <value>ns1.dns-parking.com</value>
    <value>ns2.dns-parking.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.064</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 10 domain names (in 0.191 seconds) which look and sound like the brand name "massages-amsterdam".
Domain Name Registered Expiry Registrar Ownership
1 massage-amsterdam.ru 3 Oct 2019 3 Oct 2024 REGRU-RU Private Person
2 massage-amsterdam.nl 25 Jun 2010 - Registrar.eu -
3 massage-amsterdam.com 1 Jan 2012 1 Jan 2025 REALTIME REGISTER B.V. REDACTED FOR PRIVACY
4 massageinamsterdam.com 11 Oct 2022 11 Oct 2024 Gname.com Pte. Ltd. Redacted for privacy
5 massageinamsterdam.nl 20 Dec 2018 - Mijn InternetOplossing B.V. -
6 massageamsterdam.xyz 7 Jun 2016 7 Jun 2024 Realtime Register B.V. Mark Kooperberg
7 massageamsterdam.nl 2 Oct 2006 - Registrar.eu -
8 massageamsterdam.com 18 Apr 2008 18 Apr 2025 Hosting Concepts B.V. d/b/a Registrar.eu Hart & Ziel
9 massageamsterdam.org 4 Dec 2014 4 Dec 2024 Key-Systems GmbH De Linkbuilder
10 massageamsterdam.net 6 Jan 2022 6 Jan 2026 NAMECHEAP INC Privacy service provided by Withheld for Privacy ehf

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

https://api.bigdomaindata.com/?key=XXXXX&fuzzy_domains=massages-amsterdam.nl
For more details, kindly see our Fuzzy Domains API usage guide.
{
    "success": true,
    "query": {
        "fuzzy_domains": "massages-amsterdam.nl",
        "page_size": 100
    },
    "count": {
        "total": 10,
        "relation": "eq",
        "current": 10
    },
    "unique_domains": "massage-amsterdam.ru, massage-amsterdam.nl, massage-amsterdam.com, massageinamsterdam.com, massageinamsterdam.nl, massageamsterdam.xyz, massageamsterdam.nl, massageamsterdam.com, massageamsterdam.org, massageamsterdam.net",
    "results": [
        {
            "num": 1,
            "domain_name": "massage-amsterdam.ru",
            "domain_keyword": "massage-amsterdam",
            "domain_tld": "ru",
            "query_time": "2024-05-02 14:49:14",
            "create_date": "2019-10-03",
            "expiry_date": "2024-10-03",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "diva.ns.cloudflare.com",
                "logan.ns.cloudflare.com"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 2,
            "domain_name": "massage-amsterdam.nl",
            "domain_keyword": "massage-amsterdam",
            "domain_tld": "nl",
            "query_time": "2024-06-07 19:05:42",
            "create_date": "2010-06-25",
            "update_date": "2022-02-11",
            "registrar_name": "Registrar.eu",
            "name_servers": [
                "pns21.cloudns.net",
                "pns22.cloudns.net",
                "pns23.cloudns.net",
                "pns24.cloudns.net"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 3,
            "domain_name": "massage-amsterdam.com",
            "domain_keyword": "massage-amsterdam",
            "domain_tld": "com",
            "query_time": "2024-05-12 07:35:54",
            "create_date": "2012-01-01",
            "update_date": "2024-01-03",
            "expiry_date": "2025-01-01",
            "registrar_iana": 839,
            "registrar_name": "REALTIME REGISTER B.V.",
            "registrar_website": "http://www.realtimeregister.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "NL",
            "registrant_email": "https://mydomainprovider.com/contact_domain/",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns370.sohosted.com",
                "ns370.sohosted.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "not signed"
            ]
        },
        {
            "num": 4,
            "domain_name": "massageinamsterdam.com",
            "domain_keyword": "massageinamsterdam",
            "domain_tld": "com",
            "query_time": "2024-05-05 06:32:23",
            "create_date": "2022-10-11",
            "update_date": "2023-09-25",
            "expiry_date": "2024-10-11",
            "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": "SHANGHAI",
            "registrant_zip": "Redacted for privacy",
            "registrant_country": "CN",
            "registrant_email": "https://rdap.gname.com/extra/contact?type=registrant&domain=massageinamsterdam.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": 5,
            "domain_name": "massageinamsterdam.nl",
            "domain_keyword": "massageinamsterdam",
            "domain_tld": "nl",
            "query_time": "2024-05-05 06:32:23",
            "create_date": "2018-12-20",
            "update_date": "2020-05-19",
            "registrar_name": "Mijn InternetOplossing B.V.",
            "name_servers": [
                "ns1.danteck.nl",
                "ns2.danteck.nl"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 6,
            "domain_name": "massageamsterdam.xyz",
            "domain_keyword": "massageamsterdam",
            "domain_tld": "xyz",
            "query_time": "2024-04-20 15:05:33",
            "create_date": "2016-06-07",
            "update_date": "2024-04-15",
            "expiry_date": "2024-06-07",
            "registrar_iana": 839,
            "registrar_name": "Realtime Register B.V.",
            "registrar_website": "https://realtimeregister.com/",
            "registrant_company": "Mark Kooperberg",
            "registrant_country": "NL",
            "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": [
                "ns399.websitewelcome.com",
                "ns400.websitewelcome.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 7,
            "domain_name": "massageamsterdam.nl",
            "domain_keyword": "massageamsterdam",
            "domain_tld": "nl",
            "query_time": "2024-05-02 22:49:54",
            "create_date": "2006-10-02",
            "update_date": "2022-02-11",
            "registrar_name": "Registrar.eu",
            "name_servers": [
                "pns21.cloudns.net",
                "pns22.cloudns.net",
                "pns23.cloudns.net",
                "pns24.cloudns.net"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 8,
            "domain_name": "massageamsterdam.com",
            "domain_keyword": "massageamsterdam",
            "domain_tld": "com",
            "query_time": "2024-04-20 15:05:33",
            "create_date": "2008-04-18",
            "update_date": "2024-04-18",
            "expiry_date": "2025-04-18",
            "registrar_iana": 1647,
            "registrar_name": "Hosting Concepts B.V. d/b/a Registrar.eu",
            "registrar_website": "https://www.registrar.eu",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Hart & Ziel",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "NL",
            "registrant_email": "https://contact-form.registrar.eu/?domainname=massageamsterdam.com&purpose=owner",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.openprovider.nl",
                "ns2.openprovider.be",
                "ns3.openprovider.eu"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 9,
            "domain_name": "massageamsterdam.org",
            "domain_keyword": "massageamsterdam",
            "domain_tld": "org",
            "query_time": "2024-04-20 15:05:33",
            "create_date": "2014-12-04",
            "update_date": "2024-01-18",
            "expiry_date": "2024-12-04",
            "registrar_iana": 269,
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "http://www.key-systems.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "De Linkbuilder",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "NL",
            "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.zxcs.be",
                "ns.zxcs.eu",
                "ns.zxcs.nl"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "massageamsterdam.net",
            "domain_keyword": "massageamsterdam",
            "domain_tld": "net",
            "query_time": "2024-06-10 05:42:28",
            "create_date": "2022-01-06",
            "update_date": "2022-01-06",
            "expiry_date": "2026-01-06",
            "registrar_iana": 1068,
            "registrar_name": "NAMECHEAP INC",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "Redacted for Privacy",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "Kalkofnsvegur 2",
            "registrant_city": "Reykjavik",
            "registrant_state": "Capital Region",
            "registrant_zip": "101",
            "registrant_country": "IS",
            "registrant_email": "[email protected]",
            "registrant_phone": "+354.4212434",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.191,
        "api_credits_used": 3,
        "cost_calculation": "3 (fuzzy_domains [1 domain])"
    }
}
<root>
 <success>true</success>
 <query>
  <fuzzy_domains>massages-amsterdam.nl</fuzzy_domains>
  <page_size>100</page_size>
 </query>
 <count>
  <total>10</total>
  <relation>eq</relation>
  <current>10</current>
 </count>
 <unique_domains>massage-amsterdam.ru, massage-amsterdam.nl, massage-amsterdam.com, massageinamsterdam.com, massageinamsterdam.nl, massageamsterdam.xyz, massageamsterdam.nl, massageamsterdam.com, massageamsterdam.org, massageamsterdam.net</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>massage-amsterdam.ru</domain_name>
   <domain_keyword>massage-amsterdam</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-02 14:49:14</query_time>
   <create_date>2019-10-03</create_date>
   <expiry_date>2024-10-03</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>diva.ns.cloudflare.com</value>
    <value>logan.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>2</num>
   <domain_name>massage-amsterdam.nl</domain_name>
   <domain_keyword>massage-amsterdam</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-06-07 19:05:42</query_time>
   <create_date>2010-06-25</create_date>
   <update_date>2022-02-11</update_date>
   <registrar_name>Registrar.eu</registrar_name>
   <name_servers>
    <value>pns21.cloudns.net</value>
    <value>pns22.cloudns.net</value>
    <value>pns23.cloudns.net</value>
    <value>pns24.cloudns.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>massage-amsterdam.com</domain_name>
   <domain_keyword>massage-amsterdam</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-12 07:35:54</query_time>
   <create_date>2012-01-01</create_date>
   <update_date>2024-01-03</update_date>
   <expiry_date>2025-01-01</expiry_date>
   <registrar_iana>839</registrar_iana>
   <registrar_name>REALTIME REGISTER B.V.</registrar_name>
   <registrar_website>http://www.realtimeregister.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>NL</registrant_country>
   <registrant_email>https://mydomainprovider.com/contact_domain/</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns370.sohosted.com</value>
    <value>ns370.sohosted.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>not signed</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>massageinamsterdam.com</domain_name>
   <domain_keyword>massageinamsterdam</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-05 06:32:23</query_time>
   <create_date>2022-10-11</create_date>
   <update_date>2023-09-25</update_date>
   <expiry_date>2024-10-11</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>SHANGHAI</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=massageinamsterdam.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>5</num>
   <domain_name>massageinamsterdam.nl</domain_name>
   <domain_keyword>massageinamsterdam</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-05 06:32:23</query_time>
   <create_date>2018-12-20</create_date>
   <update_date>2020-05-19</update_date>
   <registrar_name>Mijn InternetOplossing B.V.</registrar_name>
   <name_servers>
    <value>ns1.danteck.nl</value>
    <value>ns2.danteck.nl</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>massageamsterdam.xyz</domain_name>
   <domain_keyword>massageamsterdam</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-04-20 15:05:33</query_time>
   <create_date>2016-06-07</create_date>
   <update_date>2024-04-15</update_date>
   <expiry_date>2024-06-07</expiry_date>
   <registrar_iana>839</registrar_iana>
   <registrar_name>Realtime Register B.V.</registrar_name>
   <registrar_website>https://realtimeregister.com/</registrar_website>
   <registrant_company>Mark Kooperberg</registrant_company>
   <registrant_country>NL</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>ns399.websitewelcome.com</value>
    <value>ns400.websitewelcome.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>7</num>
   <domain_name>massageamsterdam.nl</domain_name>
   <domain_keyword>massageamsterdam</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-02 22:49:54</query_time>
   <create_date>2006-10-02</create_date>
   <update_date>2022-02-11</update_date>
   <registrar_name>Registrar.eu</registrar_name>
   <name_servers>
    <value>pns21.cloudns.net</value>
    <value>pns22.cloudns.net</value>
    <value>pns23.cloudns.net</value>
    <value>pns24.cloudns.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>massageamsterdam.com</domain_name>
   <domain_keyword>massageamsterdam</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-20 15:05:33</query_time>
   <create_date>2008-04-18</create_date>
   <update_date>2024-04-18</update_date>
   <expiry_date>2025-04-18</expiry_date>
   <registrar_iana>1647</registrar_iana>
   <registrar_name>Hosting Concepts B.V. d/b/a Registrar.eu</registrar_name>
   <registrar_website>https://www.registrar.eu</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Hart &amp; Ziel</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>NL</registrant_country>
   <registrant_email>https://contact-form.registrar.eu/?domainname=massageamsterdam.com&amp;purpose=owner</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.openprovider.nl</value>
    <value>ns2.openprovider.be</value>
    <value>ns3.openprovider.eu</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>9</num>
   <domain_name>massageamsterdam.org</domain_name>
   <domain_keyword>massageamsterdam</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-20 15:05:33</query_time>
   <create_date>2014-12-04</create_date>
   <update_date>2024-01-18</update_date>
   <expiry_date>2024-12-04</expiry_date>
   <registrar_iana>269</registrar_iana>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>http://www.key-systems.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>De Linkbuilder</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>NL</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.zxcs.be</value>
    <value>ns.zxcs.eu</value>
    <value>ns.zxcs.nl</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>10</num>
   <domain_name>massageamsterdam.net</domain_name>
   <domain_keyword>massageamsterdam</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-06-10 05:42:28</query_time>
   <create_date>2022-01-06</create_date>
   <update_date>2022-01-06</update_date>
   <expiry_date>2026-01-06</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NAMECHEAP INC</registrar_name>
   <registrar_website>http://www.namecheap.com</registrar_website>
   <registrant_name>Redacted for Privacy</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>Kalkofnsvegur 2</registrant_address>
   <registrant_city>Reykjavik</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>101</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+354.4212434</registrant_phone>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.191</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.