Total Records
16
Response Time
12ms
DNSSEC
Disabled
DNS Provider
Google Cloud DNS
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | app-analytics-services.com | 142.251.163.100 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 4m |
| A | app-analytics-services.com | 142.251.163.101 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 4m |
| A | app-analytics-services.com | 142.251.163.113 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 4m |
| A | app-analytics-services.com | 142.251.163.102 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 4m |
| A | app-analytics-services.com | 142.251.163.138 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 4m |
| A | app-analytics-services.com | 142.251.163.139 | 4m |
| AAAA | app-analytics-services.com | 2607:f8b0:4004:c1d::71 | 1m |
| AAAA | app-analytics-services.com | 2607:f8b0:4004:c1d::65 | 1m |
| AAAA | app-analytics-services.com | 2607:f8b0:4004:c1d::64 | 1m |
| AAAA | app-analytics-services.com | 2607:f8b0:4004:c1d::8a | 1m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | app-analytics-services.com | ns2.google.com. | 3d |
| NS | app-analytics-services.com | ns1.google.com. | 3d |
| NS | app-analytics-services.com | ns3.google.com. | 3d |
| NS | app-analytics-services.com | ns4.google.com. | 3d |
| SOA | app-analytics-services.com | ns1.google.com. dns-admin.google.com. 931942512 900 900 1800 60 | 1m |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | app-analytics-services.com | \# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67 | 1d |
Queried 6/15/2026, 11:24:10 AM Β· 12ms
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-analytics-services.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "app-analytics-services.com",
"records": [
{
"type": "A",
"name": "app-analytics-services.com",
"value": "142.251.163.100",
"ttl": 288,
"geo": {
"ip": "142.251.163.100",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "app-analytics-services.com",
"value": "142.251.163.101",
"ttl": 288,
"geo": {
"ip": "142.251.163.101",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "app-analytics-services.com",
"value": "142.251.163.113",
"ttl": 288,
"geo": {
"ip": "142.251.163.113",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
}
],
"queryTimeMs": 12
}
}