Total Records
11
Response Time
814ms
DNSSEC
Disabled
DNS Provider
Unknown
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | hga050.com | 112.78.104.85 ๐น๐ผ TW
AS45560 TOPNET-IPT-AS-AP - TOPNET. IP Transit AS, KR | 30s |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | hga050.com | tgp18.hga050.com. | 1h |
| NS | hga050.com | bwc17.hga050.com. | 1h |
| NS | hga050.com | bwc13.hga050.com. | 1h |
| NS | hga050.com | bwc15.hga050.com. | 1h |
| NS | hga050.com | bwc16.hga050.com. | 1h |
| NS | hga050.com | bwc12.hga050.com. | 1h |
| NS | hga050.com | tgp19.hga050.com. | 1h |
| NS | hga050.com | bwc11.hga050.com. | 1h |
| NS | hga050.com | tgp12.hga050.com. | 1h |
| SOA | hga050.com | tgp19.hga050.com. hostmaster.tgp19.hga050.com. 2026061102 28800 7200 604800 300 | 8m |
Queried 6/27/2026, 11:31:48 PM ยท 814ms
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=hga050.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "hga050.com",
"records": [
{
"type": "A",
"name": "hga050.com",
"value": "112.78.104.85",
"ttl": 30,
"geo": {
"ip": "112.78.104.85",
"asn": 45560,
"country": "TW",
"asnName": "TOPNET-IPT-AS-AP - TOPNET. IP Transit AS, KR"
}
},
{
"type": "NS",
"name": "hga050.com",
"value": "tgp18.hga050.com.",
"ttl": 3600
},
{
"type": "NS",
"name": "hga050.com",
"value": "bwc17.hga050.com.",
"ttl": 3600
}
],
"queryTimeMs": 814
}
}