Reverse WHOIS API lets you search the entire WHOIS database to find domain names associated with a specific person, company, email address, or keyword. Ideal for cybersecurity professionals, investigators, and brand managers to track domain ownership, monitor potential threats, and protect brand integrity.
Domain WHOIS reverse lookup can involve any of the following:
Reverse WHOIS by keyword utilizes a case-insensitive pattern matching search technique to retrieve results. For example, a search for"apifreaks" will match any keyword containing the specified pattern, such as "myapifreaks" and"myapifreakshub".
Reverse WHOIS by email address utilizes a case-insensitive exact matching search technique to retrieve results.
Reverse WHOIS by organization / company utilizes a full-text search phrase matching technique to retrieve results. For example, a search for "united nations" wil retrieve data which is belong to"united nation", "united nations", and"united nations volunteers" etc."
Reverse WHOIS by registrant / owner utilizes a full-text search phrase matching technique to retrieve results. For example, a search for "trump" will retrieve data whose registrant "blair trump" and"trump corporation" etc.
Our Reverse domain Lookup API offers two modes for data retrieval. In Default Mode, you can access up to 50 WHOIS records per page, providing complete WHOIS data for each domain. This mode is ideal for detailed reverse domain searches by owner, email, company, or keyword. In Mini Mode, the API retrieves up to 100 records per page, focusing on essential fields only. This mode allows for faster and more efficient lookups while presenting a higher volume of results.
Our Reverse WHOIS Lookup API supports paginated results, dividing large datasets into easily manageable pages. This feature significantly improves the efficiency of data retrieval and viewing by breaking down extensive search results into more digestible chunks. In Default Mode, each page contains up to 50 WHOIS records with detailed information, while Mini Mode offers up to 100 records per page, focusing on essential fields. This approach ensures streamlined access to comprehensive data, enhancing your ability to analyze and manage search results effectively.
Our Reverse WHOIS Lookup API allows users to retrieve WHOIS information not only from latest WHOIS records but also from historical data matching user-defined criteria such as specific owners, emails, companies, or keywords. This capability provides a more comprehensive view of domain data over time, facilitating in-depth research and analysis.
$ pip install requests
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
keyword | Yes | String | keyword search term in case of reverse WHOIS by keyword | |
Yes | String | email search term in case of reverse WHOIS by email address | ||
owner | Yes | String | registrant / owner name search term in case of reverse WHOIS by registrant / owner | |
company | Yes | String | registrant company / organization search term in case of reverse WHOIS by organization / company | |
mode | No | String | default | Possible values are:
(1) default
(2) mini
default mode retrieve 50 WHOIS records per page. Complete WHOIS data will be provided for every matching domain.
mini mode retrieve 100 WHOIS records per page. Only important fields will be provided for every matching domain. |
page | No | Integer | 1 | page no. to retrieve paginated results. |
Field | Type | Requirement | Description |
---|---|---|---|
totalResult | Integer | Mandatory | Total results found across the query |
totalPages | Integer | Mandatory | Total number of pages (50 records per page) |
currentPage | Integer | Mandatory | Current number of page |
whois_domains_historical | List<Historical WHOIS response> | Mandatory | List of historical WHOIS responses matching the criteria |
historical WHOIS response object contains following fields in default mode:
Field | Type | Requirement | Description |
---|---|---|---|
num | Integer | Mandatory | Shows the number of the record in the array. |
status | Boolean | Mandatory | Always true |
domain_name | String | Mandatory | Domain name which was queried. |
query_time | String | Mandatory | The timestamp when the query was made. (format YYYY-MM-DD HH:mm:ss) |
whois_server | String | Mandatory | The WHOIS server that provided the domain information. |
domain_registered | String | Mandatory | Determines whether the requested domain is registered/not registered or is restricted. Possible values are:
(1) yes - domain is registered
(2) no - domain is not registered
(3) restricted - domain is restricted by the registry or registrar and cannot be registered. |
create_date | String | Optional | Date when the domain was initially registered (format: YYYY-MM-DD) |
update_date | String | Optional | The date (format: YYYY-MM-DD) of the most recent update to the domain registration. |
expiry_date | String | Optional | The date (format: YYYY-MM-DD) when the domain registration will expire if not renewed. |
domain_registrar.iana_id | String | Optional | The IANA (Internet Assigned Numbers Authority) ID of the registrar managing the domain. This unique identifier is assigned to domain registrars by the IANA to ensure their recognition and regulation in the domain name system. |
domain_registrar.registrar_name | String | Optional | The name of the registrar managing the domain. |
domain_registrar.whois_server | String | Optional | The WHOIS server that provided the domain information. |
domain_registrar.website_url | String | Optional | The website URL of the registrar managing the domain. |
domain_registrar.email_address | String | Optional | The email address of registrar contact. |
domain_registrar.phone_number | String | Optional | The phone number of the registrar managing the object. |
reseller_contact | Object | Optional | Third party between the registrar and registrant. |
reseller_contact.name | String | Optional | Name of the reseller. |
reseller_contact.email_address | String | Optional | Email address of the reseller. |
reseller_contact.phone | String | Optional | Phone number of the reseller. |
registrant_contact | Object | Optional | Contact details of the domain's owner. |
administrative_contact | Object | Optional | Contact details of the domain administrator. |
technical_contact | Object | Optional | Contact details of the technical person. |
billing_contact | Object | Optional | Contact details of the person handling billing operations. |
name_servers | Array | Optional | Name servers of the domain. |
domain_status | Array | Optional | Status of the domain. |
whois_raw_domain | String | Optional | Raw WHOIS data for the domain. |
registry_data | Object | Optional | Registry data of the domain. |
The registrant_contact, administrative_contact, technical_contact, and billing_contact objects contain the following fields:
Field | Type | Requirement | Description |
---|---|---|---|
name | String | Optional | Name of the person. |
company | String | Optional | Name of the company. |
street | String | Optional | Street name. |
city | String | Optional | City of the responsible person. |
state | String | Optional | State of the responsible person. |
zip_code | String | Optional | Zip code of the responsible person. |
country_name | String | Optional | Country name of the responsible person. |
country_code | String | Optional | Country code of the responsible person. |
email_address | String | Optional | Email address of the responsible person. |
phone | String | Optional | Phone number of the responsible person. |
fax | String | Optional | Fax of the responsible person. |
mailing_address | String | Optional | Mailing address of the responsible person. |
Registry object contains following fields:
Field | Type | Requirement | Description |
---|---|---|---|
domain_name | String | Optional | Name of the domain. |
query_time | String | Optional | The timestamp when the query was made (format: YYYY-MM-DD HH:mm:ss). |
whois_server | String | Optional | The WHOIS server that provided the domain information. |
domain_registered | String | Optional | Determines whether the requested domain is registered/not registered or is restricted. Possible values are:
(1) yes - domain is registered
(2) no - domain is not registered
(3) restricted - domain is restricted by the registry or registrar and cannot be registered. |
create_date | String | Optional | Date when the domain was initially registered (format: YYYY-MM-DD). |
update_date | String | Optional | The date (format: YYYY-MM-DD) of the most recent update to the domain registration. |
expiry_date | String | Optional | The date (format: YYYY-MM-DD) when the domain registration will expire if not renewed. |
name_servers | Array | Optional | Name servers of the domain. |
domain_status | Array | Optional | Status of the domain. |
whois_raw_registry | String | Optional | Raw WHOIS data from the registry. |
domain_registrar | Object | Optional | Registrar information. |
domain_registrar.iana_id | String | Optional | The IANA (Internet Assigned Numbers Authority) ID of the registrar managing the domain. This unique identifier is assigned to domain registrars by the IANA to ensure their recognition and regulation in the domain name system. |
domain_registrar.registrar_name | String | Optional | The name of the registrar managing the domain. |
domain_registrar.whois_server | String | Optional | The WHOIS server that provided the domain information. |
domain_registrar.website_url | String | Optional | The website URL of the registrar managing the domain. |
domain_registrar.email_address | String | Optional | The email address of the registrar contact. |
domain_registrar.phone_number | String | Optional | The phone number of the registrar managing the object. |
historical WHOIS response object contains following fields in mini mode:
Field | Type | Requirement | Description |
---|---|---|---|
num | Integer | Mandatory | Number of the record. |
domain_name | String | Mandatory | Name of the associated domain. |
create_date | String | Optional | Date the domain was created. (Format: YYYY-MM-DD) |
update_date | String | Optional | Date the domain was last updated. (Format: YYYY-MM-DD) |
expiry_date | String | Optional | Date the domain will expire if not renewed. (Format: YYYY-MM-DD) |
name | String | Optional | Name of the person who registered the domain. |
String | Optional | Email of the person who registered the domain. | |
companyname | String | Optional | Name of the company to which the domain name is associated. |
HTTP Status | Reasons |
---|---|
400 | Please pass param value. |
404 | Record not found. |
500 | Internal Server error occurred. |
503 | Service is unavailable. |
504 | Request is timed-out. |
Our Reverse WHOIS Lookup API employs a case-insensitive pattern matching technique to perform keyword searches, ensuring broad and flexible results. When you search using a keyword, such as "freaks," the API will match any domain name containing that pattern, including variations like "myapifreaks" and"myapifreakshub." This robust search capability enables you to uncover a wide range of domain names related to your chosen keyword, making it easier to find relevant domains and conduct thorough domain research.
{ "total_Result": 17990, "total_Pages": 180, "current_Page": 1, "whois_domains_historical": [ { "num": 1, "domain_name": "freakshow.com", "create_date": "1995-10-31", "update_date": "2023-10-13", "expiry_date": "2024-10-30", "name": "Domain Admin", "email": "freakshow.com@whoisprotection.domains", "company_name": "Whois protection, this company does not own this domain name s.r.o." }, { "num": 2, "domain_name": "compfreaks.com", "create_date": "2014-05-13", "update_date": "2024-06-24", "expiry_date": "2024-05-13", "name": "DropCatch.com Auctions", "email": "support@dropcatch.com", "company_name": "DropCatch Auctions" }, { "num": 3, "domain_name": "gadgetfreaks.com", "create_date": "1999-06-12", "update_date": "2024-06-13", "expiry_date": "2025-06-13", "name": "This Domain For Sale Worldwide 3392225132", "email": "brokerage@buydomains.com", "company_name": "BuyDomains.com" }, { "num": 4, "domain_name": "fleshfreaks.com", "create_date": "1999-10-25", "update_date": "2023-10-26", "expiry_date": "2024-10-25" }, { "num": 5, "domain_name": "pornfreakshow.com", "create_date": "1999-02-19", "expiry_date": "2015-02-19", "name": "DNS Administrator", "email": "dsales@domainbrandnames.com", "company_name": "Virtual Service Inc." }, { "num": 6, "domain_name": "onlinefreaks.net", "name": "Martin Herzig", "email": "domx@herzig.at", "company_name": "Martin Herzig" }, { "num": 7, "domain_name": "nascarfreaks.com", "create_date": "1999-07-21", "update_date": "2024-05-22", "expiry_date": "2029-07-21", "name": "McCormick, Ryan", "email": "nascarfreaks@gmail.com" }, { "num": 8, "domain_name": "moviefreaks.com", "create_date": "1999-04-06", "update_date": "2024-05-20", "expiry_date": "2025-04-06", "name": "Redacted for GDPR privacy", "email": "moviefreaks.com@namebrightprivacy.com", "company_name": "gv, llc" }, { "num": 9, "domain_name": "musicforfreaks.com", "create_date": "1999-09-05", "update_date": "2023-07-08", "expiry_date": "2024-09-05", "name": "Not Disclosed", "email": "https://whoiscontact.ascio.com?domainname=musicforfreaks.com", "company_name": "Not Disclosed" }, { "num": 10, "domain_name": "freaksgarden.com", "create_date": "1999-10-30", "update_date": "2020-09-07", "expiry_date": "2025-10-30", "name": "Statutory Masking Enabled", "email": "dataprotected@maskeddetails.com", "company_name": "Statutory Masking Enabled" }, { "num": 11, "domain_name": "computerfreaks.com", "create_date": "1999-08-09", "update_date": "2023-06-23", "expiry_date": "2024-08-09", "name": "Registration Private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=computerfreaks.com", "company_name": "Domains By Proxy, LLC" }, { "num": 12, "domain_name": "freakstuff.com", "create_date": "1999-08-09", "update_date": "2023-08-01", "expiry_date": "2024-08-09", "name": "Jewella Privacy - 0d5e3", "email": "freakstuff.com@fab.jewellaprivacy.com", "company_name": "Jewella Privacy LLC Privacy ID# 859789" }, { "num": 13, "domain_name": "freakserve.com", "create_date": "1999-10-16", "expiry_date": "2014-10-16", "name": "FREAKSERVE N/A", "email": "gfkapos.junk@gmail.com", "company_name": "FREAKSERVE" }, { "num": 14, "domain_name": "siliconfreaks.com", "create_date": "1999-12-25", "update_date": "2023-12-28", "expiry_date": "2028-12-25", "name": "PERFECT PRIVACY, LLC" }, { "num": 15, "domain_name": "beatfreaks.com", "create_date": "1999-03-13", "update_date": "2024-04-25", "expiry_date": "2025-03-13" }, { "num": 16, "domain_name": "travelfreaks.com", "create_date": "1999-09-02", "update_date": "2024-07-05", "expiry_date": "2025-09-02", "name": "PERFECT PRIVACY, LLC", "email": "jk9426fz22b@networksolutionsprivateregistration.com" }, { "num": 17, "domain_name": "thewirelessfreaks.net", "create_date": "2000-01-06", "update_date": "2023-02-19", "expiry_date": "2023-01-06" }, { "num": 18, "domain_name": "efreaks.org", "create_date": "2000-09-10", "update_date": "2024-03-23", "expiry_date": "2024-09-10", "name": "REDACTED FOR PRIVACY", "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.", "company_name": "Privacy service provided by Withheld for Privacy ehf" }, { "num": 19, "domain_name": "21stfreaks.com", "create_date": "2000-03-11", "expiry_date": "2014-03-11", "name": "Ed Draper|Edward Draper", "email": "powervisionsdc@gmail.com" }, { "num": 20, "domain_name": "astralfreaks.com", "create_date": "2000-08-10", "update_date": "2022-07-07", "expiry_date": "2029-08-10", "name": "REDACTED FOR PRIVACY", "email": "redacted for privacy - send message to contact by visiting https://www.ovhcloud.com/en/lp/request-ovhcloud-registered-domain/" }, { "num": 21, "domain_name": "demonfreaks.com", "create_date": "2016-06-11", "update_date": "2024-05-10", "expiry_date": "2025-06-11", "name": "Proxy Protection LLC", "email": "vl73puxrbqeeuj3@proxy.dreamhost.com", "company_name": "Proxy Protection LLC" }, { "num": 22, "domain_name": "outdoorfreaks.com", "create_date": "2000-12-26", "update_date": "2024-01-30", "expiry_date": "2024-12-26", "name": "REDACTED FOR PRIVACY", "email": "info@domain-contact.org", "company_name": "REDACTED FOR PRIVACY" }, { "num": 23, "domain_name": "stylefreaks.com", "create_date": "2015-01-30", "update_date": "2023-04-19", "expiry_date": "2026-01-30", "name": "Domain Admin / This Domain is For Sale", "email": "domains@hugedomains.com", "company_name": "HugeDomains.com" }, { "num": 24, "domain_name": "clan-acidfreaks.com", "create_date": "2000-09-29", "update_date": "2023-09-30", "expiry_date": "2024-09-29", "name": "REDACTED FOR PRIVACY", "email": "dataprivacyprotected@ionos.de" }, { "num": 25, "domain_name": "newsfreaks.com", "create_date": "2000-07-07", "update_date": "2024-07-03", "expiry_date": "2025-07-07", "name": "Domain Administrator", "email": "admin.contact@digitalink.com", "company_name": "WP Company LLC" }, { "num": 26, "domain_name": "europeanfreaks.com", "create_date": "2000-10-25", "expiry_date": "2014-10-25", "name": "DomainClub Privacy Service", "email": "protected-51371@domainprivacyshield.com" }, { "num": 27, "domain_name": "computer-freaks.com", "create_date": "2000-12-04", "expiry_date": "2014-12-04", "name": "THIS DOMAIN FOR SALE TOLL FREE: 866-822-9073 WORLDWIDE: 339-222-5132", "email": "brokerage@buydomains.com", "company_name": "BUYDOMAINS.COM" }, { "num": 28, "domain_name": "freaksatwork.com", "create_date": "2000-07-15", "update_date": "2023-07-22", "expiry_date": "2024-07-15", "name": "REDACTED FOR PRIVACY", "email": "https://whoispro.domain-robot.org/whois/freaksatwork.com", "company_name": "Crazy Marketing" }, { "num": 29, "domain_name": "motfreaks.com", "create_date": "2000-10-30", "expiry_date": "2015-10-30", "name": "MOT Models Ltd", "email": "mike@motmodel.com", "company_name": "MOT Models Ltd" }, { "num": 30, "domain_name": "freaksatplay.com", "create_date": "2022-06-09", "update_date": "2024-07-08", "expiry_date": "2025-06-09", "name": "Redacted for Privacy Purposes", "email": "select contact domain holder link at https://www.namecheap.com/domains/whois/result?domain=freaksatplay.com", "company_name": "Redacted for Privacy Purposes" }, { "num": 31, "domain_name": "sideshow-freaks.com", "name": "Registration Private", "email": "sideshow-freaks.com@domainsbyproxy.com", "company_name": "Domains By Proxy, LLC" }, { "num": 32, "domain_name": "freaksforum.com", "create_date": "2000-11-10", "update_date": "2023-10-10", "expiry_date": "2025-11-10", "name": "Redacted for Privacy", "email": "478719204a9347acb659bceb54903ca7.protect@withheldforprivacy.com", "company_name": "Privacy service provided by Withheld for Privacy ehf" }, { "num": 33, "domain_name": "speedfreaksuk.com", "create_date": "2021-02-19", "update_date": "2022-04-04", "expiry_date": "2022-02-19" }, { "num": 34, "domain_name": "sport-freaks.com", "create_date": "2000-03-27", "update_date": "2024-03-28", "expiry_date": "2025-03-27", "name": "Not Disclosed", "email": "https://whoiscontact.ascio.com?domainname=sport-freaks.com", "company_name": "Not Disclosed" }, { "num": 35, "domain_name": "audiofreaksltd.com", "create_date": "2008-05-15", "update_date": "2024-05-25", "expiry_date": "2026-05-25", "name": "REDACTED FOR PRIVACY", "email": "whoiscontact@names.co.uk", "company_name": "Audiofreaks Ltd" }, { "num": 36, "domain_name": "thewirelessfreaks.com", "create_date": "2000-01-06", "update_date": "2023-02-19", "expiry_date": "2023-01-06" }, { "num": 37, "domain_name": "wirelessfreaks.com", "create_date": "2000-01-05", "update_date": "2024-02-19", "expiry_date": "2025-01-06", "name": "This Domain For Sale Worldwide 3392225132", "email": "brokerage@buydomains.com", "company_name": "BuyDomains.com" }, { "num": 38, "domain_name": "netfreaks.org", "create_date": "2000-04-10", "update_date": "2024-04-10", "expiry_date": "2025-04-10", "name": "REDACTED FOR PRIVACY", "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." }, { "num": 39, "domain_name": "freakspace.net", "create_date": "2000-11-26", "expiry_date": "2014-11-26", "name": "Ann Crowe", "email": "ladycrowe@freakspace.net", "company_name": "N/A" }, { "num": 40, "domain_name": "digitalfreaks.net", "create_date": "2000-05-13", "update_date": "2023-07-25", "expiry_date": "2025-07-23" }, { "num": 41, "domain_name": "wirelessfreaks.net", "create_date": "2000-01-06", "update_date": "2023-02-19", "expiry_date": "2023-01-06" }, { "num": 42, "domain_name": "21stcenturyfreaks.com", "create_date": "2000-03-11", "expiry_date": "2014-03-11", "name": "Ed Draper|Edward Draper", "email": "powervisionsdc@gmail.com" }, { "num": 43, "domain_name": "circusfreaks.com", "create_date": "2000-01-04", "update_date": "2024-01-05", "expiry_date": "2025-01-04" }, { "num": 44, "domain_name": "pcfreaks.com", "create_date": "2000-04-05", "update_date": "2024-04-05", "expiry_date": "2025-04-05", "name": "REDACTED FOR PRIVACY", "email": "info@domain-contact.org", "company_name": "REDACTED FOR PRIVACY" }, { "num": 45, "domain_name": "freebsdfreaks.com", "create_date": "2000-11-26", "expiry_date": "2014-11-26", "name": "Domain Admin", "email": "buysdomains@gmail.com", "company_name": "RegistrarAds, Inc." }, { "num": 46, "domain_name": "celebritysexfreaks.com", "create_date": "2021-07-12", "update_date": "2022-07-06", "expiry_date": "2023-07-12", "name": "redacted for privacy", "email": "info@domain-contact.org", "company_name": "redacted for privacy" }, { "num": 47, "domain_name": "latenightfreakshow.com", "create_date": "2010-04-14", "update_date": "2024-05-26", "expiry_date": "2024-04-14" }, { "num": 48, "domain_name": "fitness-freaks.com", "create_date": "2023-04-11", "update_date": "2024-04-12", "expiry_date": "2025-04-12", "name": "Registration Private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=fitness-freaks.com", "company_name": "Domains By Proxy, LLC" }, { "num": 49, "domain_name": "devotionalsforcontrolfreaks.com", "create_date": "2014-11-12", "update_date": "2023-11-13", "expiry_date": "2024-11-12", "name": "Registration Private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=devotionalsforcontrolfreaks.com", "company_name": "Domains By Proxy, LLC" }, { "num": 50, "domain_name": "carfreaks.nl", "create_date": "2010-01-31", "update_date": "2022-10-11" }, { "num": 51, "domain_name": "travelfreaks.de", "update_date": "2015-07-26" }, { "num": 52, "domain_name": "koifreaks.de", "update_date": "2018-10-14" }, { "num": 53, "domain_name": "cagefreaks.de" }, { "num": 54, "domain_name": "acidfreaks.de", "update_date": "2018-08-16" }, { "num": 55, "domain_name": "abifreaks.de", "update_date": "2013-12-04" }, { "num": 56, "domain_name": "soccerfreaks.de", "update_date": "2021-08-13" }, { "num": 57, "domain_name": "soccer-freaks.de", "update_date": "2007-03-24" }, { "num": 58, "domain_name": "electronic-freaks.de", "update_date": "2021-01-08" }, { "num": 59, "domain_name": "motorfreaks.eu" }, { "num": 60, "domain_name": "brandschutzfreaks.at", "update_date": "2014-12-12" }, { "num": 61, "domain_name": "mx-freakstore.de", "update_date": "2015-11-01" }, { "num": 62, "domain_name": "jesusfreaksmagdeburg.de", "update_date": "2019-03-19" }, { "num": 63, "domain_name": "pa-freaks.de" }, { "num": 64, "domain_name": "jesusfreaks-jena.de", "update_date": "2023-03-30" }, { "num": 65, "domain_name": "dronefreaks.de", "update_date": "2023-12-20" }, { "num": 66, "domain_name": "cleanfreakscompany.com", "create_date": "2022-01-17", "update_date": "2024-01-18", "expiry_date": "2025-01-17" }, { "num": 67, "domain_name": "freaksplayground.site", "create_date": "2022-01-19", "update_date": "2023-02-19", "expiry_date": "2023-01-19", "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." }, { "num": 68, "domain_name": "fuzzyfreaks.live", "create_date": "2021-11-09", "update_date": "2022-12-23", "expiry_date": "2022-11-09", "name": "redacted for privacy", "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.", "company_name": "chloe wenham" }, { "num": 69, "domain_name": "lefreakstyle.com", "create_date": "2022-04-19", "update_date": "2023-05-30", "expiry_date": "2023-04-19" }, { "num": 70, "domain_name": "fallfreaks.com", "create_date": "2022-04-19", "update_date": "2022-04-19", "expiry_date": "2025-04-19", "name": "registration private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=fallfreaks.com", "company_name": "domains by proxy, llc" }, { "num": 71, "domain_name": "homefreaks.website", "create_date": "2022-04-20", "update_date": "2023-06-01", "expiry_date": "2023-04-20", "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.", "company_name": "Withheld for Privacy Purposes" }, { "num": 72, "domain_name": "pyrofreaks.at", "update_date": "2021-08-24" }, { "num": 73, "domain_name": "cross-freaks.com", "create_date": "2016-01-05", "update_date": "2023-02-18", "expiry_date": "2023-01-05" }, { "num": 74, "domain_name": "arcadefreaks.com", "create_date": "2004-11-07", "update_date": "2023-12-28", "expiry_date": "2024-11-07", "name": "REDACTED FOR PRIVACY", "email": "select contact domain holder link https://privacy.sav.com/?domain=arcadefreaks.com", "company_name": "REDACTED FOR PRIVACY" }, { "num": 75, "domain_name": "theneatfreaksprollc.com", "create_date": "2023-08-16", "update_date": "2023-08-16", "expiry_date": "2024-08-16", "name": "Registration Private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=theneatfreaksprollc.com", "company_name": "Domains By Proxy, LLC" }, { "num": 76, "domain_name": "freakspl.com", "create_date": "2023-08-16", "update_date": "2023-08-16", "expiry_date": "2024-08-16", "name": "Redacted for Privacy", "email": "77d72f4ffaa24776bd4742932e0b93b5.protect@withheldforprivacy.com", "company_name": "Privacy service provided by Withheld for Privacy ehf" }, { "num": 77, "domain_name": "freaksandfamily.com", "create_date": "2023-08-16", "update_date": "2023-11-08", "expiry_date": "2024-08-16", "name": "REDACTED FOR PRIVACY", "email": "info@domain-contact.org", "company_name": "REDACTED FOR PRIVACY" }, { "num": 78, "domain_name": "medwestfreaks.com", "create_date": "2023-08-15", "update_date": "2023-08-15", "expiry_date": "2024-08-15", "name": "Registration Private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=medwestfreaks.com", "company_name": "Domains By Proxy, LLC" }, { "num": 79, "domain_name": "glitterfreaks.co.uk", "create_date": "2017-05-08", "update_date": "2024-07-07", "expiry_date": "2027-05-08" }, { "num": 80, "domain_name": "furryfreaks.co.uk", "create_date": "2021-05-31", "update_date": "2023-05-01", "expiry_date": "2025-05-31" }, { "num": 81, "domain_name": "cleanfreaks.au", "update_date": "2024-06-13", "name": "jonathan sarandis" }, { "num": 82, "domain_name": "fishing-freaks.jp", "create_date": "2012-02-05", "update_date": "2024-03-01", "expiry_date": "2025-02-28", "name": "Whois Privacy Protection Service by VALUE-DOMAIN", "email": "whoisproxy@value-domain.com" }, { "num": 83, "domain_name": "gearfreaksurfcenter.nl", "create_date": "2022-01-17", "update_date": "2022-02-16" }, { "num": 84, "domain_name": "2freaks1sound.be", "create_date": "2022-11-30", "update_date": "2022-12-02" }, { "num": 85, "domain_name": "freakshow.lt", "create_date": "2023-01-09", "expiry_date": "2024-01-10" }, { "num": 86, "domain_name": "homegrownfreaks.co", "create_date": "2023-05-21", "update_date": "2024-05-26", "expiry_date": "2024-05-21", "name": "REDACTED FOR PRIVACY", "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." }, { "num": 87, "domain_name": "chicfreaks.in", "create_date": "2023-09-19", "update_date": "2023-09-24", "expiry_date": "2024-09-19", "name": "REDACTED FOR PRIVACY", "email": "please contact the registrar listed above", "company_name": "CHICFREAKS" }, { "num": 88, "domain_name": "wagmifreaks.co", "create_date": "2022-09-25", "update_date": "2023-09-30", "expiry_date": "2024-09-25", "name": "REDACTED FOR PRIVACY", "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.", "company_name": "Data Protected" }, { "num": 89, "domain_name": "ugfreaks.to", "create_date": "2023-10-21", "update_date": "2023-10-21", "expiry_date": "2080-10-21" }, { "num": 90, "domain_name": "skinfreaks.co", "create_date": "2021-02-26", "update_date": "2024-01-31", "expiry_date": "2025-02-26", "name": "REDACTED FOR PRIVACY", "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.", "company_name": "Proxy Protection LLC" }, { "num": 91, "domain_name": "freakshakers.co.uk", "create_date": "2019-11-23", "update_date": "2023-11-24", "expiry_date": "2024-11-23" }, { "num": 92, "domain_name": "stereofreaks.co.uk", "create_date": "2019-05-10", "update_date": "2024-04-11", "expiry_date": "2025-05-10" }, { "num": 93, "domain_name": "geeksnfreaks.co.kr", "create_date": "2023-03-22", "update_date": "2023-03-24", "expiry_date": "2026-03-22", "name": "geeksnfreaks" }, { "num": 94, "domain_name": "holidayfreaks.co", "create_date": "2022-11-24", "update_date": "2023-11-29", "expiry_date": "2023-11-24", "name": "REDACTED FOR PRIVACY", "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." }, { "num": 95, "domain_name": "scentfreaks.com.au", "update_date": "2024-06-03", "name": "Sole Trader" }, { "num": 96, "domain_name": "classycleanfreaks.com", "create_date": "2023-12-28", "update_date": "2023-12-28", "expiry_date": "2026-12-28", "name": "Registration Private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=classycleanfreaks.com", "company_name": "Domains By Proxy, LLC" }, { "num": 97, "domain_name": "freaksandfriends.ch", "create_date": "2007-08-13" }, { "num": 98, "domain_name": "vampirefreaksus.com", "create_date": "2024-01-18", "update_date": "2024-01-18", "expiry_date": "2025-01-18", "name": "Redacted for privacy", "email": "https://rdap.gname.com/extra/contact?type=registrant&domain=vampirefreaksus.com", "company_name": "Redacted for privacy" }, { "num": 99, "domain_name": "freaksfootball.com", "create_date": "2024-01-31", "update_date": "2024-01-31", "expiry_date": "2025-01-31", "name": "Redacted for Privacy", "email": "67d5650377714ddfa00f7e693d45519c.protect@withheldforprivacy.com", "company_name": "Privacy service provided by Withheld for Privacy ehf" }, { "num": 100, "domain_name": "controlfreaksmusic.com", "create_date": "2005-03-09", "update_date": "2024-03-10", "expiry_date": "2025-03-09" } ] }curl --location 'https://api.apifreaks.com/v1.0/domain/whois/reverse?keyword=freaks&apiKey=API-KEY'
Our Reverse WHOIS Lookup API utilizes a sophisticated "full-text search phrase matching" technique for retrieving domain data based on registrant or owner information. When you perform a search using a term like "trump," the API identifies and retrieves domains associated with registrants such as "Blair Trump" and "Trump Corporation," among others. This advanced search capability ensures that you can find domains linked to specific owners or organizations, providing a comprehensive view of ownership connections and facilitating targeted research.
{ "total_Result": 2320, "total_Pages": 24, "current_Page": 1, "whois_domains_historical": [ { "num": 1, "domain_name": "trumpplaza.com", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 2, "domain_name": "trumptaj.com", "create_date": "1995-08-25", "expiry_date": "2014-08-24", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 3, "domain_name": "orllaw.com", "create_date": "1996-08-29", "expiry_date": "2014-08-28", "name": "DAVE TRUMP", "email": "trumpuberalles@gmail.com" }, { "num": 4, "domain_name": "trumpmarina.com", "create_date": "1996-08-23", "expiry_date": "2014-08-22", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 5, "domain_name": "7nt.com", "create_date": "1996-08-20", "expiry_date": "2016-08-19", "name": "7 No Trump", "email": "zeus@nyct.net", "company_name": "7 No Trump" }, { "num": 6, "domain_name": "trumpintl.com", "name": "Trump International Hotel & Tower", "email": "tdowning@trumpintl.com", "company_name": "Trump International Hotel & Tower" }, { "num": 7, "domain_name": "cp-ltd.com", "create_date": "2017-03-28", "expiry_date": "2018-03-28", "name": "Team Trump Trump", "email": "santexintlhk@gmail.com" }, { "num": 8, "domain_name": "sekulasigns.com", "create_date": "1997-12-05", "expiry_date": "2014-12-04", "name": "Trump, Barb", "company_name": "Sekula Sign Company" }, { "num": 9, "domain_name": "metropoliscomics.com", "create_date": "1997-03-06", "expiry_date": "2015-03-07", "name": "Blair Trump", "email": "blair@blairtrump.com", "company_name": "Metropolis Collectibles" }, { "num": 10, "domain_name": "triadav.com", "name": "Dick Trump", "email": "d.trump@triadav.com", "company_name": "Triad Productions, Inc." }, { "num": 11, "domain_name": "tatp.com", "create_date": "1998-09-18", "expiry_date": "2014-09-17", "name": "Trump, Alioto, Trump & Prescott, LLP", "company_name": "Trump, Alioto, Trump & Prescott, LLP" }, { "num": 12, "domain_name": "trumpequipment.com", "create_date": "1999-10-23", "expiry_date": "2020-10-23", "name": "TRUMP EQUIPMENT COMPANY, INC.", "email": "wdmccarley@hotmail.com", "company_name": "TRUMP EQUIPMENT COMPANY, INC." }, { "num": 13, "domain_name": "trumpmodels.com", "create_date": "1999-03-02", "expiry_date": "2015-03-02", "name": "Trump Model Management", "company_name": "Trump Model Management" }, { "num": 14, "domain_name": "trumpemployment.com", "create_date": "1999-07-21", "expiry_date": "2014-07-21", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 15, "domain_name": "blastwaves.com", "create_date": "1999-07-16", "update_date": "2024-05-17", "expiry_date": "2029-07-16", "name": "Trump, Ace", "email": "ace@blastwaves.com", "company_name": "Siren Artist Management Inc" }, { "num": 16, "domain_name": "decumanus.com", "create_date": "1999-04-19", "expiry_date": "2018-04-19", "name": "Matthew Trump", "email": "register@decumanus.com", "company_name": "Decumanus" }, { "num": 17, "domain_name": "tmgmt.com", "create_date": "1999-06-22", "expiry_date": "2015-06-22", "name": "Trump Model Management", "email": "generalcounsel@trumporg.com", "company_name": "Trump Model Management" }, { "num": 18, "domain_name": "viewpointsa.com", "name": "Don Trump", "email": "mis7@zipmails.net", "company_name": "Gaytonia" }, { "num": 19, "domain_name": "efimotorsport.com", "create_date": "2000-08-25", "expiry_date": "2014-08-25", "name": "Trump Holdings Pty Ltd", "email": "jeade@acenet.net.au" }, { "num": 20, "domain_name": "trumpasia.com", "create_date": "2000-12-29", "expiry_date": "2014-12-29", "name": "Trump Asia Enterprise Ltd Trump Asia Enterprise Ltd", "email": "dnsadmin@imsbiz.com", "company_name": "Trump Asia Enterprise Ltd" }, { "num": 21, "domain_name": "susantrump.com", "create_date": "2000-11-22", "expiry_date": "2019-11-22", "name": "Susan Trump", "email": "susantrump@aol.com", "company_name": "Susan Trump Music" }, { "num": 22, "domain_name": "trump-tight.com", "create_date": "2000-10-01", "expiry_date": "2014-10-01", "name": "TRUMP TIGHT FISHING CHARTERS", "email": "ramjetskie@msn.com", "company_name": "TRUMP TIGHT FISHING CHARTERS" }, { "num": 23, "domain_name": "bobtrump.com", "create_date": "2000-12-20", "update_date": "2023-11-28", "expiry_date": "2024-12-20", "name": "ROBERT TRUMP", "email": "bobtrump@comcast.net" }, { "num": 24, "domain_name": "spaeq.com", "create_date": "2000-11-17", "expiry_date": "2014-11-17", "name": "Trump, Dennis", "email": "dennnis@spaeq.com", "company_name": "NO ORG NAME" }, { "num": 25, "domain_name": "timspears.com", "create_date": "2000-09-27", "update_date": "2021-08-30", "expiry_date": "2022-09-27", "name": "trump, roy", "email": "rltrump@rica.net", "company_name": "equipment enterprise" }, { "num": 26, "domain_name": "karentrump.com", "create_date": "2000-01-27", "expiry_date": "2016-01-27", "name": "Trump, Karen", "company_name": "Karen Trump" }, { "num": 27, "domain_name": "trumpac.com", "create_date": "2000-12-17", "expiry_date": "2014-12-17", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 28, "domain_name": "triadpro.com", "create_date": "2000-01-13", "expiry_date": "2019-01-13", "name": "Dick Trump", "email": "d.trump@triadav.com", "company_name": "Triad Productions, Inc." }, { "num": 29, "domain_name": "walkability.net", "name": "Matthew Trump", "email": "register@decumanus.com", "company_name": "Decumanus" }, { "num": 30, "domain_name": "trumped.com", "name": "Trumped Operations-Officer", "email": "me@domains21.com", "company_name": "Trumped" }, { "num": 31, "domain_name": "mimicmedia.com", "create_date": "2000-03-24", "expiry_date": "2015-03-24", "name": "Ian Trump", "email": "itrump@mimicmedia.com", "company_name": "Ian Trump" }, { "num": 32, "domain_name": "gahummer.org", "create_date": "2001-03-30", "expiry_date": "2017-03-30", "name": "Rusty Trump", "email": "rusty_trump@hotmail.com", "company_name": "Rusty Trump" }, { "num": 33, "domain_name": "hopefulway.com", "create_date": "2001-01-27", "expiry_date": "2015-01-27", "name": "Maureen Trump", "email": "nomail@godaddy.com", "company_name": "Dr. Maureen McVicker Trump" }, { "num": 34, "domain_name": "metropolisent.com", "create_date": "2001-04-13", "expiry_date": "2014-04-13", "name": "Blair Trump", "email": "blair@blairtrump.com", "company_name": "Metropolis Collectibles" }, { "num": 35, "domain_name": "aaatax1040.com", "create_date": "2001-05-04", "expiry_date": "2021-05-04", "name": "Bill Trump", "email": "wtrump@wt.net", "company_name": "Trump & Associates, Inc." }, { "num": 36, "domain_name": "royaltrump.com", "create_date": "2001-12-18", "expiry_date": "2014-12-18", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 37, "domain_name": "trumpshobbies.com", "create_date": "2001-03-01", "expiry_date": "2017-03-01", "name": "Jim Trump", "email": "trumpshobbies@comcast.net", "company_name": "Trump's Hobbies" }, { "num": 38, "domain_name": "am-viet.com", "create_date": "2001-08-22", "expiry_date": "2014-08-22", "name": "DON TRUMPS", "email": "dontrumps@am-viet.com", "company_name": "DONTRUMPS@AM-VIET.COM" }, { "num": 39, "domain_name": "dies-irae.org", "create_date": "2001-02-22", "expiry_date": "2015-02-22", "name": "Dave Trump", "email": "trump@trumps.net" }, { "num": 40, "domain_name": "recyclingmaschinen.org", "create_date": "2001-11-21", "expiry_date": "2014-11-21", "name": "TTS Trump Technik Service GmbH", "email": "info@trump-technik.de" }, { "num": 41, "domain_name": "dempseyins.net", "name": "Carol Trump", "email": "richardd@dempseyins.net", "company_name": "Dempsey Insurance" }, { "num": 42, "domain_name": "trumpfamily.net", "name": "Jason Trump", "email": "30d44d82259b2ccec4ddc63af99bd77f-jt989@contact.gandi.net", "company_name": "Jason Trump" }, { "num": 43, "domain_name": "machineagers.com", "create_date": "2001-04-04", "expiry_date": "2014-04-04", "name": "Blair Trump", "email": "blair@blairtrump.com", "company_name": "Metropolis Collectibles" }, { "num": 44, "domain_name": "trumpsports.com", "create_date": "2001-07-12", "expiry_date": "2014-07-12", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 45, "domain_name": "vineyardsandcastles.com", "create_date": "2001-02-14", "expiry_date": "2015-02-14", "name": "Tiffiny Trump-Humbert", "email": "trumptravel@hotmail.com", "company_name": "Trump Tours" }, { "num": 46, "domain_name": "darksunonline.net", "create_date": "2002-09-21", "expiry_date": "2017-09-21", "name": "Dave Trump", "email": "spam@trumps.net", "company_name": "Fractured Studios" }, { "num": 47, "domain_name": "trumprealty.com", "create_date": "2002-12-06", "expiry_date": "2015-12-06", "name": "Barry Trump", "email": "batrealty@aol.com", "company_name": "Trump Realty" }, { "num": 48, "domain_name": "darksunonline.com", "create_date": "2002-09-21", "expiry_date": "2017-09-21", "name": "Dave Trump", "email": "spam@trumps.net", "company_name": "Fractured Studios" }, { "num": 49, "domain_name": "bakerdoorcompany.com", "create_date": "2002-11-06", "expiry_date": "2014-11-06", "name": "Edward Trump", "email": "admin@dnsmicrosite.com", "company_name": "Baker Door Company" }, { "num": 50, "domain_name": "darksunonline.org", "create_date": "2002-09-21", "expiry_date": "2017-09-21", "name": "Dave Trump", "email": "spam@trumps.net", "company_name": "Fractured Studios" }, { "num": 51, "domain_name": "trumped.net", "create_date": "2002-03-15", "expiry_date": "2015-03-15", "name": "Trumped Operations-Officer", "email": "agent@domains21.com", "company_name": "Trumped" }, { "num": 52, "domain_name": "trumpandtrump.com", "create_date": "2003-01-03", "update_date": "2023-12-28", "expiry_date": "2026-01-03", "name": "Trump and Trump", "email": "ctrump@trumpandtrump.com", "company_name": "Trump and Trump" }, { "num": 53, "domain_name": "ct-computerservice.com", "create_date": "2003-12-04", "expiry_date": "2014-12-04", "name": "Charles Trump", "email": "ct-computer@insightbb.com", "company_name": "C T Computer Service" }, { "num": 54, "domain_name": "dltrump.com", "create_date": "2003-12-10", "expiry_date": "2014-12-10", "name": "Daniel Trump", "email": "dmatrump@yahoo.com", "company_name": "Daniel Trump" }, { "num": 55, "domain_name": "anacegourmet.com", "create_date": "2017-08-30", "expiry_date": "2018-08-30", "name": "Teresa Trump", "email": "namei3966@163.com", "company_name": "Teresa Trump" }, { "num": 56, "domain_name": "sinotrump.com", "create_date": "2003-03-11", "expiry_date": "2015-03-11", "name": "Sino Trump International Limited", "email": "no.valid.email@worldnic.com", "company_name": "Sino Trump International Limited" }, { "num": 57, "domain_name": "intimetouring.com", "create_date": "2003-01-26", "update_date": "2023-11-27", "expiry_date": "2025-01-26", "name": "Trump, Ace", "email": "ace@blastwaves.com", "company_name": "Siren Artist Management Inc" }, { "num": 58, "domain_name": "trumpins.com", "create_date": "2003-10-10", "expiry_date": "2014-10-10", "name": "Aimee Trump", "email": "atrump@trumpins.com", "company_name": "Trump Insurance, Inc." }, { "num": 59, "domain_name": "motorheadbangers.com", "create_date": "2003-12-12", "update_date": "2023-10-12", "expiry_date": "2024-12-12", "name": "Trump, Ace", "email": "ace@blastwaves.com", "company_name": "Siren Artist Management Inc" }, { "num": 60, "domain_name": "trumpdirect.com", "create_date": "2003-08-06", "update_date": "2020-06-07", "expiry_date": "2025-08-06", "name": "Trump Printing & Mailing", "email": "trump@trumpdirect.com", "company_name": "Trump Printing & Mailing" }, { "num": 61, "domain_name": "lifewithskippy.com", "create_date": "2003-04-19", "expiry_date": "2014-04-19", "name": "Blair Trump", "email": "blair@blairtrump.com", "company_name": "Metropolis Collectibles" }, { "num": 62, "domain_name": "edgewize.com", "create_date": "2003-01-31", "expiry_date": "2015-01-31", "name": "David Trump", "email": "dmt@aniable.com", "company_name": "EdgeWize Technology" }, { "num": 63, "domain_name": "lifeafterskippy.com", "create_date": "2003-04-19", "expiry_date": "2014-04-19", "name": "Blair Trump", "email": "blair@blairtrump.com", "company_name": "Metropolis Collectibles" }, { "num": 64, "domain_name": "fracturedstudios.com", "create_date": "2003-01-24", "expiry_date": "2015-01-24", "name": "Dave Trump", "email": "spam@trumps.net", "company_name": "Dave Trump" }, { "num": 65, "domain_name": "fracturedskies.com", "create_date": "2003-01-24", "expiry_date": "2015-01-24", "name": "Dave Trump", "email": "spam@trumps.net", "company_name": "Dave Trump" }, { "num": 66, "domain_name": "fracturedskiesonline.com", "create_date": "2003-01-24", "expiry_date": "2015-01-24", "name": "Dave Trump", "email": "spam@trumps.net", "company_name": "Dave Trump" }, { "num": 67, "domain_name": "sirenmanagement.com", "create_date": "2003-01-26", "update_date": "2023-11-26", "expiry_date": "2025-01-26", "name": "Trump, Ace", "email": "ace@blastwaves.com", "company_name": "Siren Artist Management Inc" }, { "num": 68, "domain_name": "paulsingerman.com", "create_date": "2003-09-15", "expiry_date": "2016-09-15", "name": "Trump, Ace", "email": "ace@blastwaves.com", "company_name": "Siren Artist Management Inc" }, { "num": 69, "domain_name": "trumpmiami.com", "create_date": "2003-12-14", "update_date": "2023-12-16", "expiry_date": "2028-12-14", "name": "TRUMP GRANDE", "email": "trumpit@trumpmiami.com", "company_name": "TRUMP GRANDE" }, { "num": 70, "domain_name": "fydollaho.com", "create_date": "2003-05-13", "update_date": "2024-03-14", "expiry_date": "2025-05-13", "name": "Trump, Ace", "email": "ace@blastwaves.com", "company_name": "Siren Artist Management Inc" }, { "num": 71, "domain_name": "trumpvillagesection3inc.com", "create_date": "2003-03-07", "expiry_date": "2015-03-07", "name": "Trump Village Section 3 Inc.", "email": "jtoscano@realm.com", "company_name": "Trump Village Section 3 Inc." }, { "num": 72, "domain_name": "trumplakemichigan.com", "create_date": "2003-03-13", "expiry_date": "2015-03-13", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 73, "domain_name": "blastwavesrecords.com", "create_date": "2003-06-17", "update_date": "2024-04-18", "expiry_date": "2025-06-17", "name": "Trump, Ace", "email": "ace@blastwaves.com", "company_name": "Siren Artist Management Inc" }, { "num": 74, "domain_name": "fracturedstudios.net", "create_date": "2003-01-24", "expiry_date": "2015-01-24", "name": "Dave Trump", "email": "spam@trumps.net", "company_name": "Dave Trump" }, { "num": 75, "domain_name": "fracturedskies.net", "create_date": "2003-01-24", "expiry_date": "2015-01-24", "name": "Dave Trump", "email": "spam@trumps.net", "company_name": "Dave Trump" }, { "num": 76, "domain_name": "fracturedskiesonline.net", "create_date": "2003-01-24", "expiry_date": "2015-01-24", "name": "Dave Trump", "email": "spam@trumps.net", "company_name": "Dave Trump" }, { "num": 77, "domain_name": "trumpgamingcorp.net", "create_date": "2004-11-02", "expiry_date": "2014-11-02", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 78, "domain_name": "trumpworldwidegaminginc.net", "create_date": "2004-11-02", "expiry_date": "2014-11-02", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 79, "domain_name": "trumpeurope.com", "create_date": "2004-12-28", "expiry_date": "2014-12-28", "name": "Trump Electronic-Europe GmbH", "email": "guenthergraef@t-online.de" }, { "num": 80, "domain_name": "trumpchiro.com", "create_date": "2004-05-20", "expiry_date": "2020-05-20", "name": "Melinda Trump", "email": "drmelindatrump@yahoo.com" }, { "num": 81, "domain_name": "thebrainstorm.com", "create_date": "2004-01-13", "expiry_date": "2016-01-13", "name": "Gary Trump", "email": "gary@tfgn.net", "company_name": "The Financial Globe.com, Inc." }, { "num": 82, "domain_name": "oldebrickhouse.com", "create_date": "2004-01-16", "expiry_date": "2015-01-16", "name": "CHARLES TRUMP", "email": "oldebrickhouse@bellsouth.net", "company_name": "OLDE BRICK HOUSE" }, { "num": 83, "domain_name": "trump-getreide.com", "create_date": "2004-06-24", "expiry_date": "2014-06-24", "name": "Thomas Trump", "email": "t-trump@trump-getreide.de", "company_name": "T. Trump Getreide GmbH" }, { "num": 84, "domain_name": "scottmusic.org", "create_date": "2004-11-11", "expiry_date": "2014-11-11", "name": "Scott Trump", "email": "scott@scottmusic.org", "company_name": "Scott Trump" }, { "num": 85, "domain_name": "pinkmarquees.com", "create_date": "2004-11-10", "expiry_date": "2014-11-10", "name": "Marquees by Trumps", "company_name": "Marquees by Trumps" }, { "num": 86, "domain_name": "trumpgaminginc.com", "create_date": "2004-11-02", "expiry_date": "2014-11-02", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 87, "domain_name": "trumpsmarquees.com", "create_date": "2004-11-10", "expiry_date": "2014-11-10", "name": "Marquees by Trumps", "company_name": "Marquees by Trumps" }, { "num": 88, "domain_name": "facevalueortho.com", "create_date": "2004-05-14", "expiry_date": "2016-05-14", "name": "Stan Trump", "email": "facevalueortho@aol.com", "company_name": "Face Value Ortho" }, { "num": 89, "domain_name": "trumpcasinoresorts.com", "create_date": "2004-11-09", "expiry_date": "2014-11-09", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 90, "domain_name": "minneapoliswindowshade.com", "create_date": "2004-01-05", "expiry_date": "2015-01-05", "name": "Mark Trump", "email": "mark@minneapoliswindowshade.com", "company_name": "Minneapolis Window Shade Co." }, { "num": 91, "domain_name": "ft-ag.com", "create_date": "2004-08-06", "expiry_date": "2014-08-06", "name": "Martin Trump", "email": "martin.trump@gmx.de" }, { "num": 92, "domain_name": "erictrump.com", "create_date": "2004-09-16", "expiry_date": "2017-09-16", "name": "Eric Trump", "email": "skibum845@gmail.com" }, { "num": 93, "domain_name": "trumpcasinosonline.com", "create_date": "2004-01-26", "expiry_date": "2015-01-26", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 94, "domain_name": "doubletrump.com", "create_date": "2004-01-09", "expiry_date": "2015-01-09", "name": "Double Trump", "email": "contact@doubletrump.com", "company_name": "Double Trump" }, { "num": 95, "domain_name": "pinecresttreefarm.com", "create_date": "2004-02-13", "expiry_date": "2015-02-13", "name": "Ryan Trump", "email": "trump.r@gmail.com", "company_name": "Cyberstate Fair" }, { "num": 96, "domain_name": "ft-ag.net", "name": "Martin Trump", "email": "martin.trump@gmx.de" }, { "num": 97, "domain_name": "trumpgaminginc.net", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 98, "domain_name": "trumpgaming.net", "create_date": "2004-11-02", "expiry_date": "2014-11-02", "name": "Trump Entertainment Resorts, Inc", "company_name": "Trump Entertainment Resorts, Inc" }, { "num": 99, "domain_name": "trumptravel.net", "create_date": "2005-08-16", "expiry_date": "2014-08-16", "name": "Coskun Dogan Trump Travel", "email": "domain2@reg2c.com", "company_name": "Coskun Dogan Trump Travel" }, { "num": 100, "domain_name": "trumphollywood.net", "create_date": "2005-11-18", "expiry_date": "2014-11-18", "name": "Trump Hollywood", "email": "no.valid.email@worldnic.com", "company_name": "Trump Hollywood" } ] }curl --location 'https://api.apifreaks.com/v1.0/domain/whois/reverse?owner=trump&mode=mini&apiKey=API-KEY'
Our Reverse WHOIS Lookup API uses a full-text search phrase matching technique to effectively retrieve domain data based on organization or company names. For example, a search for "United Nations" will return results for domains associated with variations such as "United Nation," "United Nations," and "United Nations Volunteers." This powerful search capability ensures comprehensive results, helping you identify domains related to specific organizations or companies with precision.
{ "total_Result": 154964, "total_Pages": 1550, "current_Page": 1, "whois_domains_historical": [ { "num": 1, "domain_name": "dragon.com", "create_date": "1991-05-02", "update_date": "2024-04-13", "expiry_date": "2034-04-13", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 2, "domain_name": "vexcel.com", "create_date": "1991-02-08", "update_date": "2024-02-05", "expiry_date": "2025-02-09", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 3, "domain_name": "microsoft.com", "create_date": "1991-05-02", "update_date": "2023-08-18", "expiry_date": "2025-05-03", "name": "Domain Administrator", "email": "admin@domains.microsoft", "company_name": "Microsoft Corporation" }, { "num": 4, "domain_name": "gps.com", "create_date": "1993-11-19", "update_date": "2024-05-03", "expiry_date": "2024-11-18", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 5, "domain_name": "tv.net", "create_date": "1994-08-16", "update_date": "2023-08-11", "expiry_date": "2024-08-15", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 6, "domain_name": "passport.net", "create_date": "1994-08-01", "update_date": "2024-05-20", "expiry_date": "2025-06-21", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 7, "domain_name": "iis.net", "create_date": "1994-08-29", "update_date": "2023-08-24", "expiry_date": "2024-08-28", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 8, "domain_name": "office.net", "create_date": "1994-11-14", "update_date": "2023-10-12", "expiry_date": "2024-11-13", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 9, "domain_name": "live.com", "create_date": "1994-12-28", "update_date": "2024-07-03", "expiry_date": "2024-12-27", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 10, "domain_name": "ismcorp.com", "create_date": "1994-04-23", "update_date": "2022-04-20", "expiry_date": "2023-04-24", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 11, "domain_name": "dynamics.com", "create_date": "1994-04-12", "update_date": "2024-04-09", "expiry_date": "2025-04-13", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 12, "domain_name": "corp.com", "create_date": "1994-06-04", "update_date": "2024-05-02", "expiry_date": "2025-06-03", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 13, "domain_name": "cashback.com", "create_date": "1994-12-07", "update_date": "2023-12-02", "expiry_date": "2024-12-06", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 14, "domain_name": "msn.com", "create_date": "1994-11-10", "update_date": "2024-05-03", "expiry_date": "2025-06-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 15, "domain_name": "surface.com", "create_date": "1994-09-19", "update_date": "2023-08-17", "expiry_date": "2024-09-18", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 16, "domain_name": "lips.com", "create_date": "1994-12-16", "update_date": "2021-12-11", "expiry_date": "2022-12-15", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 17, "domain_name": "eshop.com", "create_date": "1994-01-10", "expiry_date": "2015-01-09", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 18, "domain_name": "azure.com", "create_date": "1994-10-25", "update_date": "2023-09-22", "expiry_date": "2024-10-24", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 19, "domain_name": "investor.com", "create_date": "1994-05-24", "expiry_date": "2014-05-23", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 20, "domain_name": "live.net", "create_date": "1995-07-17", "update_date": "2024-07-12", "expiry_date": "2025-07-16", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 21, "domain_name": "webtv.net", "create_date": "1995-08-22", "update_date": "2023-08-17", "expiry_date": "2024-08-21", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 22, "domain_name": "microsoft.net", "create_date": "1995-01-13", "update_date": "2024-05-03", "expiry_date": "2025-06-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 23, "domain_name": "exchange.net", "create_date": "1995-05-02", "update_date": "2024-04-02", "expiry_date": "2025-05-03", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 24, "domain_name": "msn.net", "create_date": "1995-01-10", "update_date": "2024-05-03", "expiry_date": "2025-06-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 25, "domain_name": "windows.net", "create_date": "1995-08-10", "update_date": "2023-08-18", "expiry_date": "2025-06-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 26, "domain_name": "sway.com", "create_date": "1995-10-31", "update_date": "2024-05-03", "expiry_date": "2024-10-30", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 27, "domain_name": "opalis.com", "create_date": "1995-10-05", "update_date": "2024-05-03", "expiry_date": "2024-10-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 28, "domain_name": "roadahead.com", "create_date": "1995-11-07", "update_date": "2023-11-02", "expiry_date": "2024-11-06", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 29, "domain_name": "msdn.com", "create_date": "1995-08-17", "update_date": "2024-07-15", "expiry_date": "2025-08-16", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 30, "domain_name": "docs.com", "create_date": "1995-03-08", "update_date": "2024-02-06", "expiry_date": "2025-03-09", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 31, "domain_name": "multimap.com", "create_date": "1995-09-21", "update_date": "2023-08-25", "expiry_date": "2024-09-20", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 32, "domain_name": "windows.com", "create_date": "1995-09-11", "update_date": "2024-05-03", "expiry_date": "2025-06-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 33, "domain_name": "danger.com", "create_date": "1995-02-14", "update_date": "2024-05-03", "expiry_date": "2025-02-15", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 34, "domain_name": "solomon.com", "create_date": "1995-02-01", "update_date": "2024-05-03", "expiry_date": "2025-02-02", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 35, "domain_name": "dirigo.com", "create_date": "1995-07-26", "expiry_date": "2021-07-25", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 36, "domain_name": "bleedingedge.com", "create_date": "1995-10-06", "update_date": "2023-09-03", "expiry_date": "2024-10-05", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 37, "domain_name": "navision-us.com", "create_date": "1995-12-19", "update_date": "2024-05-03", "expiry_date": "2024-12-18", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 38, "domain_name": "bigfish.com", "create_date": "1995-05-14", "update_date": "2024-05-11", "expiry_date": "2025-05-15", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 39, "domain_name": "flip.com", "create_date": "1995-08-31", "update_date": "2023-08-27", "expiry_date": "2024-08-30", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 40, "domain_name": "rare.com", "create_date": "1995-07-29", "update_date": "2024-06-04", "expiry_date": "2025-07-28", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 41, "domain_name": "caligari.com", "create_date": "1995-07-24", "update_date": "2022-11-29", "expiry_date": "2024-07-23", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 42, "domain_name": "kaspia.com", "create_date": "1995-05-02", "expiry_date": "2014-05-03", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 43, "domain_name": "healthquest.com", "create_date": "1995-10-28", "update_date": "2021-10-23", "expiry_date": "2022-10-27", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 44, "domain_name": "agentsinc.com", "create_date": "1995-10-27", "update_date": "2023-09-24", "expiry_date": "2024-10-26", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 45, "domain_name": "themesh.com", "create_date": "1995-07-16", "update_date": "2024-07-11", "expiry_date": "2025-07-15", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 46, "domain_name": "expo.org", "create_date": "1996-01-02", "update_date": "2024-01-02", "expiry_date": "2025-01-01", "name": "REDACTED FOR PRIVACY", "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.", "company_name": "Microsoft Corporation" }, { "num": 47, "domain_name": "msanet.org", "create_date": "1996-01-01", "expiry_date": "2020-12-31", "company_name": "Microsoft Alumni Network" }, { "num": 48, "domain_name": "mshug.org", "create_date": "1996-02-20", "expiry_date": "2021-02-21", "company_name": "Microsoft Corporation" }, { "num": 49, "domain_name": "teach.org", "create_date": "1996-08-18", "expiry_date": "2014-08-17", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 50, "domain_name": "azure.org", "create_date": "1996-09-21", "update_date": "2023-08-24", "expiry_date": "2024-09-20", "name": "REDACTED FOR PRIVACY", "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.", "company_name": "Microsoft Corporation" }, { "num": 51, "domain_name": "msoffice.net", "create_date": "1996-04-15", "update_date": "2024-03-15", "expiry_date": "2025-04-16", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 52, "domain_name": "linkexchange.net", "create_date": "1996-12-22", "update_date": "2023-11-19", "expiry_date": "2024-12-21", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 53, "domain_name": "firefly.net", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 54, "domain_name": "today.net", "create_date": "1996-02-11", "update_date": "2024-01-11", "expiry_date": "2025-02-12", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 55, "domain_name": "manga.net", "create_date": "1996-03-29", "update_date": "2024-02-27", "expiry_date": "2025-03-30", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 56, "domain_name": "merchantpla.net", "create_date": "1996-11-12", "update_date": "2023-10-10", "expiry_date": "2024-11-11", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 57, "domain_name": "ncompasslabs.com", "create_date": "1996-03-10", "update_date": "2024-05-03", "expiry_date": "2025-03-11", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 58, "domain_name": "yupi.com", "create_date": "1996-12-03", "update_date": "2022-11-29", "expiry_date": "2024-12-02", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 59, "domain_name": "carpoint.com", "create_date": "1996-05-22", "update_date": "2024-05-03", "expiry_date": "2025-05-23", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 60, "domain_name": "cinemania.com", "create_date": "1996-07-03", "update_date": "2022-06-04", "expiry_date": "2023-07-02", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 61, "domain_name": "xlive.com", "create_date": "1996-11-08", "update_date": "2023-10-06", "expiry_date": "2024-11-07", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 62, "domain_name": "i-publish.com", "create_date": "1996-05-31", "update_date": "2022-07-10", "expiry_date": "2022-05-30", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 63, "domain_name": "playwright.com", "create_date": "1996-05-23", "update_date": "2024-04-22", "expiry_date": "2025-05-24", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 64, "domain_name": "listbot.com", "create_date": "1996-11-27", "update_date": "2023-10-25", "expiry_date": "2024-11-26", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 65, "domain_name": "bing.com", "create_date": "1996-01-29", "update_date": "2023-12-29", "expiry_date": "2025-01-30", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 66, "domain_name": "mapblast.com", "create_date": "1996-05-23", "update_date": "2024-05-20", "expiry_date": "2025-05-24", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 67, "domain_name": "submitit.com", "create_date": "1996-04-08", "update_date": "2024-05-03", "expiry_date": "2025-04-09", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 68, "domain_name": "ultimatepc.com", "create_date": "1996-08-28", "update_date": "2023-07-26", "expiry_date": "2024-08-27", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 69, "domain_name": "3degrees.com", "create_date": "1996-09-22", "expiry_date": "2014-09-21", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 70, "domain_name": "openadstream.com", "create_date": "1996-07-12", "update_date": "2024-01-16", "expiry_date": "2025-07-11", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 71, "domain_name": "realads.com", "create_date": "1996-08-22", "update_date": "2024-02-28", "expiry_date": "2025-08-21", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 72, "domain_name": "surfpoint.com", "create_date": "1996-05-13", "update_date": "2024-05-03", "expiry_date": "2025-05-14", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 73, "domain_name": "passport.com", "create_date": "1996-10-02", "update_date": "2023-08-25", "expiry_date": "2024-10-01", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 74, "domain_name": "datasense.com", "create_date": "1996-06-07", "update_date": "2024-05-11", "expiry_date": "2025-06-06", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 75, "domain_name": "ieak.com", "create_date": "1996-11-11", "update_date": "2024-05-03", "expiry_date": "2024-11-11", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 76, "domain_name": "keywords.com", "create_date": "1996-03-27", "update_date": "2024-05-03", "expiry_date": "2025-03-28", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 77, "domain_name": "sysdraw.com", "create_date": "1996-02-11", "expiry_date": "2015-02-12", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 78, "domain_name": "zone.com", "create_date": "1996-08-07", "update_date": "2024-05-20", "expiry_date": "2025-06-21", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 79, "domain_name": "msprograms.com", "create_date": "1996-06-25", "expiry_date": "2014-06-24", "name": "NA NA", "company_name": "MICROSOFT CORPORATION" }, { "num": 80, "domain_name": "msntv.com", "create_date": "1996-04-10", "expiry_date": "2014-04-11", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 81, "domain_name": "innovazione.com", "create_date": "1996-07-11", "update_date": "2023-07-06", "expiry_date": "2024-07-10", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 82, "domain_name": "fastsearch.com", "create_date": "1996-11-11", "update_date": "2024-05-03", "expiry_date": "2024-11-10", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 83, "domain_name": "vicinity.com", "create_date": "1996-11-20", "update_date": "2021-11-16", "expiry_date": "2022-11-19", "name": "no data", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 84, "domain_name": "msnplaza.com", "create_date": "1996-10-13", "update_date": "2023-08-30", "expiry_date": "2024-10-12", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 85, "domain_name": "powerpoint.com", "create_date": "1996-02-05", "update_date": "2024-02-02", "expiry_date": "2025-02-06", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 86, "domain_name": "hdcd.com", "create_date": "1996-04-23", "update_date": "2022-11-29", "expiry_date": "2024-04-24", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 87, "domain_name": "expresslogic.com", "create_date": "1996-10-29", "update_date": "2020-09-28", "expiry_date": "2030-09-28", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 88, "domain_name": "hotmail.com", "create_date": "1996-03-27", "update_date": "2023-08-18", "expiry_date": "2025-03-28", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 89, "domain_name": "eisenworld.com", "create_date": "1996-11-22", "update_date": "2021-11-17", "expiry_date": "2022-11-21", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 90, "domain_name": "ultimatetv.com", "create_date": "1996-12-13", "update_date": "2021-12-08", "expiry_date": "2022-12-12", "name": "no data", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 91, "domain_name": "digitalanvil.com", "create_date": "1996-05-11", "update_date": "2024-04-10", "expiry_date": "2025-05-12", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 92, "domain_name": "outsmart.com", "create_date": "1996-11-10", "update_date": "2024-05-03", "expiry_date": "2024-11-09", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 93, "domain_name": "the-hive.com", "create_date": "1996-10-19", "expiry_date": "2014-10-18", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 94, "domain_name": "vxtreme.com", "create_date": "1996-04-09", "update_date": "2022-03-12", "expiry_date": "2023-04-10", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 95, "domain_name": "skydrive.com", "create_date": "1996-09-25", "update_date": "2023-08-23", "expiry_date": "2024-09-24", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 96, "domain_name": "wholesaledistribution.com", "create_date": "1996-12-07", "update_date": "2023-12-02", "expiry_date": "2024-12-06", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 97, "domain_name": "firefly.com", "create_date": "1996-05-30", "expiry_date": "2014-05-29", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 98, "domain_name": "ghe.com", "create_date": "1996-03-19", "update_date": "2023-02-16", "expiry_date": "2024-03-20", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 99, "domain_name": "xbox.com", "create_date": "1996-12-18", "update_date": "2023-12-13", "expiry_date": "2024-12-17", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 100, "domain_name": "accipiter.com", "create_date": "1996-04-03", "update_date": "2024-03-31", "expiry_date": "2025-04-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" } ] }curl --location 'https://api.apifreaks.com/v1.0/domain/whois/reverse?company=microsoft&mode=mini&apiKey=API-KEY'
Our Reverse WHOIS Lookup API employs a case-insensitive exact matching search technique to effectively retrieve domain data associated with specific email addresses. When you search using an email address, the API identifies domains linked to that exact email, regardless of case variations. This precise search capability ensures accurate results, allowing you to uncover domains associated with particular email addresses for thorough and efficient domain investigations.
{ "total_Result": 45818, "total_Pages": 459, "current_Page": 1, "whois_domains_historical": [ { "num": 1, "domain_name": "dragon.com", "create_date": "1991-05-02", "update_date": "2024-04-13", "expiry_date": "2034-04-13", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 2, "domain_name": "vexcel.com", "create_date": "1991-02-08", "update_date": "2024-02-05", "expiry_date": "2025-02-09", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 3, "domain_name": "microsoft.com", "create_date": "1991-05-02", "expiry_date": "2021-05-03", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 4, "domain_name": "gps.com", "create_date": "1993-11-19", "update_date": "2024-05-03", "expiry_date": "2024-11-18", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 5, "domain_name": "tv.net", "create_date": "1994-08-16", "update_date": "2023-08-11", "expiry_date": "2024-08-15", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 6, "domain_name": "passport.net", "create_date": "1994-08-01", "update_date": "2024-05-20", "expiry_date": "2025-06-21", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 7, "domain_name": "iis.net", "create_date": "1994-08-29", "update_date": "2023-08-24", "expiry_date": "2024-08-28", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 8, "domain_name": "office.net", "create_date": "1994-11-14", "update_date": "2023-10-12", "expiry_date": "2024-11-13", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 9, "domain_name": "live.com", "create_date": "1994-12-28", "update_date": "2024-07-03", "expiry_date": "2024-12-27", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 10, "domain_name": "ismcorp.com", "create_date": "1994-04-23", "update_date": "2022-04-20", "expiry_date": "2023-04-24", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 11, "domain_name": "dynamics.com", "create_date": "1994-04-12", "update_date": "2024-04-09", "expiry_date": "2025-04-13", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 12, "domain_name": "corp.com", "create_date": "1994-06-04", "update_date": "2024-05-02", "expiry_date": "2025-06-03", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 13, "domain_name": "cashback.com", "create_date": "1994-12-07", "update_date": "2023-12-02", "expiry_date": "2024-12-06", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 14, "domain_name": "msn.com", "create_date": "1994-11-10", "update_date": "2024-05-03", "expiry_date": "2025-06-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 15, "domain_name": "surface.com", "create_date": "1994-09-19", "update_date": "2023-08-17", "expiry_date": "2024-09-18", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 16, "domain_name": "lips.com", "create_date": "1994-12-16", "update_date": "2021-12-11", "expiry_date": "2022-12-15", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 17, "domain_name": "eshop.com", "create_date": "1994-01-10", "expiry_date": "2015-01-09", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 18, "domain_name": "azure.com", "create_date": "1994-10-25", "update_date": "2023-09-22", "expiry_date": "2024-10-24", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 19, "domain_name": "investor.com", "create_date": "1994-05-24", "expiry_date": "2014-05-23", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 20, "domain_name": "live.net", "create_date": "1995-07-17", "update_date": "2024-07-12", "expiry_date": "2025-07-16", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 21, "domain_name": "webtv.net", "create_date": "1995-08-22", "update_date": "2023-08-17", "expiry_date": "2024-08-21", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 22, "domain_name": "microsoft.net", "create_date": "1995-01-13", "update_date": "2024-05-03", "expiry_date": "2025-06-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 23, "domain_name": "exchange.net", "create_date": "1995-05-02", "update_date": "2024-04-02", "expiry_date": "2025-05-03", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 24, "domain_name": "msn.net", "create_date": "1995-01-10", "update_date": "2024-05-03", "expiry_date": "2025-06-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 25, "domain_name": "windows.net", "create_date": "1995-08-10", "update_date": "2023-08-18", "expiry_date": "2025-06-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 26, "domain_name": "sway.com", "create_date": "1995-10-31", "update_date": "2024-05-03", "expiry_date": "2024-10-30", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 27, "domain_name": "opalis.com", "create_date": "1995-10-05", "update_date": "2024-05-03", "expiry_date": "2024-10-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 28, "domain_name": "roadahead.com", "create_date": "1995-11-07", "update_date": "2023-11-02", "expiry_date": "2024-11-06", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 29, "domain_name": "msdn.com", "create_date": "1995-08-17", "update_date": "2024-07-15", "expiry_date": "2025-08-16", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 30, "domain_name": "docs.com", "create_date": "1995-03-08", "update_date": "2024-02-06", "expiry_date": "2025-03-09", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 31, "domain_name": "multimap.com", "create_date": "1995-09-21", "update_date": "2023-08-25", "expiry_date": "2024-09-20", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 32, "domain_name": "windows.com", "create_date": "1995-09-11", "update_date": "2024-05-03", "expiry_date": "2025-06-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 33, "domain_name": "danger.com", "create_date": "1995-02-14", "update_date": "2024-05-03", "expiry_date": "2025-02-15", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 34, "domain_name": "solomon.com", "create_date": "1995-02-01", "update_date": "2024-05-03", "expiry_date": "2025-02-02", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 35, "domain_name": "dirigo.com", "create_date": "1995-07-26", "expiry_date": "2021-07-25", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 36, "domain_name": "bleedingedge.com", "create_date": "1995-10-06", "update_date": "2023-09-03", "expiry_date": "2024-10-05", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 37, "domain_name": "navision-us.com", "create_date": "1995-12-19", "update_date": "2024-05-03", "expiry_date": "2024-12-18", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 38, "domain_name": "bigfish.com", "create_date": "1995-05-14", "update_date": "2024-05-11", "expiry_date": "2025-05-15", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 39, "domain_name": "flip.com", "create_date": "1995-08-31", "update_date": "2023-08-27", "expiry_date": "2024-08-30", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 40, "domain_name": "rare.com", "create_date": "1995-07-29", "update_date": "2024-06-04", "expiry_date": "2025-07-28", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 41, "domain_name": "caligari.com", "create_date": "1995-07-24", "update_date": "2022-11-29", "expiry_date": "2024-07-23", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 42, "domain_name": "kaspia.com", "create_date": "1995-05-02", "expiry_date": "2014-05-03", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 43, "domain_name": "healthquest.com", "create_date": "1995-10-28", "update_date": "2021-10-23", "expiry_date": "2022-10-27", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 44, "domain_name": "agentsinc.com", "create_date": "1995-10-27", "update_date": "2023-09-24", "expiry_date": "2024-10-26", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 45, "domain_name": "themesh.com", "create_date": "1995-07-16", "update_date": "2024-07-11", "expiry_date": "2025-07-15", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 46, "domain_name": "expo.org", "create_date": "1996-01-02", "expiry_date": "2017-01-01", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 47, "domain_name": "mshug.org", "create_date": "1996-02-20", "expiry_date": "2015-02-21", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 48, "domain_name": "teach.org", "create_date": "1996-08-18", "expiry_date": "2014-08-17", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 49, "domain_name": "azure.org", "create_date": "1996-09-21", "expiry_date": "2014-09-20", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 50, "domain_name": "msoffice.net", "create_date": "1996-04-15", "update_date": "2024-03-15", "expiry_date": "2025-04-16", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 51, "domain_name": "linkexchange.net", "create_date": "1996-12-22", "update_date": "2023-11-19", "expiry_date": "2024-12-21", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 52, "domain_name": "firefly.net", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 53, "domain_name": "today.net", "create_date": "1996-02-11", "update_date": "2024-01-11", "expiry_date": "2025-02-12", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 54, "domain_name": "manga.net", "create_date": "1996-03-29", "update_date": "2024-02-27", "expiry_date": "2025-03-30", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 55, "domain_name": "merchantpla.net", "create_date": "1996-11-12", "update_date": "2023-10-10", "expiry_date": "2024-11-11", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 56, "domain_name": "ncompasslabs.com", "create_date": "1996-03-10", "update_date": "2024-05-03", "expiry_date": "2025-03-11", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 57, "domain_name": "yupi.com", "create_date": "1996-12-03", "update_date": "2022-11-29", "expiry_date": "2024-12-02", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 58, "domain_name": "carpoint.com", "create_date": "1996-05-22", "update_date": "2024-05-03", "expiry_date": "2025-05-23", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 59, "domain_name": "cinemania.com", "create_date": "1996-07-03", "update_date": "2022-06-04", "expiry_date": "2023-07-02", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 60, "domain_name": "xlive.com", "create_date": "1996-11-08", "update_date": "2023-10-06", "expiry_date": "2024-11-07", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 61, "domain_name": "i-publish.com", "create_date": "1996-05-31", "update_date": "2022-07-10", "expiry_date": "2022-05-30", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 62, "domain_name": "playwright.com", "create_date": "1996-05-23", "update_date": "2024-04-22", "expiry_date": "2025-05-24", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 63, "domain_name": "listbot.com", "create_date": "1996-11-27", "update_date": "2023-10-25", "expiry_date": "2024-11-26", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 64, "domain_name": "bing.com", "create_date": "1996-01-29", "update_date": "2023-12-29", "expiry_date": "2025-01-30", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 65, "domain_name": "mapblast.com", "create_date": "1996-05-23", "update_date": "2024-05-20", "expiry_date": "2025-05-24", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 66, "domain_name": "submitit.com", "create_date": "1996-04-08", "update_date": "2024-05-03", "expiry_date": "2025-04-09", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 67, "domain_name": "ultimatepc.com", "create_date": "1996-08-28", "update_date": "2023-07-26", "expiry_date": "2024-08-27", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 68, "domain_name": "3degrees.com", "create_date": "1996-09-22", "expiry_date": "2014-09-21", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 69, "domain_name": "openadstream.com", "create_date": "1996-07-12", "update_date": "2024-01-16", "expiry_date": "2025-07-11", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 70, "domain_name": "realads.com", "create_date": "1996-08-22", "update_date": "2024-02-28", "expiry_date": "2025-08-21", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 71, "domain_name": "surfpoint.com", "create_date": "1996-05-13", "update_date": "2024-05-03", "expiry_date": "2025-05-14", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 72, "domain_name": "passport.com", "create_date": "1996-10-02", "update_date": "2023-08-25", "expiry_date": "2024-10-01", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 73, "domain_name": "datasense.com", "create_date": "1996-06-07", "update_date": "2024-05-11", "expiry_date": "2025-06-06", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 74, "domain_name": "ieak.com", "create_date": "1996-11-11", "update_date": "2024-05-03", "expiry_date": "2024-11-11", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 75, "domain_name": "keywords.com", "create_date": "1996-03-27", "update_date": "2024-05-03", "expiry_date": "2025-03-28", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 76, "domain_name": "sysdraw.com", "create_date": "1996-02-11", "expiry_date": "2015-02-12", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 77, "domain_name": "zone.com", "create_date": "1996-08-07", "update_date": "2024-05-20", "expiry_date": "2025-06-21", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 78, "domain_name": "msntv.com", "create_date": "1996-04-10", "expiry_date": "2014-04-11", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 79, "domain_name": "innovazione.com", "create_date": "1996-07-11", "update_date": "2023-07-06", "expiry_date": "2024-07-10", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 80, "domain_name": "fastsearch.com", "create_date": "1996-11-11", "update_date": "2024-05-03", "expiry_date": "2024-11-10", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 81, "domain_name": "vicinity.com", "create_date": "1996-11-20", "update_date": "2021-11-16", "expiry_date": "2022-11-19", "name": "no data", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 82, "domain_name": "msnplaza.com", "create_date": "1996-10-13", "update_date": "2023-08-30", "expiry_date": "2024-10-12", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 83, "domain_name": "powerpoint.com", "create_date": "1996-02-05", "update_date": "2024-02-02", "expiry_date": "2025-02-06", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 84, "domain_name": "hdcd.com", "create_date": "1996-04-23", "update_date": "2022-11-29", "expiry_date": "2024-04-24", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 85, "domain_name": "expresslogic.com", "create_date": "1996-10-29", "update_date": "2020-09-28", "expiry_date": "2030-09-28", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 86, "domain_name": "hotmail.com", "create_date": "1996-03-27", "update_date": "2023-08-18", "expiry_date": "2025-03-28", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 87, "domain_name": "eisenworld.com", "create_date": "1996-11-22", "update_date": "2021-11-17", "expiry_date": "2022-11-21", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 88, "domain_name": "ultimatetv.com", "create_date": "1996-12-13", "update_date": "2021-12-08", "expiry_date": "2022-12-12", "name": "no data", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 89, "domain_name": "digitalanvil.com", "create_date": "1996-05-11", "update_date": "2024-04-10", "expiry_date": "2025-05-12", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 90, "domain_name": "outsmart.com", "create_date": "1996-11-10", "update_date": "2024-05-03", "expiry_date": "2024-11-09", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 91, "domain_name": "the-hive.com", "create_date": "1996-10-19", "expiry_date": "2014-10-18", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 92, "domain_name": "vxtreme.com", "create_date": "1996-04-09", "update_date": "2022-03-12", "expiry_date": "2023-04-10", "name": "domain administrator", "email": "domains@microsoft.com", "company_name": "microsoft corporation" }, { "num": 93, "domain_name": "skydrive.com", "create_date": "1996-09-25", "update_date": "2023-08-23", "expiry_date": "2024-09-24", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 94, "domain_name": "wholesaledistribution.com", "create_date": "1996-12-07", "update_date": "2023-12-02", "expiry_date": "2024-12-06", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 95, "domain_name": "firefly.com", "create_date": "1996-05-30", "expiry_date": "2014-05-29", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 96, "domain_name": "ghe.com", "create_date": "1996-03-19", "update_date": "2023-02-16", "expiry_date": "2024-03-20", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 97, "domain_name": "xbox.com", "create_date": "1996-12-18", "update_date": "2023-12-13", "expiry_date": "2024-12-17", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 98, "domain_name": "accipiter.com", "create_date": "1996-04-03", "update_date": "2024-03-31", "expiry_date": "2025-04-04", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 99, "domain_name": "merchantplanet.com", "create_date": "1996-12-19", "update_date": "2023-11-16", "expiry_date": "2024-12-18", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" }, { "num": 100, "domain_name": "microsft.com", "create_date": "1996-09-02", "update_date": "2024-07-31", "expiry_date": "2025-09-01", "name": "Domain Administrator", "email": "domains@microsoft.com", "company_name": "Microsoft Corporation" } ] }curl --location 'https://api.apifreaks.com/v1.0/domain/whois/reverse?email=domains%40microsoft.com&mode=mini&apiKey=API-KEY'
To enable a specific mode for data retrieval, include the mode parameter in your request. If the mode parameter is not defined, Default Mode will be used automatically. To activate Mini Mode, simply add mode=mini to your request. Default Mode retrieves up to 50 WHOIS records per page, while Mini Mode provides up to 100 records per page. This flexibility allows you to choose the mode that best fits your needs for efficient and effective data management.
# default mode{ "total_Result": 17990, "total_Pages": 360, "current_Page": 1, "whois_domains_historical": [ { "num": 1, "status": true, "domain_name": "freakshow.com", "query_time": "2023-12-01 19:05:50", "create_date": "1995-10-31", "update_date": "2023-10-13", "expiry_date": "2024-10-30", "domain_registrar": { "iana_id": "1505", "registrar_name": "gransy, s.r.o.", "whois_server": "whois.regtons.com", "website_url": "http://regtons.com" }, "reseller_contact": { "name": "Securest Ltd." }, "registrant_contact": { "name": "Domain Admin", "company": "Whois protection, this company does not own this domain name s.r.o.", "city": "Praha 4", "zip_code": "14000", "country_name": "United States", "country_code": "US", "email_address": "freakshow.com@whoisprotection.domains", "phone": "+420.226517351", "fax": "+420.226517341" }, "administrative_contact": { "name": "Domain Admin", "company": "Whois protection, this company does not own this domain name s.r.o.", "city": "Praha 4", "zip_code": "14000", "country_name": "Czech Republic", "country_code": "CZ", "email_address": "freakshow.com@whoisprotection.domains", "phone": "+420.226517351", "fax": "+420.226517341" }, "technical_contact": { "name": "Domain Tech", "company": "Whois protection, this company does not own this domain name s.r.o.", "city": "Praha 4", "zip_code": "14000", "country_name": "Czech Republic", "country_code": "CZ", "email_address": "freakshow.com@whoisprotection.domains", "phone": "+420.226517351", "fax": "+420.226517341" }, "name_servers": [ "ns2.gransy.com", "ns3.gransy.com", "ns4.gransy.com", "ns.gransy.com" ], "domain_status": [ "ok" ] }, { "num": 2, "status": true, "domain_name": "compfreaks.com", "query_time": "2024-06-25 09:50:18", "create_date": "2014-05-13", "update_date": "2024-06-24", "expiry_date": "2024-05-13", "domain_registrar": { "iana_id": "1441", "registrar_name": "turncommerce, inc. dba namebright.com", "whois_server": "whois.NameBright.com", "website_url": "https://www.NameBright.com" }, "registrant_contact": { "name": "DropCatch.com Auctions", "company": "DropCatch Auctions", "city": "Denver", "state": "CO", "zip_code": "80205", "country_name": "United States", "country_code": "US", "email_address": "support@dropcatch.com", "phone": "+1.3035029098" }, "administrative_contact": { "name": "DropCatch.com Auctions", "company": "DropCatch Auctions", "city": "Denver", "state": "CO", "zip_code": "80205", "country_name": "United States", "country_code": "US", "email_address": "support@dropcatch.com", "phone": "+1.3035029098" }, "technical_contact": { "name": "DropCatch.com Auctions", "company": "DropCatch Auctions", "city": "Denver", "state": "CO", "zip_code": "80205", "country_name": "United States", "country_code": "US", "email_address": "support@dropcatch.com", "phone": "+1.3035029098" }, "name_servers": [ "ns1.namebrightdns.com", "ns2.namebrightdns.com" ], "domain_status": [ "clientTransferProhibited" ] }, { "num": 3, "status": true, "domain_name": "gadgetfreaks.com", "query_time": "2024-07-09 21:41:41", "create_date": "1999-06-12", "update_date": "2024-06-13", "expiry_date": "2025-06-13", "domain_registrar": { "iana_id": "607", "registrar_name": "annulet llc", "whois_server": "whois.annulet.com", "website_url": "http://www.ANNULET.com" }, "registrant_contact": { "name": "This Domain For Sale Worldwide 3392225132", "company": "BuyDomains.com", "city": "Jacksonville", "state": "FL", "zip_code": "32256", "country_name": "United States", "country_code": "US", "email_address": "brokerage@buydomains.com", "phone": "+1-3392225132", "fax": "+1-7818392801" }, "administrative_contact": { "name": "This Domain For Sale Worldwide 3392225132", "company": "BuyDomains.com", "city": "Jacksonville", "state": "FL", "zip_code": "32256", "country_name": "United States", "country_code": "US", "email_address": "brokerage@buydomains.com", "phone": "+1-3392225132", "fax": "+1-7818392801" }, "technical_contact": { "name": "This Domain For Sale Worldwide 3392225132", "company": "BuyDomains.com", "city": "Jacksonville", "state": "FL", "zip_code": "32256", "country_name": "United States", "country_code": "US", "email_address": "brokerage@buydomains.com", "phone": "+1-3392225132", "fax": "+1-7818392801" }, "name_servers": [ "this-domain-for-sale.com", "ns.buydomains.com" ], "domain_status": [ "ok" ] }, { "num": 4, "status": true, "domain_name": "fleshfreaks.com", "query_time": "2023-11-08 02:51:15", "create_date": "1999-10-25", "update_date": "2023-10-26", "expiry_date": "2024-10-25", "domain_registrar": { "iana_id": "146", "registrar_name": "godaddy.com, llc", "whois_server": "whois.godaddy.com", "website_url": "http://www.godaddy.com" }, "name_servers": [ "ns0.sog.net", "ns1.sog.net", "ns2.sog.net" ], "domain_status": [ "clientDeleteProhibited", "clientTransferProhibited", "clientRenewProhibited", "clientUpdateProhibited" ] }, { "num": 5, "status": true, "domain_name": "pornfreakshow.com", "create_date": "1999-02-19", "expiry_date": "2015-02-19", "domain_registrar": { "iana_id": "69", "registrar_name": "tucows domains inc." }, "registrant_contact": { "name": "DNS Administrator", "company": "Virtual Service Inc.", "city": "Toronto", "state": "ON", "zip_code": "M4N 3S1", "country_name": "Canada", "country_code": "CA", "email_address": "dsales@domainbrandnames.com", "phone": "4166447515" } }, { "num": 6, "status": true, "domain_name": "onlinefreaks.net", "domain_registrar": { "iana_id": "82", "registrar_name": "onlinenic, inc." }, "registrant_contact": { "name": "Martin Herzig", "company": "Martin Herzig", "city": "Vienna", "state": "AT", "zip_code": "1220", "country_name": "Austria", "country_code": "AT", "email_address": "domx@herzig.at", "phone": "4.3651E+11" } }, { "num": 7, "status": true, "domain_name": "nascarfreaks.com", "query_time": "2024-05-24 18:39:54", "create_date": "1999-07-21", "update_date": "2024-05-22", "expiry_date": "2029-07-21", "domain_registrar": { "iana_id": "2", "registrar_name": "network solutions, llc", "whois_server": "whois.networksolutions.com", "website_url": "http://networksolutions.com" }, "registrant_contact": { "name": "McCormick, Ryan", "city": "PHILADELPHIA", "state": "PA", "zip_code": "19128-3528", "country_name": "United States", "country_code": "US", "email_address": "nascarfreaks@gmail.com", "phone": "+1.4103367559" }, "administrative_contact": { "name": "McCormick, Ryan", "city": "PHILADELPHIA", "state": "PA", "zip_code": "19128-3528", "country_name": "United States", "country_code": "US", "email_address": "nascarfreaks@gmail.com", "phone": "+1.4103367559" }, "technical_contact": { "name": "McCormick, Ryan", "city": "PHILADELPHIA", "state": "PA", "zip_code": "19128-3528", "country_name": "United States", "country_code": "US", "email_address": "nascarfreaks@gmail.com", "phone": "+1.4103367559" }, "name_servers": [ "ns1200.dns.dyn.com", "ns3178.dns.dyn.com", "ns2163.dns.dyn.com", "ns4192.dns.dyn.com" ], "domain_status": [ "clientTransferProhibited" ] }, { "num": 8, "status": true, "domain_name": "moviefreaks.com", "query_time": "2024-06-03 22:45:37", "create_date": "1999-04-06", "update_date": "2024-05-20", "expiry_date": "2025-04-06", "domain_registrar": { "iana_id": "1441", "registrar_name": "turncommerce, inc. dba namebright.com", "whois_server": "whois.NameBright.com", "website_url": "https://www.NameBright.com" }, "registrant_contact": { "name": "Redacted for GDPR privacy", "company": "gv, llc", "city": "Redacted for GDPR privacy", "state": "DE", "zip_code": "Redacted for GDPR privacy", "country_name": "United States", "country_code": "US", "email_address": "moviefreaks.com@namebrightprivacy.com", "phone": "Redacted for GDPR privacy", "fax": "Redacted for GDPR privacy" }, "administrative_contact": { "name": "Redacted for GDPR privacy", "company": "Redacted for GDPR privacy", "city": "Redacted for GDPR privacy", "state": "Redacted for GDPR privacy", "zip_code": "Redacted for GDPR privacy", "country_name": "Redacted for GDPR privacy", "email_address": "moviefreaks.com@namebrightprivacy.com", "phone": "Redacted for GDPR privacy", "fax": "Redacted for GDPR privacy" }, "technical_contact": { "name": "Redacted for GDPR privacy", "company": "Redacted for GDPR privacy", "city": "Redacted for GDPR privacy", "state": "Redacted for GDPR privacy", "zip_code": "Redacted for GDPR privacy", "country_name": "Redacted for GDPR privacy", "email_address": "moviefreaks.com@namebrightprivacy.com", "phone": "Redacted for GDPR privacy", "fax": "Redacted for GDPR privacy" }, "name_servers": [ "aspen.ns.cloudflare.com", "gordon.ns.cloudflare.com" ], "domain_status": [ "clientTransferProhibited" ] }, { "num": 9, "status": true, "domain_name": "musicforfreaks.com", "query_time": "2023-07-12 01:32:26", "create_date": "1999-09-05", "update_date": "2023-07-08", "expiry_date": "2024-09-05", "domain_registrar": { "iana_id": "106", "registrar_name": "ascio technologies, inc. danmark - filial af ascio technologies, inc. usa", "whois_server": "whois.ascio.com", "website_url": "http://www.ascio.com" }, "registrant_contact": { "name": "Not Disclosed", "company": "Not Disclosed", "city": "Not Disclosed", "zip_code": "Not Disclosed", "country_name": "United Kingdom", "country_code": "GB", "email_address": "https://whoiscontact.ascio.com?domainname=musicforfreaks.com", "phone": "Not Disclosed", "fax": "Not Disclosed" }, "administrative_contact": { "name": "Not Disclosed", "company": "Not Disclosed", "city": "Not Disclosed", "state": "Not Disclosed", "zip_code": "Not Disclosed", "country_name": "Not Disclosed", "email_address": "not disclosed", "phone": "Not Disclosed", "fax": "Not Disclosed" }, "technical_contact": { "name": "Not Disclosed", "company": "Not Disclosed", "city": "Not Disclosed", "state": "Not Disclosed", "zip_code": "Not Disclosed", "country_name": "Not Disclosed", "email_address": "not disclosed", "phone": "Not Disclosed", "fax": "Not Disclosed" }, "name_servers": [ "ns10.wixdns.net", "ns11.wixdns.net" ], "domain_status": [ "OK" ] }, { "num": 10, "status": true, "domain_name": "freaksgarden.com", "query_time": "2023-07-14 17:13:38", "create_date": "1999-10-30", "update_date": "2020-09-07", "expiry_date": "2025-10-30", "domain_registrar": { "iana_id": "2", "registrar_name": "network solutions, llc", "whois_server": "whois.networksolutions.com", "website_url": "http://networksolutions.com" }, "registrant_contact": { "name": "Statutory Masking Enabled", "company": "Statutory Masking Enabled", "city": "Statutory Masking Enabled", "state": "Austria", "zip_code": "Statutory Masking Enabled", "country_name": "Austria", "country_code": "AT", "email_address": "dataprotected@maskeddetails.com", "phone": "Statutory Masking Enabled", "fax": "Statutory Masking Enabled" }, "administrative_contact": { "name": "Statutory Masking Enabled", "company": "Statutory Masking Enabled", "city": "Statutory Masking Enabled", "state": "Statutory Masking Enabled", "zip_code": "Statutory Masking Enabled", "country_name": "Statutory Masking Enabled", "email_address": "dataprotected@maskeddetails.com", "phone": "Statutory Masking Enabled", "fax": "Statutory Masking Enabled" }, "technical_contact": { "name": "Statutory Masking Enabled", "company": "Statutory Masking Enabled", "city": "Statutory Masking Enabled", "state": "Statutory Masking Enabled", "zip_code": "Statutory Masking Enabled", "country_name": "Statutory Masking Enabled", "email_address": "dataprotected@maskeddetails.com", "phone": "Statutory Masking Enabled", "fax": "Statutory Masking Enabled" }, "name_servers": [ "ns30.worldnic.com", "ns29.worldnic.com" ], "domain_status": [ "clientTransferProhibited" ] }, { "num": 11, "status": true, "domain_name": "computerfreaks.com", "query_time": "2023-11-30 15:53:50", "create_date": "1999-08-09", "update_date": "2023-06-23", "expiry_date": "2024-08-09", "domain_registrar": { "iana_id": "146", "registrar_name": "godaddy.com, llc", "whois_server": "whois.godaddy.com", "website_url": "https://www.godaddy.com" }, "registrant_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85284", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=computerfreaks.com", "phone": "+1.4806242599" }, "administrative_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85284", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=computerfreaks.com", "phone": "+1.4806242599" }, "technical_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85284", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=computerfreaks.com", "phone": "+1.4806242599" }, "name_servers": [ "ns-359.awsdns-44.com", "ns-535.awsdns-02.net", "ns-2012.awsdns-59.co.uk", "ns-1163.awsdns-17.org" ], "domain_status": [ "clientTransferProhibited", "clientDeleteProhibited", "clientRenewProhibited", "clientUpdateProhibited" ] }, { "num": 12, "status": true, "domain_name": "freakstuff.com", "query_time": "2023-08-03 05:48:02", "create_date": "1999-08-09", "update_date": "2023-08-01", "expiry_date": "2024-08-09", "domain_registrar": { "iana_id": "411", "registrar_name": "sea wasp, llc", "whois_server": "whois.fabulous.com", "website_url": "http://www.fabulous.com" }, "registrant_contact": { "name": "Jewella Privacy - 0d5e3", "company": "Jewella Privacy LLC Privacy ID# 859789", "city": "Harahan", "state": "LA", "zip_code": "70123", "country_name": "United States", "country_code": "US", "email_address": "freakstuff.com@fab.jewellaprivacy.com", "phone": "+1.5043550545" }, "administrative_contact": { "name": "Jewella Privacy", "company": "Jewella Privacy LLC Privacy ID# 859789", "city": "Harahan", "state": "LA", "zip_code": "70123", "country_name": "United States", "country_code": "US", "email_address": "freakstuff.com@fab.jewellaprivacy.com", "phone": "+1.5043550545" }, "technical_contact": { "name": "Jewella Privacy", "company": "Jewella Privacy LLC Privacy ID# 859789", "city": "Harahan", "state": "LA", "zip_code": "70123", "country_name": "United States", "country_code": "US", "email_address": "freakstuff.com@fab.jewellaprivacy.com", "phone": "+1.5043550545" }, "name_servers": [ "ns2.afternic.com", "ns1.afternic.com" ], "domain_status": [ "clientDeleteProhibited", "clientTransferProhibited", "renewPeriod", "clientUpdateProhibited" ] }, { "num": 13, "status": true, "domain_name": "freakserve.com", "create_date": "1999-10-16", "expiry_date": "2014-10-16", "domain_registrar": { "iana_id": "48", "registrar_name": "enom, llc" }, "registrant_contact": { "name": "FREAKSERVE N/A", "company": "FREAKSERVE", "city": "HILLSDALE", "state": "NJ", "zip_code": "07642", "country_name": "United States", "country_code": "US", "email_address": "gfkapos.junk@gmail.com", "phone": "15551312" } }, { "num": 14, "status": true, "domain_name": "siliconfreaks.com", "query_time": "2024-01-01 18:12:37", "create_date": "1999-12-25", "update_date": "2023-12-28", "expiry_date": "2028-12-25", "domain_registrar": { "iana_id": "2", "registrar_name": "network solutions, llc", "whois_server": "whois.networksolutions.com", "website_url": "http://networksolutions.com" }, "registrant_contact": { "name": "PERFECT PRIVACY, LLC", "city": "Jacksonville", "state": "FL", "zip_code": "32256", "country_name": "United States", "country_code": "US", "phone": "1.5707088786" }, "administrative_contact": { "name": "PERFECT PRIVACY, LLC", "city": "Jacksonville", "state": "FL", "zip_code": "32256", "country_name": "United States", "country_code": "US", "email_address": "pendingrenewalordeletion@networksolutions.com", "phone": "1.5707088786" }, "technical_contact": { "name": "PERFECT PRIVACY, LLC", "city": "Jacksonville", "state": "FL", "zip_code": "32256", "country_name": "United States", "country_code": "US", "email_address": "pendingrenewalordeletion@networksolutions.com", "phone": "1.5707088786" }, "name_servers": [ "ns55.worldnic.com", "ns56.worldnic.com" ], "domain_status": [ "clientTransferProhibited" ] }, { "num": 15, "status": true, "domain_name": "beatfreaks.com", "query_time": "2024-06-05 16:22:16", "create_date": "1999-03-13", "update_date": "2024-04-25", "expiry_date": "2025-03-13", "domain_registrar": { "iana_id": "146", "registrar_name": "godaddy.com, llc", "whois_server": "whois.godaddy.com", "website_url": "http://www.godaddy.com" }, "name_servers": [ "nsg2.namebrightdns.com", "nsg1.namebrightdns.com" ], "domain_status": [ "clientDeleteProhibited", "clientTransferProhibited", "clientRenewProhibited", "clientUpdateProhibited" ] }, { "num": 16, "status": true, "domain_name": "travelfreaks.com", "query_time": "2024-07-06 22:27:02", "create_date": "1999-09-02", "update_date": "2024-07-05", "expiry_date": "2025-09-02", "domain_registrar": { "iana_id": "2", "registrar_name": "network solutions, llc", "whois_server": "whois.networksolutions.com", "website_url": "http://networksolutions.com" }, "registrant_contact": { "name": "PERFECT PRIVACY, LLC", "city": "Jacksonville", "state": "FL", "zip_code": "32256", "country_name": "United States", "country_code": "US", "email_address": "jk9426fz22b@networksolutionsprivateregistration.com", "phone": "+1.5707088622" }, "administrative_contact": { "name": "PERFECT PRIVACY, LLC", "city": "Jacksonville", "state": "FL", "zip_code": "32256", "country_name": "United States", "country_code": "US", "email_address": "jk9426fz22b@networksolutionsprivateregistration.com", "phone": "+1.5707088622" }, "technical_contact": { "name": "PERFECT PRIVACY, LLC", "city": "Jacksonville", "state": "FL", "zip_code": "32256", "country_name": "United States", "country_code": "US", "email_address": "jk9426fz22b@networksolutionsprivateregistration.com", "phone": "+1.5707088622" }, "name_servers": [ "ns16.worldnic.com", "ns15.worldnic.com" ], "domain_status": [ "clientTransferProhibited" ] }, { "num": 17, "status": true, "domain_name": "thewirelessfreaks.net", "query_time": "2023-02-21 00:12:04", "create_date": "2000-01-06", "update_date": "2023-02-19", "expiry_date": "2023-01-06", "domain_registrar": { "iana_id": "886", "registrar_name": "domain.com, llc", "whois_server": "whois.domain.com", "website_url": "http://www.domain.com" }, "name_servers": [ "ns2.accountsupport-expired.domainparkingserver.net", "ns1.accountsupport-expired.domainparkingserver.net" ], "domain_status": [ "redemptionPeriod" ] }, { "num": 18, "status": true, "domain_name": "efreaks.org", "query_time": "2024-05-27 13:44:03", "create_date": "2000-09-10", "update_date": "2024-03-23", "expiry_date": "2024-09-10", "domain_registrar": { "iana_id": "1068", "registrar_name": "namecheap, inc.", "whois_server": "whois.namecheap.com", "website_url": "http://www.namecheap.com" }, "registrant_contact": { "name": "REDACTED FOR PRIVACY", "company": "Privacy service provided by Withheld for Privacy ehf", "city": "REDACTED FOR PRIVACY", "state": "Capital Region", "zip_code": "REDACTED FOR PRIVACY", "country_name": "Iceland", "country_code": "IS", "email_address": "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.", "phone": "REDACTED FOR PRIVACY", "fax": "REDACTED FOR PRIVACY" }, "administrative_contact": { "name": "REDACTED FOR PRIVACY", "company": "REDACTED FOR PRIVACY", "city": "REDACTED FOR PRIVACY", "state": "REDACTED FOR PRIVACY", "zip_code": "REDACTED FOR PRIVACY", "country_name": "REDACTED FOR PRIVACY", "email_address": "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.", "phone": "REDACTED FOR PRIVACY", "fax": "REDACTED FOR PRIVACY" }, "technical_contact": { "name": "REDACTED FOR PRIVACY", "company": "REDACTED FOR PRIVACY", "city": "REDACTED FOR PRIVACY", "state": "REDACTED FOR PRIVACY", "zip_code": "REDACTED FOR PRIVACY", "country_name": "REDACTED FOR PRIVACY", "email_address": "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.", "phone": "REDACTED FOR PRIVACY", "fax": "REDACTED FOR PRIVACY" }, "name_servers": [ "ns2.fp261.parklogic.com", "ns1.fp261.parklogic.com" ], "domain_status": [ "clientTransferProhibited" ] }, { "num": 19, "status": true, "domain_name": "21stfreaks.com", "create_date": "2000-03-11", "expiry_date": "2014-03-11", "domain_registrar": { "iana_id": "228", "registrar_name": "moniker online services llc" }, "registrant_contact": { "name": "Ed Draper|Edward Draper", "city": "Washington", "state": "DC", "zip_code": "20036", "country_name": "United States", "country_code": "US", "email_address": "powervisionsdc@gmail.com" } }, { "num": 20, "status": true, "domain_name": "astralfreaks.com", "query_time": "2023-02-11 07:58:39", "create_date": "2000-08-10", "update_date": "2022-07-07", "expiry_date": "2029-08-10", "domain_registrar": { "iana_id": "433", "registrar_name": "ovh sas", "whois_server": "whois.ovh.com", "website_url": "https://www.ovh.com" }, "registrant_contact": { "name": "REDACTED FOR PRIVACY", "city": "REDACTED FOR PRIVACY", "zip_code": "REDACTED FOR PRIVACY", "country_name": "Mexico", "country_code": "MX", "email_address": "redacted for privacy - send message to contact by visiting https://www.ovhcloud.com/en/lp/request-ovhcloud-registered-domain/", "phone": "REDACTED FOR PRIVACY", "fax": "REDACTED FOR PRIVACY" }, "administrative_contact": { "name": "REDACTED FOR PRIVACY", "company": "REDACTED FOR PRIVACY", "city": "REDACTED FOR PRIVACY", "state": "REDACTED FOR PRIVACY", "zip_code": "REDACTED FOR PRIVACY", "country_name": "REDACTED FOR PRIVACY", "email_address": "redacted for privacy - send message to contact by visiting https://www.ovhcloud.com/en/lp/request-ovhcloud-registered-domain/", "phone": "REDACTED FOR PRIVACY", "fax": "REDACTED FOR PRIVACY" }, "technical_contact": { "name": "REDACTED FOR PRIVACY", "company": "REDACTED FOR PRIVACY", "city": "REDACTED FOR PRIVACY", "state": "REDACTED FOR PRIVACY", "zip_code": "REDACTED FOR PRIVACY", "country_name": "REDACTED FOR PRIVACY", "email_address": "redacted for privacy - send message to contact by visiting https://www.ovhcloud.com/en/lp/request-ovhcloud-registered-domain/", "phone": "REDACTED FOR PRIVACY", "fax": "REDACTED FOR PRIVACY" }, "name_servers": [ "ns5022.webempresa.eu", "ns5021.webempresa.eu" ], "domain_status": [ "clientDeleteProhibited", "clientTransferProhibited" ] }, { "num": 21, "status": true, "domain_name": "latenightfreakshow.com", "query_time": "2024-05-28 10:11:18", "create_date": "2010-04-14", "update_date": "2024-05-26", "expiry_date": "2024-04-14", "domain_registrar": { "iana_id": "146", "registrar_name": "godaddy.com, llc", "whois_server": "whois.godaddy.com", "website_url": "http://www.godaddy.com" }, "domain_status": [ "redemptionPeriod" ] }, { "num": 22, "status": true, "domain_name": "devotionalsforcontrolfreaks.com", "query_time": "2024-07-01 14:32:54", "create_date": "2014-11-12", "update_date": "2023-11-13", "expiry_date": "2024-11-12", "domain_registrar": { "iana_id": "146", "registrar_name": "godaddy.com, llc", "whois_server": "whois.godaddy.com", "website_url": "https://www.godaddy.com" }, "registrant_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85281", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=devotionalsforcontrolfreaks.com", "phone": "+1.4806242599" }, "administrative_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85281", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=devotionalsforcontrolfreaks.com", "phone": "+1.4806242599" }, "technical_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85281", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=devotionalsforcontrolfreaks.com", "phone": "+1.4806242599" }, "name_servers": [ "ns31.domaincontrol.com", "ns32.domaincontrol.com" ], "domain_status": [ "clientTransferProhibited", "clientDeleteProhibited", "clientRenewProhibited", "clientUpdateProhibited" ] }, { "num": 23, "status": true, "domain_name": "travelfreaks.de", "query_time": "2024-06-26 20:32:01", "update_date": "2015-07-26", "name_servers": [ "ns.udag.net", "ns.udag.de", "ns.udag.org" ] }, { "num": 24, "status": true, "domain_name": "koifreaks.de", "query_time": "2024-05-14 08:17:05", "update_date": "2018-10-14", "domain_status": [ "ns2.redirectdom.com", "ns1.redirectdom.com" ] }, { "num": 25, "status": true, "domain_name": "cagefreaks.de", "query_time": "2020-03-30 10:07:42", "domain_status": [ "free" ] }, { "num": 26, "status": true, "domain_name": "acidfreaks.de", "query_time": "2024-05-19 14:54:58", "update_date": "2018-08-16", "domain_status": [ "ns1058.ui-dns.biz", "ns1058.ui-dns.org", "ns1058.ui-dns.de", "ns1058.ui-dns.com" ] }, { "num": 27, "status": true, "domain_name": "abifreaks.de", "query_time": "2024-05-22 13:02:27", "update_date": "2013-12-04", "domain_status": [ "ns1.prodns.de", "ns2.prodns.de", "ns3.prodns.de" ] }, { "num": 28, "status": true, "domain_name": "soccerfreaks.de", "query_time": "2024-05-16 18:51:32", "update_date": "2021-08-13", "domain_status": [ "ns81.domaincontrol.com", "ns82.domaincontrol.com" ] }, { "num": 29, "status": true, "domain_name": "soccer-freaks.de", "query_time": "2024-05-23 23:54:17", "update_date": "2007-03-24", "domain_status": [ "docks20.rzone.de", "shades10.rzone.de" ] }, { "num": 30, "status": true, "domain_name": "electronic-freaks.de", "query_time": "2024-05-19 21:47:39", "update_date": "2021-01-08", "domain_status": [ "ns22.domaincontrol.com", "ns21.domaincontrol.com" ] }, { "num": 31, "status": true, "domain_name": "motorfreaks.eu", "query_time": "2020-03-30 10:15:20", "domain_registrar": { "iana_id": "146", "registrar_name": "godaddy.com, llc", "website_url": "http://www.godaddy.com" }, "name_servers": [ "ns49.dnsprotect.com", "ns50.dnsprotect.com", "Please_visit_www.eurid.eu_for_more_info." ] }, { "num": 32, "status": true, "domain_name": "brandschutzfreaks.at", "query_time": "2022-06-09 03:57:10", "update_date": "2014-12-12", "domain_registrar": { "iana_id": "828", "registrar_name": "hetzner online gmbh", "website_url": "https://nic.at/registrar/225" }, "name_servers": [ "ns1.first-ns.de", "robotns2.second-ns.de", "robotns3.second-ns.com" ] }, { "num": 33, "status": true, "domain_name": "cleanfreakscompany.com", "query_time": "2024-02-27 05:23:34", "create_date": "2022-01-17", "update_date": "2024-01-18", "expiry_date": "2025-01-17", "domain_registrar": { "iana_id": "146", "registrar_name": "godaddy.com, llc", "whois_server": "whois.godaddy.com", "website_url": "http://www.godaddy.com" }, "name_servers": [ "ns3.wixdns.net", "ns2.wixdns.net" ], "domain_status": [ "clientDeleteProhibited", "clientTransferProhibited", "clientRenewProhibited", "clientUpdateProhibited" ] }, { "num": 34, "status": true, "domain_name": "freaksplayground.site", "query_time": "2023-02-19 23:20:29", "create_date": "2022-01-19", "update_date": "2023-02-19", "expiry_date": "2023-01-19", "domain_registrar": { "iana_id": "141", "registrar_name": "cronon gmbh", "whois_server": "whois.cronon.net", "website_url": "http://www.cronon.net" }, "registrant_contact": { "country_name": "Germany", "country_code": "DE", "email_address": "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." }, "administrative_contact": { "email_address": "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." }, "technical_contact": { "email_address": "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." }, "billing_contact": { "email_address": "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": [ "SHADES15.RZONE.DE", "DOCKS17.RZONE.DE" ], "domain_status": [ "redemptionPeriod", "serverTransferProhibited", "serverHold", "pendingDelete" ] }, { "num": 35, "status": true, "domain_name": "lefreakstyle.com", "query_time": "2023-05-31 10:53:40", "create_date": "2022-04-19", "update_date": "2023-05-30", "expiry_date": "2023-04-19", "domain_registrar": { "iana_id": "69", "registrar_name": "tucows domains inc.", "whois_server": "whois.tucows.com", "website_url": "http://www.tucows.com" }, "name_servers": [ "ns-cloud-b1.googledomains.com", "ns-cloud-b3.googledomains.com", "ns-cloud-b4.googledomains.com", "ns-cloud-b2.googledomains.com" ], "domain_status": [ "redemptionPeriod" ] }, { "num": 36, "status": true, "domain_name": "fallfreaks.com", "query_time": "2022-04-23 01:05:45", "create_date": "2022-04-19", "update_date": "2022-04-19", "expiry_date": "2025-04-19", "domain_registrar": { "iana_id": "146", "registrar_name": "godaddy.com, llc", "whois_server": "whois.godaddy.com", "website_url": "https://www.godaddy.com" }, "registrant_contact": { "name": "registration private", "company": "domains by proxy, llc", "city": "Tempe", "state": "Arizona", "zip_code": "85284", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=fallfreaks.com", "phone": "+1.4806242599", "fax": "+1.4806242598" }, "administrative_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85284", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=fallfreaks.com", "phone": "+1.4806242599", "fax": "+1.4806242598" }, "technical_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85284", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=fallfreaks.com", "phone": "+1.4806242599", "fax": "+1.4806242598" }, "name_servers": [ "NS14.DOMAINCONTROL.COM", "NS13.DOMAINCONTROL.COM" ], "domain_status": [ "clientTransferProhibited", "clientDeleteProhibited", "clientRenewProhibited", "clientUpdateProhibited" ] }, { "num": 37, "status": true, "domain_name": "pyrofreaks.at", "query_time": "2022-10-12 14:55:10", "update_date": "2021-08-24", "domain_registrar": { "iana_id": "1426", "registrar_name": "registrar r01 llc", "website_url": "https://nic.at/registrar/648" }, "name_servers": [ "adaline.ns.cloudflare.com", "ignat.ns.cloudflare.com" ] }, { "num": 38, "status": true, "domain_name": "arcadefreaks.com", "query_time": "2023-12-29 10:10:25", "create_date": "2004-11-07", "update_date": "2023-12-28", "expiry_date": "2024-11-07", "domain_registrar": { "iana_id": "609", "registrar_name": "sav.com, llc", "whois_server": "whois-service.virtualcloud.co", "website_url": "https://www.sav.com/" }, "registrant_contact": { "name": "REDACTED FOR PRIVACY", "company": "REDACTED FOR PRIVACY", "city": "CHICAGO", "state": "ILLINOIS", "zip_code": "60616", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link https://privacy.sav.com/?domain=arcadefreaks.com", "phone": "+1.2563740797" }, "administrative_contact": { "name": "REDACTED FOR PRIVACY", "company": "REDACTED FOR PRIVACY", "city": "CHICAGO", "state": "ILLINOIS", "zip_code": "60616", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link https://privacy.sav.com/?domain=arcadefreaks.com", "phone": "+1.2563740797" }, "technical_contact": { "name": "REDACTED FOR PRIVACY", "company": "REDACTED FOR PRIVACY", "city": "CHICAGO", "state": "ILLINOIS", "zip_code": "60616", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link https://privacy.sav.com/?domain=arcadefreaks.com", "phone": "+1.2563740797" }, "name_servers": [ "ns1.eftydns.com", "ns2.eftydns.com" ], "domain_status": [ "clientTransferProhibited" ] }, { "num": 39, "status": true, "domain_name": "theneatfreaksprollc.com", "query_time": "2023-08-17 10:00:47", "create_date": "2023-08-16", "update_date": "2023-08-16", "expiry_date": "2024-08-16", "domain_registrar": { "iana_id": "146", "registrar_name": "godaddy.com, llc", "whois_server": "whois.godaddy.com", "website_url": "https://www.godaddy.com" }, "registrant_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85284", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=theneatfreaksprollc.com", "phone": "+1.4806242599" }, "administrative_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85284", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=theneatfreaksprollc.com", "phone": "+1.4806242599" }, "technical_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85284", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=theneatfreaksprollc.com", "phone": "+1.4806242599" }, "name_servers": [ "ns2.g10.cfdns.biz", "ns3.g10.cfdns.info", "ns4.g10.cfdns.co.uk", "ns1.g10.cfdns.net" ], "domain_status": [ "clientTransferProhibited", "clientDeleteProhibited", "clientRenewProhibited", "clientUpdateProhibited" ] }, { "num": 40, "status": true, "domain_name": "glitterfreaks.co.uk", "query_time": "2024-07-07 16:52:29", "create_date": "2017-05-08", "update_date": "2024-07-07", "expiry_date": "2027-05-08", "domain_registrar": { "iana_id": "146", "registrar_name": "godaddy.com, llc", "website_url": "http://uk.godaddy.com" }, "name_servers": [ "ns67.domaincontrol.com", "ns68.domaincontrol.com" ], "domain_status": [ "Registered until expiry date." ] }, { "num": 41, "status": true, "domain_name": "furryfreaks.co.uk", "query_time": "2023-10-25 03:27:22", "create_date": "2021-05-31", "update_date": "2023-05-01", "expiry_date": "2025-05-31", "domain_registrar": { "iana_id": "9", "registrar_name": "register.com, inc.", "website_url": "http://www.networksolutions.com" }, "name_servers": [ "ns4.wixdns.net", "ns5.wixdns.net" ], "domain_status": [ "Registered until expiry date." ] }, { "num": 42, "status": true, "domain_name": "cleanfreaks.au", "query_time": "2024-07-08 07:10:25", "update_date": "2024-06-13", "domain_registrar": { "registrar_name": "GoDaddy.com LLC trading as GoDaddy.com", "whois_server": "whois.auda.org.au", "website_url": "https://www.godaddy.com/en-au/contact-us" }, "registrant_contact": { "name": "jonathan sarandis" }, "technical_contact": { "name": "Jonathan Sarandis" }, "name_servers": [ "ns2.siteground.net", "ns1.siteground.net" ], "domain_status": [ "clientDeleteProhibited", "clientUpdateProhibited" ] }, { "num": 43, "status": true, "domain_name": "fishing-freaks.jp", "query_time": "2024-03-06 12:09:51", "create_date": "2012-02-05", "update_date": "2024-03-01", "expiry_date": "2025-02-28", "registrant_contact": { "name": "Whois Privacy Protection Service by VALUE-DOMAIN", "zip_code": "530-0011", "email_address": "whoisproxy@value-domain.com", "phone": "06-6241-6585", "fax": "06-6374-0121" }, "name_servers": [ "ns4.value-domain.com", "ns3.value-domain.com", "ns1.value-domain.com", "ns2.value-domain.com" ], "domain_status": [ "Active" ] }, { "num": 44, "status": true, "domain_name": "gearfreaksurfcenter.nl", "query_time": "2023-09-20 17:16:55", "create_date": "2022-01-17", "update_date": "2022-02-16", "domain_registrar": { "registrar_name": "team.blue nl B.V." }, "name_servers": [ "ns1.transip.nl", "ns2.transip.eu", "ns0.transip.net" ], "domain_status": [ "Active" ] }, { "num": 45, "status": true, "domain_name": "2freaks1sound.be", "query_time": "2023-10-24 05:01:29", "create_date": "2022-11-30", "update_date": "2022-12-02", "domain_registrar": { "iana_id": "1462", "registrar_name": "one.com a/s", "website_url": "http://www.one.com" }, "technical_contact": { "company": "One.com A/S", "city": "københavn v", "zip_code": "1560", "country_name": "Denmark", "country_code": "DK", "mailing_address": "Kalvebod Brygge 24 1560 København V Denmark" }, "name_servers": [ "ns01.one", "ns02.one" ], "domain_status": [ "Registered" ] }, { "num": 46, "status": true, "domain_name": "freakshow.lt", "query_time": "2024-01-17 17:46:34", "create_date": "2023-01-09", "expiry_date": "2024-01-10", "domain_registrar": { "registrar_name": "UAB "Interneto vizija"", "website_url": "https://www.iv.lt/" }, "name_servers": [ "ns10.wixdns.net", "ns11.wixdns.net" ], "domain_status": [ "pendingDelete" ] }, { "num": 47, "status": true, "domain_name": "homegrownfreaks.co", "query_time": "2024-07-12 09:48:31", "create_date": "2023-05-21", "update_date": "2024-05-26", "expiry_date": "2024-05-21", "domain_registrar": { "iana_id": "472", "registrar_name": "dynadot inc", "whois_server": "whois.dynadot.com", "website_url": "https://www.dynadot.com/" }, "registrant_contact": { "name": "REDACTED FOR PRIVACY", "city": "REDACTED FOR PRIVACY", "state": "California", "zip_code": "REDACTED FOR PRIVACY", "country_name": "United States", "country_code": "US", "email_address": "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.", "phone": "REDACTED FOR PRIVACY", "fax": "REDACTED FOR PRIVACY" }, "administrative_contact": { "name": "REDACTED FOR PRIVACY", "company": "REDACTED FOR PRIVACY", "city": "REDACTED FOR PRIVACY", "state": "REDACTED FOR PRIVACY", "zip_code": "REDACTED FOR PRIVACY", "country_name": "REDACTED FOR PRIVACY", "email_address": "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.", "phone": "REDACTED FOR PRIVACY", "fax": "REDACTED FOR PRIVACY" }, "technical_contact": { "name": "REDACTED FOR PRIVACY", "company": "REDACTED FOR PRIVACY", "city": "REDACTED FOR PRIVACY", "state": "REDACTED FOR PRIVACY", "zip_code": "REDACTED FOR PRIVACY", "country_name": "REDACTED FOR PRIVACY", "email_address": "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.", "phone": "REDACTED FOR PRIVACY", "fax": "REDACTED FOR PRIVACY" }, "name_servers": [ "ns1.parkco2.neustar.biz", "ns2.parkco2.neustar.biz" ], "domain_status": [ "redemptionPeriod", "clientTransferProhibited", "pendingDelete" ] }, { "num": 48, "status": true, "domain_name": "classycleanfreaks.com", "query_time": "2023-12-29 09:55:57", "create_date": "2023-12-28", "update_date": "2023-12-28", "expiry_date": "2026-12-28", "domain_registrar": { "iana_id": "146", "registrar_name": "godaddy.com, llc", "whois_server": "whois.godaddy.com", "website_url": "https://www.godaddy.com" }, "registrant_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85284", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=classycleanfreaks.com", "phone": "+1.4806242599" }, "administrative_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85284", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=classycleanfreaks.com", "phone": "+1.4806242599" }, "technical_contact": { "name": "Registration Private", "company": "Domains By Proxy, LLC", "city": "Tempe", "state": "Arizona", "zip_code": "85284", "country_name": "United States", "country_code": "US", "email_address": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=classycleanfreaks.com", "phone": "+1.4806242599" }, "name_servers": [ "ns57.domaincontrol.com", "ns58.domaincontrol.com" ], "domain_status": [ "clientTransferProhibited", "clientDeleteProhibited", "clientRenewProhibited", "clientUpdateProhibited" ] }, { "num": 49, "status": true, "domain_name": "vampirefreaksus.com", "query_time": "2024-03-28 17:58:03", "create_date": "2024-01-18", "update_date": "2024-01-18", "expiry_date": "2025-01-18", "domain_registrar": { "iana_id": "1923", "registrar_name": "gname.com pte. ltd.", "whois_server": "whois.gname.com", "website_url": "www.gname.com" }, "registrant_contact": { "name": "Redacted for privacy", "company": "Redacted for privacy", "city": "Redacted for privacy", "state": "TEXAS", "zip_code": "Redacted for privacy", "country_name": "United States", "country_code": "US", "email_address": "https://rdap.gname.com/extra/contact?type=registrant&domain=vampirefreaksus.com", "phone": "Redacted for privacy", "fax": "Redacted for privacy" }, "administrative_contact": { "name": "Redacted for privacy", "company": "Redacted for privacy", "city": "Redacted for privacy", "state": "Redacted for privacy", "zip_code": "Redacted for privacy", "country_name": "Redacted for privacy", "email_address": "https://rdap.gname.com/extra/contact?type=admin&domain=vampirefreaksus.com", "phone": "Redacted for privacy", "fax": "Redacted for privacy" }, "technical_contact": { "name": "Redacted for privacy", "company": "Redacted for privacy", "city": "Redacted for privacy", "state": "Redacted for privacy", "zip_code": "Redacted for privacy", "country_name": "Redacted for privacy", "email_address": "https://rdap.gname.com/extra/contact?type=technical&domain=vampirefreaksus.com", "phone": "Redacted for privacy", "fax": "Redacted for privacy" }, "name_servers": [ "javon.ns.cloudflare.com", "romina.ns.cloudflare.com" ], "domain_status": [ "clientTransferProhibited" ] }, { "num": 50, "status": true, "domain_name": "controlfreaksmusic.com", "query_time": "2024-03-12 23:33:25", "create_date": "2005-03-09", "update_date": "2024-03-10", "expiry_date": "2025-03-09", "domain_registrar": { "iana_id": "146", "registrar_name": "godaddy.com, llc", "whois_server": "whois.godaddy.com", "website_url": "http://www.godaddy.com" }, "name_servers": [ "ns12.domaincontrol.com", "ns11.domaincontrol.com" ], "domain_status": [ "clientDeleteProhibited", "clientTransferProhibited", "clientRenewProhibited", "clientUpdateProhibited" ] } ] } # Mini modecurl --location 'https://api.apifreaks.com/v1.0/domain/whois/reverse?keyword=freaks&apiKey=API-KEY'{ "total_Result": 17990, "total_Pages": 180, "current_Page": 1, "whois_domains_historical": [ { "num": 1, "domain_name": "freakshow.com", "create_date": "1995-10-31", "update_date": "2023-10-13", "expiry_date": "2024-10-30", "name": "Domain Admin", "email": "freakshow.com@whoisprotection.domains", "company_name": "Whois protection, this company does not own this domain name s.r.o." }, { "num": 2, "domain_name": "compfreaks.com", "create_date": "2014-05-13", "update_date": "2024-06-24", "expiry_date": "2024-05-13", "name": "DropCatch.com Auctions", "email": "support@dropcatch.com", "company_name": "DropCatch Auctions" }, { "num": 3, "domain_name": "gadgetfreaks.com", "create_date": "1999-06-12", "update_date": "2024-06-13", "expiry_date": "2025-06-13", "name": "This Domain For Sale Worldwide 3392225132", "email": "brokerage@buydomains.com", "company_name": "BuyDomains.com" }, { "num": 4, "domain_name": "fleshfreaks.com", "create_date": "1999-10-25", "update_date": "2023-10-26", "expiry_date": "2024-10-25" }, { "num": 5, "domain_name": "pornfreakshow.com", "create_date": "1999-02-19", "expiry_date": "2015-02-19", "name": "DNS Administrator", "email": "dsales@domainbrandnames.com", "company_name": "Virtual Service Inc." }, { "num": 6, "domain_name": "onlinefreaks.net", "name": "Martin Herzig", "email": "domx@herzig.at", "company_name": "Martin Herzig" }, { "num": 7, "domain_name": "nascarfreaks.com", "create_date": "1999-07-21", "update_date": "2024-05-22", "expiry_date": "2029-07-21", "name": "McCormick, Ryan", "email": "nascarfreaks@gmail.com" }, { "num": 8, "domain_name": "moviefreaks.com", "create_date": "1999-04-06", "update_date": "2024-05-20", "expiry_date": "2025-04-06", "name": "Redacted for GDPR privacy", "email": "moviefreaks.com@namebrightprivacy.com", "company_name": "gv, llc" }, { "num": 9, "domain_name": "musicforfreaks.com", "create_date": "1999-09-05", "update_date": "2023-07-08", "expiry_date": "2024-09-05", "name": "Not Disclosed", "email": "https://whoiscontact.ascio.com?domainname=musicforfreaks.com", "company_name": "Not Disclosed" }, { "num": 10, "domain_name": "freaksgarden.com", "create_date": "1999-10-30", "update_date": "2020-09-07", "expiry_date": "2025-10-30", "name": "Statutory Masking Enabled", "email": "dataprotected@maskeddetails.com", "company_name": "Statutory Masking Enabled" }, { "num": 11, "domain_name": "computerfreaks.com", "create_date": "1999-08-09", "update_date": "2023-06-23", "expiry_date": "2024-08-09", "name": "Registration Private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=computerfreaks.com", "company_name": "Domains By Proxy, LLC" }, { "num": 12, "domain_name": "freakstuff.com", "create_date": "1999-08-09", "update_date": "2023-08-01", "expiry_date": "2024-08-09", "name": "Jewella Privacy - 0d5e3", "email": "freakstuff.com@fab.jewellaprivacy.com", "company_name": "Jewella Privacy LLC Privacy ID# 859789" }, { "num": 13, "domain_name": "freakserve.com", "create_date": "1999-10-16", "expiry_date": "2014-10-16", "name": "FREAKSERVE N/A", "email": "gfkapos.junk@gmail.com", "company_name": "FREAKSERVE" }, { "num": 14, "domain_name": "siliconfreaks.com", "create_date": "1999-12-25", "update_date": "2023-12-28", "expiry_date": "2028-12-25", "name": "PERFECT PRIVACY, LLC" }, { "num": 15, "domain_name": "beatfreaks.com", "create_date": "1999-03-13", "update_date": "2024-04-25", "expiry_date": "2025-03-13" }, { "num": 16, "domain_name": "travelfreaks.com", "create_date": "1999-09-02", "update_date": "2024-07-05", "expiry_date": "2025-09-02", "name": "PERFECT PRIVACY, LLC", "email": "jk9426fz22b@networksolutionsprivateregistration.com" }, { "num": 17, "domain_name": "thewirelessfreaks.net", "create_date": "2000-01-06", "update_date": "2023-02-19", "expiry_date": "2023-01-06" }, { "num": 18, "domain_name": "efreaks.org", "create_date": "2000-09-10", "update_date": "2024-03-23", "expiry_date": "2024-09-10", "name": "REDACTED FOR PRIVACY", "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.", "company_name": "Privacy service provided by Withheld for Privacy ehf" }, { "num": 19, "domain_name": "21stfreaks.com", "create_date": "2000-03-11", "expiry_date": "2014-03-11", "name": "Ed Draper|Edward Draper", "email": "powervisionsdc@gmail.com" }, { "num": 20, "domain_name": "astralfreaks.com", "create_date": "2000-08-10", "update_date": "2022-07-07", "expiry_date": "2029-08-10", "name": "REDACTED FOR PRIVACY", "email": "redacted for privacy - send message to contact by visiting https://www.ovhcloud.com/en/lp/request-ovhcloud-registered-domain/" }, { "num": 21, "domain_name": "demonfreaks.com", "create_date": "2016-06-11", "update_date": "2024-05-10", "expiry_date": "2025-06-11", "name": "Proxy Protection LLC", "email": "vl73puxrbqeeuj3@proxy.dreamhost.com", "company_name": "Proxy Protection LLC" }, { "num": 22, "domain_name": "outdoorfreaks.com", "create_date": "2000-12-26", "update_date": "2024-01-30", "expiry_date": "2024-12-26", "name": "REDACTED FOR PRIVACY", "email": "info@domain-contact.org", "company_name": "REDACTED FOR PRIVACY" }, { "num": 23, "domain_name": "stylefreaks.com", "create_date": "2015-01-30", "update_date": "2023-04-19", "expiry_date": "2026-01-30", "name": "Domain Admin / This Domain is For Sale", "email": "domains@hugedomains.com", "company_name": "HugeDomains.com" }, { "num": 24, "domain_name": "clan-acidfreaks.com", "create_date": "2000-09-29", "update_date": "2023-09-30", "expiry_date": "2024-09-29", "name": "REDACTED FOR PRIVACY", "email": "dataprivacyprotected@ionos.de" }, { "num": 25, "domain_name": "newsfreaks.com", "create_date": "2000-07-07", "update_date": "2024-07-03", "expiry_date": "2025-07-07", "name": "Domain Administrator", "email": "admin.contact@digitalink.com", "company_name": "WP Company LLC" }, { "num": 26, "domain_name": "europeanfreaks.com", "create_date": "2000-10-25", "expiry_date": "2014-10-25", "name": "DomainClub Privacy Service", "email": "protected-51371@domainprivacyshield.com" }, { "num": 27, "domain_name": "computer-freaks.com", "create_date": "2000-12-04", "expiry_date": "2014-12-04", "name": "THIS DOMAIN FOR SALE TOLL FREE: 866-822-9073 WORLDWIDE: 339-222-5132", "email": "brokerage@buydomains.com", "company_name": "BUYDOMAINS.COM" }, { "num": 28, "domain_name": "freaksatwork.com", "create_date": "2000-07-15", "update_date": "2023-07-22", "expiry_date": "2024-07-15", "name": "REDACTED FOR PRIVACY", "email": "https://whoispro.domain-robot.org/whois/freaksatwork.com", "company_name": "Crazy Marketing" }, { "num": 29, "domain_name": "motfreaks.com", "create_date": "2000-10-30", "expiry_date": "2015-10-30", "name": "MOT Models Ltd", "email": "mike@motmodel.com", "company_name": "MOT Models Ltd" }, { "num": 30, "domain_name": "freaksatplay.com", "create_date": "2022-06-09", "update_date": "2024-07-08", "expiry_date": "2025-06-09", "name": "Redacted for Privacy Purposes", "email": "select contact domain holder link at https://www.namecheap.com/domains/whois/result?domain=freaksatplay.com", "company_name": "Redacted for Privacy Purposes" }, { "num": 31, "domain_name": "sideshow-freaks.com", "name": "Registration Private", "email": "sideshow-freaks.com@domainsbyproxy.com", "company_name": "Domains By Proxy, LLC" }, { "num": 32, "domain_name": "freaksforum.com", "create_date": "2000-11-10", "update_date": "2023-10-10", "expiry_date": "2025-11-10", "name": "Redacted for Privacy", "email": "478719204a9347acb659bceb54903ca7.protect@withheldforprivacy.com", "company_name": "Privacy service provided by Withheld for Privacy ehf" }, { "num": 33, "domain_name": "speedfreaksuk.com", "create_date": "2021-02-19", "update_date": "2022-04-04", "expiry_date": "2022-02-19" }, { "num": 34, "domain_name": "sport-freaks.com", "create_date": "2000-03-27", "update_date": "2024-03-28", "expiry_date": "2025-03-27", "name": "Not Disclosed", "email": "https://whoiscontact.ascio.com?domainname=sport-freaks.com", "company_name": "Not Disclosed" }, { "num": 35, "domain_name": "audiofreaksltd.com", "create_date": "2008-05-15", "update_date": "2024-05-25", "expiry_date": "2026-05-25", "name": "REDACTED FOR PRIVACY", "email": "whoiscontact@names.co.uk", "company_name": "Audiofreaks Ltd" }, { "num": 36, "domain_name": "thewirelessfreaks.com", "create_date": "2000-01-06", "update_date": "2023-02-19", "expiry_date": "2023-01-06" }, { "num": 37, "domain_name": "wirelessfreaks.com", "create_date": "2000-01-05", "update_date": "2024-02-19", "expiry_date": "2025-01-06", "name": "This Domain For Sale Worldwide 3392225132", "email": "brokerage@buydomains.com", "company_name": "BuyDomains.com" }, { "num": 38, "domain_name": "netfreaks.org", "create_date": "2000-04-10", "update_date": "2024-04-10", "expiry_date": "2025-04-10", "name": "REDACTED FOR PRIVACY", "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." }, { "num": 39, "domain_name": "freakspace.net", "create_date": "2000-11-26", "expiry_date": "2014-11-26", "name": "Ann Crowe", "email": "ladycrowe@freakspace.net", "company_name": "N/A" }, { "num": 40, "domain_name": "digitalfreaks.net", "create_date": "2000-05-13", "update_date": "2023-07-25", "expiry_date": "2025-07-23" }, { "num": 41, "domain_name": "wirelessfreaks.net", "create_date": "2000-01-06", "update_date": "2023-02-19", "expiry_date": "2023-01-06" }, { "num": 42, "domain_name": "21stcenturyfreaks.com", "create_date": "2000-03-11", "expiry_date": "2014-03-11", "name": "Ed Draper|Edward Draper", "email": "powervisionsdc@gmail.com" }, { "num": 43, "domain_name": "circusfreaks.com", "create_date": "2000-01-04", "update_date": "2024-01-05", "expiry_date": "2025-01-04" }, { "num": 44, "domain_name": "pcfreaks.com", "create_date": "2000-04-05", "update_date": "2024-04-05", "expiry_date": "2025-04-05", "name": "REDACTED FOR PRIVACY", "email": "info@domain-contact.org", "company_name": "REDACTED FOR PRIVACY" }, { "num": 45, "domain_name": "freebsdfreaks.com", "create_date": "2000-11-26", "expiry_date": "2014-11-26", "name": "Domain Admin", "email": "buysdomains@gmail.com", "company_name": "RegistrarAds, Inc." }, { "num": 46, "domain_name": "celebritysexfreaks.com", "create_date": "2021-07-12", "update_date": "2022-07-06", "expiry_date": "2023-07-12", "name": "redacted for privacy", "email": "info@domain-contact.org", "company_name": "redacted for privacy" }, { "num": 47, "domain_name": "latenightfreakshow.com", "create_date": "2010-04-14", "update_date": "2024-05-26", "expiry_date": "2024-04-14" }, { "num": 48, "domain_name": "fitness-freaks.com", "create_date": "2023-04-11", "update_date": "2024-04-12", "expiry_date": "2025-04-12", "name": "Registration Private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=fitness-freaks.com", "company_name": "Domains By Proxy, LLC" }, { "num": 49, "domain_name": "devotionalsforcontrolfreaks.com", "create_date": "2014-11-12", "update_date": "2023-11-13", "expiry_date": "2024-11-12", "name": "Registration Private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=devotionalsforcontrolfreaks.com", "company_name": "Domains By Proxy, LLC" }, { "num": 50, "domain_name": "carfreaks.nl", "create_date": "2010-01-31", "update_date": "2022-10-11" }, { "num": 51, "domain_name": "travelfreaks.de", "update_date": "2015-07-26" }, { "num": 52, "domain_name": "koifreaks.de", "update_date": "2018-10-14" }, { "num": 53, "domain_name": "cagefreaks.de" }, { "num": 54, "domain_name": "acidfreaks.de", "update_date": "2018-08-16" }, { "num": 55, "domain_name": "abifreaks.de", "update_date": "2013-12-04" }, { "num": 56, "domain_name": "soccerfreaks.de", "update_date": "2021-08-13" }, { "num": 57, "domain_name": "soccer-freaks.de", "update_date": "2007-03-24" }, { "num": 58, "domain_name": "electronic-freaks.de", "update_date": "2021-01-08" }, { "num": 59, "domain_name": "motorfreaks.eu" }, { "num": 60, "domain_name": "brandschutzfreaks.at", "update_date": "2014-12-12" }, { "num": 61, "domain_name": "mx-freakstore.de", "update_date": "2015-11-01" }, { "num": 62, "domain_name": "jesusfreaksmagdeburg.de", "update_date": "2019-03-19" }, { "num": 63, "domain_name": "pa-freaks.de" }, { "num": 64, "domain_name": "jesusfreaks-jena.de", "update_date": "2023-03-30" }, { "num": 65, "domain_name": "dronefreaks.de", "update_date": "2023-12-20" }, { "num": 66, "domain_name": "cleanfreakscompany.com", "create_date": "2022-01-17", "update_date": "2024-01-18", "expiry_date": "2025-01-17" }, { "num": 67, "domain_name": "freaksplayground.site", "create_date": "2022-01-19", "update_date": "2023-02-19", "expiry_date": "2023-01-19", "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." }, { "num": 68, "domain_name": "fuzzyfreaks.live", "create_date": "2021-11-09", "update_date": "2022-12-23", "expiry_date": "2022-11-09", "name": "redacted for privacy", "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.", "company_name": "chloe wenham" }, { "num": 69, "domain_name": "lefreakstyle.com", "create_date": "2022-04-19", "update_date": "2023-05-30", "expiry_date": "2023-04-19" }, { "num": 70, "domain_name": "fallfreaks.com", "create_date": "2022-04-19", "update_date": "2022-04-19", "expiry_date": "2025-04-19", "name": "registration private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=fallfreaks.com", "company_name": "domains by proxy, llc" }, { "num": 71, "domain_name": "homefreaks.website", "create_date": "2022-04-20", "update_date": "2023-06-01", "expiry_date": "2023-04-20", "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.", "company_name": "Withheld for Privacy Purposes" }, { "num": 72, "domain_name": "pyrofreaks.at", "update_date": "2021-08-24" }, { "num": 73, "domain_name": "cross-freaks.com", "create_date": "2016-01-05", "update_date": "2023-02-18", "expiry_date": "2023-01-05" }, { "num": 74, "domain_name": "arcadefreaks.com", "create_date": "2004-11-07", "update_date": "2023-12-28", "expiry_date": "2024-11-07", "name": "REDACTED FOR PRIVACY", "email": "select contact domain holder link https://privacy.sav.com/?domain=arcadefreaks.com", "company_name": "REDACTED FOR PRIVACY" }, { "num": 75, "domain_name": "theneatfreaksprollc.com", "create_date": "2023-08-16", "update_date": "2023-08-16", "expiry_date": "2024-08-16", "name": "Registration Private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=theneatfreaksprollc.com", "company_name": "Domains By Proxy, LLC" }, { "num": 76, "domain_name": "freakspl.com", "create_date": "2023-08-16", "update_date": "2023-08-16", "expiry_date": "2024-08-16", "name": "Redacted for Privacy", "email": "77d72f4ffaa24776bd4742932e0b93b5.protect@withheldforprivacy.com", "company_name": "Privacy service provided by Withheld for Privacy ehf" }, { "num": 77, "domain_name": "freaksandfamily.com", "create_date": "2023-08-16", "update_date": "2023-11-08", "expiry_date": "2024-08-16", "name": "REDACTED FOR PRIVACY", "email": "info@domain-contact.org", "company_name": "REDACTED FOR PRIVACY" }, { "num": 78, "domain_name": "medwestfreaks.com", "create_date": "2023-08-15", "update_date": "2023-08-15", "expiry_date": "2024-08-15", "name": "Registration Private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=medwestfreaks.com", "company_name": "Domains By Proxy, LLC" }, { "num": 79, "domain_name": "glitterfreaks.co.uk", "create_date": "2017-05-08", "update_date": "2024-07-07", "expiry_date": "2027-05-08" }, { "num": 80, "domain_name": "furryfreaks.co.uk", "create_date": "2021-05-31", "update_date": "2023-05-01", "expiry_date": "2025-05-31" }, { "num": 81, "domain_name": "cleanfreaks.au", "update_date": "2024-06-13", "name": "jonathan sarandis" }, { "num": 82, "domain_name": "fishing-freaks.jp", "create_date": "2012-02-05", "update_date": "2024-03-01", "expiry_date": "2025-02-28", "name": "Whois Privacy Protection Service by VALUE-DOMAIN", "email": "whoisproxy@value-domain.com" }, { "num": 83, "domain_name": "gearfreaksurfcenter.nl", "create_date": "2022-01-17", "update_date": "2022-02-16" }, { "num": 84, "domain_name": "2freaks1sound.be", "create_date": "2022-11-30", "update_date": "2022-12-02" }, { "num": 85, "domain_name": "freakshow.lt", "create_date": "2023-01-09", "expiry_date": "2024-01-10" }, { "num": 86, "domain_name": "homegrownfreaks.co", "create_date": "2023-05-21", "update_date": "2024-05-26", "expiry_date": "2024-05-21", "name": "REDACTED FOR PRIVACY", "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." }, { "num": 87, "domain_name": "chicfreaks.in", "create_date": "2023-09-19", "update_date": "2023-09-24", "expiry_date": "2024-09-19", "name": "REDACTED FOR PRIVACY", "email": "please contact the registrar listed above", "company_name": "CHICFREAKS" }, { "num": 88, "domain_name": "wagmifreaks.co", "create_date": "2022-09-25", "update_date": "2023-09-30", "expiry_date": "2024-09-25", "name": "REDACTED FOR PRIVACY", "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.", "company_name": "Data Protected" }, { "num": 89, "domain_name": "ugfreaks.to", "create_date": "2023-10-21", "update_date": "2023-10-21", "expiry_date": "2080-10-21" }, { "num": 90, "domain_name": "skinfreaks.co", "create_date": "2021-02-26", "update_date": "2024-01-31", "expiry_date": "2025-02-26", "name": "REDACTED FOR PRIVACY", "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.", "company_name": "Proxy Protection LLC" }, { "num": 91, "domain_name": "freakshakers.co.uk", "create_date": "2019-11-23", "update_date": "2023-11-24", "expiry_date": "2024-11-23" }, { "num": 92, "domain_name": "stereofreaks.co.uk", "create_date": "2019-05-10", "update_date": "2024-04-11", "expiry_date": "2025-05-10" }, { "num": 93, "domain_name": "geeksnfreaks.co.kr", "create_date": "2023-03-22", "update_date": "2023-03-24", "expiry_date": "2026-03-22", "name": "geeksnfreaks" }, { "num": 94, "domain_name": "holidayfreaks.co", "create_date": "2022-11-24", "update_date": "2023-11-29", "expiry_date": "2023-11-24", "name": "REDACTED FOR PRIVACY", "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." }, { "num": 95, "domain_name": "scentfreaks.com.au", "update_date": "2024-06-03", "name": "Sole Trader" }, { "num": 96, "domain_name": "classycleanfreaks.com", "create_date": "2023-12-28", "update_date": "2023-12-28", "expiry_date": "2026-12-28", "name": "Registration Private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=classycleanfreaks.com", "company_name": "Domains By Proxy, LLC" }, { "num": 97, "domain_name": "freaksandfriends.ch", "create_date": "2007-08-13" }, { "num": 98, "domain_name": "vampirefreaksus.com", "create_date": "2024-01-18", "update_date": "2024-01-18", "expiry_date": "2025-01-18", "name": "Redacted for privacy", "email": "https://rdap.gname.com/extra/contact?type=registrant&domain=vampirefreaksus.com", "company_name": "Redacted for privacy" }, { "num": 99, "domain_name": "freaksfootball.com", "create_date": "2024-01-31", "update_date": "2024-01-31", "expiry_date": "2025-01-31", "name": "Redacted for Privacy", "email": "67d5650377714ddfa00f7e693d45519c.protect@withheldforprivacy.com", "company_name": "Privacy service provided by Withheld for Privacy ehf" }, { "num": 100, "domain_name": "controlfreaksmusic.com", "create_date": "2005-03-09", "update_date": "2024-03-10", "expiry_date": "2025-03-09" } ] }curl --location 'https://api.apifreaks.com/v1.0/domain/whois/reverse?keyword=freaks&mode=mini&apiKey=API-KEY'
Get second page{ "total_Result": 17990, "total_Pages": 180, "current_Page": 2, "whois_domains_historical": [ { "num": 1, "domain_name": "avrfreaks.org", "create_date": "2000-08-24", "update_date": "2023-08-25", "expiry_date": "2025-08-24", "name": "REDACTED FOR PRIVACY", "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.", "company_name": "Atmel Corporation" }, { "num": 2, "domain_name": "nudefreaks.com", "create_date": "2001-04-17", "expiry_date": "2014-04-17", "name": "Graybeard img src=http://mrtd.com/images/1.gif", "email": "dns@mrtd.com", "company_name": "Graybeard img src=http://mrtd.com/images/1.gif" }, { "num": 3, "domain_name": "tuningfreaks.com", "create_date": "2001-10-20", "update_date": "2023-11-25", "expiry_date": "2024-10-20", "name": "REDACTED FOR PRIVACY", "email": "info@domain-contact.org", "company_name": "REDACTED FOR PRIVACY" }, { "num": 4, "domain_name": "slipknotfreaks.com", "create_date": "2001-04-10", "expiry_date": "2015-04-10", "name": "Andre Schneider", "email": "info@domcollect.com", "company_name": "DomCollect AG" }, { "num": 5, "domain_name": "fatfreaks.com", "create_date": "2001-07-13", "update_date": "2024-03-17", "expiry_date": "2025-07-13" }, { "num": 6, "domain_name": "freaksofthejungle.com", "create_date": "2001-08-06", "expiry_date": "2014-08-06", "name": "Universal City Studios - UPG Domains", "email": "upg.domains@nbcuni.com", "company_name": "Universal City Studios - UPG Domains" }, { "num": 7, "domain_name": "thespeadfreaks.com", "create_date": "2001-05-10", "expiry_date": "2015-05-10", "name": "Sony Webmaster", "company_name": "Sony Computer Entertainment Europe" }, { "num": 8, "domain_name": "boogiefreaks.com", "create_date": "2001-03-04", "update_date": "2024-02-29", "expiry_date": "2025-03-04", "name": "Flachsenhaar, Keith", "email": "freaxman@bellsouth.net", "company_name": "Boogie Freaks" }, { "num": 9, "domain_name": "konsolenfreaks.com", "create_date": "2023-07-19", "update_date": "2024-07-20", "expiry_date": "2025-07-19", "name": "REDACTED FOR PRIVACY", "email": "info@domain-contact.org", "company_name": "REDACTED FOR PRIVACY" }, { "num": 10, "domain_name": "nakedfreaks.com", "create_date": "2021-07-26", "update_date": "2024-06-20", "expiry_date": "2025-07-26", "name": "Redacted for privacy", "email": "https://rdap.gname.com/extra/contact?type=registrant&domain=nakedfreaks.com", "company_name": "Redacted for privacy" }, { "num": 11, "domain_name": "cleanfreaks.com", "create_date": "2001-08-22", "update_date": "2024-06-23", "expiry_date": "2027-08-22", "name": "PERFECT PRIVACY, LLC", "email": "dw3uq2s49x6@networksolutionsprivateregistration.com" }, { "num": 12, "domain_name": "gamefreaks.com", "create_date": "2001-06-29", "update_date": "2024-06-09", "expiry_date": "2025-06-29" }, { "num": 13, "domain_name": "toonfreaks.com", "create_date": "2001-11-20", "expiry_date": "2014-11-20", "name": "Graybeard img src=http://mrtd.com/images/1.gif", "email": "dns@mrtd.com", "company_name": "Graybeard img src=http://mrtd.com/images/1.gif" }, { "num": 14, "domain_name": "freaksw.com", "create_date": "2001-02-16", "update_date": "2024-01-03", "expiry_date": "2025-02-17", "name": "REDACTED FOR PRIVACY", "email": "freaksw.com-registrant@directnicwhoiscompliance.com", "company_name": "REDACTED FOR PRIVACY" }, { "num": 15, "domain_name": "monexfreaks.com", "create_date": "2001-02-18", "update_date": "2024-01-19", "expiry_date": "2025-02-18", "name": "Shingo Okamoto", "email": "shingo.okamoto@hatte.co.jp", "company_name": "Shingo Okamoto" }, { "num": 16, "domain_name": "lukefreakshow.com", "create_date": "2001-12-21", "expiry_date": "2014-12-21", "name": "BLADIMIR BOYIKO", "email": "domnet7@mail.ru", "company_name": "-" }, { "num": 17, "domain_name": "freaks-at-work.com", "create_date": "2001-03-12", "update_date": "2024-03-13", "expiry_date": "2025-03-12", "name": "REDACTED FOR PRIVACY", "email": "dataprivacyprotected@ionos.de" }, { "num": 18, "domain_name": "pedalfreaks.com", "create_date": "2018-06-04", "update_date": "2023-04-20", "expiry_date": "2025-06-04", "name": "Domain Admin / This Domain is For Sale", "email": "domains@hugedomains.com", "company_name": "HugeDomains.com" }, { "num": 19, "domain_name": "pornofreaks.com", "create_date": "2001-10-24", "update_date": "2023-08-30", "expiry_date": "2024-10-24", "name": "Jewella Privacy - 6a96e", "email": "pornofreaks.com@fab.jewellaprivacy.com", "company_name": "Jewella Privacy LLC Privacy ID# 1223510" }, { "num": 20, "domain_name": "speedfreaks.net", "create_date": "2001-06-24", "update_date": "2024-06-14", "expiry_date": "2025-06-24", "name": "Larry Preston", "email": "larry@digitalopera.com", "company_name": "Digital Opera, LLC" }, { "num": 21, "domain_name": "soulfreaks.net", "create_date": "2021-03-07", "update_date": "2021-03-08", "expiry_date": "2022-03-07" }, { "num": 22, "domain_name": "pedalfreaks.net", "create_date": "2001-03-16", "expiry_date": "2015-03-16", "name": "Dan McCleary", "email": "dan@pedalgeek.com", "company_name": "PG Music" }, { "num": 23, "domain_name": "mega-freakshow.net", "create_date": "2001-08-07", "expiry_date": "2014-08-07", "name": "Robert Franz", "email": "frarob@chello.at" }, { "num": 24, "domain_name": "gearheadfreaks.com", "create_date": "2001-11-05", "update_date": "2023-11-06", "expiry_date": "2024-11-05", "name": "Registration Private", "email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=gearheadfreaks.com", "company_name": "Domains By Proxy, LLC" }, { "num": 25, "domain_name": "theatrefreaks.com", "create_date": "2001-08-25", "update_date": "2023-08-05", "expiry_date": "2024-08-25", "name": "Domain Administrator", "email": "admin@namefind.com", "company_name": "NameFind LLC" }, { "num": 26, "domain_name": "fitnessfreaks.com", "create_date": "2001-06-29", "update_date": "2024-04-12", "expiry_date": "2025-06-29", "company_name": "Powerfood AG" }, { "num": 27, "domain_name": "freaks-g.com", "create_date": "2001-09-11", "update_date": "2023-07-26", "expiry_date": "2024-09-11", "name": "Masayoshi Saito", "email": "nic-jp@firstserver.ne.jp" }, { "num": 28, "domain_name": "syntax-freaks.com", "create_date": "2001-01-20", "update_date": "2024-03-10", "expiry_date": "2025-01-20", "name": "REDACTED FOR PRIVACY", "email": "https://whoispro.domain-robot.org/whois/syntax-freaks.com" }, { "num": 29, "domain_name": "freaksworld.com", "create_date": "2001-12-29", "update_date": "2023-08-18", "expiry_date": "2024-12-29", "name": "REDACTED FOR PRIVACY", "email": "https://www.dynadot.com/domain/contact-request?domain=freaksworld.com", "company_name": "Super Privacy Service LTD c/o Dynadot" }, { "num": 30, "domain_name": "freaksonline.com", "create_date": "2001-10-02", "update_date": "2023-09-12", "expiry_date": "2024-10-02" }, { "num": 31, "domain_name": "powerfreaksbook.com", "create_date": "2001-10-22", "update_date": "2023-10-23", "expiry_date": "2024-10-22" }, { "num": 32, "domain_name": "freefreaks.com", "create_date": "2001-04-11", "update_date": "2024-04-11", "expiry_date": "2025-04-11", "name": "Jewella Privacy - 6a96e", "email": "freefreaks.com@fab.jewellaprivacy.com", "company_name": "Jewella Privacy LLC Privacy ID# 1233003" }, { "num": 33, "domain_name": "techfreaks.org", "create_date": "2002-07-01", "update_date": "2022-04-26", "expiry_date": "2026-07-01", "name": "REDACTED FOR PRIVACY", "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.", "company_name": "Privacy Protect, LLC (PrivacyProtect.org)" }, { "num": 34, "domain_name": "boarderfreaks.com", "create_date": "2002-02-26", "expiry_date": "2014-02-26", "name": "Schuster Martin", "email": "martinschuster@yahoo.com", "company_name": "Martin Schuster" }, { "num": 35, "domain_name": "downlowfreaks.com", "create_date": "2002-08-31", "update_date": "2023-08-02", "expiry_date": "2024-09-01", "name": "DomainClub Privacy Service", "email": "protected-52712371@domainprivacyshield.com" }, { "num": 36, "domain_name": "comicfreaks.com", "create_date": "2002-09-22", "update_date": "2022-11-14", "expiry_date": "2024-09-22" }, { "num": 37, "domain_name": "finalfreaks.com", "create_date": "2002-04-22", "expiry_date": "2014-04-22", "name": "Petra Wasserfuhr", "email": "c.wasserfuhr@googlemail.com" }, { "num": 38, "domain_name": "freakside.com", "create_date": "2002-05-07", "update_date": "2024-06-11", "expiry_date": "2025-05-07", "name": "REDACTED FOR PRIVACY", "email": "info@domain-contact.org", "company_name": "REDACTED FOR PRIVACY" }, { "num": 39, "domain_name": "freakseekers.com", "create_date": "2002-06-28", "expiry_date": "2014-06-28", "name": "Michael Pace", "email": "mike@obedientmedia.com", "company_name": "Michael PACE Interactive" }, { "num": 40, "domain_name": "dj-freaks.com", "create_date": "2002-08-21", "update_date": "2023-10-10", "expiry_date": "2024-08-21", "name": "REDACTED FOR PRIVACY", "email": "https://whoispro.domain-robot.org/whois/dj-freaks.com", "company_name": "Haube Consulting" }, { "num": 41, "domain_name": "teenfreaks.com", "create_date": "2002-05-10", "update_date": "2024-04-11", "expiry_date": "2026-05-10", "name": "REDACTED FOR PRIVACY", "email": "https://www.dynadot.com/domain/contact-request?domain=teenfreaks.com", "company_name": "Super Privacy Service LTD c/o Dynadot" }, { "num": 42, "domain_name": "hostingfreaks.com", "create_date": "2002-03-05", "update_date": "2024-03-06", "expiry_date": "2025-03-05" }, { "num": 43, "domain_name": "islandfreaks.com", "create_date": "2002-02-26", "update_date": "2024-06-12", "expiry_date": "2025-02-26" }, { "num": 44, "domain_name": "insider-computerfreaks.com", "create_date": "2002-03-05", "expiry_date": "2015-03-05", "name": "Lukas Schulze", "email": "all-inkl@orders.lukas-schulze.de" }, { "num": 45, "domain_name": "freakseeker.com", "create_date": "2002-06-28", "expiry_date": "2014-06-28" }, { "num": 46, "domain_name": "beachfreaks.com", "create_date": "2002-06-11", "update_date": "2024-06-10", "expiry_date": "2028-06-11" }, { "num": 47, "domain_name": "hornyfreaks.com", "create_date": "2002-08-13", "update_date": "2023-08-12", "expiry_date": "2024-08-13", "name": "Jewella Privacy - 6a96e", "email": "hornyfreaks.com@fab.jewellaprivacy.com", "company_name": "Jewella Privacy LLC Privacy ID# 1222304" }, { "num": 48, "domain_name": "bitfreaks.com", "create_date": "2002-06-10", "update_date": "2024-06-10", "expiry_date": "2025-06-10", "name": "REDACTED FOR PRIVACY", "email": "https://contact-form.registrar.eu/?domainname=bitfreaks.com&purpose=owner", "company_name": "Delphi Website Hosting" }, { "num": 49, "domain_name": "gothicfreaks.com", "create_date": "2002-05-20", "update_date": "2024-05-21", "expiry_date": "2025-05-20" }, { "num": 50, "domain_name": "hiredfreaks.com", "create_date": "2002-09-10", "update_date": "2023-09-11", "expiry_date": "2024-09-10", "name": "REDACTED FOR PRIVACY", "email": "https://whoispro.domain-robot.org/whois/hiredfreaks.com" }, { "num": 51, "domain_name": "partyfreaks.com", "create_date": "2002-07-28", "update_date": "2024-07-29", "expiry_date": "2025-07-28", "name": "REDACTED FOR PRIVACY", "email": "https://whoispro.domain-robot.org/whois/partyfreaks.com" }, { "num": 52, "domain_name": "dirtyfreaks.com", "create_date": "2002-04-18", "update_date": "2024-03-14", "expiry_date": "2025-04-18", "email": "https://www.gkg.net/apps/contact-domain/dirtyfreaks.com", "company_name": "Santa Fe Writers Project" }, { "num": 53, "domain_name": "fantasy-freaks.com", "create_date": "2023-06-25", "update_date": "2023-06-25", "expiry_date": "2024-06-25", "name": "Contact Privacy Inc. Customer 0167634841", "email": "fantasy-freaks.com@contactprivacy.com", "company_name": "Contact Privacy Inc. Customer 0167634841" }, { "num": 54, "domain_name": "freakscomeoutatnight.com", "create_date": "2002-04-20", "update_date": "2024-04-21", "expiry_date": "2025-04-20" }, { "num": 55, "domain_name": "gamefreaks.org", "create_date": "2002-03-02", "expiry_date": "2015-03-02", "name": "This Domain for Sale, Toll Free: 866-822-9073 Worldwide: 339-222-5132", "email": "brokerage@buydomains.com", "company_name": "BuyDomains.com" }, { "num": 56, "domain_name": "momofreaksout.com", "create_date": "2020-03-01", "update_date": "2023-04-02", "expiry_date": "2023-03-01" }, { "num": 57, "domain_name": "freakspress.com", "create_date": "2002-07-12", "update_date": "2023-06-13", "expiry_date": "2024-07-12", "name": "Whois Privacy Protection Service by MuuMuuDomain", "email": "privacy@whoisprivacyprotection.info", "company_name": "Whois Privacy Protection Service by MuuMuuDomain" }, { "num": 58, "domain_name": "mxfreaks.com", "name": "Registration Private", "email": "mxfreaks.com@domainsbyproxy.com", "company_name": "Domains By Proxy, LLC" }, { "num": 59, "domain_name": "fantasyfreaks.com", "create_date": "2002-05-04", "update_date": "2024-04-10", "expiry_date": "2025-05-04" }, { "num": 60, "domain_name": "hostingfreaks2.com", "create_date": "2002-06-05", "expiry_date": "2014-06-05", "company_name": "GREENTREE HOSTING, LLC." }, { "num": 61, "domain_name": "hostingfreaks1.com", "create_date": "2021-10-08", "update_date": "2022-04-28", "expiry_date": "2022-10-08", "name": "domain admin", "email": "compliance_abuse@webnic.cc", "company_name": "whoisprotection.cc" }, { "num": 62, "domain_name": "speed-freaks.com", "create_date": "2017-06-20", "update_date": "2024-07-30", "expiry_date": "2024-06-20", "name": "DropCatch.com Auctions", "email": "support@dropcatch.com", "company_name": "DropCatch Auctions" }, { "num": 63, "domain_name": "digitalfreaks.com", "create_date": "2002-02-12", "update_date": "2024-01-18", "expiry_date": "2025-02-12", "name": "REDACTED FOR PRIVACY", "email": "https://www.dynadot.com/domain/contact-request?domain=digitalfreaks.com", "company_name": "Super Privacy Service LTD c/o Dynadot" }, { "num": 64, "domain_name": "totalfreaks.com", "create_date": "2016-10-09", "update_date": "2023-10-09", "expiry_date": "2024-10-09", "name": "Justdropped.com Inc", "email": "dan@justdropped.com", "company_name": "To Inquire about This Domain Call +1 781-373-6808 or 855-646-1390" }, { "num": 65, "domain_name": "gedichten-freaks.com", "create_date": "2002-10-11", "update_date": "2023-10-12", "expiry_date": "2024-10-11", "name": "REDACTED FOR PRIVACY", "email": "info@domain-contact.org", "company_name": "REDACTED FOR PRIVACY" }, { "num": 66, "domain_name": "fishinfreaks.com", "create_date": "2002-12-16", "update_date": "2022-10-04", "expiry_date": "2027-12-16" }, { "num": 67, "domain_name": "proxyfreaks.com", "create_date": "2021-04-22", "update_date": "2024-06-04", "expiry_date": "2024-04-22" }, { "num": 68, "domain_name": "cleaningfreaks.com", "create_date": "2017-01-04", "update_date": "2024-01-05", "expiry_date": "2025-01-04" }, { "num": 69, "domain_name": "mixfreaks.nl", "create_date": "2000-11-21", "update_date": "2023-10-27" }, { "num": 70, "domain_name": "soccerfreaks.eu" }, { "num": 71, "domain_name": "fotofreaks.de", "update_date": "2018-06-28" }, { "num": 72, "domain_name": "drift-freaks-hannover.de" }, { "num": 73, "domain_name": "freakshow-kl.de" }, { "num": 74, "domain_name": "lh-freakshow.de" }, { "num": 75, "domain_name": "dekofreaks.de" }, { "num": 76, "domain_name": "deko-freaks.de" }, { "num": 77, "domain_name": "foodfreaksblog.ga", "email": "abuse@freenom.com", "company_name": "Freedom Registry, Inc." }, { "num": 78, "domain_name": "freakswithfins.com", "create_date": "2020-06-28", "update_date": "2023-08-12", "expiry_date": "2023-06-28", "name": "DOMAIN ADMIN", "email": "whois@bluehost.com", "company_name": "DOMAIN PRIVACY SERVICE FBO REGISTRANT" }, { "num": 79, "domain_name": "freaks4money.website", "create_date": "2021-04-17", "update_date": "2023-05-24", "expiry_date": "2023-04-17", "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.", "company_name": "Not Applicable" }, { "num": 80, "domain_name": "freakshowleatherwork.com", "create_date": "2021-07-30", "update_date": "2023-08-29", "expiry_date": "2023-07-30", "name": "Contact Privacy Inc. Customer 7151571251", "email": "https://domains.google.com/contactregistrant?domain=freakshowleatherwork.com", "company_name": "Contact Privacy Inc. Customer 7151571251" }, { "num": 81, "domain_name": "ghettofreaks.live", "create_date": "2021-11-08", "update_date": "2022-12-22", "expiry_date": "2022-11-08", "name": "redacted for privacy", "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.", "company_name": "privacy protection" }, { "num": 82, "domain_name": "daneatfreaks.com", "create_date": "2022-04-19", "update_date": "2023-05-19", "expiry_date": "2023-04-19", "name": "Contact Privacy Inc. Customer 7151571251", "email": "https://domains.google.com/contactregistrant?domain=daneatfreaks.com", "company_name": "Contact Privacy Inc. Customer 7151571251" }, { "num": 83, "domain_name": "phone-freaks.org", "create_date": "2022-04-20", "update_date": "2024-04-06", "expiry_date": "2025-04-20", "name": "REDACTED FOR PRIVACY", "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." }, { "num": 84, "domain_name": "jpegfreaks.live", "create_date": "2021-11-03", "update_date": "2022-12-15", "expiry_date": "2022-11-03", "name": "redacted for privacy", "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.", "company_name": "privacy service provided by withheld for privacy ehf" }, { "num": 85, "domain_name": "film-freaks.de", "update_date": "2024-03-11" }, { "num": 86, "domain_name": "freaksedenttheletca.tk" }, { "num": 87, "domain_name": "freaksphoto.de" }, { "num": 88, "domain_name": "regattafreaks.de", "update_date": "2024-05-13" }, { "num": 89, "domain_name": "heinzelfreaks.de" }, { "num": 90, "domain_name": "foodyfreaks-sc.com", "create_date": "2023-09-21", "update_date": "2023-09-21", "expiry_date": "2024-09-21", "name": "Redacted for Privacy", "email": "eeb934c86147402b84cb40b7c7c837c4.protect@withheldforprivacy.com", "company_name": "Privacy service provided by Withheld for Privacy ehf" }, { "num": 91, "domain_name": "funfreaks.site", "create_date": "2023-09-21", "update_date": "2024-04-25", "expiry_date": "2024-09-21", "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.", "company_name": "Whois Privacy Protection Service by onamae.com" }, { "num": 92, "domain_name": "crazfitfreaks.com", "create_date": "2023-09-21", "update_date": "2023-09-21", "expiry_date": "2024-09-21", "name": "REDACTED FOR PRIVACY", "email": "info@domain-contact.org", "company_name": "REDACTED FOR PRIVACY" }, { "num": 93, "domain_name": "reviewconfreaks.com", "create_date": "2023-12-04", "update_date": "2023-12-04", "expiry_date": "2024-12-04", "name": "Redacted for Privacy", "email": "100e93ed11d44b52b6cbd007937c7634.protect@withheldforprivacy.com", "company_name": "Privacy service provided by Withheld for Privacy ehf" }, { "num": 94, "domain_name": "freaksfitness.com.au", "update_date": "2024-07-10", "name": "SEO WEB RECOVERY PTY LTD" }, { "num": 95, "domain_name": "speedfreaks.shop", "create_date": "2024-01-22", "update_date": "2024-02-16", "expiry_date": "2025-01-22" }, { "num": 96, "domain_name": "freakshowmedia.se", "create_date": "2024-01-31", "update_date": "2024-01-31", "expiry_date": "2025-01-31" }, { "num": 97, "domain_name": "freaksterfootball.com", "create_date": "2024-02-01", "update_date": "2024-02-01", "expiry_date": "2025-02-01", "name": "Redacted for Privacy", "email": "8ba3c270a9b04cd29f40417bc000ba01.protect@withheldforprivacy.com", "company_name": "Privacy service provided by Withheld for Privacy ehf" }, { "num": 98, "domain_name": "freakshows.live", "create_date": "2024-06-26", "update_date": "2024-07-01", "expiry_date": "2025-06-26", "name": "REDACTED FOR PRIVACY", "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.", "company_name": "ICF Technology, Inc" }, { "num": 99, "domain_name": "av-freaks.com", "create_date": "2024-07-22", "update_date": "2024-07-22", "expiry_date": "2025-07-22", "name": "wpX Xserver Inc.", "email": "info@xserver.co.jp", "company_name": "Xserver Inc." }, { "num": 100, "domain_name": "nutritionfreaks.net", "create_date": "2024-07-21", "update_date": "2024-07-21", "expiry_date": "2025-07-21", "name": "Contact Privacy Inc. Customer 0171819869", "email": "nutritionfreaks.net@contactprivacy.com", "company_name": "Contact Privacy Inc. Customer 0171819869" } ] }curl --location 'https://api.apifreaks.com/v1.0/domain/whois/reverse?keyword=freaks&mode=mini&page=2&apiKey=API-KEY'
To utilize the Reverse WHOIS API, API credits are required. Charges are applied only for successful queries, defined by a 2xx status code. If a request results in a 4xx or 5xx status code, no credits will be deducted, and any charges incurred will be refunded.
For each successful request to retrieve a page from the paginated results, 90 credits will be charged for reverse domain lookup. Utilize the Credits Usage API to efficiently monitor your recent consumption of both one-off and subscription credits. This API provides a streamlined way to track and manage your credit usage, ensuring you stay informed about your remaining balance and can optimize your resource allocation effectively.