Domain WHOIS
Domain WHOIS Download
Retrieves size search results matching the query q in the selected indices.
The Netlas SDK and CLI tool additionally include a download_all() method and an --all key that allow you to query all available results.
post/api/whois_domains/download/
Request body
Example request
{
"q": "domain:example.com",
"size": 1000,
"indices": [
"2025-09-24",
"2025-09-02"
],
"fields": [
"*"
]
}Response
Search Results
Example response
[
{
"data": {
"server": "whois.iana.org",
"last_updated": "2024-05-05T01:45:12.744Z",
"extension": "com",
"@timestamp": "2024-05-05T01:45:12.744Z",
"punycode": "example.com",
"level": 2,
"zone": "com",
"domain": "example.com",
"name": "example",
"raw": "Raw WHOIS data in the form of a string will be here.\n\nThe rest of the document contains the same data in parsed form.",
"created_date": "1992-01-01T00:00:00.000Z",
"extracted_domain": "example.com"
}
}
]