Retrieve DNS records for a given domain
API Key required for all endpoints
Successfully retrieved DNS records
Timestamp of the request in milliseconds
1763372588297
API status message
success, failure "success"
API status code
200
Metadata about the request.
{
"url": "example.com",
"types": ["A", "MX"],
"test": { "id": "zmkqoxxu075dwn4u61yoqhq2rwo0029m" }
}DNS records grouped by type.
{
"A": [
"172.67.70.213",
"104.26.11.88",
"104.26.10.88"
],
"MX": [
{
"exchange": "alt3.aspmx.l.google.com",
"priority": 10
},
{
"exchange": "aspmx.l.google.com",
"priority": 1
}
]
}