v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710919.5 KB
domain

DNS record history.

Returns the DNS history for the given domain and its subdomains.

The type codes can be found here: https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml.

The time field is the time in Unix timestamp when the record last seen.

Note

  • EXPERIMENTAL FEATURE!
  • The subdomain part will be trimmed (eg.: /api/history/totally.invalid.elmasy.com will be the same as /api/lookup/elmasy.com).
  • If domain not found, the server saves for later process.
get/api/history/{domain}

Path parameters

domainstring required

Domain to search.

Query parameters

daysinteger
  • If days greater than 0, returns domains that has a valid DNS record in the last days days.
  • If days is 0 or -1, returns domains that has a valid DNS record regardless of the age.
  • If days is -1, returns every known domain with possible empty records.

If omitted, returns every records (aka the default days is -1).

Response

success

domainstring