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 Nexus enrichment for an IP address or hostname without treating the result as a risk verdict.
GET /api/v1/nexus/ip-lookup?query={ip_or_host}
curl --get "https://fullhunt.io/api/v1/nexus/ip-lookup" \
-H "X-API-KEY: $FULLHUNT_API_KEY" \
--data-urlencode "query=192.0.2.10"
| Parameter | Required | Description |
|---|---|---|
query | Yes | IP address or hostname accepted by the lookup service |
