Total Records
8
Response Time
11ms
DNSSEC
Disabled
DNS Provider
Unknown
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | apple-dns.net | a.ns.apple.com. | 22h |
| NS | apple-dns.net | b.ns.apple.com. | 22h |
| NS | apple-dns.net | c.ns.apple.com. | 22h |
| NS | apple-dns.net | d.ns.apple.com. | 22h |
| SOA | apple-dns.net | ns-ext-prod.jackfruit.apple.com. dnscontact.apple.com. 160 7200 5400 3628800 300 | 1d |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | apple-dns.net | \# 35 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 63 6f 6e 74 61 63 74 5f 70 6b 69 40 61 70 70 6c 65 2e 63 6f 6d | 1h |
| CAA | apple-dns.net | \# 20 00 05 69 73 73 75 65 70 6b 69 2e 61 70 70 6c 65 2e 63 6f 6d | 1h |
| CAA | apple-dns.net | \# 24 00 09 69 73 73 75 65 77 69 6c 64 70 6b 69 2e 61 70 70 6c 65 2e 63 6f 6d | 1h |
Queried 6/12/2026, 5:56:07 PM ยท 11ms
REST API
Integrate DNS lookups into your applications โ query all record types programmatically.
curl -X GET "https://api.requestguard.com/api/v1/dns/lookup?domain=apple-dns.net" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "apple-dns.net",
"records": [
{
"type": "NS",
"name": "apple-dns.net",
"value": "a.ns.apple.com.",
"ttl": 79716
},
{
"type": "NS",
"name": "apple-dns.net",
"value": "b.ns.apple.com.",
"ttl": 79716
},
{
"type": "NS",
"name": "apple-dns.net",
"value": "c.ns.apple.com.",
"ttl": 79716
}
],
"queryTimeMs": 11
}
}