Who it is for
Use the suite for troubleshooting, migration checks, infrastructure research, and security review.
Try a product, outcome, endpoint path, or API topic.
Perform DNS lookups for any record type.
Perform DNS lookups for any record type.
Use the suite for troubleshooting, migration checks, infrastructure research, and security review.
Choose this for current DNS record answers and authoritative context for a domain or host.
Perform DNS lookups for any record type.
Review the supported operations, inputs, outputs, execution modes, and response limits before integrating.
1-3 Authentication required. Check the operation reference for the exact cost and any per-item pricing.
Use documented operations to collect, assess, enrich, verify, compare, protect, or monitor public evidence.
| Parameter | Type | required |
|---|---|---|
| domain | string | required |
| type |
string
Allowed values
AAAAAMXNSTXTSOACNAMECAAPTRSRV
Default
A
|
optional |
| Field | Type |
|---|---|
domain |
string |
record_type |
string |
records[] |
object[] |
records[] |
object |
records[].type |
string |
records[].name |
string |
records[].data |
string |
records[].ttl |
integer |
records[].priority |
integer |
records[].classification |
string |
status |
string |
dnssec_validated |
boolean |
query_time_ms |
integer |
checked_at |
string |
warnings[] |
object[] |
warnings[] |
object |
warnings[].code |
string |
warnings[].message |
string |
warnings[].severity |
string |
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/dns?domain=example.com&type=A"
{
"domain": "google.com",
"record_type": "TXT",
"records": [
{
"type": "TXT",
"name": "google.com",
"data": "v=spf1 include:_spf.google.com ~all",
"ttl": 300,
"classification": "spf"
},
{
"type": "TXT",
"name": "google.com",
"data": "google-site-verification=abc123",
"ttl": 300,
"classification": "verification"
}
],
"status": "success",
"dnssec_validated": false,
"query_time_ms": 37,
"checked_at": "2026-04-18T21:00:00Z",
"warnings": [
{
"code": "TXT_MULTIPLE_RESPONSES",
"message": "Domain publishes multiple TXT records; use classification to isolate the security ones.",
"severity": "info"
}
],
"meta": {
"served_by": "pop=unknown country=unknown"
}
}
Reviewed 2026-08-22
Use the API reference for DNS Lookup to review parameters, response fields, examples, status codes, and supported operation modes.
Unknown or partial results mean that the requested evidence could not be fully determined. Keep the result state, confidence, freshness, and limitations in downstream decisions.
Pricing depends on the operation and execution mode. Check the endpoint reference for the current credit cost, authentication requirement, and per-item rules.
Used by people at amazing companies