Total Records
18
Response Time
27ms
DNSSEC
Disabled
DNS Provider
Google Cloud DNS
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | app-measurement.com | 192.178.218.138 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 3m |
| A | app-measurement.com | 192.178.218.113 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 3m |
| A | app-measurement.com | 192.178.218.100 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 3m |
| A | app-measurement.com | 192.178.218.139 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 3m |
| A | app-measurement.com | 192.178.218.101 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 3m |
| A | app-measurement.com | 192.178.218.102 | 3m |
| AAAA | app-measurement.com | 2607:f8b0:4004:c19::8a | 3m |
| AAAA | app-measurement.com | 2607:f8b0:4004:c19::64 | 3m |
| AAAA | app-measurement.com | 2607:f8b0:4004:c19::71 | 3m |
| AAAA | app-measurement.com | 2607:f8b0:4004:c19::66 | 3m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | app-measurement.com | ns2.google.com. | 3d |
| NS | app-measurement.com | ns3.google.com. | 3d |
| NS | app-measurement.com | ns1.google.com. | 3d |
| NS | app-measurement.com | ns4.google.com. | 3d |
| SOA | app-measurement.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.app-measurement.com | "v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com" | 5m |
| TXT | app-measurement.com | "v=spf1 -all" | 5m |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | app-measurement.com | \# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67 | 1d |
Queried 6/7/2026, 4:54:36 PM Β· 27ms
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=app-measurement.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "app-measurement.com",
"records": [
{
"type": "A",
"name": "app-measurement.com",
"value": "192.178.218.138",
"ttl": 215,
"geo": {
"ip": "192.178.218.138",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "app-measurement.com",
"value": "192.178.218.113",
"ttl": 215,
"geo": {
"ip": "192.178.218.113",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "app-measurement.com",
"value": "192.178.218.100",
"ttl": 215,
"geo": {
"ip": "192.178.218.100",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
}
],
"queryTimeMs": 27
}
}