Total Records
8
Response Time
13ms
DNSSEC
Disabled
DNS Provider
Google Cloud DNS
SPF strict
DMARC reject
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | gvt1.com | ns2.google.com. | 4d |
| NS | gvt1.com | ns3.google.com. | 4d |
| NS | gvt1.com | ns4.google.com. | 4d |
| NS | gvt1.com | ns1.google.com. | 4d |
| SOA | gvt1.com | ns1.google.com. dns-admin.google.com. 931589429 900 900 1800 60 | 1m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.gvt1.com | "v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com" | 5m |
| TXT | gvt1.com | "v=spf1 -all" | 5m |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | gvt1.com | \# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67 | 1d |
Queried 6/14/2026, 10:23:38 PM ยท 13ms
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=gvt1.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "gvt1.com",
"records": [
{
"type": "NS",
"name": "gvt1.com",
"value": "ns2.google.com.",
"ttl": 345600
},
{
"type": "NS",
"name": "gvt1.com",
"value": "ns3.google.com.",
"ttl": 345600
},
{
"type": "NS",
"name": "gvt1.com",
"value": "ns4.google.com.",
"ttl": 345600
}
],
"queryTimeMs": 13
}
}