Perform a comprehensive DNS lookup for a domain. Returns A, AAAA, MX, NS, TXT, C...
https://api.strale.io/x402/v2/dns-lookupOverview
Perform a comprehensive DNS lookup for a domain. Returns A, AAAA, MX, NS, TXT, CNAME records plus SPF and DMARC detection.
Protocol
x402
Price
$0.03
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-08-27 16:12:43
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"domain": {
"description": "Domain name (e.g. example.com)",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"a_records": {
"type": "array"
},
"domain": {
"type": "string"
},
"has_dmarc": {
"type": "boolean"
},
"has_spf": {
"type": "boolean"
},
"mx_records": {
"type": "array"
},
"ns_records": {
"type": "array"
}
}