Total Records
20
Response Time
17ms
DNSSEC
Disabled
DNS Provider
Google Cloud DNS
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | googleapis.com | 142.251.163.147 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 5m |
| A | googleapis.com | 142.251.163.106 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 5m |
| A | googleapis.com | 142.251.163.99 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 5m |
| A | googleapis.com | 142.251.163.104 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 5m |
| A | googleapis.com | 142.251.163.103 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 5m |
| A | googleapis.com | 142.251.163.105 | 5m |
| AAAA | googleapis.com | 2607:f8b0:4004:c07::67 | 5m |
| AAAA | googleapis.com | 2607:f8b0:4004:c07::6a | 5m |
| AAAA | googleapis.com | 2607:f8b0:4004:c07::93 | 5m |
| AAAA | googleapis.com | 2607:f8b0:4004:c07::63 | 5m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | googleapis.com | ns3.google.com. | 3d |
| NS | googleapis.com | ns2.google.com. | 3d |
| NS | googleapis.com | ns1.google.com. | 3d |
| NS | googleapis.com | ns4.google.com. | 3d |
| SOA | googleapis.com | ns1.google.com. dns-admin.google.com. 927191055 900 900 1800 60 | 1m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.googleapis.com | "v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com" | 5m |
| TXT | googleapis.com | "MS=ms95694125" | 5m |
| TXT | googleapis.com | "MS=ms62662176" | 5m |
| TXT | googleapis.com | "v=spf1 -all" | 5m |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | googleapis.com | \# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67 | 1d |
Queried 6/7/2026, 5:30:38 PM Β· 17ms
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=googleapis.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "googleapis.com",
"records": [
{
"type": "A",
"name": "googleapis.com",
"value": "142.251.163.147",
"ttl": 300,
"geo": {
"ip": "142.251.163.147",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "googleapis.com",
"value": "142.251.163.106",
"ttl": 300,
"geo": {
"ip": "142.251.163.106",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "googleapis.com",
"value": "142.251.163.99",
"ttl": 300,
"geo": {
"ip": "142.251.163.99",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
}
],
"queryTimeMs": 17
}
}