Request
The route is limited to 60 requests per minute and deducts one Nexus credit after a validated successful request.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve historical hostname relationships for a domain from the Nexus passive DNS dataset.
GET /api/v1/nexus/passive-dns/lookup?domain={domain}
curl --get "https://fullhunt.io/api/v1/nexus/passive-dns/lookup" \
-H "X-API-KEY: $FULLHUNT_API_KEY" \
--data-urlencode "domain=example.com"
| Parameter | Required | Description |
|---|---|---|
domain | Yes | Domain to look up |
