Simplify the way you lookup DNS records

Search results are prepared from popular public DNS servers...

Our Features

DNS Lookup API is a REST API that has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
It programmatically performs lookups for A, NS, MX, AAAA, TXT and SOA records of any domain (GET requests).

Unlimited Query

We have a technological architecture that will answer unlimited queries.

Focused Query

Access specific data. Just like MX record.

Free tools

Query all domains on the server at once with free tools.

Simple, Transparent Pricing

Pricing to fit the needs of any companie size.

Free

$0

/ month

Ideal for developers

  • 20 Requests / Daily
  • 600 Requests / Monthly
  • Free for Lifetime

Gold

$9.99

/ month

Ideal for startups

  • 1,000 Requests / Daily
  • 30,000 Requests / Monthly
  • Standard Support
  • Fast, efficient

Diamond

$19.99

/ month

Ideal for larger companies

  • 3,000 Requests / Daily
  • 90,000 Requests / Monthly
  • Standard Support
  • Fast, efficient
  • No dealing with rate limits

API Marketplaces

If you are an API Layer or Rapid API registered developer,
you can find DNS Lookup API in these marketplaces.

Frequently Asked Questions

How does it work?

The DNS query mechanism we have developed gives the most accurate and up-to-date records of the domain name requested over popular public DNS servers, in JSON format.

What types of DNS records are provided?

A (ipv4), AAAA (ipv6), TXT , MX, NS and SOA records. These data can also be requested separately. If the domain is not registered, this data is contained in JSON.

Do you offer custom pricing?

Yes, you can request our pricing terms if your query is higher than the packages available in API marketplaces. You can send an e-mail to [email protected].

What is your JSON output example?

{
    "aResults": [
        {
        "ipAddress": "104.21.71.151"
        },
        {
        "ipAddress": "172.67.170.183"
        }
    ],
    "aaaaResults": [
        {
        "ipAddress": "2606:4700:3032::6815:4797"
        },
        {
        "ipAddress": "2606:4700:3031::ac43:aab7"
        }
    ],
    "aResultsForWww": [
        {
        "ipAddress": "104.21.71.151"
        },
        {
        "ipAddress": "172.67.170.183"
        }
    ],
    "aaaaResultsForWww": [
        {
        "ipAddress": "2606:4700:3031::ac43:aab7"
        },
        {
        "ipAddress": "2606:4700:3032::6815:4797"
        }
    ],
    "nsResults": [
        {
        "nameServer": "lisa.ns.cloudflare.com"
        },
        {
        "nameServer": "theo.ns.cloudflare.com"
        }
    ],
    "txtResults": [
        {
        "txtDetail": "google-site-verification=O2hZgn7_lkbW76SbhkueHdZMU7HlkuomRg2pHKRZxB8"
        },
        {
        "txtDetail": "google-site-verification=270YKNVYdsJFy4dnlV-XtFv-pxFX9AbnpKT_oHuK6gc"
        }
    ],
    "mxResults": [
        {
        "reference": 0,
        "exchange": "aspmx.l.google.com"
        },
        {
        "reference": 5,
        "exchange": "alt2.aspmx.l.google.com"
        },
        {
        "reference": 5,
        "exchange": "alt1.aspmx.l.google.com"
        },
        {
        "reference": 10,
        "exchange": "alt3.aspmx.l.google.com"
        },
        {
        "reference": 10,
        "exchange": "alt4.aspmx.l.google.com"
        }
    ],
    "soaResult": {
        "expire": 604800,
        "defaultTTL": 3600,
        "refresh": 10000,
        "retry": 2400,
        "serial": -2007333119,
        "hostmasterEmail": "dns.cloudflare.com",
        "primaryNameserver": "lisa.ns.cloudflare.com"
    },
    "processResponseTime": "27ms",
    "domain": "oxog.net",
    "requestType": "ANY",
    "warnings": [
        
    ]
}

© 2022 Oxog Technology OÜ | All rights reserved | Made with Love & Coffee