Powerful DNS Lookup API

Fast, reliable, friendly DNS lookups for you.

100% Free to Use!

Everything you need for DNS lookups

Lightning Fast

Optimized for speed with response times under 100ms.

Multiple Record Types

Support for various DNS record types including A, AAAA, CNAME, MX, TXT, and more.

DNSSEC Support

Enhanced security with DNSSEC validation for DNS responses.

Flexible Querying

Options for querying specific DNS providers and authoritative servers.

Individual Record Types

Lookup specific DNS record types like A, AAAA, CNAME, MX, NS, and TXT.

Multiple DNS Providers

Choose from popular DNS providers like Google, Cloudflare, and OpenDNS.

Try it yourself

API Documentation

Base URL

All API requests should be made to:

        https://nslookup.techweirdo.net/api
    

Endpoints

  • Basic Lookup

    GET /lookup?domain={domain}

  • Detailed Lookup

    GET /lookup?domain={domain}&type=detailed

  • Raw Lookup

    GET /lookup?domain={domain}&type=raw

  • Authoritative Lookup

    GET /lookup?domain={domain}&type=authoritative

  • Specific Record Types

    GET /lookup/{record_type}?domain={domain}

    Where {record_type} can be: a, aaaa, cname, mx, ns, txt

  • Specific DNS Providers

    GET /lookup/provider/{provider}?domain={domain}

    Where {provider} can be: google, cloudflare, opendns

Response Format

All responses are in JSON format.