/dns/{domain}Domain mail servers (DNS MX)
Domain mail servers (DNS MX)
Registration date, registrar and status of a domain from the authoritative registry (RDAP), and whether the domain receives e-mail (DNS MX). Supports .nl, .com, .net, .org, .uk, .fr, .app and .dev; registries of .de, .eu and .be publish no registration date.
{
"properties": {
"domain": {
"description": "Registrable domain name in lowercase, e.g. example.nl",
"maxLength": 253,
"minLength": 4,
"pattern": "^([a-z0-9-]{1,63}\\.)+[a-z]{2,63}$",
"type": "string",
"x-parameter-location": "path"
}
},
"required": [
"domain"
],
"type": "object"
}{
"properties": {},
"required": [],
"type": "object"
}{
"properties": {
"coverage": {
"properties": {
"complete": {
"type": "boolean"
},
"scope": {
"description": "Scope",
"type": "string"
}
},
"required": [
"complete",
"scope"
],
"type": "object"
},
"data": {
"properties": {
"accepts_mail": {
"type": "boolean"
},
"dnssec_validated": {
"type": "boolean"
},
"domain": {
"description": "Domain",
"type": "string"
},
"exists": {
"type": "boolean"
},
"mx": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"domain",
"exists",
"accepts_mail",
"mx",
"dnssec_validated"
],
"type": "object"
},
"notice": {
"description": "Source limitations",
"type": "string"
},
"source_url": {
"description": "Exact upstream request URL",
"type": "string"
}
},
"required": [
"data",
"notice",
"coverage",
"source_url"
],
"type": "object"
}{
"domain": "mollie.com"
}{
"coverage": {
"complete": true,
"scope": "MX records for one domain"
},
"data": {
"accepts_mail": true,
"dnssec_validated": true,
"domain": "mollie.com",
"exists": true,
"mx": [
"10 aspmx2.googlemail.com.",
"5 alt2.aspmx.l.google.com.",
"5 alt1.aspmx.l.google.com.",
"1 aspmx.l.google.com.",
"10 aspmx3.googlemail.com."
]
},
"notice": "Public DNS MX lookup at request time (Google Public DNS). DNS shows mail routing, not ownership.",
"source_url": "https://dns.google/resolve?name=mollie.com&type=MX"
}