Domains
Domains 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/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": {
"txt": [
"_k2n1y4vw3qtb4skdx9e7dxt97qrmmq9",
"v=spf1 -all"
],
"a": [
"23.192.228.80",
"23.192.228.84",
"23.215.0.136",
"96.7.128.175",
"23.215.0.138",
"96.7.128.198"
],
"last_updated": "2025-02-18T20:14:08.642Z",
"@timestamp": "2025-02-18T20:14:08.642Z",
"level": 2,
"zone": "com",
"ns": [
"a.iana-servers.net",
"b.iana-servers.net"
],
"domain": "example.com",
"aaaa": [
"2600:1408:ec00:36::1736:7f24",
"2600:1406:bc00:53::b81e:94ce",
"2600:1406:3a00:21::173e:2e66",
"2600:1406:bc00:53::b81e:94c8",
"2600:1408:ec00:36::1736:7f31",
"2600:1406:3a00:21::173e:2e65"
]
}
}
]