latestOpenAPI 3.0.3Netlas API & Data License Agreement2026-08-104487309.0 KB

2b1f84425791

Discovery

Searches for a Node

Retrieve a list of available searches for the specified node, defined by node_value and node_type.

post/api/discovery/node_count/

Request body

node_type'address' | 'as_name' | 'asn' | 'dns_txt' | 'domain' | 'email' | 'favicon' | 'http_tracker' | 'ip' | 'ip-range' | 'jarm' | 'network_name' | 'organization' | 'person' | 'phone' | 'text' required

The type of the node(s).

node_valuestring required

A value of the node.

Example request

{
  "node_type": "domain",
  "node_value": "example.com"
}

Response

Available Searches

Example response

[
  {
    "aggregations": [
      {
        "search_field": "A records for domain",
        "search_field_id": 29
      }
    ]
  }
]