Total Records
15
Response Time
10ms
DNSSEC
Disabled
DNS Provider
Unknown
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | wikipedia.org | 208.80.154.224 πΊπΈ US
AS14907 WIKIMEDIA - Wikimedia Foundation Inc., US | 1m |
| AAAA | wikipedia.org | 2620:0:861:ed1a::1 | 3m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | wikipedia.org | 10 mx-in1001.wikimedia.org. | 5m |
| MX | wikipedia.org | 10 mx-in2001.wikimedia.org. | 5m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | wikipedia.org | ns0.wikimedia.org. | 2d |
| NS | wikipedia.org | ns1.wikimedia.org. | 2d |
| NS | wikipedia.org | ns2.wikimedia.org. | 2d |
| SOA | wikipedia.org | ns0.wikimedia.org. hostmaster.wikimedia.org. 2026060420 43200 7200 1209600 3600 | 1h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.wikipedia.org | "v=DMARC1; p=reject; rua=mailto:dmarc-rua@wikimedia.org;" | 10m |
| TXT | wikipedia.org | "yandex-verification: 35c08d23099dc863" | 10m |
| TXT | wikipedia.org | "v=spf1 include:_cidrs.wikimedia.org ~all" | 10m |
| TXT | wikipedia.org | "google-site-verification=AMHkgs-4ViEvIJf5znZle-BSE2EPNFqM1nDJGRyn2qk" | 10m |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | wikipedia.org | \# 37 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 64 6e 73 2d 61 64 6d 69 6e 40 77 69 6b 69 6d 65 64 69 61 2e 6f 72 67 | 10m |
| CAA | wikipedia.org | \# 22 00 05 69 73 73 75 65 6c 65 74 73 65 6e 63 72 79 70 74 2e 6f 72 67 | 10m |
| CAA | wikipedia.org | \# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67 | 10m |
Queried 6/12/2026, 6:13:37 PM Β· 10ms
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=wikipedia.org" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "wikipedia.org",
"records": [
{
"type": "A",
"name": "wikipedia.org",
"value": "208.80.154.224",
"ttl": 73,
"geo": {
"ip": "208.80.154.224",
"asn": 14907,
"country": "US",
"asnName": "WIKIMEDIA - Wikimedia Foundation Inc., US"
}
},
{
"type": "AAAA",
"name": "wikipedia.org",
"value": "2620:0:861:ed1a::1",
"ttl": 180,
"geo": {
"ip": "2620:0:861:ed1a::1"
}
},
{
"type": "MX",
"name": "wikipedia.org",
"value": "10 mx-in1001.wikimedia.org.",
"ttl": 300
}
],
"queryTimeMs": 10
}
}