DNS History for nameservers

GET
 /api/axon/domain/dns/history/:domain/NS_FOR
 Find all domains that pointed to a particular nameserver

Parameters

Request Header
"Authorization: BEARER {YOUR_API_KEY_HERE}"
Domain (string)
Path Parameter
Input domain
NS_FOR (string)
Path Parameter
Record Type
Limit (integer)
Query Parameter
Limit the number of tuples returned to this
Minimum: 1
Maximum: 1000
Wildcard (boolean)
Query Parameter
Include child labels
First_seen (date)
Query Parameter
Filter records by first seen date
Format: YYYY-MM-DD
Last_seen (date)
Query Parameter
Filter records by last seen date
Format: YYYY-MM-DD

Example Usage

cURL
curl -H "Authorization: BEARER {YOUR_API_KEY}" https://app.validin.com/api/axon/domain/dns/history/{domain}/NS_FOR