DNS Lookup
API key v1A, AAAA, MX, TXT, NS, CNAME, SOA, CAA and SRV records with DNSSEC status.
Resolves the record types you ask for, or a default set, and reports whether the zone publishes DS records and whether the resolver validated the answer.
https://api.zactonz.com/domain/dns/
Parameters
| Name | Type | Description |
|---|---|---|
namerequired |
string |
Host or domain name. |
type |
string |
Comma-separated record types, or Default
ALL |
Send parameters in the query string.
Response
OK
| Field | Type | Description |
|---|---|---|
status |
integer |
|
data |
object | The result. |
data.name |
string | Name queried. |
data.records |
object | One list per type. A and AAAA carry |
data.dnssec |
object |
|
data.queried_at |
string | Timestamp. |
Status codes
The outcome is reported in the JSON status field. See Errors & status codes for the general rules.
400 |
Bad request |
|
401 |
Unauthorized | The Authorization header is missing or the key is not recognised. |
403 |
Forbidden | The key is not licensed for this product. |
429 |
Too many requests | The per-minute rate or the plan quota is exhausted. Retry after the seconds given in |
Notes
Answers are cached for two minutes.