IP WHOIS
IP 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_ip/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": {
"abuse": "abuse@akamai.com",
"@timestamp": "2025-01-07T05:17:39",
"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.",
"ip": {
"gte": "23.214.224.0",
"lte": "23.215.8.255"
},
"related_nets": [],
"net": {
"country": "US",
"address": "145 Broadway",
"city": "Cambridge",
"created": "2013-07-12",
"range": "23.192.0.0 - 23.223.255.255",
"description": "Akamai Technologies, Inc.",
"handle": "NET-23-192-0-0-1",
"organization": "Akamai Technologies, Inc. (AKAMAI)",
"name": "AKAMAI",
"start_ip": "23.192.0.0",
"cidr": [
"23.192.0.0/11"
],
"net_size": 2097151,
"state": "MA",
"postal_code": "02142",
"updated": "2013-08-09",
"end_ip": "23.223.255.255",
"contacts": {
"emails": [
"ip-admin@akamai.com",
"abuse@akamai.com"
],
"phones": [
"+1-617-274-7134",
"+1-617-444-2535",
"+1-617-444-0017"
]
}
},
"asn": {
"number": [
"16625"
],
"registry": "arin",
"country": "US",
"name": "AKAMAI-AS",
"cidr": "23.214.224.0/19",
"updated": "2013-07-12"
}
}
}
]