The WHOIS History API gives you programmatic access to the complete ownership timeline of any domain covering every registrar change, registrant update, nameserver modification, and expiry event, going back to 1986. Each record is deduplicated so you only see genuine changes, not noise.
Our Products
Standard WHOIS only shows a domain’s current registration status. WHOIS History API provides a chronological record of past WHOIS records, making it possible to trace ownership changes over time. This is especially valuable for cybersecurity, fraud investigations, and due diligence, where historical ownership data can reveal critical context. WhoisFreaks offers one of the deepest historical WHOIS datasets available via API, with coverage from 1986 to the present, 1,529+ TLDs, and 4.1B+ records.
Product
Making a WHOIS History API call is identical in structure to a live WHOIS lookup, change the whois parameter from 'live' to 'historical' and the API returns an array of all unique historical WHOIS records for that domain, ordered from most recent to oldest.
GET https://api.whoisfreaks.com/v1.0/whois?whois=historical&domainName=example.com&apiKey=YOUR_KEYEach record in the response follows the same structured format as a live WHOIS response - registrar, registrant, contacts, dates, nameservers, and raw WHOIS text making it trivial to process programmatically or diff against previous records to detect changes.
[
{
"status": true,
"domain_name": "whoisfreaks.com",
"query_time": "2024-07-11 13:03:30",
"whois_server": "whois.verisign-grs.com",
"domain_registered": "yes",
"create_date": "2019-03-19",
"update_date": "2024-02-18",
"expiry_date": "2025-03-19",
"domain_registrar": {
"iana_id": "1068",
"registrar_name": "NAMECHEAP INC",
"whois_server": "whois.namecheap.com",
"website_url": "http://www.namecheap.com",
"email_address": "[email protected]",
"phone_number": "+1.9854014545"
},
"reseller_contact": {
Features
Seamlessly integrate valuable data and features into your platform.
Each Record will have name, IANA ID, WHOIS server and contact details of the domain registrar at a specific time.
WHOIS record will have Registrant, administrative, technical, and billing contact details like email,fax and phone.
Creation date, last updated date, and expiry date at time of capture, these details helps in building the full timeline.
Covers domain status codes at time of capture that will be helpfull in predicting the domain life cycle over a longer duration.
Use Cases
See how our users leverage WHOIS data to gain actionable insights.
A reverse WHOIS search on a lead's email or company name returns the full domain portfolio for your CRM record.
Reverse WHOIS your own registrant email to surface forgotten domains before they lapse.
Reverse WHOIS one malicious domain's registrant email to map the rest of that actor's infrastructure in one query.
Reverse WHOIS your trademark as a keyword and catch cybersquatted domains before a phishing campaign starts.
Reverse WHOIS a competitor's organization name to reveal domains they registered before an unannounced launch.
Check a counterparty's claims with a reverse WHOIS search on their registrant email, using our pre-GDPR era records.
Integrate our WHOIS APIs now to power your threat intelligence, access real-time and historical domain data, and make smarter security decisions.
Integrations
The WhoisFreaks WHOIS History API ships with official Python and Go SDKs so you can pull complete ownership timelines going back to 1986 into threat intelligence scripts and investigation pipelines.
Zapier, Make, and n8n let no-code analysts retrieve and log historical records automatically whenever a domain is flagged, routing results to case management systems, Notion, or Google Sheets.
For SIEM and SOAR platforms, the API enriches security incidents with full registrant history so analysts can trace infrastructure pivots and build correlated timelines without leaving their investigation workflow.