dns_history
ActiveTool of Ready APIs
Snapshot-on-query passive-DNS view. Returns every (record_type, value) tuple seen for this domain during /dns/lookup calls, with first_seen + last_seen + observation_count. Useful for detecting when A records moved or recovering historical NS/MX values. Not a global feed — accumulates from when our users first resolve a domain.
Parameters schema
{
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string"
},
"record_type": {
"type": "string",
"description": "Optional filter: A / AAAA / MX / TXT / NS / CNAME / SOA / CAA."
},
"limit_per_type": {
"type": "integer",
"default": 50,
"maximum": 500,
"minimum": 1
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries