DNS History (A records)
Domain:
APIs for gathering information about domain names
DNS:
APIs for gathering current and historic DNS data
GET
/api/axon/domain/dns/history/:domain/A
only get DNS History A records for domain
Parameters
Request Header
"Authorization: BEARER {YOUR_API_KEY_HERE}"
Domain (string)
Path Parameter
Input domain
A (string)
Path Parameter
Record Type
Limit (integer)
Query Parameter
Limit the number of tuples returned to this
Minimum: 1
Maximum: 100
Wildcard (boolean)
Query Parameter
Include child labels
Example Usage
curl -H "Authorization: BEARER {YOUR_API_KEY}" https://app.validin.com/api/axon/domain/dns/history/{domain}/A
Responses