DNS Lookup Tool

Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.

DNS Records for mintemail.com

Records: 7
Response Time: 245ms
DNSSEC: Disabled
DNS Provider: Unknown
Security: ✓ SPF soft

Address Records

IP addresses the domain points to

1 record
Type Name Value TTL
A mintemail.com
213.109.149.96
🇳🇱 NL AS7393 CYBERCON - CYBERCON, INC., US
4h

Mail Records

Mail servers for the domain

1 record
Type Name Value TTL
MX mintemail.com
5 mintserver.mintemail.com.
4h

Name Records

Nameservers and aliases

3 records
Type Name Value TTL
NS mintemail.com
ns2.stablehost.com.
1d
NS mintemail.com
ns1.stablehost.com.
1d
SOA mintemail.com
ns1.stablehost.com. alerts.stablehost.com. 2026050401 86400 7200 3600000 1800
1d

Text & Verification

SPF, DKIM, DMARC, and verification

2 records
Type Name Value TTL
TXT mintemail.com
"google-site-verification=RrJb265l666lWcfsqFuHmNlNbLf3nf16yio47shEa9A"
4h
TXT mintemail.com
"v=spf1 ip4:213.109.149.95 include:_spf.reliablemail.org ip4:184.154.46.204 include:reliablemail.org +a +mx ~all"
4h

Queried at 5/10/2026, 9:31:13 PM

About DNS Records

The Domain Name System (DNS) is the internet's phonebook, translating human-readable domain names into IP addresses. DNS records contain essential configuration for how a domain behaves across email, web, security, and services.

Common Records

  • A/AAAA - Map domain to IPv4/IPv6 addresses
  • MX - Mail servers for receiving email
  • TXT - SPF, DKIM, DMARC for email security
  • NS - Authoritative nameservers
  • CNAME - Aliases pointing to other domains

Security Records

  • CAA - Restrict which CAs can issue certificates
  • DNSKEY/DS - DNSSEC cryptographic keys
  • TLSA - DANE TLS certificate authentication
  • SSHFP - SSH host key fingerprints
  • SRV - Service discovery and endpoints

REST API

Integrate DNS lookups into your applications with our REST API. Query all record types programmatically.

GET DNS Lookup
$ curl https://api.requestguard.com/v1/dns/lookup?domain=mintemail.com
Response for mintemail.com Live Data
{
  "success": true,
  "data": {
    "domain": "mintemail.com",
    "queryTimeMs": 245,
    "dnssec": false,
    "dnsProvider": null,
    "records": [
      {
        "type": "A",
        "name": "mintemail.com",
        "value": "213.109.149.96",
        "ttl": 14400,
        "geo": {
          "ip": "213.109.149.96",
          "asn": 7393,
          "country": "NL",
          "asnName": "CYBERCON - CYBERCON, INC., US"
        }
      },
      {
        "type": "MX",
        "name": "mintemail.com",
        "value": "5 mintserver.mintemail.com.",
        "ttl": 14400
      },
      {
        "type": "NS",
        "name": "mintemail.com",
        "value": "ns2.stablehost.com.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "mintemail.com",
        "value": "ns1.stablehost.com.",
        "ttl": 86400
      },
      {
        "type": "SOA",
        "name": "mintemail.com",
        "value": "ns1.stablehost.com. alerts.stablehost.com. 2026050401 86400 7200 3600000 1800",
        "ttl": 86400
      },
      {
        "type": "TXT",
        "name": "mintemail.com",
        "value": "\"google-site-verification=RrJb265l666lWcfsqFuHmNlNbLf3nf16yio47shEa9A\"",
        "ttl": 14400
      },
      {
        "type": "TXT",
        "name": "mintemail.com",
        "value": "\"v=spf1 ip4:213.109.149.95 include:_spf.reliablemail.org ip4:184.154.46.204 include:reliablemail.org +a +mx ~all\"",
        "ttl": 14400
      }
    ],
    "queriedAt": "2026-05-10T21:31:13.935Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access →